fix
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace MyOffice.Data.Repositories.Account;
|
||||
|
||||
using Models.Accounts;
|
||||
|
||||
public interface IAccountAccessRepository
|
||||
{
|
||||
bool Update(AccountAccess accountAccess);
|
||||
}
|
||||
Reference in New Issue
Block a user