Esempio n. 1
0
 public ClientPositionViewModel ClientPosition([FromRoute] Int64 id)
 {
     return(clientAppService.GetClientPosition(id));
 }