Exemplo n.º 1
0
 public int DeleteByDirectoryID(Guid directoryID)
 {
     return(dataDocuments.DeleteByDirectoryID(directoryID));
 }