示例#1
0
 public IEnumerable <User> GetMatchesOfUser(int userid)
 {
     return(_repo.GetMatchesOfUser(userid));
 }