コード例 #1
0
        public AccountOwnerModel(List<Account> accounts, List<AccountUserModel> owners, List<Tuple<int, UserAccountRights>> accountUserRights, AccountOwnerPartialViewType accountOwnerPartialViewType)
        {
            Accounts = accounts;
            Owners = owners;
            AccountUserRights = accountUserRights;
            AccountOwnerPartialViewType = accountOwnerPartialViewType;

            ConstructModel();
        }
コード例 #2
0
        public AccountOwnerModel(List <Account> accounts, List <AccountUserModel> owners, List <Tuple <int, UserAccountRights> > accountUserRights, AccountOwnerPartialViewType accountOwnerPartialViewType)
        {
            Accounts                    = accounts;
            Owners                      = owners;
            AccountUserRights           = accountUserRights;
            AccountOwnerPartialViewType = accountOwnerPartialViewType;

            ConstructModel();
        }