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