AngularBlog.Data.CheckingAccountsData.GetAll C# (CSharp) Method

GetAll() public method

public GetAll ( ) : List
return List
        public List<CheckingAccount> GetAll()
        {
            return Accounts;
        }