コード例 #1
0
 public List<Order> ActOnIOrdersRepository(IOrdersRepository ordersRepository, string filePath)
 {
     return ordersRepository.ReadOrders(filePath);
 }