Example #1
0
 public SexoService(ItbitContext context)
 {
     _context = context;
 }
 public UsuarioService(ItbitContext context)
 {
     _context = context;
 }