Exemple #1
0
 public ProductBLL()
 {
     try
     {
         dal = DALLocator.GetProductDAL();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
 public ComponentBLL()
 {
     try
     {
         dal = DALLocator.GetComponentDAL();
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }