Exemple #1
0
 public Task <IEnumerable <DataSourceValue <int> > > GetDataSource(string value)
 {
     return(_warehouseRepository.GetDataSource(value));
 }