Exemple #1
0
 public BI_ProductInfoEntity GetForm(string keyValue)
 {
     if (string.IsNullOrWhiteSpace(keyValue))
     {
         return(null);
     }
     return(infoApp.FindEntity(keyValue));
 }