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