kylecharlesbotha / SEN381-Project

Software Engineering 381 Project/Belgium Campus
0 stars 0 forks source link

Create IRepositoryBase.cs #63

Closed DarrenOosthuizen closed 3 years ago

DarrenOosthuizen commented 3 years ago

Good Morning

Please create public interface IRepositoryBase which takes in T as a class Methods to have:

Create Update Delete GetAll Find CheckTables GetByID

Thank you

DarrenOosthuizen commented 3 years ago

Hi There

IRepositoryBase has been created