예제 #1
0
 public List <Cliente> ListarCliente()
 {
     return(da.ListarCliente());
 }
예제 #2
0
파일: ClienteNE.cs 프로젝트: JoelRm/Comseg
 public List <ClienteCLS> ListarCliente()
 {
     return(obj.ListarCliente());
 }