public string ShortInfoCutted(int length) { if (string.IsNullOrEmpty(ShortInfo)) { return(HelperForVm.TextCut(Info, length)); } return(HelperForVm.TextCut(ShortInfo, length)); }
public string ShortInfoCutted(int length) { return(HelperForVm.TextCut(Info, length)); }