コード例 #1
0
ファイル: FmTransportEditor.cs プロジェクト: h3yTr0uble/Rent
 private static IEnumerable <Brand> GetBrands()
 {
     return(BrandDAO.GetBrands());
 }