예제 #1
0
 public static void ToService(this IFunctionalFlow self, IFunctionalCommand cmd)
 {
     self.SendCommandsAsBatch(new ISampleCommand[] { cmd });
 }
예제 #2
0
 public static void ToService(this IFunctionalFlow self, IFunctionalCommand cmd)
 {
     self.SendCommandsAsBatch(new ISampleCommand[] {cmd});
 }