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

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