Exemplo n.º 1
0
 public MigrationController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public MovInsumoController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public RoleController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 public TiposidController(SispmedDbContext context)
 {
     _context = context;
 }
 public AcompananteController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 6
0
 public CitaController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 7
0
 public CategoriaInsumoController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 8
0
 public UserController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 9
0
 public CargoController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 10
0
 public ArlsController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 11
0
 public StockInsumoController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 12
0
 public GastoController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 13
0
 public PacienteController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 14
0
 public EmpleadoController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 15
0
 public ConvenioController(SispmedDbContext context)
 {
     _context = context;
 }
 public ProcedimientoController(SispmedDbContext context)
 {
     _context = context;
 }
Exemplo n.º 17
0
 public RecaudoController(SispmedDbContext context)
 {
     _context = context;
 }