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