public PrestacaoRepository(PrestaSysDbContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public UsuarioRepository(PrestaSysDbContext context)
 {
     _context = context;
 }