Пример #1
0
 public Repository(DriverLicenseContext context)
 {
     this.context = context;
     objectSet    = context.Set <T>();
 }
Пример #2
0
 public UnitOfWork(DriverLicenseContext context)
 {
     _context = context;
 }