コード例 #1
0
ファイル: CarController.cs プロジェクト: NurTur/ATM_CBS
 public List <string> Colors()
 {
     return(_repository.Colors());
 }