Exemplo n.º 1
0
 public Quantity_Date(Quantity_Date parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public Quantity_Period Difference(Quantity_Date anOther)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public bool IsLater(Quantity_Date anOther)
 {
     throw new NotImplementedException();
 }