_ Public Interface IRepositorio _ Function ListarAlmacen() As List(Of BE.Almacen) End Interface 
_ _ Public Class Repositorio Implements IRepositorio Public Function ListarAlmacen() As List(Of BE.Almacen) Implements IRepositorio.ListarAlmacen Dim result As List(Of BE.Almacen) result = BL.Repositorio.Almacen.listar() Return result End Function End Class 
'some code ... Dim oAlmacenWCF As New repositorio.RepositorioClient Dim oListaAlmacenBE As List(Of BE.Almacen) oListaItemAlmacenBE = oAlmacenWCF.ListarAlmacen(item_id) 'some code
 
 
  Hi, I'm Moinuddin. I'm a Software Engineer at WIPRO working on Microsoft .NET Technology. I'm interested in a wide range of technology topics, mainly Microsoft including Windows Azure, WCF, WPF, Silverlight and any other cool technology that catches the eye.
Hi, I'm Moinuddin. I'm a Software Engineer at WIPRO working on Microsoft .NET Technology. I'm interested in a wide range of technology topics, mainly Microsoft including Windows Azure, WCF, WPF, Silverlight and any other cool technology that catches the eye.
0 comments:
Post a Comment