initial commit
This commit is contained in:
7
Interfaces/IAbstractInterface.cs
Normal file
7
Interfaces/IAbstractInterface.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Microsoft.SelfService.Portal.Core.API.Interfaces
|
||||
{
|
||||
public interface IAbstractInterface
|
||||
{
|
||||
bool SaveChanges();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user