Пример #1
0
 public async Task <ModelBase> Get(int id)
 {
     return(await CoreMethod.GetQuestion(id));
 }