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

Inheritance: ViewModelBase
Afficher le fichier Open project: peasy/Samples Class Usage Examples

Méthodes publiques

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

Method Details

MainWindowVM() public méthode

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
Résultat Orders.com.BLL.Services