示例#1
0
 public Arquivo(int codigo, DateTime data, Painel painel, Curso curso, int modulo, Disciplina disciplina, Professor professor, string arquivo, string titulo, string texto, string obs, string link)
 {
     this.codigo     = codigo;
     this.data       = data;
     this.painel     = painel;
     this.curso      = curso;
     this.modulo     = modulo;
     this.disciplina = disciplina;
     this.professor  = professor;
     this.arquivo    = arquivo;
     this.titulo     = titulo;
     this.texto      = texto;
     this.obs        = obs;
     this.link       = link;
 }