AllReady.ViewModels.Manage.IndexViewModel.IndexViewModel C# (CSharp) Method

IndexViewModel() public method

public IndexViewModel ( ) : System.Collections.Generic
return System.Collections.Generic
        public IndexViewModel()
        {
            Logins = new List<UserLoginInfo>();
            AssociatedSkills = new List<UserSkill>();
        }
IndexViewModel