Exemple #1
0
        public void AnyadirMascota(string p_Cliente_OID, System.Collections.Generic.IList <int> p_mascota_OIDs)
        {
            //Call to ClienteCAD

            _IClienteCAD.AnyadirMascota(p_Cliente_OID, p_mascota_OIDs);
        }