Beispiel #1
0
 /// <summary>
 /// Construtor
 /// </summary>
 /// <param name="filePathName">Nome do arquivo</param>
 public AtoWordDocx(IAppServiceAtos appServiceAtos, long IdCtaAcessoSist, string filePathName) : base(IdCtaAcessoSist, filePathName)
 {
     this._appServiceAtos = appServiceAtos;
 }
Beispiel #2
0
 /// <summary>
 /// Construtor
 /// </summary>
 /// <param name="layoutPagina">pode ser A4, B4</param>
 public AtoWordDocx(IAppServiceAtos appServiceAtos, long IdCtaAcessoSist) : base(IdCtaAcessoSist)
 {
     this._appServiceAtos = appServiceAtos;
 }