Beispiel #1
0
 public void Add(Team team)
 {
     _teamDal.Add(team);
 }
Beispiel #2
0
 public bool Add(Team entity)
 {
     return(_teamDal.Add(entity));
 }