コード例 #1
0
 public IEnumerable <TagDTO> Read(int acknowledgementid)
 {
     return(repository.GetAcknowledgementTags(acknowledgementid).ToList());
 }