Example #1
0
 public NhanVienPhuCapDTO FindById(string id)
 {
     return(nhanVienPhuCapAc.FindById(id).ToDTO());
 }