Capoarea
This commit is contained in:
9
StandManager.Service/Interfaces/IRuoloService.cs
Normal file
9
StandManager.Service/Interfaces/IRuoloService.cs
Normal file
@ -0,0 +1,9 @@
|
||||
using OAService.Service.Repository;
|
||||
using OAService.Service.Servizi.Interfacce;
|
||||
using StandManager.Domain.Entita;
|
||||
|
||||
namespace StandManager.Service.Interfaces;
|
||||
|
||||
public interface IRuoloService : ITService<Ruolo>
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user