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

Delete() 공개 메소드

public Delete ( int educationId, string authenticationToken ) : bool
educationId int
authenticationToken string
리턴 bool
        public bool Delete(int educationId, string authenticationToken)
        {
            throw new System.NotImplementedException();
        }
    }