コード例 #1
0
ファイル: AlumnoService.cs プロジェクト: luissystem/systemZAs
 public void AddAlumno(Alumno alumno)
 {
     _alumnoRepository.AddAlumno(alumno);
 }