Hi,
I a real newbie on WCF, and I want to implement a service that reads from a DB some data and returns generic lists of custom objects to the client.
So I implement the service like this:
Interface:
vb Syntax (Toggle Plain Text)
()> _ Public Interface IRepositorio(Name:="ListarAlmacen")> _ Function ListarAlmacen() As List(Of BE.Almacen) End Interface
Implementation:
View Full Details...............................
No comments:
Post a Comment