Ejemplo n.º 1
0
        public string AddPatientData(PatientData P)
        {
            //calling EmpRepository Class Method and storing Repsonse
            var response = repository.Add_Patient(P);

            return(response);
        }