Exemplo n.º 1
0
 public bool DeleteForm(int formID)
 {
     return(FormRepository.DeleteByID(formID));
 }