Exemplo n.º 1
0
 public OpCausesObj(string InternalID) : base(InternalID)
 {
     this.Notification = null;
     this.Cause        = null;
     this.Description  = "";
     this.Order        = 0;
     this.OpSys        = 0;
 }
Exemplo n.º 2
0
 public OpCausesObj()
 {
     this.Notification = null;
     this.Cause        = null;
     this.Description  = "";
     this.Order        = 0;
     this.OpSys        = 0;
 }