Ejemplo n.º 1
0
 public void Get(CommunicationType type, [FromUri] string serviceKey = null)
 {
     communicationService.Communicate(type, serviceKey);
 }