예제 #1
0
 public void SendAssignmentMessage(global::Sungero.Workflow.IAssignment assignment, global::DirRX.ChatBotInfrastructure.IChatBotUser chatBotUser)
 {
     global::DirRX.ChatBotTask.Functions.Module.SendAssignmentMessage(assignment, chatBotUser);
 }
예제 #2
0
 /// <redirect project="DirRX.ChatBotTask.Server" type="DirRX.ChatBotTask.Server.ModuleFunctions" />
 internal static void SendAssignmentMessage(global::Sungero.Workflow.IAssignment assignment, global::DirRX.ChatBotInfrastructure.IChatBotUser chatBotUser)
 {
     ((global::DirRX.ChatBotTask.Server.ModuleFunctions)GetFinalFunctionsContainer(global::Sungero.Metadata.ModuleProjectType.Server)).SendAssignmentMessage(assignment, chatBotUser);
 }