Blog.Services.Helpers.Wcf.CommunityResource.GetList C# (CSharp) 메소드

GetList() 공개 메소드

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