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

            return(res);
        }