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