public global::System.Threading.Tasks.Task <bool> SimplePathWithBodyParameter(global::Codeworx.Rest.UnitTests.Model.Item item)
 {
     return(CallAsync(c => c.SimplePathWithBodyParameter(item)));
 }
 public global::System.Threading.Tasks.Task <bool> SimplePathWithAllParameters(global::Codeworx.Rest.UnitTests.Model.Item itemBody, string textQuery, int numberQuery, global::System.Guid idQuery, global::System.DateTime dateQuery, string textUrl, int numberUrl, global::System.Guid idUrl, global::System.DateTime dateUrl)
 {
     return(CallAsync(c => c.SimplePathWithAllParameters(itemBody, textQuery, numberQuery, idQuery, dateQuery, textUrl, numberUrl, idUrl, dateUrl)));
 }
Beispiel #3
0
 public global::System.Threading.Tasks.Task <global::Codeworx.Rest.UnitTests.Model.Item> GetItemBodyParameterAsLastParameter(global::System.Guid id, string name, global::Codeworx.Rest.UnitTests.Model.Item parameter)
 {
     return(CallAsync(c => c.GetItemBodyParameterAsLastParameter(id, name, parameter)));
 }
Beispiel #4
0
 public global::System.Threading.Tasks.Task <global::Codeworx.Rest.UnitTests.Model.Item> GetItemBodyParameterWithNoAttribute(global::Codeworx.Rest.UnitTests.Model.Item parameter)
 {
     return(CallAsync(c => c.GetItemBodyParameterWithNoAttribute(parameter)));
 }
 public global::System.Threading.Tasks.Task <bool> Put(global::Codeworx.Rest.UnitTests.Model.Item item, global::System.Threading.CancellationToken token)
 {
     return(CallAsync(c => c.Put(item, token)));
 }