public RecursosService(TareasDbContext _context) { context = _context; }
public UsuariosService(TareasDbContext _context) { context = _context; }
public TareasService(TareasDbContext _context) { context = _context; }
public DetallesService(TareasDbContext _context) { context = _context; }