Beispiel #1
0
 public async Task <ResponseModel <CodeStyleModel> > CreateCodeStyleAsync(CodeStyleRequestModel request)
 {
     return(await PostAsync <ResponseModel <CodeStyleModel> >("/code_style/create/", JsonConvert.SerializeObject(request)));
 }
Beispiel #2
0
 public Task <ResponseModel <CodeStyleModel> > CreateCodeStyleAsync(CodeStyleRequestModel request)
 {
     throw new System.NotImplementedException();
 }