Example #1
0
 //根据条件查询档案信息
 private bool IsExistArchives(string title, string createUserID)
 {
     using (ArchivesManagementBll archivesBll = new ArchivesManagementBll())
     {
         return(archivesBll.IsExistArchives(title, createUserID));
     }
 }
Example #2
0
 //根据条件查询档案信息
 private bool IsExistArchives(string title, string createUserID)
 {
     using (ArchivesManagementBll archivesBll = new ArchivesManagementBll())
     {
         return archivesBll.IsExistArchives(title, createUserID);
     }
 }