コード例 #1
0
        public IBOIdentityuserprofile BOİdentityuserprofile(IIdentityuserprofileRepository repo)
        {
            BOIdentityuserprofile boİdentityuserprofile = (BOIdentityuserprofile)BOİdentityuserprofile();

            boİdentityuserprofile.Repository = repo;
            return(boİdentityuserprofile);
        }
コード例 #2
0
        public IBOIdentityuserprofile BOİdentityuserprofile()
        {
            var boİdentityuserprofile = new BOIdentityuserprofile()
            {
                UserId    = this.UserId,
                FirstName = this.FirstName,
                LastName  = this.LastName,
                FullName  = this.FullName
            };

            return(boİdentityuserprofile);
        }