Amanda_Sample_Project.BuisnesLogic.GetUsersUsername C# (CSharp) Method

GetUsersUsername() public static method

public static GetUsersUsername ( User usr ) : string
usr User
return string
        public static string GetUsersUsername(User usr)
        {
            return usr.Username;
        }