示例#1
0
 public Compra BuscarUsuario(Guid id)
 {
     return(_compraService.BuscarCompraPorIdService(id));
 }