using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using TTSW.EF; using TTSW.Utils; using TTSW.Constant; using TTSW.Common; using TodoAPI2.Models; namespace TodoAPI2.Models { public interface Iexternal_linkageService { List Getcreate_evaluationDetail(); List Gethrm_employee_types(); List Gethrm_position_types(); List Gethrm_position_levels(); List GetYesNo(); List GetDataType(); List GetChoice(int start, int end); List Getevaluation_type(); List Getevaluation_status(); List Getevaluation_accept(); List GetAgreeDisagree(); List GetDepartmentData(); List GetDepartmentDataForReport(); List GetPositionForReport(); List GetEducationForReport(); List GetRelationshipForReport(); List GetFiscalYear(); List GetEvaRound(); List GetAllChildInDep(int? dep_id); List GetChildInDep(int? dep_id); List GetSortingDep(); List GetFiscalYear2(); List GetThaiMonth(); } }