Exemplo n.º 1
0
 public Observation(Guid id, string comment, User user, Producer producer)
     : this(id, comment, user, producer, false)
 {
 }
Exemplo n.º 2
0
 public PurchaseOrderVendor(Producer vendor) : base(vendor)
 {
 }