Esempio n. 1
0
 public Law GetLawByIdAndLangId(Int64 id, int langId)
 {
     return(_repoLaw.GetLawByIdAndLangId(id, langId));
 }