コード例 #1
0
        public virtual TblSocialAccounts PrepareTblSocialAccounts(SocialAccountModel socialAccount)
        {
            var result = socialAccount.Adapt <TblSocialAccounts>();

            return(result);
        }