Exemplo n.º 1
0
            ref string Method1()
            {
                SampleObject1 sampleObject = new SampleObject1();

                return(ref sampleObject.Text);
            }
 public Task <SampleObject4> SamplePost1(SampleObject1 sampleObject1, string id)
 {
     throw new NotSupportedException();
 }
Exemplo n.º 3
0
 public Task <SampleObject1> SamplePut(string id, [FromBody] SampleObject1 sampleObject)
 {
     throw new NotSupportedException();
 }
 public async Task <SampleObject1> SamplePut(string id, [FromBody] SampleObject1 sampleObject)
 {
     throw new NotImplementedException();
 }
 public async Task <SampleObject4> SamplePost1([FromBody] SampleObject1 sampleObject1, string id, bool queryBool)
 {
     throw new NotImplementedException();
 }