Exemplo n.º 1
0
 public List <Priority> GetFk(int?Id)
 {
     return(_priorityRepository.GetFk(Id).ToList());
 }