public SalesRecordService(Data.SalesWebMvcContext context) { _context = context; }
public DepartamentService(Data.SalesWebMvcContext context) { _context = context; }
public SellerService(Data.SalesWebMvcContext context) { _context = context; }