Exemplo n.º 1
0
 public IUpdateEntityCommand <TScope, TEntity> CreateUpdateCommand(string key, TEntity entity, TScope scope)
 {
     throw SimpleCrudNotSupportedCommandFactory <TScope, TEntity> .CreateGenericCrudCommandException();
 }
Exemplo n.º 2
0
 public IFindEntitiesCommand <TScope, TEntity> CreateFindCommand(IEntityQueryOptions queryOptions, TScope scope)
 {
     throw SimpleCrudNotSupportedCommandFactory <TScope, TEntity> .CreateGenericCrudCommandException();
 }