Ejemplo n.º 1
0
 public virtual void AddAsync(bool addAll = false, Infastructure.ProgressReporter pg = null)
 {
     _role.AddAsync(addAll, pg);
 }
Ejemplo n.º 2
0
 public void AddAsync(bool addAll = false, Infastructure.ProgressReporter pg = null)
 {
     _request.AddAsync();
 }
Ejemplo n.º 3
0
 public override void Add(bool addAll = false, Infastructure.ProgressReporter pg = null)
 {
     _hold.Add(addAll, pg);
 }
Ejemplo n.º 4
0
 public void AddAsync(bool addAll = false, Infastructure.ProgressReporter pg = null)
 {
     _hold.AddAsync(addAll, pg);
 }
Ejemplo n.º 5
0
 public virtual void Add(bool addAll = false, Infastructure.ProgressReporter pg = null)
 {
     _user.Add(addAll, pg);
 }