Example #1
0
 public UserService(PruebaSDContext pruebaSdDbContext)
 {
     _pruebaSdDbContext = pruebaSdDbContext;
 }
Example #2
0
 public UserDTO(PruebaSDContext Context)
 {
     this.Context = Context;
 }