Example #1
0
 public bool Delete(int id)
 {
     return(context.Delete(id));
 }
Example #2
0
 public void Delete(Player player)
 {
     _context.Delete(player);
 }