예제 #1
0
 /// <summary>
 ///Invokes Deserialize method of DAL.
 /// </summary>
 public void Deserialize()
 {
     try
     {
         DistributorAddressDALBase.Deserialize();
     }
     catch (Exception)
     {
         throw;
     }
 }
예제 #2
0
 /// <summary>
 /// Constructor.
 /// </summary>
 public DistributorAddressBL()
 {
     this.DistributorAddressDAL = new DistributorAddressDAL();
 }