Beispiel #1
0
 public async Task <PlatformViewModel> Get(Guid id)
 {
     return(await _services.GetPlatformById(id));
 }