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