Blog.Services.Helpers.Rest.CommunityRestResource.Get C# (CSharp) Méthode

Get() public méthode

public Get ( int communityId ) : Community
communityId int
Résultat Blog.Common.Contracts.Community
        public Community Get(int communityId)
        {
            throw new System.NotImplementedException();
        }