Example #1
0
 public SellerService(ProjetoWebApplicationContext context)
 {
     _context = context;
 }
Example #2
0
 public DepartmentsController(ProjetoWebApplicationContext context)
 {
     _context = context;
 }
Example #3
0
 public DepartmentService(ProjetoWebApplicationContext context)
 {
     _context = context;
 }
Example #4
0
 public SalesRecordService(ProjetoWebApplicationContext context)
 {
     _context = context;
 }