コード例 #1
0
ファイル: DashboardService.cs プロジェクト: ynixt/simple-ats
 public Task <int> CountVacancy()
 {
     return(dashboardRepository.CountVacancy());
 }