Esempio n. 1
0
 public void Upsert_CompanySpecificRoomTypeMapping_ByMapId(string MapId, string SupplierProductReference, string Supplier_id)
 {
     using (DAL.DL_UpdateData DL = new DAL.DL_UpdateData())
     {
         DL.LoadCompanyAccommodationProductMappingSingle(MapId, SupplierProductReference, Supplier_id);
     }
 }