示例#1
0
 public async Task <IActionResult> GetCalendarEntry(Guid id)
 {
     return(Ok(await metaDB.GetCalendarEntry(id)));
 }