예제 #1
0
파일: ClienteNE.cs 프로젝트: JoelRm/Comseg
 public int CambiarEstado(ClienteCLS objClienteCls)
 {
     return(obj.CambiarEstado(objClienteCls));
 }