Example #1
0
 public ServiceBase(eMobileDbContext context)
 {
     _unitOfWork = new UnitOfWork(context);
 }
Example #2
0
 public MobileService(eMobileDbContext context) : base(context)
 {
 }
 public ManufacturerService(eMobileDbContext context) : base(context)
 {
 }