예제 #1
0
 public IEnumerable <EntityComputer> GetPolicyComputers(int id)
 {
     return(_policyServices.GetPolicyComputers(id));
 }