Example #1
0
 public int SaveSubmittedDocument(Int64 BLId, string Param)
 {
     return(ImportBLDAL.SaveSubmittedDocument(BLId, Param));
 }