コード例 #1
0
 public IEnumerable <UserBuildRelationship> Get(string userName)
 {
     return(_service.GetBuildsByUser(userName));
 }