public void Add(Team team) { _teamDal.Add(team); }
public bool Add(Team entity) { return(_teamDal.Add(entity)); }