using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace Admin.NET.Application
{
public class BusScaleDescriptionRequestDTO
{
public long ScaleId { get; set; }
}
///
///
///
public class BusScaleDescriptionResponseDto
{
public List busScaleDescriptions { get; set; }
}
}