Example #1
0
 internal IEnumerable <Bug> GetAllClosedBugs()
 {
     return(_bugrepo.GetAllClosedBugs());
 }