Пример #1
0
 internal void Default(SwitchSortOperation <TRequest, TEntity> operation)
 {
     _default = operation;
 }
Пример #2
0
 internal void Case(TValue value, SwitchSortOperation <TRequest, TEntity> operation)
 {
     _cases[value] = operation;
 }