예제 #1
0
파일: Empresa.cs 프로젝트: tonfranco/LR
 public static List<EmpresaDTO> ListarEmpresa()
 {
     using (var client = new LRBusiness())
     {
         return client.ListarEmpresa().ToList();
     }
 }