예제 #1
0
 public ClienteRepository(AgendeiContext context)
 {
     _context = context;
 }
 public ProcedimentoRepository(AgendeiContext context)
 {
     _context = context;
 }
예제 #3
0
 public UsuarioRepository(AgendeiContext context)
 {
     _context = context;
 }
예제 #4
0
 public AgendamentoRepository(AgendeiContext context)
 {
     _context = context;
 }