Beispiel #1
0
 public TrabajadorServices(FundamentosContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public UsuarioServices(FundamentosContext context)
 {
     this.context = context;
 }