예제 #1
0
 public int Existe(int protocoloId)
 {
     return(_da.ExisteProtocoloAssociado(protocoloId));
 }