Ejemplo n.º 1
0
 public string ShortInfoCutted(int length)
 {
     if (string.IsNullOrEmpty(ShortInfo))
     {
         return(HelperForVm.TextCut(Info, length));
     }
     return(HelperForVm.TextCut(ShortInfo, length));
 }
Ejemplo n.º 2
0
 public string ShortInfoCutted(int length)
 {
     return(HelperForVm.TextCut(Info, length));
 }