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