institutionContract createClinetAccount bug fixed

This commit is contained in:
SamSys
2025-04-20 18:12:47 +03:30
parent 6aefe7e88c
commit 7ab83c73aa
5 changed files with 103 additions and 9 deletions

View File

@@ -55,4 +55,11 @@ public interface IAccountApplication
#endregion
OperationResult DirectCameraLogin(long cameraAccountId);
/// <summary>
/// چک میکند که آیا اکانتی با این نام کاربری وجود دارد یا نه
/// </summary>
/// <param name="userName"></param>
/// <returns></returns>
public bool CheckExistClientAccount(string userName);
}