Пример #1
0
 private void button25_Click(object sender, EventArgs e)
 {
     Workflow wf = new Workflow();
     RoleBLL bll = new RoleBLL();
     bll.UpdateRole(new AddRoleServiceForm
     {
         Authority = new List<AuthorityNodeForCheck>
         {
             new AuthorityNodeForCheck
             {
                 ID = "1",
                 Checked = true,
             },
             new AuthorityNodeForCheck
             {
                 ID="2",
                 Checked = true,
             }
         },
         ID = "3",
     });
     var roles = bll.Query(new RoleQueryForm { ID = "3" });
 }
Пример #2
0
 private void button22_Click(object sender, EventArgs e)
 {
     Workflow wf = new Workflow();
     RoleBLL bll = new RoleBLL();
     bll.UpdateRole(new AddRoleServiceForm
     {
         ID = "be7c181f2e194a57bc66abcf1cd1e374",
     });
     var roles = bll.Query(new RoleQueryForm { ID = "be7c181f2e194a57bc66abcf1cd1e374" });
 }