Esempio n. 1
0
 public MunicipioRepository(FitcardTesteContext fitcardTesteContext)
 {
     _context = fitcardTesteContext;
 }
Esempio n. 2
0
 public CategoriaRepository(FitcardTesteContext fitcardTesteContext)
 {
     _context = fitcardTesteContext;
 }
Esempio n. 3
0
 public EstabelecimentoController(FitcardTesteContext fitcardTesteContext)
 {
     _context = fitcardTesteContext;
 }
 public StatusRepository(FitcardTesteContext fitcardTesteContext)
 {
     _context = fitcardTesteContext;
 }