Esempio n. 1
0
 public int DeleteByAuditor(string auditor)
 {
     return(dal.DeleteByAuditor(auditor));
 }