Files
Microsoft.SelfService.Porta…/Interfaces/IAbstractInterface.cs
2026-04-15 15:02:32 +02:00

8 lines
146 B
C#

namespace Microsoft.SelfService.Portal.Core.API.Interfaces
{
public interface IAbstractInterface
{
bool SaveChanges();
}
}