add accounts by role

This commit is contained in:
2025-09-21 11:57:48 +03:30
parent f527c59603
commit e79dabbb2d
3 changed files with 32 additions and 1 deletions

View File

@@ -64,4 +64,6 @@ public interface IAccountApplication
/// <param name="userName"></param>
/// <returns></returns>
public bool CheckExistClientAccount(string userName);
List<AccountViewModel> GetAdminAccountsNew();
}