AllReady.ViewModels.Manage.IndexViewModel.IndexViewModel C# (CSharp) 메소드

IndexViewModel() 공개 메소드

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