Beispiel #1
0
 //Aun estamos evaluando si usaremos este servicio
 public MasterProviderService(MechContext context)
 {
     _context = context;
 }
 public UserService(MechContext context)
 {
     _context = context;
 }