add CancelSendVerificationSms flag to InstitutionContractExtensionCompleteRequest and update SMS sending logic

This commit is contained in:
2026-01-27 17:43:05 +03:30
parent 9596c8f8b6
commit a55492b16a
2 changed files with 19 additions and 12 deletions

View File

@@ -7,6 +7,7 @@ public class InstitutionContractExtensionCompleteRequest
public Guid TemporaryId { get; set; }
public bool IsInstallment { get; set; }
public long LawId { get; set; }
public bool CancelSendVerificationSms { get; set; }
}
public class InstitutionContractCreationCompleteRequest