จัดการหน้าค้นหารายชื่อพนักงาน
This commit is contained in:
@@ -117,7 +117,7 @@ namespace TodoAPI2.Models
|
||||
Created = m_eva_performance_plan_detail.created,
|
||||
Updated = m_eva_performance_plan_detail.updated
|
||||
}
|
||||
).Take(100).ToList();
|
||||
).ToList();
|
||||
|
||||
return data;
|
||||
}
|
||||
@@ -151,7 +151,7 @@ namespace TodoAPI2.Models
|
||||
Created = m_eva_performance_plan_detail.created,
|
||||
Updated = m_eva_performance_plan_detail.updated
|
||||
}
|
||||
).Take(100).ToList();
|
||||
).ToList();
|
||||
|
||||
return data;
|
||||
}
|
||||
@@ -187,7 +187,7 @@ namespace TodoAPI2.Models
|
||||
Created = m_eva_performance_plan_detail.created,
|
||||
Updated = m_eva_performance_plan_detail.updated
|
||||
}
|
||||
).Take(100).ToList();
|
||||
).ToList();
|
||||
|
||||
return data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user