コード例 #1
0
 public int ExisteEmpreendimento(string cnpj, int?id = null)
 {
     return(_da.Existe(cnpj, id));
 }