コード例 #1
0
 public IDataResult <List <CarDetails> > GetDetails()
 {
     return(new SuccesDataResult <List <CarDetails> >(_carDal.CarDetaList()));
 }