Exemplo n.º 1
0
 public IList <OrderLine> GetAllOrderLines(string Id)
 {
     return(orderLineRepository.GetAllById(Id));
 }