コード例 #1
0
 public List <OrderDetails> GetAll()
 {
     return(_orderDetailsRepository.All());
 }