Ejemplo n.º 1
0
 public void GetEvent()
 {
     GetService.GetEvent(CurrentDateTime.FirstDayOfMonth().ToEpoch(), CurrentDateTime.EndOfLastDayOfMonth().ToEpoch(), (objSucces) =>
     {
         SortEvent(objSucces);
         AddTag(objSucces);
     }, (obj) => { });
 }