Exemplo n.º 1
0
        public async Task <ICollection <JobTitle> > GetJobTitleList()
        {
            try
            {
                var res = await _repository.GetJobTitlesList();

                return(res);
            }
            catch (Exception ex)
            {
                throw ex;
            }
        }