Example #1
0
 public List <MakeProduct> GetMakeProductByIds(IEnumerable <string> ids)
 {
     return(_makeProductRepository.GetMakeProductByIds(ids));
 }