Пример #1
0
 public async Task <List <string> > GetMonthListByTerm(long termId)
 {
     return(await TermService.GetMonthListByTerm(termId));
 }