mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-16 23:15:05 +00:00
Acho q acabou
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user