コード例 #1
0
 public List <Knight> GetKnightsHaveAMount()
 {
     return(SelectData.SelectKnightsHaveAMount());
 }