Beispiel #1
0
 public List <VipDemandDto> Get(DateTime begin, DateTime end)
 {
     return(_service.Query(begin, end));
 }