Example #1
0
 public RoleDb GetModel(int id)
 {
     return(PermissionDal.GetById(id));
 }