- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using EMISOnline.Entities;
- namespace EMISOnline.CommonLogic.StudentServices
- {
- public interface ISchoolyearServices
- {
- CF_Schoolyear GetStudentSchollyear(Guid UserID);
- }
- }
|