Initial
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
using OAService.Service.Repository;
|
||||
using StandManager.Domain.Entita;
|
||||
|
||||
namespace StandManager.Service.Repository;
|
||||
|
||||
public interface IStandManagerUnitOfWork : IUnitOfWork
|
||||
{
|
||||
public IStandManagerGenericRepository<Utente> UtenteRepository { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user