Beispiel #1
0
 public Product GetProductByShortName(string str)
 {
     return(_repo.GetProductByShortName(str));
 }