C# Class Orders.com.WPF.VM.MainWindowVM

Inheritance: ViewModelBase
ファイルを表示 Open project: peasy/Samples Class Usage Examples

Public Methods

Method Description
MainWindowVM ( EventAggregator eventAggregator, CustomerService customerService, ProductService productService, CategoryService categoryService, OrderService orderService, InventoryItemService inventoryService ) : Orders.com.BLL.Services

Method Details

MainWindowVM() public method

public MainWindowVM ( EventAggregator eventAggregator, CustomerService customerService, ProductService productService, CategoryService categoryService, OrderService orderService, InventoryItemService inventoryService ) : Orders.com.BLL.Services
eventAggregator EventAggregator
customerService CustomerService
productService ProductService
categoryService CategoryService
orderService OrderService
inventoryService InventoryItemService
return Orders.com.BLL.Services