Пример #1
0
 public Tuple <bool, string> removeStore(string userName, int storeId)
 {
     return(storeManagment.removeStore(userName, storeId));
 }