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