コード例 #1
0
        public async Task <IEnumerable <IVehicleModel> > GetModelsByMakeId(int Id)
        {
            var model = await Repository.GetByMakeId(Id);

            return(model);
        }