Example #1
0
 public async Task <IEnumerable <DesignationDto> > GetAllDesignation()
 {
     return(await _designationRepository.GetAllDesignationAsync());
 }