コード例 #1
0
ファイル: DynaDoc.cs プロジェクト: tilekchubakov/CISSA
        public bool IsStored()
        {
            //OutputLog("IsStored");
            return(_docRepo.DocIsStored(Doc));
//            return DataContext.Documents.FirstOrDefault(d => d.Id == Id) != null;
        }