Beispiel #1
0
 public ProductOrganizationViewModel FindRfpProduct(string search)
 {
     return(_searchRepositoryDAC.FindRfpProduct(search));
 }