Exemple #1
0
        public int InsertNewDoctor(string[] parameters)
        {
            IDoctor doctor = DALFactory.CreateDoctor();

            return(doctor.Insert((object[])parameters));
        }