Beispiel #1
0
 public bool UpdateEntity(DatosMedicosViewModel entity)
 {
     _fortoulContext.Update(_mapper.Map <DatosMedicos>(entity));
     return(Save());
 }
Beispiel #2
0
 public bool UpdateEntity(PerfilViewModel entity)
 {
     _webFortoulContext.Update(_mapper.Map <Perfil>(entity));
     return(Save());
 }
Beispiel #3
0
 public bool UpdateEntity(PagoDetalladoViewModel entity)
 {
     _fortoulContext.Update(_mapper.Map <PagoDetallado>(entity));
     return(Save());
 }
 public bool UpdateEntity(SolicitudCupoViewModel entity)
 {
     _fortoulContext.Update(_mapper.Map <SolicitudCupo>(entity));
     return(Save());
 }
Beispiel #5
0
 public bool UpdateEntity(CarritoCompraViewModel entity)
 {
     _fortoulContext.Update(_mapper.Map <CarritoCompra>(entity));
     return(Save());
 }
 public bool UpdateEntity(EstadoProvinciaViewModel entity)
 {
     _fortoulContext.Update(_mapper.Map <EstadoProvincia>(entity));
     return(Save());
 }
Beispiel #7
0
 public bool UpdateEntity(RepresentanteViewModel entity)
 {
     _fortoulContext.Update(_mapper.Map <Representante>(entity));
     return(Save());
 }
Beispiel #8
0
 public bool UpdateEntity(AlumnoViewModel entity)
 {
     _fortoulContext.Update(_mapper.Map <Alumno>(entity));
     return(Save());
 }