Пример #1
0
 protected override SystemRole LoadDataByID(int id)
 {
     return(systemRoleServiceInstance.FindById(id));
 }