PRTools.Web.Models.AccountManagementViewModel.AccountManagementViewModel C# (CSharp) Method

AccountManagementViewModel() public method

public AccountManagementViewModel ( ) : System.Collections.Generic
return System.Collections.Generic
        public AccountManagementViewModel()
        {
            _messages = new List<string>();
            _accounts = new List<AccountViewModel>();
        }

Same methods

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