Essays.club - TCC, Modelos de monografias, Trabalhos de universidades, Ensaios, Bibliografias
Pesquisar

A Programação em C# - Tema Concessionária

Por:   •  10/9/2018  •  524 Palavras (3 Páginas)  •  243 Visualizações

Página 1 de 3

...

}

public void setVlCon(float vlCon)

{

this.vlCon = vlCon;

}

public float getVlCon()

{

return vlCon;

}

public void setNumCon(int numCon)

{

this.numCon = numCon;

}

public int getNumCon()

{

return numCon;

}

public void setDtCon(DateTime dtCon)

{

this.dtCon = dtCon;

}

public DateTime setDtCon()

{

return dtCon;

}

public void setDtSorteio(DateTime dtSorteio)

{

this.dtSorteio = dtSorteio;

}

public DateTime getDtSorteio()

{

return dtSorteio;

}

}

}

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

namespace CONCESSIONARIA

{

class Funcinonario: pessoa

{

private String funcao;

private List lstVenda = new List();

public void setNome(String nome)

{

this.nome = nome;

}

public String getNome()

{

return nome;

}

public void setCpf(String cpf)

{

this.cpf = cpf;

}

public String getCpf()

{

return cpf;

}

public void dtNasc(DateTime dtNasc)

{

this.dtNascimento = dtNasc;

}

public DateTime getDtNasc()

{

return dtNascimento;

}

public void setRg(String RG)

{

this.rg = RG;

}

public String getRG()

{

return rg;

}

public void setEnd(String end)

{

this.end = end;

}

public String getEnd()

{

return end;

}

public void setTel(String tel)

{

this.tel = tel;

}

public String getTel()

{

return tel;

}

public void setFuncao(String funcao)

{

this.funcao = funcao;

}

public String getFuncao()

{

return funcao;

}

using System;

using System.Collections.Generic;

using System.Linq;

using System.Text;

using System.Threading.Tasks;

namespace CONCESSIONARIA

{

class Peca

{

private float vlPeca;

private String tpPeca;

private String fornecedor;

private int qtPeca;

private float medida;

public void setVlPeca(float vlPeca)

{

this.vlPeca = vlPeca;

}

...

Baixar como  txt (7.2 Kb)   pdf (62.2 Kb)   docx (23.5 Kb)  
Continuar por mais 2 páginas »
Disponível apenas no Essays.club