Exemplo n.º 1
0
 public void OnGet(int id)
 {
     OfferId  = id;
     Duration = _offersService.GetDuration(id);
 }