AllReady.ViewModels.Manage.IndexViewModel.IndexViewModel C# (CSharp) Méthode

IndexViewModel() public méthode

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