Example #1
0
 public bool Save()
 {
     if (dataAuthentication.Save(this.UserName, this.Password, this.Type, this.DataSourcekey))
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }