Apistry.Samples.Service.Api.Controllers.BlogsController.GetBlog C# (CSharp) Method

GetBlog() public method

public GetBlog ( Int32 blogId ) : BlogDto
blogId System.Int32
return BlogDto
        public BlogDto GetBlog(Int32 blogId)
        {
            return null;
        }