示例#1
0
 public PriceEntity GetForm(string companyId, string priceName)
 {
     return(_service.FindEntity(x => x.F_OwnerId == companyId && x.F_PriceName == priceName));
 }