예제 #1
0
 public void RemovePlayer(FootballModal cric)
 {
     if (cric == null)
     {
         throw new ArgumentNullException(nameof(cric));
     }
     _context.Soccer.Remove(cric);
 }
예제 #2
0
 public void UpdatePlayer(FootballModal cric)
 {
 }