コード例 #1
0
 private bool OrderExists(int id)
 {
     return(_repo.OrderExists(id));
 }