Beispiel #1
0
 public IEnumerable <int> RoleListIds()
 {
     return(RoleList.Split(';').Where(s => !string.IsNullOrEmpty(s)).Select(s => int.Parse(s)));
 }