-
Notifications
You must be signed in to change notification settings - Fork 2
IDataSourceService
zehavibarak edited this page Oct 27, 2022
·
1 revision
Inject BizDoc.Core.Data.DataSourceService.
[ApiController]
public class MyController {
private readonly DataSourceService _datasource;
public MyController(DataSourceService datasource) {
_datasource = datasource;
}
}Methods
| Name | Usage |
|---|---|
| GetValuesAsync() | |
| GetValueAsync() |
GetValuesAsync overloads:
GetValuesAsync(type) GetValuesAsync<TArgs>(type, TArgs) GetValuesAsync<TArgs>(type, TArgs, SecurityScope) GetValuesAsync<TArgs>(type, TArgs, SecurityScope, AxesMap)
Moding Ltd.