示例#1
0
 public UserService(MakeItClearDbContext dbContext)
 {
     DbContext = dbContext;
 }
示例#2
0
 public JournalService(MakeItClearDbContext dbContext)
 {
     DbContext = dbContext;
 }
 public CurrencyService(MakeItClearDbContext dbContext)
 {
     DbContext = dbContext;
 }
        //public MakeItClear2014DbContext DbContextOld { get; set; }

        public AccountsService(MakeItClearDbContext dbContext)
        {
            DbContext = dbContext;
        }
 public SecurityService(MakeItClearDbContext dbContext)
 {
     DbContext = dbContext;
 }