public YPProductManagementServiceFactory()
 {
     _productManagementRepository = new  YPProductManagementRepository();
 }
Beispiel #2
0
 public YPProductManagementService()
 {
     _productManagementRepository = new YPProductManagementRepository();
     _locationManagentService     = new LocationManagentService();
 }