示例#1
0
 public IEnumerable <Activity> ActivityGetAllRecentMeetingsInDateRange(int salesId, DateTime from, DateTime to)
 {
     return(ActivityRepository.ActivityGetAllRecentMeetingsInDateRange(salesId, from, to));
 }