コード例 #1
0
 public IUpdateEntityCommand <TScope, TEntity> CreateUpdateCommand(string key, TEntity entity, TScope scope)
 {
     throw SimpleCrudNotSupportedCommandFactory <TScope, TEntity> .CreateGenericCrudCommandException();
 }
コード例 #2
0
 public IFindEntitiesCommand <TScope, TEntity> CreateFindCommand(IEntityQueryOptions queryOptions, TScope scope)
 {
     throw SimpleCrudNotSupportedCommandFactory <TScope, TEntity> .CreateGenericCrudCommandException();
 }