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