Example #1
0
 public async Task <ActionResult <AssetDTO[]> > Get()
 {
     return(_mapper.Map <AssetDTO[]>(await _assetRepositary.GetAll()));
 }