コード例 #1
0
 public Event GetEventById(int id)
 {
     return(context.GetEventById(id));
 }