Beispiel #1
0
 public SalesRecordServices(ProjectSaleMVCContext context)
 {
     _context = context;
 }
Beispiel #2
0
 //construtor
 public SellerService(ProjectSaleMVCContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public SeedingService(ProjectSaleMVCContext context)
 {
     _context = context;
 }
 public DepartmentService(ProjectSaleMVCContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public DepartmentsController(ProjectSaleMVCContext context)
 {
     _context = context;
 }