예제 #1
0
 public static async Task <TRes> GetApiToken(TReq model, string apiUrl, HttpContentTypes contentType)
 {
     return(await ApiCaller.Post(model, apiUrl, contentType));
 }
예제 #2
0
 static HttpContentTypes()
 {
     Instance = new HttpContentTypes();
 }
예제 #3
0
 public ContentTypeAttribute(HttpContentTypes value)
 {
     ContentType = value;
 }
예제 #4
0
 static HttpContentTypes()
 {
     Instance = new HttpContentTypes();
 }