Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CFeDet"/> class.
 /// </summary>
 public CFeDet(CFe parent) : this()
 {
     Parent = parent;
     Prod   = new CFeDetProd(Parent);
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CFeDet"/> class.
 /// </summary>
 public CFeDet()
 {
     Imposto = new CFeDetImposto();
     Prod    = new CFeDetProd();
 }