Esempio n. 1
0
 public bool DeleteStaff(string id)
 {
     return(Sdao.DeleteById(id));
 }