Esempio n. 1
0
 public void Remove(Post post)
 {
     context.Remove(post);
 }
Esempio n. 2
0
 public void Remove(Product product)
 {
     context.Remove(product);
 }
Esempio n. 3
0
 public void Remove(Church church)
 {
     context.Remove(church);
 }
Esempio n. 4
0
 public void Remove(Article article)
 {
     context.Remove(article);
 }