Exemplo n.º 1
0
 public override RoleModel GetByKey(int key)
 {
     return(DataStorageService.FindRoleById(key));
 }