Example #1
0
 public int Delete()
 {
     return(LoaiDAO.Delete(this));
 }
Example #2
0
 public int Insert()
 {
     return(LoaiDAO.Insert(this));
 }
Example #3
0
 public int Update()
 {
     return(LoaiDAO.Update(this));
 }
Example #4
0
 public LoaiInfo GetLoaiOwner()
 {
     return(LoaiDAO.Find(this.MaLoai));
 }