/// <summary>
 /// Initializes a new instance of the <see cref="BusinessLogicLayerEntityLog"/> class.
 /// </summary>
 /// <param name="dalClassInstance">The dal class instance.</param>
 /// <param name="businessLogicLayerMemberShip">The business logic layer member ship.</param>
 public BusinessLogicLayerEntityLog(
     Log4Net.DALContracts.DataAccessLayerEntityContractLog dalClassInstance
     , Framework.CommonBLLEntities.BusinessLogicLayerMemberShipContract businessLogicLayerMemberShip)
 {
     this.DALClassInstance = dalClassInstance;
     this.BusinessLogicLayerMemberShip = businessLogicLayerMemberShip;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="BusinessLogicLayerEntitySolution"/> class.
 /// </summary>
 /// <param name="dalClassInstance">The dal class instance.</param>
 /// <param name="businessLogicLayerMemberShip">The business logic layer member ship.</param>
 public BusinessLogicLayerEntitySolution(
     MSBuildLogsExtended.DALContracts.DataAccessLayerEntityContractSolution dalClassInstance
     , Framework.CommonBLLEntities.BusinessLogicLayerMemberShipContract businessLogicLayerMemberShip)
 {
     this.DALClassInstance = dalClassInstance;
     this.BusinessLogicLayerMemberShip = businessLogicLayerMemberShip;
 }