コード例 #1
0
 public bool OrderExists(int Id)
 {
     return(_orderRespository.OrderExists(Id));
 }