Beispiel #1
0
 /// <summary>
 /// Creates a new instense of Customer. This is a
 /// Parameterised constructer.
 /// </summary>
 public Customer()
 {
     this._customer   = new Dal::Customer();
     this._isDisposed = false;
 }
 /// <summary>
 /// Creates a new instense of Customer. This is a 
 /// Parameterised constructer.
 /// </summary>
 public Customer()
 {
     this._customer = new Dal::Customer();
     this._isDisposed = false;
 }