Esempio n. 1
0
 public Law GetLawById(Int64 id)
 {
     return(_repoLaw.GetLawById(id));
 }