Exemple #1
0
 public CadastrarModel(WebApplication4Context context)
 {
     _context = context;
 }
Exemple #2
0
 public ConsultarModel(WebApplication4Context context)
 {
     _context = context;
 }
Exemple #3
0
 public DepartamentoController(WebApplication4Context context)
 {
     _context = context;
 }
Exemple #4
0
 public LoginModel(WebApplication4Context context)
 {
     _context = context;
 }
Exemple #5
0
 public SellerService(WebApplication4Context Context)
 {
     _Context = Context;
 }
 public JogoService(WebApplication4Context context)
 {
     _context = context;
 }
Exemple #7
0
 public EmployeesController(WebApplication4Context context)
 {
     _context = context;
 }
Exemple #8
0
 public PhonesController(WebApplication4Context context)
 {
     _context = context;
 }
Exemple #9
0
 public DepartamentoSevice(WebApplication4Context Context)
 {
     _Context = Context;
 }
Exemple #10
0
 public SalesService(WebApplication4Context Context)
 {
     _Context = Context;
 }