예제 #1
0
 public ICollection <RouteDto> GetFrontEndRoute()
 {
     return(_powerManager.GetUserRoutes(_lotterySession.UserId, _lotterySession.SystemType));
 }