Ejemplo n.º 1
0
 public void CreateNewStudent(Student student)
 {
     // var student = new Student();
     _commonRepository.Create(student);
 }