コード例 #1
0
 public bool VerificarDivisaoUnidade(Unidade obj)
 {
     return(daoUnidade.VerificarDivisaoUnidade(obj));
 }