コード例 #1
0
ファイル: EventLogic.cs プロジェクト: djdino56/ICT4Events
 public List <Event> GetAllEvents()
 {
     return(_context.GetAll());
 }