Example #1
0
 internal static void SetupExecute <T>(Mock <IApiCaller> mockApiCaller, T returnValue = default(T))
 {
     MockApiCaller.SetupExecute <T>(mockApiCaller, returnValue);
 }