Exemplo n.º 1
0
    private void Manage()
    {
        string result = BranchUIIMasterBAL.Manage(Request.QueryString);

        var brecon = result;

        Response.Write(brecon.ToJSON());
    }
Exemplo n.º 2
0
 private void GetBranchUII()
 {
     Response.Write(BranchUIIMasterBAL.GetBranchUII().ToJSON());
 }