Esempio n. 1
0
 public int DeleteCheckListItem(string CheckListItemID)
 {
     return(adminDL.DeleteCheckListItem(CheckListItemID));
 }