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:
@ -31,5 +31,7 @@ namespace GerenciaProjetos.Models
|
||||
public int ProjetoId { get; set; }
|
||||
|
||||
public Projeto Projeto { get; set; }
|
||||
|
||||
public IEnumerable<Bug> Bugs { get; set; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user