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