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