Beispiel #1
0
 public ClienteController(CookHomeContext context, IEnderecoServico googleMapsServico)
 {
     _context           = context;
     _googleMapsServico = googleMapsServico;
 }
Beispiel #2
0
 public AvaliacaoController(CookHomeContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public TipoCulinariaController(CookHomeContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public AgendamentoController(CookHomeContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public CozinheiroController(CookHomeContext context, IEnderecoServico enderecoServico)
 {
     _context         = context;
     _enderecoServico = enderecoServico;
 }
Beispiel #6
0
 public PagamentoController(CookHomeContext context)
 {
     _context = context;
 }
Beispiel #7
0
 public AuthController(CookHomeContext context)
 {
     _context = context;
 }