|
var req = new RestRequest(cmd, Method.Post)
|
|
var req = new RestRequest(cmd, Method.Post)
|
|
//Log(" * {0}{1}() Creating Uri, Client and RestRequest took {2}ms", Action, typeof(TEntity).Name, sw.ElapsedMilliseconds);
|
|
//Log(" * {0}{1}() Creating Uri, Client and RestRequest took {2}ms", Action, typeof(TEntity).Name, sw.ElapsedMilliseconds);
|