public RecursosService(TareasDbContext _context)
 {
     context = _context;
 }
Exemple #2
0
 public UsuariosService(TareasDbContext _context)
 {
     context = _context;
 }
Exemple #3
0
 public TareasService(TareasDbContext _context)
 {
     context = _context;
 }
Exemple #4
0
 public DetallesService(TareasDbContext _context)
 {
     context = _context;
 }