コード例 #1
0
 public long CheckIfOwnsCar(long id)
 {
     return(_service.CheckIfOwnsCar(id));
 }