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