public RoleController(SoftBitDbContext context)
 {
     _context = context;
 }
 public HorariosController(SoftBitDbContext context)
 {
     _context = context;
 }
示例#3
0
 public CitaController(SoftBitDbContext context)
 {
     _context = context;
 }
示例#4
0
 public MensajesController(SoftBitDbContext context)
 {
     _context = context;
 }
 public UsuarioController(SoftBitDbContext context)
 {
     _context = context;
 }
 public UsersController(SoftBitDbContext context)
 {
     _context = context;
 }