Esempio n. 1
0
 public async Task <IEnumerable <ProductType> > GetAllProductTypeAsync() => _productTypeEntityService.Map(await _listRepository.GetAllProductTypesAsync());