コード例 #1
0
ファイル: UpdateData.cs プロジェクト: dilip07156/Mongo
 public void Upsert_CompanySpecificRoomTypeMapping_ByMapId(string MapId, string SupplierProductReference, string Supplier_id)
 {
     using (BAL.BL_UpdateData BL = new BAL.BL_UpdateData())
     {
         BL.Upsert_CompanySpecificRoomTypeMapping_ByMapId(MapId, SupplierProductReference, Supplier_id);
     }
 }