예제 #1
0
파일: QueryBase.cs 프로젝트: huuzlee/BQUERY
 public bool InsertDocumentContent(string Content, eTemplateBand Band, eTextFileType FileType)
 {
     throw new NotImplementedException();
 }
예제 #2
0
파일: QueryBase.cs 프로젝트: huuzlee/BQUERY
 public long InsertDocument(string File, bool Replace, eTextFileType FileType)
 {
     throw new NotImplementedException();
 }