예제 #1
0
 internal bool CrearContacto(Clientes oClienteSelected)
 {
     return(oClienteDao.CreateContact(oClienteSelected));
 }