예제 #1
0
      public void GetClaimTypes(string UserGUID, string passwordShar)
      {
          MasterDetailsBAL = new MasterDetailsBAL();
          MasterDetailsBAL.GetClaimTypes(UserGUID, passwordShar);
          MasterDetailsBAL.OnGetClaimTypesCompleted += MasterDetailsBAL_OnGetClaimTypesCompleted;

      }
예제 #2
0
 public void GetAccount(string UserGUID, string passwordShar)
 {
     MasterDetailsBAL = new MasterDetailsBAL();
     MasterDetailsBAL.GetAccount(UserGUID, passwordShar);
     MasterDetailsBAL.OnGetAccountCompleted += MasterDetailsBAL_OnGetAccountCompleted;
 }