コード例 #1
0
 public List <Hack> GetAvailableHacks(int id)
 {
     return(_iplayerContext.GetAvailableHacks(id));
 }