Acho q acabou

This commit is contained in:
GuiNerd
2019-11-30 15:10:33 -03:00
parent cc389221db
commit b98436187f
39 changed files with 924 additions and 1395 deletions

View File

@ -12,9 +12,12 @@ namespace GerenciaProjetos.Models
[Key]
public int Id { get; set; }
public int DesenvolvedorId { get; set; }
public Desenvolvedor Desenvolvedor { get; set; }
public int CriadorId { get; set; }
public Desenvolvedor Criador { get; set; }
public int SolucionadorId { get; set; }
public Desenvolvedor Solucionador { get; set; }
public int RequisitoId { get; set; }
public Requisito Requisito { get; set; }