Esempio n. 1
0
 public void AddTeam(Team team)
 {
     repo.AddTeam(team);
 }
 //this method will add team to a project
 public void AddTeam(TeamMaster team)
 {
     _teamRepo.AddTeam(team);
 }