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