Esempio n. 1
0
 public int DeleteLaw(Law laws)
 {
     return(_repoLaw.DeleteLaw(laws));
 }