Ejemplo n.º 1
0
 public UserService(PruebaSDContext pruebaSdDbContext)
 {
     _pruebaSdDbContext = pruebaSdDbContext;
 }
Ejemplo n.º 2
0
 public UserDTO(PruebaSDContext Context)
 {
     this.Context = Context;
 }