Exemplo n.º 1
0
 public string GetTypeName(object userType)
 {
     if (userType != null && !String.IsNullOrEmpty(userType.ToString()))
     {
         return(userTypeManage.GetDescriptionByCache(userType.ToString()));
     }
     else
     {
         return("");
     }
 }