Beispiel #1
0
 public MunicipioRepository(FitcardTesteContext fitcardTesteContext)
 {
     _context = fitcardTesteContext;
 }
Beispiel #2
0
 public CategoriaRepository(FitcardTesteContext fitcardTesteContext)
 {
     _context = fitcardTesteContext;
 }
Beispiel #3
0
 public EstabelecimentoController(FitcardTesteContext fitcardTesteContext)
 {
     _context = fitcardTesteContext;
 }
 public StatusRepository(FitcardTesteContext fitcardTesteContext)
 {
     _context = fitcardTesteContext;
 }