コード例 #1
0
 public bool create(DonViTinhDTO t)
 {
     t.Id = dao.getAll().Count + 1;
     return(dao.create(t));
 }