コード例 #1
0
 public bool deletePersonalDocument(string id, string filename)
 {
     return(HelperCommon.deletePeronalDocument(id, filename));
 }