public DepartmentsController(WebMvcCourseContext context)
 {
     _context = context;
 }
Exemple #2
0
 public DepartmentService(WebMvcCourseContext context)
 {
     _context = context;
 }
 public SellerService(WebMvcCourseContext context)
 {
     _context = context;
 }
Exemple #4
0
 public SalesRecordService(WebMvcCourseContext context)
 {
     _context = context;
 }