コード例 #1
0
ファイル: ReportsManager.cs プロジェクト: ahmedekdawy/LMIS
 public ThemeVm GetTheme(int reportId)
 {
     return(_repo.GetTheme(reportId));
 }