Пример #1
0
 public string ShortInfoCutted(int length)
 {
     if (string.IsNullOrEmpty(ShortInfo))
     {
         return(HelperForVm.TextCut(Info, length));
     }
     return(HelperForVm.TextCut(ShortInfo, length));
 }
Пример #2
0
 public string ShortInfoCutted(int length)
 {
     return(HelperForVm.TextCut(Info, length));
 }