2 writes to HttpStatusCode
UnitTests.Common (2)
TestTypes.cs (2)
106
this.
HttpStatusCode
= System.Net.HttpStatusCode.OK;
112
return new ResultObject<T> { ErrorCode = anotherResult.ErrorCode, ErrorMessage = anotherResult.ErrorMessage,
HttpStatusCode
= anotherResult.HttpStatusCode };
1 reference to HttpStatusCode
UnitTests.Common (1)
TestTypes.cs (1)
112
return new ResultObject<T> { ErrorCode = anotherResult.ErrorCode, ErrorMessage = anotherResult.ErrorMessage, HttpStatusCode = anotherResult.
HttpStatusCode
};