Exemple #1
0
 public bool Create(Club entity)
 {
     return(_clubRepos.Create(entity));
 }