Compare commits

..

No commits in common. "757ccc3eb64482d92f1e5f629bdc0fed425c873f" and "8092b0680b403e59461777700c7d9690cc9f1678" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -826,7 +826,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
var result = await query.ToListAsync(); var result = await query.FirstOrDefaultAsync();
return ResponseOutput.Ok(result); return ResponseOutput.Ok(result);
} }