mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-16 15:05:39 +00:00
Context
This commit is contained in:
@ -9,14 +9,12 @@ namespace GerenciaProjetos.Models
|
||||
{
|
||||
public class DesenvolvedorRequisito
|
||||
{
|
||||
[Key, Column(Order = 1)]
|
||||
public int DesenvolvedorId { get; set; }
|
||||
public Desenvolvedor Desenvolvedor { get; set; }
|
||||
|
||||
[Key, Column(Order = 2)]
|
||||
|
||||
public int RequisitoId { get; set; }
|
||||
public Requisito Requisito { get; set; }
|
||||
|
||||
|
||||
[DataType(DataType.Time)]
|
||||
public TimeSpan TempoGasto { get; set; }
|
||||
}
|
||||
|
Reference in New Issue
Block a user