Esempio n. 1
0
 public Counts EventGoingList(int Eventid, int Userid)
 {
     return(_IEventCategoryRepo.EventGoingList(Eventid, Userid));
 }