コード例 #1
0
 public CongViecDTO FindById(string id)
 {
     return(congViecAc.FindById(id).ToDTO());
 }