Example #1
0
 public void DeleteAccount(Account a)
 {
     context.Remove(a);
     context.SaveChanges();
 }