コード例 #1
0
 public ActionResult <User> GetAllDetailsByEmpId(string empid)
 {
     return(Ok(Iuser.GetDetailsByEmpID(empid)));
 }