public WholesalerService(IWholesalerQuery wholesalerQuery, IWholesalerPersistence wholesalerPersistence)
 {
     _wholesalerQuery       = wholesalerQuery;
     _wholesalerPersistence = wholesalerPersistence;
 }
Exemplo n.º 2
0
 public WholesalerValidation(IWholesalerQuery wholesalerQuery)
 {
     _wholesalerQuery = wholesalerQuery;
 }