diff options
Diffstat (limited to 'Models/IRepository.cs')
-rw-r--r-- | Models/IRepository.cs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Models/IRepository.cs b/Models/IRepository.cs deleted file mode 100644 index 363f48d..0000000 --- a/Models/IRepository.cs +++ /dev/null @@ -1,10 +0,0 @@ -namespace MyDarling.Models -{ - public interface IRepository - { - public IQueryable<UnderwearBundle> Bundles { get; } - public void Add(UnderwearBundle b); - public void Remove(UnderwearBundle p); - public void Save(); - } -}
\ No newline at end of file |