Exemplo n.º 1
0
 public List <UpdateResult> GetUpdateHistory(UpdateInstruction instruction)
 {
     return(_UpdateRepository.GetUpdateHistory(instruction));
 }