protected void Page_Load(object sender, EventArgs e)
 {
     bll = new HRUsersBusinessLogicLayer(ConfigurationManager.ConnectionStrings["cn"].ConnectionString);
 }
Example #2
0
 public UsersControl()
 {
     InitializeComponent();
     bll = new HRUsersBusinessLogicLayer(ConfigurationManager.ConnectionStrings["cn"].ConnectionString);
 }