Example #1
0
 public ImportantEventController()
 {
     importantEventService = ServiceBuilder.BuildImportantEventService();
     paginate = new Paginate()
     {
         PageSize = GLB.importantEventPerPageCount
     };
 }