public ProductsAboveAveragePricesController(Data.NorthwindContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public SalesTotalsByAmountsController(Data.NorthwindContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public OrderSubtotalsController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public ShippersController(Data.NorthwindContext context)
 {
     this.context = context;
 }
Beispiel #5
0
 public CustomersController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public CategoriesController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public ProductsController(Data.NorthwindContext context)
 {
     this.context = context;
 }
Beispiel #8
0
 public SummaryOfSalesByQuartersController(Data.NorthwindContext context)
 {
     this.context = context;
 }
Beispiel #9
0
 public CustOrderHistsController(Data.NorthwindContext context)
 {
     this.context = context;
 }
Beispiel #10
0
 public OrdersQriesController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public InvoicesController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public AlphabeticalListOfProductsController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public TenMostExpensiveProductsController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public QuarterlyOrdersController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public OrderDetailsController(Data.NorthwindContext context)
 {
     this.context = context;
 }
Beispiel #16
0
 public ProductSalesFor1997sController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public EmployeesController(Data.NorthwindContext context)
 {
     this.context = context;
 }
Beispiel #18
0
 public SalesByCategory1sController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public RegionsController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public CustomerAndSuppliersByCitiesController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public SalesByYearsController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public EmployeeSalesByCountriesController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public TerritoriesController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public CurrentProductListsController(Data.NorthwindContext context)
 {
     this.context = context;
 }
 public CustomerDemographicsController(Data.NorthwindContext context)
 {
     this.context = context;
 }
Beispiel #26
0
 public CategorySalesFor1997sController(Data.NorthwindContext context)
 {
     this.context = context;
 }