Exemplo n.º 1
0
 public BusinessBase(SxcDbContext DbContext)
 {
     _context   = DbContext;
     _resultdto = new BusinessResultDto();
 }
Exemplo n.º 2
0
 public AccountBus(SxcDbContext DbContext)
     : base(DbContext)
 {
     _isSave = true;
 }
Exemplo n.º 3
0
        //private StoreResultDto _result;

        public StoreBus(SxcDbContext DbContext)
            : base(DbContext)
        {
        }
Exemplo n.º 4
0
 public IntegralBus(SxcDbContext DbContext)
     : base(DbContext)
 {
     _isSave = true;
 }