示例#1
0
 public List <Priority> GetFk(int?Id)
 {
     return(_priorityRepository.GetFk(Id).ToList());
 }