コード例 #1
0
 public void DarDeBaja(Guid idCurso, DateTime?fechaDeBaja)
 {
     _repositorio.DarDeBaja(idCurso, fechaDeBaja);
 }