Exemplo n.º 1
0
 public void LibraryDocumentDelete(LibraryDocument entity)
 {
     this.Context.LibraryDocuments.Remove(entity);
 }
Exemplo n.º 2
0
 public void LibraryDocumentCreate(LibraryDocument entity)
 {
     this.Context.LibraryDocuments.Add(entity);
 }