示例#1
0
 public async Task <List <PeripheralViewData> > GetAllEntitiesAsync()
 {
     return(await _repository.GetEntitiesListAsync());
 }