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