Remove GetSingleBySpec

This commit is contained in:
Eric Fleming
2019-03-01 22:16:31 -05:00
parent 1ba52becaa
commit 1152f4a45d
2 changed files with 2 additions and 11 deletions

View File

@@ -5,6 +5,6 @@ namespace Microsoft.eShopWeb.ApplicationCore.Interfaces
{
public interface IRepository<T> where T : BaseEntity
{
T GetSingleBySpec(ISpecification<T> spec);
}
}