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