Capoarea
This commit is contained in:
13
StandManager.Service/RuoloService.cs
Normal file
13
StandManager.Service/RuoloService.cs
Normal file
@ -0,0 +1,13 @@
|
||||
using OAService.Service.Servizi.Implementazioni;
|
||||
using StandManager.Domain.Entita;
|
||||
using StandManager.Service.Interfaces;
|
||||
using StandManager.Service.Repository;
|
||||
|
||||
namespace StandManager.Service;
|
||||
|
||||
public class RuoloService : TService<Ruolo>, IRuoloService
|
||||
{
|
||||
public RuoloService(IStandManagerUnitOfWork unitOfWork) : base(unitOfWork)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user