コード例 #1
0
ファイル: EcommerceBL.cs プロジェクト: hmoralest/Ecommerce
 public address GetDireccion(int id)
 {
     return(oAddress.GetDireccion(id));
 }