public override string Modify() { ISP.NameExists(this); ISP.Modify(this); IID IID = this; IID.SaveImage(); return(ListToJson()); }
public override string Modify() { if (this.Password != "") { this.Password = Encriptar(this.Password); } ISGL.Modify(this); IID IID = this; IID.SaveImage(); return(this.ListToJson()); }
public override string Add() { if (this.Password != "") { this.Password = Encriptar(this.Password); } ISGL.MailExists(this); ISGL.DNIExists(this); ISGL.Add(this); IID IID = this; IID.SaveImage(); return(this.ListToJson()); }