Beispiel #1
0
 protected static void deleteAccount(string name)
 {
     context.Delete(getAccount(name));
     context.SaveChanges();
 }