コード例 #1
0
 public string Update(CongViecDTO obj)
 {
     return(congViecAc.Update(obj.ToCongViec()));
 }