C# 클래스 Pepino.Infrastructure.RestExceptions.ResponseBodyExtensions

파일 보기 프로젝트 열기: AcklenAvenue/Pepino

공개 메소드들

메소드 설명
WithBody ( this response, object body ) : Response

메소드 상세

WithBody() 공개 정적인 메소드

public static WithBody ( this response, object body ) : Response
response this
body object
리턴 Nancy.Response