예제 #1
0
 public ProductManagement(IProductManagementDataAccess productManagement)
 {
     this.productManagement = productManagement;
 }
예제 #2
0
 public ManufactureManager(IProductManagementDataAccess productManagement)
 {
     this.productManagement = productManagement;
 }