Beispiel #1
0
 public UnitOfWork(IBudgetManagerDbContext context)
 {
     _context = context;
 }