예제 #1
0
 internal IEnumerable <Car> GetByCreatorId(string id)
 {
     return(_repo.GetByCreatorId(id));
 }