Beispiel #1
0
        public bool ExisteCita(Cita model)
        {
            var bc = new CitaComponent();

            return(bc.ExisteCita(model));
        }