示例#1
0
 public ActionResult <IList <TeamListModel> > GetTeamsForUser(Guid id)
 {
     return(_teamsRepository.GetTeamsForUser(id).ToList());
 }