Пример #1
0
 // ######################################################
 public ExpenseRepository(TheExpenseDbContext Context)
 {
     this._context = Context;
 }
Пример #2
0
 // ######################################################
 public UnitOfWork()
 {
     this._context = new TheExpenseDbContext();
 }