Exemple #1
0
 public async Task <Employee> GetById(int id)
 {
     return(await _employeeDao.GetByIdAsync(id));
 }