예제 #1
0
 public int DeleteUploadedDocument(Int64 DocId)
 {
     return(ImportBLDAL.DeleteUploadedDocument(DocId));
 }