Exemplo n.º 1
0
 public DomainServiceAsync(IEntityDataServiceAsync <TDomain> entityDataService)
 {
     EntityDataService = entityDataService;
 }
Exemplo n.º 2
0
 protected DataServiceBaseIntegrationTests(IEntityDataServiceAsync <TEntity> dataService, Expression <Func <TEntity, TId> > idExpression)
     : base(idExpression)
 {
     _dataService = dataService;
 }