Esempio n. 1
0
 public Task <PlanPeriod> GetCurrentPlanPeriodAsync()
 {
     return(repository.GetCurrentPlanPeriodAsync());
 }