Compare commits
No commits in common. "757ccc3eb64482d92f1e5f629bdc0fed425c873f" and "8092b0680b403e59461777700c7d9690cc9f1678" have entirely different histories.
757ccc3eb6
...
8092b0680b
|
|
@ -826,7 +826,7 @@ namespace IRaCIS.Core.Application.Service.ImageAndDoc
|
|||
|
||||
|
||||
|
||||
var result = await query.ToListAsync();
|
||||
var result = await query.FirstOrDefaultAsync();
|
||||
|
||||
return ResponseOutput.Ok(result);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue