Exemplo n.º 1
0
      public void GetClaimTypes(string UserGUID, string passwordShar)
      {
          MasterDetailsBAL = new MasterDetailsBAL();
          MasterDetailsBAL.GetClaimTypes(UserGUID, passwordShar);
          MasterDetailsBAL.OnGetClaimTypesCompleted += MasterDetailsBAL_OnGetClaimTypesCompleted;

      }
Exemplo n.º 2
0
 public void GetAccount(string UserGUID, string passwordShar)
 {
     MasterDetailsBAL = new MasterDetailsBAL();
     MasterDetailsBAL.GetAccount(UserGUID, passwordShar);
     MasterDetailsBAL.OnGetAccountCompleted += MasterDetailsBAL_OnGetAccountCompleted;
 }