Example #1
0
 public IEnumerable <EntityPolicyHashHistory> GetPolicyHashHistory(int id)
 {
     return(_policyServices.GetHashHistory(id));
 }