Exemplo n.º 1
0
 public void DeleteAttention(string strWhere)
 {
     DAL.AttentionDAL dal = new DAL.AttentionDAL();
     dal.DeleteList(strWhere);
 }