mobSocial.WebApi.Models.Users.UserEntityModel.UserEntityModel C# (CSharp) Method

UserEntityModel() public method

public UserEntityModel ( ) : System
return System
        public UserEntityModel()
        {
            AvailableRoles = new List<dynamic>();
        }
UserEntityModel