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