Ejemplo n.º 1
0
 public MasterService()
 {
     _context = new PreScripdsDb();
     _masterBl = new MasterBl(_context);
 }
Ejemplo n.º 2
0
 public MasterService(PreScripdsDb context)
 {
     _masterBl = new MasterBl(context);
 }