Skip to content

Commit

Permalink
Models: Change naming interface
Browse files Browse the repository at this point in the history
  • Loading branch information
LBoullosa committed May 22, 2024
1 parent 3f17e83 commit bb3cbea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace STX.SPAL.Abstractions
{
public interface ISPALProvider
public interface ISPALBase
{
string GetSPALId();
}
Expand Down
2 changes: 1 addition & 1 deletion STX.SPAL.Abstractions/Providers/IAbstractionProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
namespace STX.SPAL.Abstractions.Providers
{
public interface IAbstractionProvider<T>
where T : ISPALProvider
where T : ISPALBase
{
T GetProvider();

Expand Down

0 comments on commit bb3cbea

Please sign in to comment.