Пример #1
0
 public Login(string LoginName, string LoginPassword, int LoginRoleID)
     : base()
 {
     this._myConnection = new Arthur.PurchaseEntryDL.ArthurConnection();
     this.AddEditOption = 0;
 }
Пример #2
0
 public Login()
     : base()
 {
     this._myConnection = new Arthur.PurchaseEntryDL.ArthurConnection();
     this.AddEditOption = 0;
 }