Esempio n. 1
0
 public List <CustomerEventMappingInfo> Get_Event_Customers_By_Event_Id(int Event_Id)
 {
     return(_eventRepo.Get_Event_Customers_By_Event_Id(Event_Id));
 }