示例#1
0
        public async Task <ResultPT> GetAsync(int id)
        {
            ResultPT result;

            using (Profile_MasterBAL profile_MasterBAL = new Profile_MasterBAL())
            {
                result = await profile_MasterBAL.GetByIDAsync(id);
            }
            return(result);
        }