示例#1
0
 public SellerService(ProjetoSalesMVCContext context)
 {
     _context = context;
 }
示例#2
0
 public DepartmentService(ProjetoSalesMVCContext context)
 {
     _context = context;
 }
 public DepartmentsController(ProjetoSalesMVCContext context)
 {
     _context = context;
 }
示例#4
0
 public SalesRecordService(ProjetoSalesMVCContext context)
 {
     _context = context;
 }
 public SeedingService(ProjetoSalesMVCContext context)
 {
     _context = context;
 }