private static InfoReportes mappingReportDB(InfoReportesGnl infoReportes) { InfoReportes repor = new InfoReportes() { IdAlumno = infoReportes.IdAlumno, CreationDate = infoReportes.CreationDate, Description = infoReportes.Description ?? string.Empty, IdReporte = getTypeReport(infoReportes.NombreReporte), }; return(repor); }
public IActionResult Put(InfoReportes infoReportes) { return(null); }