예제 #1
0
 public IEnumerable <AdModel> GetAll()
 {
     return(_mongoService.GetAll <AdModel>(colName));
 }