Пример #1
0
 public IEnumerable <Video> GetAllVideos()
 {
     using (var scope = _dbProvider.DataAccess.GetScope())
     {
         return(_videoController.GetAll(scope));
     }
 }