コード例 #1
0
 public ActionResult <bool> Buy(int id, int player, string unit)
 {
     _services.Buy(id, player, unit);
     return(true);
 }