using System; namespace MLL { public class ModeloNotasRefNFP { public ModeloNotasRefNFP(int iD_NOTAS_REF_NFP, string cODIGO, string cOD_NOTA, string cUF, string aAMM, string cNPJ_CPF, string iE, string modelo, string serie, string nNF, string produtor, string dATA_CADASTRO) { ID_NOTAS_REF_NFP = iD_NOTAS_REF_NFP; CODIGO = cODIGO; COD_NOTA = cOD_NOTA; this.cUF = cUF; AAMM = aAMM; CNPJ_CPF = cNPJ_CPF; IE = iE; Modelo = modelo; this.serie = serie; this.nNF = nNF; Produtor = produtor; DATA_CADASTRO = dATA_CADASTRO; } public int ID_NOTAS_REF_NFP { get; set; } public string CODIGO { get; set; } public string COD_NOTA { get; set; } public string cUF { get; set; } public string AAMM { get; set; } public string CNPJ_CPF { get; set; } public string IE { get; set; } public string Modelo { get; set; } public string serie { get; set; } public string nNF { get; set; } public string Produtor { get; set; } public string DATA_CADASTRO { get; set; } } }