Example #1
0
 public ActionResult <List <Tuple <string, int> > > Get()
 {
     return(new ActionResult <List <Tuple <string, int> > >(dB.GetStatistics()));
 }