예제 #1
0
 public static ComplitionPromise <T> Call <T>(this IServerService serverService, string functionName)
 {
     return(serverService.Call <T>(functionName, null));
 }