예제 #1
0
 public int Insert(LoaiCongViecDTO newrecord)
 {
     LoaiCongViecDAO dao = new LoaiCongViecDAO();
     return dao.Insert(newrecord);
 }
예제 #2
0
 public int GetIDLoaiCV(LoaiCongViecDTO record)
 {
     LoaiCongViecDAO dao = new LoaiCongViecDAO();
     return dao.GetIDLoaiCV(record);
 }