Esempio n. 1
0
 public UserService(MakeItClearDbContext dbContext)
 {
     DbContext = dbContext;
 }
Esempio n. 2
0
 public JournalService(MakeItClearDbContext dbContext)
 {
     DbContext = dbContext;
 }
Esempio n. 3
0
 public CurrencyService(MakeItClearDbContext dbContext)
 {
     DbContext = dbContext;
 }
Esempio n. 4
0
        //public MakeItClear2014DbContext DbContextOld { get; set; }

        public AccountsService(MakeItClearDbContext dbContext)
        {
            DbContext = dbContext;
        }
Esempio n. 5
0
 public SecurityService(MakeItClearDbContext dbContext)
 {
     DbContext = dbContext;
 }