コード例 #1
0
 public QueueViewModel[] GetBasicforwarded(int idDeliveryman)
 {
     return(_queueRepository.GetBasicforwardedDapper(idDeliveryman));
 }