Esempio n. 1
0
 //public IActionResult Get()
 public async Task <IEnumerable <ItemVM> > Get()
 {
     return(await _itemservice.Get());
 }