Пример #1
0
 public static void Execute(ICmd command)
 {
     CommandBus.Publish(command);
     CommandBus.Commit();
 }