public IHttpActionResult DeleteSlotsByYear(int year) { RSR sr; sr = RwpSlots.ClearYear(year); return(Ok(sr)); }
public RSR ClearYear(int nYear) { return(RwpSlots.ClearYear(nYear)); }