PRTools.Web.Models.AccountManagementViewModel.AccountManagementViewModel C# (CSharp) Метод

AccountManagementViewModel() публичный Метод

public AccountManagementViewModel ( ) : System.Collections.Generic
Результат System.Collections.Generic
        public AccountManagementViewModel()
        {
            _messages = new List<string>();
            _accounts = new List<AccountViewModel>();
        }

Same methods

AccountManagementViewModel::AccountManagementViewModel ( IEnumerable list ) : System.Collections.Generic