Beispiel #1
0
 public BillManager(MbcaDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CustomerManager(MbcaDbContext context)
 {
     _context = context;
 }
 public HistoryManager(MbcaDbContext context)
 {
     _context = context;
 }