13 lines
250 B
C#
13 lines
250 B
C#
using VOL.Core.BaseProvider;
|
|
using VOL.Core.Extensions.AutofacManager;
|
|
using VOL.Entity.DomainModels;
|
|
using System.Linq;
|
|
using VOL.Core.Extensions;
|
|
namespace VOL.AppManager.Services
|
|
{
|
|
public partial class App_TransactionService
|
|
{
|
|
}
|
|
}
|
|
|