コード例 #1
0
 public static Proveedor DevolverPorId(string id)
 {
     return(ProveedorDAL.DevolverPorId(id));
 }