コード例 #1
0
ファイル: CRMManager.cs プロジェクト: harlov-va/st_publish
        public cl_listItems clGetListItem(int id)
        {
            var res = new cl_listItems();

            res = db.clGetListItem(id);
            return(res);
        }