Пример #1
0
        public async Task <IEnumerable <Departament> > GetDepartamentsAsync()
        {
            Expression <Func <Departament, bool> > filter = null;

            return(await _departamentRepository.List(filter));
        }