Blog.Services.Helpers.Wcf.CommunityResource.GetList C# (CSharp) Méthode

GetList() public méthode

public GetList ( ) : List
Résultat List
        public List<Community> GetList()
        {
            using (var svc = new ServiceProxyHelper<ICommunityService>("CommunityService"))
            {
                return svc.Proxy.GetList();
            }
        }