예제 #1
0
 public async Task <PedidoEntity> GetById(Guid pedidoId)
 {
     return(await _pedidosRepository.GetByID(pedidoId));
 }