Ejemplo n.º 1
0
 public Login(string LoginName, string LoginPassword, int LoginRoleID)
     : base()
 {
     this._myConnection = new Arthur.PurchaseEntryDL.ArthurConnection();
     this.AddEditOption = 0;
 }
Ejemplo n.º 2
0
 public Login()
     : base()
 {
     this._myConnection = new Arthur.PurchaseEntryDL.ArthurConnection();
     this.AddEditOption = 0;
 }