예제 #1
0
 public Task FinishYear(SupportedYear supportedYear)
 {
     return(_fantasyCriticRepo.FinishYear(supportedYear));
 }