Beispiel #1
0
 public UoW(MwaDataContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CustomerRepository(MwaDataContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public ProductRepository(MwaDataContext context)
 {
     _context = context;
 }