Ejemplo n.º 1
0
 public bool DeleteLinkURL(Guid monhoc)
 {
     MonHocDAL itemDAL = new MonHocDAL();
     return itemDAL.DeleteLinkURL(monhoc);
 }