예제 #1
0
 private static J <IAggregateCommand> C(IAggregateCommand command)
 {
     return(command.AsJ());
 }
예제 #2
0
 protected static J <IAggregateCommand> J(IAggregateCommand command)
 {
     return(command.AsJ());
 }