コード例 #1
0
 public Task <IEnumerable <Report> > Get(int numReport, int year)
 {
     return(db.Report(numReport, year));
 }