Exemplo n.º 1
0
		public void Logout(
		) {
			BO_Authentication _businessobject = new BO_Authentication(
			);
			_businessobject.Logout(
			);
		}