Beispiel #1
0
 public CustomerRepository(SmitUpContext contexto)
 {
     _contexto = contexto;
     _customer = _contexto.Set <Customer>();
 }
Beispiel #2
0
 public UnitOfWork(SmitUpContext context)
 {
     _context = context;
 }