Esempio n. 1
0
 public IEnumerable <Function> GetListFunctionByRoleId(int id)
 {
     return(_functionRepository.GetListFunctionByRoleId(id));
 }