Compare commits

..

No commits in common. "ee13d0ae2ea69764b4482f29e2b48ff9e4947165" and "f1fb2068de5251db6a72b1fa52f3d4e50bbfd5e6" have entirely different histories.

1 changed files with 0 additions and 1 deletions

View File

@ -55,7 +55,6 @@ public class UserAgreementService(IRepository<UserAgreement> _userAgreementRepos
/// </summary>
/// <param name="inDto"></param>
/// <returns></returns>
[HttpPost]
public async Task<IResponseOutput> SetCurrentVersion(SetCurrentVersionInDto inDto)
{
var userAgreement=await _userAgreementRepository.Where(x=>x.Id==inDto.Id).FirstNotNullAsync();