Esempio n. 1
0
 public SellerService(ProjetoWebApplicationContext context)
 {
     _context = context;
 }
Esempio n. 2
0
 public DepartmentsController(ProjetoWebApplicationContext context)
 {
     _context = context;
 }
Esempio n. 3
0
 public DepartmentService(ProjetoWebApplicationContext context)
 {
     _context = context;
 }
Esempio n. 4
0
 public SalesRecordService(ProjetoWebApplicationContext context)
 {
     _context = context;
 }