Blog.Services.Helpers.Rest.EducationRestResource.Update C# (CSharp) 메소드

Update() 공개 메소드

public Update ( Education education, string authenticationToken ) : Education
education Blog.Common.Contracts.Education
authenticationToken string
리턴 Blog.Common.Contracts.Education
        public Education Update(Education education, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }