public DepartmentsController(WebMvcCourseContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public DepartmentService(WebMvcCourseContext context)
 {
     _context = context;
 }
 public SellerService(WebMvcCourseContext context)
 {
     _context = context;
 }
Ejemplo n.º 4
0
 public SalesRecordService(WebMvcCourseContext context)
 {
     _context = context;
 }