Esempio n. 1
0
 public bool uc_4_1_addEditRemovePruduct(string storeOwnerName, string storeName, string productName, string desc, int amount,
                                         List <string> categories)
 {
     if (real == null)
     {
         return(false);
     }
     return(real.uc_4_1_addEditRemovePruduct(storeOwnerName, storeName, productName, desc, amount, categories));
 }