コード例 #1
0
 public static DataTable Get_Proposed_Supplier_List(int?ID)
 {
     return(DAL_ASL_Supplier.Get_Proposed_Supplier_List(ID));
 }