예제 #1
0
 private string GetMessage(View view, int id)
 {
     return(notifier.GetMessage(this, "Work Order Approval Message", view, null, id.ToString(), GetSiteWithoutQueryString()));
 }
예제 #2
0
        public virtual string GetFileName(string pk, string template, Dictionary <string, object> blocksValues, string documentFileNameKey, Durados.View view, Dictionary <string, object> values)
        {
            Workflow.Notifier notifier = new Durados.Web.Mvc.Workflow.Notifier();

            return(notifier.GetMessage(this, documentFileNameKey, view, values, pk, GetSiteWithoutQueryString(), GetMainSiteWithoutQueryString()));
        }