Beispiel #1
0
 public IHttpActionResult Get(Guid shopId)
 {
     return(Ok(_personQueryService.GetLogChangesById(shopId)));
 }