Esempio n. 1
0
        public IHttpActionResult GetCalendarForTeam(string linkID)
        {
            RSR_CalItems items = RwpSlots.GetCalendarItemsForTeam(linkID);

            return(Ok(items));
        }
Esempio n. 2
0
 public RSR_CalItems GetCalendarForTeam(string sTeamName)
 {
     return(RwpSlots.GetCalendarItemsForTeam(sTeamName));
 }