コード例 #1
0
 public bool ExisteEstoque(Guid armazemId, Guid produtoId)
 {
     return(_estoqueService.ExisteEstoque(armazemId, produtoId));
 }