#region using Web.Core.IRepository.Myschool; using Web.Core.Model.Entity; using Web.Core.Repository.Base; #endregion namespace Web.Core.Repository.Myschool; public class StudentRepository : BaseRepository, IStudentRepository { }