コード例 #1
0
 public ProviderServiceRequestMapper(
     IHttpVerbMapper httpVerbMapper,
     IHttpBodyContentMapper httpBodyContentMapper)
 {
     _httpVerbMapper        = httpVerbMapper;
     _httpBodyContentMapper = httpBodyContentMapper;
 }
コード例 #2
0
 internal ProviderServiceRequestMapper(
     IHttpVerbMapper httpVerbMapper,
     IHttpBodyContentMapper httpBodyContentMapper)
 {
     _httpVerbMapper = httpVerbMapper;
     _httpBodyContentMapper = httpBodyContentMapper;
 }