예제 #1
0
 public static ResponseResult ResponseGenerated(IResponse response, string cacheKey = null)
 {
     return ResponseGenerated(response.AsCompletedTask(), cacheKey);
 }
예제 #2
0
 public static ResponseResult ResponseGenerated(IResponse response, string cacheKey = null)
 {
     return(ResponseGenerated(response.AsCompletedTask(), cacheKey));
 }