예제 #1
0
 public Vehicle_DAL(Vehicle_Property obj)
 {
     objVehicle_Property = obj;
 }
예제 #2
0
 public Vehicle_BLL(Vehicle_Property obj)
 {
     property = obj;
 }