コード例 #1
0
ファイル: AdService.cs プロジェクト: maryalex05/Ferm
 public IEnumerable <AdModel> GetAll()
 {
     return(_mongoService.GetAll <AdModel>(colName));
 }