예제 #1
0
 public Task <OptionsDTO> Get(int id)
 {
     return(_service.GetAsync(id));
 }