Exemplo n.º 1
0
 public Protocol.ToolkitResultProtocol CreateQueue(String title, Boolean allowCR, Boolean allowCase, Boolean allowContract, Boolean allowDialogue, Boolean allowDemandDetail, Boolean allowJob, Boolean allowOpportunity, Boolean allowSolution, Boolean allowSubcase, Boolean allowActionItem)
 {
     return(toolkitProtocol.CreateQueue(title, allowCR, allowCase, allowContract, allowDialogue, allowDemandDetail, allowJob, allowOpportunity, allowSolution, allowSubcase, allowActionItem));
 }