healthchecks
This commit is contained in:
@@ -4,6 +4,7 @@ using Transactional.Abstractions.Interfaces;
|
||||
|
||||
namespace back.persistance.data.repositories.Abstracts;
|
||||
|
||||
public interface IPersonRepository : IRepository<Person, string>, IScoped
|
||||
public interface IPersonRepository : IRepository<Person>, IScoped
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user