Ejemplo n.º 1
0
 public IEnumerable <int> GetUsedIn(DateTime month)
 {
     return(DbUtil.ExecuteReaderSpValueType <int>("getUsedMeasureIds", Cs, new { month }));
 }