Example #1
0
 public async Task <StatusDto> GetByKeyAsync(StatusKeys key)
 {
     return(await _statusRepository.GetByKeyAsync(key));
 }