예제 #1
0
 public List <Event1> GetEventsList(int iUserId)
 {
     return(Event1.GetEventsList(iUserId));
 }