예제 #1
0
 public async Task <IList <double> > GetModAsync(double item)
 {
     return(await _calculateService.GetModAsync(item));
 }