Esempio n. 1
0
 public async Task <ActionResult> GetAllDepartment()
 {
     return(Ok(await _DepartmentServices.GetAllDepartmentAsync()));
 }