Exemple #1
0
 public ProductManager(IProductDataSvc dataService)
 {
     _dataService = Check.NotNull(dataService, nameof(dataService)); ProductManagerCtor();
 }