Esempio n. 1
0
        public async Task <ICollection <Infonet> > GetInformationList()
        {
            try
            {
                var res = await _repository.GetInformationList();

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