Example #1
0
 public EPortalService()
 {
     ComBLL = new CommonBLL();
     SqlCon = ComBLL.GetSqlCon();
     SqlCmd = SqlCon.CreateCommand();
 }