Exemple #1
0
 public Task <IEnumerable <VegaMoveDeviceData> > GetAllAsync()
 {
     return(_repository.GetAllAsync());
 }