コード例 #1
0
ファイル: HealthService.cs プロジェクト: LosGlennos/AreYouOk
 public async Task <HealthModel> AddHealthResponse(bool isSuccess, int statusCode, int elapsedMilliseconds, string url)
 {
     return(await _repository.AddHealthResponse(isSuccess, statusCode, elapsedMilliseconds, url));
 }