final update
This commit is contained in:
10
Website/LOC.Core/Data/IRestCallJsonWrapper.cs
Normal file
10
Website/LOC.Core/Data/IRestCallJsonWrapper.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace LOC.Core.Data
|
||||
{
|
||||
using System;
|
||||
|
||||
public interface IRestCallJsonWrapper
|
||||
{
|
||||
T MakeCall<T>(object data, Uri uri, RestCallType restCallType, double timeoutInSeconds = 100);
|
||||
void MakeCall(object data, Uri uri, RestCallType restCallType, double timeoutInSeconds = 100);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user