#region using Web.Core.IRepository.Base; using Web.Core.Model.Entity; #endregion namespace Web.Core.IRepository.Myschool; public interface IStudentRepository : IBaseRepository { }