Example #1
0
 public static string GetUserDept(this IPrincipal user) =>
 user.GetUserData()?.DepartmentNumber;