Esempio n. 1
0
 public BillManager(MbcaDbContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public CustomerManager(MbcaDbContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public HistoryManager(MbcaDbContext context)
 {
     _context = context;
 }