コード例 #1
0
ファイル: ProductManagement.cs プロジェクト: rtharakam/Iresh
 public ProductManagement(IProductManagementDataAccess productManagement)
 {
     this.productManagement = productManagement;
 }
コード例 #2
0
 public ManufactureManager(IProductManagementDataAccess productManagement)
 {
     this.productManagement = productManagement;
 }