コード例 #1
0
 public List <Post> GetAllByEvent(Event ev)
 {
     return(_context.GetAllByEvent(ev));
 }