Esempio n. 1
0
 // ######################################################
 public ExpenseRepository(TheExpenseDbContext Context)
 {
     this._context = Context;
 }
Esempio n. 2
0
 // ######################################################
 public UnitOfWork()
 {
     this._context = new TheExpenseDbContext();
 }