ApplicationRepository.Models.User.User C# (CSharp) Method

User() public method

public User ( ) : System
return System
        public User()
        {
            this.CalendarsCollection = new HashSet<Calendar>();
        }
User