<?xml version="1.0" encoding="utf-8"?>
<Edmx Version="3.0" xmlns="http://schemas.microsoft.com/ado/2009/11/edmx">
  <Runtime>
    <ConceptualModels>
      <Schema Namespace="Asyasoft.Data.Context" Alias="Self" annotation:UseStrongSpatialTypes="false" xmlns:annotation="http://schemas.microsoft.com/ado/2009/02/edm/annotation" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
        <EntityType Name="Acenta" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Acenta, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KTumBilbordId" Type="Int32" />
          <Property Name="TumBilbordId" Type="Int32" />
          <Property Name="MerkezAcentaId" Type="Int32" />
          <Property Name="MusteriId" Type="Int32" />
          <Property Name="OnbReferansId" Type="Int32" />
          <Property Name="FormulId" Type="Int32" />
          <Property Name="OdemeHatirlatma" Type="Int32" />
          <Property Name="AvansOrani" Type="Double" />
          <Property Name="DisKomisyon" Type="Double" />
          <Property Name="TumFaturaVirman" Type="Boolean" />
          <Property Name="SchauinslandKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="ToplamdanYuvarlama" Type="Boolean" />
          <Property Name="OnlineAcenta" Type="Boolean" />
          <Property Name="Munferit" Type="Boolean" />
          <Property Name="VoucherAdet" Type="Int32" />
          <Property Name="MinGeceleme" Type="Int32" />
          <Property Name="EnDusukFiyat" Type="Boolean" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AcentaMailler" Relationship="Self.AcentaMail_Acenta" FromRole="AcentaMail_Acenta_Target" ToRole="AcentaMail_Acenta_Source" />
          <NavigationProperty Name="AcentaProformalar" Relationship="Self.AcentaProforma_Acenta" FromRole="AcentaProforma_Acenta_Target" ToRole="AcentaProforma_Acenta_Source" />
          <NavigationProperty Name="AcenteBavelEk" Relationship="Self.Acenta_AcenteBavelEk" FromRole="Acenta_AcenteBavelEk_Source" ToRole="Acenta_AcenteBavelEk_Target" />
          <NavigationProperty Name="AcenteHeskodlar" Relationship="Self.AcenteHeskod_Acenta" FromRole="AcenteHeskod_Acenta_Target" ToRole="AcenteHeskod_Acenta_Source" />
          <NavigationProperty Name="BreakDownAcentalar" Relationship="Self.BreakDownAcenta_Acenta" FromRole="BreakDownAcenta_Acenta_Target" ToRole="BreakDownAcenta_Acenta_Source" />
          <NavigationProperty Name="Formul" Relationship="Self.Formul_Acentalar" FromRole="Formul_Acentalar_Target" ToRole="Formul_Acentalar_Source" />
          <NavigationProperty Name="Gecelemeler" Relationship="Self.Geceleme_Acenta" FromRole="Geceleme_Acenta_Target" ToRole="Geceleme_Acenta_Source" />
          <NavigationProperty Name="KTumBilbord" Relationship="Self.TumBilbord_KAcentalar" FromRole="TumBilbord_KAcentalar_Target" ToRole="TumBilbord_KAcentalar_Source" />
          <NavigationProperty Name="MerkezAcenta" Relationship="Self.MerkezAcenta_Acentalar" FromRole="MerkezAcenta_Acentalar_Target" ToRole="MerkezAcenta_Acentalar_Source" />
          <NavigationProperty Name="Musteri" Relationship="Self.Musteri_Acentalar" FromRole="Musteri_Acentalar_Target" ToRole="Musteri_Acentalar_Source" />
          <NavigationProperty Name="OnbGrupAcentalar" Relationship="Self.OnbGrupAcenta_Acenta" FromRole="OnbGrupAcenta_Acenta_Target" ToRole="OnbGrupAcenta_Acenta_Source" />
          <NavigationProperty Name="OnbReferans" Relationship="Self.Acenta_OnbReferans" FromRole="Acenta_OnbReferans_Source" ToRole="Acenta_OnbReferans_Target" />
          <NavigationProperty Name="RateAcentalar" Relationship="Self.RateAcenta_Acenta" FromRole="RateAcenta_Acenta_Target" ToRole="RateAcenta_Acenta_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Acenta_Sirket" FromRole="Acenta_Sirket_Source" ToRole="Acenta_Sirket_Target" />
          <NavigationProperty Name="StopSaleAcentalar" Relationship="Self.StopSaleAcenta_Acenta" FromRole="StopSaleAcenta_Acenta_Target" ToRole="StopSaleAcenta_Acenta_Source" />
          <NavigationProperty Name="TumBilbord" Relationship="Self.TumBilbord_Acentalar" FromRole="TumBilbord_Acentalar_Target" ToRole="TumBilbord_Acentalar_Source" />
        </EntityType>
        <EntityType Name="AcentaMail" customannotation:ClrType="Asyasoft.Data.Model.Onburo.AcentaMail, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="AcentaId" Type="Int32" />
          <Property Name="MailIslemId" Type="Int32" />
          <Property Name="AliciTipi" Type="Self.AliciTip" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acenta" Relationship="Self.AcentaMail_Acenta" FromRole="AcentaMail_Acenta_Source" ToRole="AcentaMail_Acenta_Target" />
          <NavigationProperty Name="MailIslem" Relationship="Self.AcentaMail_MailIslem" FromRole="AcentaMail_MailIslem_Source" ToRole="AcentaMail_MailIslem_Target" />
        </EntityType>
        <EntityType Name="MailIslem" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MailIslem, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="EmailId" Type="Int32" Nullable="false" />
          <Property Name="MailIslemTipi" Type="Self.MailIslemTipi" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Email" Relationship="Self.Email_MailIslemler" FromRole="Email_MailIslemler_Target" ToRole="Email_MailIslemler_Source" />
        </EntityType>
        <EntityType Name="Email" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Email, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="EmailText" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Sifre" Type="String" MaxLength="20" FixedLength="false" Unicode="true" />
          <Property Name="MailSunucuId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="MailIslemler" Relationship="Self.Email_MailIslemler" FromRole="Email_MailIslemler_Source" ToRole="Email_MailIslemler_Target" />
          <NavigationProperty Name="MailSunucu" Relationship="Self.MailSunucu_Emailler" FromRole="MailSunucu_Emailler_Target" ToRole="MailSunucu_Emailler_Source" />
          <NavigationProperty Name="MusteriEmailler" Relationship="Self.MusteriEmail_Email" FromRole="MusteriEmail_Email_Target" ToRole="MusteriEmail_Email_Source" />
        </EntityType>
        <EntityType Name="MailSunucu" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MailSunucu, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Port" Type="Int32" Nullable="false" />
          <Property Name="Host" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Ssl" Type="Boolean" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Emailler" Relationship="Self.MailSunucu_Emailler" FromRole="MailSunucu_Emailler_Source" ToRole="MailSunucu_Emailler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.MailSunucu_Sirket" FromRole="MailSunucu_Sirket_Source" ToRole="MailSunucu_Sirket_Target" />
        </EntityType>
        <EntityType Name="Sirket" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Sirket, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="UstId" Type="Int32" />
          <Property Name="Pasif" Type="Boolean" />
          <Property Name="Sifre" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SirketGrupSirketler" Relationship="Self.SirketGrupSirket_Sirket" FromRole="SirketGrupSirket_Sirket_Target" ToRole="SirketGrupSirket_Sirket_Source" />
          <NavigationProperty Name="SirketKullanicilar" Relationship="Self.SirketKullanici_Sirket" FromRole="SirketKullanici_Sirket_Target" ToRole="SirketKullanici_Sirket_Source" />
        </EntityType>
        <EntityType Name="SirketGrupSirket" customannotation:ClrType="Asyasoft.Data.Model.Ortak.SirketGrupSirket, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="SirketGrupId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.SirketGrupSirket_Sirket" FromRole="SirketGrupSirket_Sirket_Source" ToRole="SirketGrupSirket_Sirket_Target" />
          <NavigationProperty Name="SirketGrup" Relationship="Self.SirketGrup_SirketGrupSirketler" FromRole="SirketGrup_SirketGrupSirketler_Target" ToRole="SirketGrup_SirketGrupSirketler_Source" />
        </EntityType>
        <EntityType Name="SirketGrup" customannotation:ClrType="Asyasoft.Data.Model.Ortak.SirketGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SirketGrupSirketler" Relationship="Self.SirketGrup_SirketGrupSirketler" FromRole="SirketGrup_SirketGrupSirketler_Source" ToRole="SirketGrup_SirketGrupSirketler_Target" />
        </EntityType>
        <EntityType Name="SirketKullanici" customannotation:ClrType="Asyasoft.Data.Model.Ortak.SirketKullanici, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.Kullanici_SirketKullanicilar" FromRole="Kullanici_SirketKullanicilar_Target" ToRole="Kullanici_SirketKullanicilar_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.SirketKullanici_Sirket" FromRole="SirketKullanici_Sirket_Source" ToRole="SirketKullanici_Sirket_Target" />
        </EntityType>
        <EntityType Name="Kullanici" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Kullanici, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" />
          <Property Name="Sifre" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="UpgradeSifre" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Skin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MusteriId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AlanYetkiKullanicilar" Relationship="Self.AlanYetkiKullanici_Kullanici" FromRole="AlanYetkiKullanici_Kullanici_Target" ToRole="AlanYetkiKullanici_Kullanici_Source" />
          <NavigationProperty Name="IslemYetkiKullanicilar" Relationship="Self.IslemYetkiKullanici_Kullanici" FromRole="IslemYetkiKullanici_Kullanici_Target" ToRole="IslemYetkiKullanici_Kullanici_Source" />
          <NavigationProperty Name="KullaniciOzelYetkiler" Relationship="Self.KullaniciOzelYetki_Kullanici" FromRole="KullaniciOzelYetki_Kullanici_Target" ToRole="KullaniciOzelYetki_Kullanici_Source" />
          <NavigationProperty Name="MenuYetkiKullanicilar" Relationship="Self.MenuYetkiKullanici_Kullanici" FromRole="MenuYetkiKullanici_Kullanici_Target" ToRole="MenuYetkiKullanici_Kullanici_Source" />
          <NavigationProperty Name="Musteri" Relationship="Self.Musteri_Kullanicilar" FromRole="Musteri_Kullanicilar_Target" ToRole="Musteri_Kullanicilar_Source" />
          <NavigationProperty Name="RaporYetkiKullanicilar" Relationship="Self.RaporYetkiKullanici_Kullanici" FromRole="RaporYetkiKullanici_Kullanici_Target" ToRole="RaporYetkiKullanici_Kullanici_Source" />
          <NavigationProperty Name="SirketKullanicilar" Relationship="Self.Kullanici_SirketKullanicilar" FromRole="Kullanici_SirketKullanicilar_Source" ToRole="Kullanici_SirketKullanicilar_Target" />
          <NavigationProperty Name="YetkiGrupKullanicilar" Relationship="Self.YetkiGrupKullanici_Kullanici" FromRole="YetkiGrupKullanici_Kullanici_Target" ToRole="YetkiGrupKullanici_Kullanici_Source" />
        </EntityType>
        <EntityType Name="AlanYetkiKullanici" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AlanYetkiKullanici, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="AlanYetkiId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AlanYetki" Relationship="Self.AlanYetki_AlanYetkiKullanicilar" FromRole="AlanYetki_AlanYetkiKullanicilar_Target" ToRole="AlanYetki_AlanYetkiKullanicilar_Source" />
          <NavigationProperty Name="Kullanici" Relationship="Self.AlanYetkiKullanici_Kullanici" FromRole="AlanYetkiKullanici_Kullanici_Source" ToRole="AlanYetkiKullanici_Kullanici_Target" />
        </EntityType>
        <EntityType Name="AlanYetki" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AlanYetki, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ModelId" Type="Int32" Nullable="false" />
          <Property Name="Alan" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Gorur" Type="Boolean" Nullable="false" />
          <Property Name="Degistirir" Type="Boolean" Nullable="false" />
          <Property Name="Anonymous" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AlanYetkiKullanicilar" Relationship="Self.AlanYetki_AlanYetkiKullanicilar" FromRole="AlanYetki_AlanYetkiKullanicilar_Source" ToRole="AlanYetki_AlanYetkiKullanicilar_Target" />
          <NavigationProperty Name="AlanYetkiYetkiGruplar" Relationship="Self.AlanYetkiYetkiGrup_AlanYetki" FromRole="AlanYetkiYetkiGrup_AlanYetki_Target" ToRole="AlanYetkiYetkiGrup_AlanYetki_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.AlanYetki_Sirket" FromRole="AlanYetki_Sirket_Source" ToRole="AlanYetki_Sirket_Target" />
          <NavigationProperty Name="Tablo" Relationship="Self.AlanYetki_Tablo" FromRole="AlanYetki_Tablo_Source" ToRole="AlanYetki_Tablo_Target" />
        </EntityType>
        <EntityType Name="AlanYetkiYetkiGrup" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AlanYetkiYetkiGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="AlanYetkiId" Type="Int32" Nullable="false" />
          <Property Name="YetkiGrupID" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AlanYetki" Relationship="Self.AlanYetkiYetkiGrup_AlanYetki" FromRole="AlanYetkiYetkiGrup_AlanYetki_Source" ToRole="AlanYetkiYetkiGrup_AlanYetki_Target" />
          <NavigationProperty Name="YetkiGrup" Relationship="Self.YetkiGrup_AlanYetkiYetkiGruplar" FromRole="YetkiGrup_AlanYetkiYetkiGruplar_Target" ToRole="YetkiGrup_AlanYetkiYetkiGruplar_Source" />
        </EntityType>
        <EntityType Name="YetkiGrup" customannotation:ClrType="Asyasoft.Data.Model.Ortak.YetkiGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AlanYetkiYetkiGruplar" Relationship="Self.YetkiGrup_AlanYetkiYetkiGruplar" FromRole="YetkiGrup_AlanYetkiYetkiGruplar_Source" ToRole="YetkiGrup_AlanYetkiYetkiGruplar_Target" />
          <NavigationProperty Name="IslemYetkiYetkiGruplar" Relationship="Self.IslemYetkiYetkiGrup_YetkiGrup" FromRole="IslemYetkiYetkiGrup_YetkiGrup_Target" ToRole="IslemYetkiYetkiGrup_YetkiGrup_Source" />
          <NavigationProperty Name="MenuYetkiYetkiGruplar" Relationship="Self.MenuYetkiYetkiGrup_YetkiGrup" FromRole="MenuYetkiYetkiGrup_YetkiGrup_Target" ToRole="MenuYetkiYetkiGrup_YetkiGrup_Source" />
          <NavigationProperty Name="RaporYetkiYetkiGruplar" Relationship="Self.RaporYetkiYetkiGrup_YetkiGrup" FromRole="RaporYetkiYetkiGrup_YetkiGrup_Target" ToRole="RaporYetkiYetkiGrup_YetkiGrup_Source" />
          <NavigationProperty Name="YetkiGrupKullanicilar" Relationship="Self.YetkiGrupKullanici_YetkiGrup" FromRole="YetkiGrupKullanici_YetkiGrup_Target" ToRole="YetkiGrupKullanici_YetkiGrup_Source" />
        </EntityType>
        <EntityType Name="IslemYetkiYetkiGrup" customannotation:ClrType="Asyasoft.Data.Model.Ortak.IslemYetkiYetkiGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="IslemYetkiId" Type="Int32" Nullable="false" />
          <Property Name="YetkiGrupID" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="IslemYetki" Relationship="Self.IslemYetki_IslemYetkiYetkiGruplar" FromRole="IslemYetki_IslemYetkiYetkiGruplar_Target" ToRole="IslemYetki_IslemYetkiYetkiGruplar_Source" />
          <NavigationProperty Name="YetkiGrup" Relationship="Self.IslemYetkiYetkiGrup_YetkiGrup" FromRole="IslemYetkiYetkiGrup_YetkiGrup_Source" ToRole="IslemYetkiYetkiGrup_YetkiGrup_Target" />
        </EntityType>
        <EntityType Name="IslemYetki" customannotation:ClrType="Asyasoft.Data.Model.Ortak.IslemYetki, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="TabloId" Type="Int32" Nullable="false" />
          <Property Name="IslemId" Type="Int32" />
          <Property Name="Sifre" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Yetki" Type="Boolean" />
          <Property Name="SirketId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="IslemYetkiKullanicilar" Relationship="Self.IslemYetkiKullanici_IslemYetki" FromRole="IslemYetkiKullanici_IslemYetki_Target" ToRole="IslemYetkiKullanici_IslemYetki_Source" />
          <NavigationProperty Name="IslemYetkiYetkiGruplar" Relationship="Self.IslemYetki_IslemYetkiYetkiGruplar" FromRole="IslemYetki_IslemYetkiYetkiGruplar_Source" ToRole="IslemYetki_IslemYetkiYetkiGruplar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.IslemYetki_Sirket" FromRole="IslemYetki_Sirket_Source" ToRole="IslemYetki_Sirket_Target" />
          <NavigationProperty Name="Tablo" Relationship="Self.Tablo_IslemYetkiler" FromRole="Tablo_IslemYetkiler_Target" ToRole="Tablo_IslemYetkiler_Source" />
        </EntityType>
        <EntityType Name="IslemYetkiKullanici" customannotation:ClrType="Asyasoft.Data.Model.Ortak.IslemYetkiKullanici, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="IslemYetkiId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="IslemYetki" Relationship="Self.IslemYetkiKullanici_IslemYetki" FromRole="IslemYetkiKullanici_IslemYetki_Source" ToRole="IslemYetkiKullanici_IslemYetki_Target" />
          <NavigationProperty Name="Kullanici" Relationship="Self.IslemYetkiKullanici_Kullanici" FromRole="IslemYetkiKullanici_Kullanici_Source" ToRole="IslemYetkiKullanici_Kullanici_Target" />
        </EntityType>
        <EntityType Name="Tablo" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Tablo, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Ad" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KisaAd" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="UzunAd" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Icon" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SqlAd" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SimgeId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="IslemYetkiler" Relationship="Self.Tablo_IslemYetkiler" FromRole="Tablo_IslemYetkiler_Source" ToRole="Tablo_IslemYetkiler_Target" />
          <NavigationProperty Name="Kolonlar" Relationship="Self.Kolon_Tablo" FromRole="Kolon_Tablo_Target" ToRole="Kolon_Tablo_Source" />
          <NavigationProperty Name="Simge" Relationship="Self.Simge_Tablolar" FromRole="Simge_Tablolar_Target" ToRole="Simge_Tablolar_Source" />
        </EntityType>
        <EntityType Name="Kolon" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Kolon, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="TabloId" Type="Int32" Nullable="false" />
          <Property Name="Ad" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KisaAd" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="UzunAd" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SqlKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SqlSummaryType" Type="Self.SqlSummaryType" Nullable="false" />
          <Property Name="SqlSumDisplayFormat" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Tipi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Icon" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SqlAd" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SimgeId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Simge" Relationship="Self.Simge_Kolonlar" FromRole="Simge_Kolonlar_Target" ToRole="Simge_Kolonlar_Source" />
          <NavigationProperty Name="Tablo" Relationship="Self.Kolon_Tablo" FromRole="Kolon_Tablo_Source" ToRole="Kolon_Tablo_Target" />
        </EntityType>
        <EntityType Name="Simge" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Simge, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Yol" Type="Binary" MaxLength="Max" FixedLength="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kolonlar" Relationship="Self.Simge_Kolonlar" FromRole="Simge_Kolonlar_Source" ToRole="Simge_Kolonlar_Target" />
          <NavigationProperty Name="Tablolar" Relationship="Self.Simge_Tablolar" FromRole="Simge_Tablolar_Source" ToRole="Simge_Tablolar_Target" />
        </EntityType>
        <EntityType Name="MenuYetkiYetkiGrup" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MenuYetkiYetkiGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MenuYetkiId" Type="Int32" Nullable="false" />
          <Property Name="YetkiGrupID" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="MenuYetki" Relationship="Self.MenuYetki_MenuYetkiYetkiGruplar" FromRole="MenuYetki_MenuYetkiYetkiGruplar_Target" ToRole="MenuYetki_MenuYetkiYetkiGruplar_Source" />
          <NavigationProperty Name="YetkiGrup" Relationship="Self.MenuYetkiYetkiGrup_YetkiGrup" FromRole="MenuYetkiYetkiGrup_YetkiGrup_Source" ToRole="MenuYetkiYetkiGrup_YetkiGrup_Target" />
        </EntityType>
        <EntityType Name="MenuYetki" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MenuYetki, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MenuId" Type="Int32" Nullable="false" />
          <Property Name="Yetki" Type="Boolean" />
          <Property Name="Sifre" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AnaMenu" Relationship="Self.MenuYetki_AnaMenu" FromRole="MenuYetki_AnaMenu_Source" ToRole="MenuYetki_AnaMenu_Target" />
          <NavigationProperty Name="MenuYetkiKullanicilar" Relationship="Self.MenuYetkiKullanici_MenuYetki" FromRole="MenuYetkiKullanici_MenuYetki_Target" ToRole="MenuYetkiKullanici_MenuYetki_Source" />
          <NavigationProperty Name="MenuYetkiYetkiGruplar" Relationship="Self.MenuYetki_MenuYetkiYetkiGruplar" FromRole="MenuYetki_MenuYetkiYetkiGruplar_Source" ToRole="MenuYetki_MenuYetkiYetkiGruplar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.MenuYetki_Sirket" FromRole="MenuYetki_Sirket_Source" ToRole="MenuYetki_Sirket_Target" />
        </EntityType>
        <EntityType Name="AnaMenu" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AnaMenu, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Modul" Type="Self.MenuModul" Nullable="false" />
          <Property Name="Tip" Type="Self.MenuTip" Nullable="false" />
          <Property Name="Simge" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SimgeBoyut" Type="Self.MenuSimge" Nullable="false" />
          <Property Name="SiraNo" Type="Int32" />
          <Property Name="Parametre" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Form" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AltForm" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="UstMenuId" Type="Int32" />
          <Property Name="RaporId" Type="Int32" />
          <Property Name="RaporKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Gizli" Type="Boolean" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AltMenuler" Relationship="Self.AnaMenu_UstMenu" FromRole="AnaMenu_UstMenu_Target" ToRole="AnaMenu_UstMenu_Source" />
          <NavigationProperty Name="UstMenu" Relationship="Self.AnaMenu_UstMenu" FromRole="AnaMenu_UstMenu_Source" ToRole="AnaMenu_UstMenu_Target" />
        </EntityType>
        <EntityType Name="MenuYetkiKullanici" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MenuYetkiKullanici, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="MenuYetkiId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.MenuYetkiKullanici_Kullanici" FromRole="MenuYetkiKullanici_Kullanici_Source" ToRole="MenuYetkiKullanici_Kullanici_Target" />
          <NavigationProperty Name="MenuYetki" Relationship="Self.MenuYetkiKullanici_MenuYetki" FromRole="MenuYetkiKullanici_MenuYetki_Source" ToRole="MenuYetkiKullanici_MenuYetki_Target" />
        </EntityType>
        <EntityType Name="RaporYetkiYetkiGrup" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporYetkiYetkiGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RaporYetkiId" Type="Int32" Nullable="false" />
          <Property Name="YetkiGrupID" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="RaporYetki" Relationship="Self.RaporYetki_RaporYetkiYetkiGruplar" FromRole="RaporYetki_RaporYetkiYetkiGruplar_Target" ToRole="RaporYetki_RaporYetkiYetkiGruplar_Source" />
          <NavigationProperty Name="YetkiGrup" Relationship="Self.RaporYetkiYetkiGrup_YetkiGrup" FromRole="RaporYetkiYetkiGrup_YetkiGrup_Source" ToRole="RaporYetkiYetkiGrup_YetkiGrup_Target" />
        </EntityType>
        <EntityType Name="RaporYetki" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporYetki, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RaporId" Type="Int32" Nullable="false" />
          <Property Name="Yetki" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Rapor" Relationship="Self.RaporYetki_Rapor" FromRole="RaporYetki_Rapor_Source" ToRole="RaporYetki_Rapor_Target" />
          <NavigationProperty Name="RaporYetkiKullanicilar" Relationship="Self.RaporYetkiKullanici_RaporYetki" FromRole="RaporYetkiKullanici_RaporYetki_Target" ToRole="RaporYetkiKullanici_RaporYetki_Source" />
          <NavigationProperty Name="RaporYetkiYetkiGruplar" Relationship="Self.RaporYetki_RaporYetkiYetkiGruplar" FromRole="RaporYetki_RaporYetkiYetkiGruplar_Source" ToRole="RaporYetki_RaporYetkiYetkiGruplar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.RaporYetki_Sirket" FromRole="RaporYetki_Sirket_Source" ToRole="RaporYetki_Sirket_Target" />
        </EntityType>
        <EntityType Name="Rapor" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Rapor, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="MenuModul" Type="Self.MenuModul" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="OzelIslem" Type="Boolean" />
          <Property Name="GelFiltre" Type="Boolean" />
          <Property Name="GelFilteTip" Type="Self.GelFilteTip" />
          <Property Name="GelFiltreSifir" Type="Boolean" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AsyaReportPreviewDesign" Relationship="Self.AsyaReportPreviewDesign_Rapor" FromRole="AsyaReportPreviewDesign_Rapor_Target" ToRole="AsyaReportPreviewDesign_Rapor_Source" />
          <NavigationProperty Name="RaporFiltreler" Relationship="Self.RaporFiltre_Rapor" FromRole="RaporFiltre_Rapor_Target" ToRole="RaporFiltre_Rapor_Source" />
          <NavigationProperty Name="RaporSqller" Relationship="Self.RaporSql_Rapor" FromRole="RaporSql_Rapor_Target" ToRole="RaporSql_Rapor_Source" />
        </EntityType>
        <EntityType Name="AsyaReportPreviewDesign" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AsyaReportPreviewDesign, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RaporId" Type="Int32" />
          <Property Name="AsyaReportBaseLayoutId" Type="Int32" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DosyaDiskte" Type="Boolean" Nullable="false" />
          <Property Name="DosyaAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Tip" Type="Self.TipAsyaReportPreviewDesignType" Nullable="false" />
          <Property Name="Varsayilan" Type="Boolean" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AsyaReportBaseLayout" Relationship="Self.AsyaReportPreviewDesign_AsyaReportBaseLayout" FromRole="AsyaReportPreviewDesign_AsyaReportBaseLayout_Source" ToRole="AsyaReportPreviewDesign_AsyaReportBaseLayout_Target" />
          <NavigationProperty Name="Rapor" Relationship="Self.AsyaReportPreviewDesign_Rapor" FromRole="AsyaReportPreviewDesign_Rapor_Source" ToRole="AsyaReportPreviewDesign_Rapor_Target" />
        </EntityType>
        <EntityType Name="AsyaReportBaseLayout" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AsyaReportBaseLayout, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DosyaDiskte" Type="Boolean" Nullable="false" />
          <Property Name="DosyaAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporFiltre" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporFiltre, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RaporId" Type="Int32" Nullable="false" />
          <Property Name="FiltreSira" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="FiltreQueryText" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="FiltreAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KontrolAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="TabloAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AlanAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AralikSor" Type="Boolean" Nullable="false" />
          <Property Name="GosterilecekAlanAdlari" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="EklenecekGun" Type="Int32" />
          <Property Name="GosterilecekAlanIndex" Type="Int32" />
          <Property Name="Gizli" Type="Boolean" Nullable="false" />
          <Property Name="FiltreTip" Type="Int32" Nullable="false" />
          <Property Name="UstIliskiId" Type="Int32" />
          <Property Name="UstIliskiKendiAlanAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kaynak" Type="Self.TipFiltreKaynak" Nullable="false" />
          <Property Name="RaporManuelVeriId" Type="Int32" />
          <Property Name="RaporManuelVeriKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Rapor" Relationship="Self.RaporFiltre_Rapor" FromRole="RaporFiltre_Rapor_Source" ToRole="RaporFiltre_Rapor_Target" />
          <NavigationProperty Name="UstIliski" Relationship="Self.RaporFiltre_UstIliski" FromRole="RaporFiltre_UstIliski_Source" ToRole="RaporFiltre_UstIliski_Target" />
        </EntityType>
        <EntityType Name="RaporSql" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporSql, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RaporId" Type="Int32" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Sql" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="GroupPanel" Type="Boolean" Nullable="false" />
          <Property Name="GroupAltToplam" Type="Boolean" Nullable="false" />
          <Property Name="GroupSatirBazinda" Type="Boolean" Nullable="false" />
          <Property Name="SqlRaporTuru" Type="Self.SqlRaporTuru" />
          <Property Name="PivotSatirTotalGizle" Type="Boolean" />
          <Property Name="PivotSutunTotalGizle" Type="Boolean" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Rapor" Relationship="Self.RaporSql_Rapor" FromRole="RaporSql_Rapor_Source" ToRole="RaporSql_Rapor_Target" />
          <NavigationProperty Name="RaporSqlDizaynlar" Relationship="Self.RaporSqlDizayn_RaporSql" FromRole="RaporSqlDizayn_RaporSql_Target" ToRole="RaporSqlDizayn_RaporSql_Source" />
        </EntityType>
        <EntityType Name="RaporSqlDizayn" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporSqlDizayn, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RaporSqlId" Type="Int32" />
          <Property Name="BaseRaporLayoutId" Type="Int32" />
          <Property Name="RaporLayoutId" Type="Int32" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Tip" Type="Self.TipRaporSqlDesignType" Nullable="false" />
          <Property Name="Varsayilan" Type="Boolean" Nullable="false" />
          <Property Name="Grafik" Type="Boolean" />
          <Property Name="GrafikTipi" Type="Self.GrafikType" />
          <Property Name="EtiketFormat" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="WhitePageDizaynId" Type="Int32" />
          <Property Name="OzelDizayn" Type="Boolean" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BaseRaporLayout" Relationship="Self.RaporSqlDizayn_BaseRaporLayout" FromRole="RaporSqlDizayn_BaseRaporLayout_Source" ToRole="RaporSqlDizayn_BaseRaporLayout_Target" />
          <NavigationProperty Name="RaporLayout" Relationship="Self.RaporSqlDizayn_RaporLayout" FromRole="RaporSqlDizayn_RaporLayout_Source" ToRole="RaporSqlDizayn_RaporLayout_Target" />
          <NavigationProperty Name="RaporSql" Relationship="Self.RaporSqlDizayn_RaporSql" FromRole="RaporSqlDizayn_RaporSql_Source" ToRole="RaporSqlDizayn_RaporSql_Target" />
          <NavigationProperty Name="RaporSqlDizaynKolonlar" Relationship="Self.RaporSqlDizaynKolon_RaporSqlDizayn" FromRole="RaporSqlDizaynKolon_RaporSqlDizayn_Target" ToRole="RaporSqlDizaynKolon_RaporSqlDizayn_Source" />
          <NavigationProperty Name="RaporSqlDizaynRenkler" Relationship="Self.RaporSqlDizaynRenk_RaporSqlDizayn" FromRole="RaporSqlDizaynRenk_RaporSqlDizayn_Target" ToRole="RaporSqlDizaynRenk_RaporSqlDizayn_Source" />
          <NavigationProperty Name="WhitePageDizayn" Relationship="Self.RaporSqlDizayn_WhitePageDizayn" FromRole="RaporSqlDizayn_WhitePageDizayn_Source" ToRole="RaporSqlDizayn_WhitePageDizayn_Target" />
        </EntityType>
        <EntityType Name="RaporLayout" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporLayout, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DosyaDiskte" Type="Boolean" Nullable="false" />
          <Property Name="DosyaAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DosyaIcerik" Type="Binary" MaxLength="Max" FixedLength="false" />
          <Property Name="TipRaporLayout" Type="Self.TipRaporLayout" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporSqlDizaynKolon" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporSqlDizaynKolon, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RaporSqlDizaynId" Type="Int32" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Sira" Type="Int32" />
          <Property Name="GrupAlan" Type="Boolean" Nullable="false" />
          <Property Name="GrupSira" Type="Int32" />
          <Property Name="SqlSummaryType" Type="Self.SqlSummaryType" Nullable="false" />
          <Property Name="SqlSumDisplayFormat" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Gizli" Type="Boolean" Nullable="false" />
          <Property Name="SqlPivotArea" Type="Self.SqlPivotArea" />
          <Property Name="PivotSira" Type="Int32" />
          <Property Name="SqlUnboundColumnType" Type="Self.SqlUnboundColumnType" />
          <Property Name="SqlUnboundExpressionMode" Type="Self.SqlUnboundExpressionMode" />
          <Property Name="UnboundExpression" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SqlPivotSummaryDisplayType" Type="Self.SqlPivotSummaryDisplayType" />
          <Property Name="OptShowValues" Type="Boolean" />
          <Property Name="OptShowGrandTotal" Type="Boolean" />
          <Property Name="SqlFormatType" Type="Self.SqlFormatType" />
          <Property Name="FormatString" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GrafikValueType" Type="Self.GrafikValueType" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="RaporSqlDizayn" Relationship="Self.RaporSqlDizaynKolon_RaporSqlDizayn" FromRole="RaporSqlDizaynKolon_RaporSqlDizayn_Source" ToRole="RaporSqlDizaynKolon_RaporSqlDizayn_Target" />
        </EntityType>
        <EntityType Name="RaporSqlDizaynRenk" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporSqlDizaynRenk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RaporSqlDizaynId" Type="Int32" Nullable="false" />
          <Property Name="SqlFormatRuleSecim" Type="Self.SqlFormatRuleSecim" Nullable="false" />
          <Property Name="RaporSqlDizaynKolonId" Type="Int32" />
          <Property Name="Formul" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="ArkaPlanArgb" Type="Int32" Nullable="false" />
          <Property Name="YaziArgb" Type="Int32" Nullable="false" />
          <Property Name="Sira" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="RaporSqlDizayn" Relationship="Self.RaporSqlDizaynRenk_RaporSqlDizayn" FromRole="RaporSqlDizaynRenk_RaporSqlDizayn_Source" ToRole="RaporSqlDizaynRenk_RaporSqlDizayn_Target" />
          <NavigationProperty Name="RaporSqlDizaynKolon" Relationship="Self.RaporSqlDizaynRenk_RaporSqlDizaynKolon" FromRole="RaporSqlDizaynRenk_RaporSqlDizaynKolon_Source" ToRole="RaporSqlDizaynRenk_RaporSqlDizaynKolon_Target" />
        </EntityType>
        <EntityType Name="WhitePageDizayn" customannotation:ClrType="Asyasoft.Data.Model.Ortak.WhitePageDizayn, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="ReportXml" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="WhitePageId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Whitepage" Relationship="Self.WhitePage_WhitePageDizaynlar" FromRole="WhitePage_WhitePageDizaynlar_Target" ToRole="WhitePage_WhitePageDizaynlar_Source" />
        </EntityType>
        <EntityType Name="WhitePage" customannotation:ClrType="Asyasoft.Data.Model.Ortak.WhitePage, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Modeller" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Deger" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.WhitePage_Sirket" FromRole="WhitePage_Sirket_Source" ToRole="WhitePage_Sirket_Target" />
          <NavigationProperty Name="WhitePageDizaynlar" Relationship="Self.WhitePage_WhitePageDizaynlar" FromRole="WhitePage_WhitePageDizaynlar_Source" ToRole="WhitePage_WhitePageDizaynlar_Target" />
        </EntityType>
        <EntityType Name="RaporYetkiKullanici" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporYetkiKullanici, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="RaporYetkiId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.RaporYetkiKullanici_Kullanici" FromRole="RaporYetkiKullanici_Kullanici_Source" ToRole="RaporYetkiKullanici_Kullanici_Target" />
          <NavigationProperty Name="RaporYetki" Relationship="Self.RaporYetkiKullanici_RaporYetki" FromRole="RaporYetkiKullanici_RaporYetki_Source" ToRole="RaporYetkiKullanici_RaporYetki_Target" />
        </EntityType>
        <EntityType Name="YetkiGrupKullanici" customannotation:ClrType="Asyasoft.Data.Model.Ortak.YetkiGrupKullanici, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="YetkiGrupId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.YetkiGrupKullanici_Kullanici" FromRole="YetkiGrupKullanici_Kullanici_Source" ToRole="YetkiGrupKullanici_Kullanici_Target" />
          <NavigationProperty Name="YetkiGrup" Relationship="Self.YetkiGrupKullanici_YetkiGrup" FromRole="YetkiGrupKullanici_YetkiGrup_Source" ToRole="YetkiGrupKullanici_YetkiGrup_Target" />
        </EntityType>
        <EntityType Name="KullaniciOzelYetki" customannotation:ClrType="Asyasoft.Data.Model.Ortak.KullaniciOzelYetki, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="OzelYetkiTipi" Type="Self.OzelYetkiTipi" Nullable="false" />
          <Property Name="Operant" Type="Self.FormulTipi" Nullable="false" />
          <Property Name="Deger" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.KullaniciOzelYetki_Kullanici" FromRole="KullaniciOzelYetki_Kullanici_Source" ToRole="KullaniciOzelYetki_Kullanici_Target" />
        </EntityType>
        <EntityType Name="Musteri" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Musteri, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Ad" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
          <Property Name="Soyadi" Type="String" MaxLength="200" FixedLength="false" Unicode="true" />
          <Property Name="Karalistede" Type="Boolean" />
          <Property Name="MergedId" Type="Int32" />
          <Property Name="DogumTarihi" Type="DateTime" />
          <Property Name="yas" Type="Int32" />
          <Property Name="Misafirunvan" Type="Self.Unvan" />
          <Property Name="ProfilTipi" Type="Self.ProfilTipi" />
          <Property Name="Benzerisimkaralistede" Type="Boolean" />
          <Property Name="EkKalis" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acentalar" Relationship="Self.Musteri_Acentalar" FromRole="Musteri_Acentalar_Source" ToRole="Musteri_Acentalar_Target" />
          <NavigationProperty Name="CrmRezervasyonMenuler" Relationship="Self.CrmRezervasyonMenu_Musteri" FromRole="CrmRezervasyonMenu_Musteri_Target" ToRole="CrmRezervasyonMenu_Musteri_Source" />
          <NavigationProperty Name="GecelemeMusteriler" Relationship="Self.GecelemeMusteri_Musteri" FromRole="GecelemeMusteri_Musteri_Target" ToRole="GecelemeMusteri_Musteri_Source" />
          <NavigationProperty Name="HesSorguSonuc" Relationship="Self.HesSorguSonuc_Musteri" FromRole="HesSorguSonuc_Musteri_Target" ToRole="HesSorguSonuc_Musteri_Source" />
          <NavigationProperty Name="Kullanicilar" Relationship="Self.Musteri_Kullanicilar" FromRole="Musteri_Kullanicilar_Source" ToRole="Musteri_Kullanicilar_Target" />
          <NavigationProperty Name="MusteriAdres" Relationship="Self.MusteriAdres_Musteri" FromRole="MusteriAdres_Musteri_Target" ToRole="MusteriAdres_Musteri_Source" />
          <NavigationProperty Name="MusteriAnketler" Relationship="Self.Anket_Musteri" FromRole="Anket_Musteri_Target" ToRole="Anket_Musteri_Source" />
          <NavigationProperty Name="MusteriCrmYorumAnalar" Relationship="Self.CrmYorumAna_Musteri" FromRole="CrmYorumAna_Musteri_Target" ToRole="CrmYorumAna_Musteri_Source" />
          <NavigationProperty Name="MusteriEmail" Relationship="Self.MusteriEmail_Musteri" FromRole="MusteriEmail_Musteri_Target" ToRole="MusteriEmail_Musteri_Source" />
          <NavigationProperty Name="MusteriKonaklamaEk" Relationship="Self.Musteri_MusteriKonaklamaEk" FromRole="Musteri_MusteriKonaklamaEk_Source" ToRole="Musteri_MusteriKonaklamaEk_Target" />
          <NavigationProperty Name="MusteriKurumsallar" Relationship="Self.MusteriKurumsal_Musteri" FromRole="MusteriKurumsal_Musteri_Target" ToRole="MusteriKurumsal_Musteri_Source" />
          <NavigationProperty Name="MusteriOzellik" Relationship="Self.MusteriOzellik_Musteri" FromRole="MusteriOzellik_Musteri_Target" ToRole="MusteriOzellik_Musteri_Source" />
          <NavigationProperty Name="MusteriPersonelEk" Relationship="Self.Musteri_MusteriPersonelEk" FromRole="Musteri_MusteriPersonelEk_Source" ToRole="Musteri_MusteriPersonelEk_Target" />
          <NavigationProperty Name="MusteriPlaka" Relationship="Self.MusteriPlaka_Musteri" FromRole="MusteriPlaka_Musteri_Target" ToRole="MusteriPlaka_Musteri_Source" />
          <NavigationProperty Name="MusteriReklamasyonlar" Relationship="Self.Reklamasyon_Musteri" FromRole="Reklamasyon_Musteri_Target" ToRole="Reklamasyon_Musteri_Source" />
          <NavigationProperty Name="MusteriRezervasyonlar" Relationship="Self.Rezervasyon_Musteri" FromRole="Rezervasyon_Musteri_Target" ToRole="Rezervasyon_Musteri_Source" />
          <NavigationProperty Name="MusteriSagliklar" Relationship="Self.CrmSaglik_Musteri" FromRole="CrmSaglik_Musteri_Target" ToRole="CrmSaglik_Musteri_Source" />
          <NavigationProperty Name="MusteriTel" Relationship="Self.MusteriTel_Musteri" FromRole="MusteriTel_Musteri_Target" ToRole="MusteriTel_Musteri_Source" />
          <NavigationProperty Name="RezervasyonMusteriler" Relationship="Self.RezervasyonMusteri_Musteri" FromRole="RezervasyonMusteri_Musteri_Target" ToRole="RezervasyonMusteri_Musteri_Source" />
        </EntityType>
        <EntityType Name="CrmRezervasyonMenu" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmRezervasyonMenu, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MusteriId" Type="Int32" />
          <Property Name="RezervasyonId" Type="Int32" />
          <Property Name="MenuYemekId" Type="Int32" Nullable="false" />
          <Property Name="Adet" Type="Int32" Nullable="false" />
          <Property Name="CrmMenuTanimId" Type="Int32" Nullable="false" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmMenuTanim" Relationship="Self.CrmRezervasyonMenu_CrmMenuTanim" FromRole="CrmRezervasyonMenu_CrmMenuTanim_Source" ToRole="CrmRezervasyonMenu_CrmMenuTanim_Target" />
          <NavigationProperty Name="MenuYemek" Relationship="Self.CrmRezervasyonMenu_MenuYemek" FromRole="CrmRezervasyonMenu_MenuYemek_Source" ToRole="CrmRezervasyonMenu_MenuYemek_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.CrmRezervasyonMenu_Musteri" FromRole="CrmRezervasyonMenu_Musteri_Source" ToRole="CrmRezervasyonMenu_Musteri_Target" />
          <NavigationProperty Name="Rezervasyon" Relationship="Self.Rezervasyon_CrmRezervasyonMenuler" FromRole="Rezervasyon_CrmRezervasyonMenuler_Target" ToRole="Rezervasyon_CrmRezervasyonMenuler_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmRezervasyonMenu_Sirket" FromRole="CrmRezervasyonMenu_Sirket_Source" ToRole="CrmRezervasyonMenu_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmMenuTanim" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmMenuTanim, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmMenuTanimMenuYemekler" Relationship="Self.CrmMenuTanimMenuYemek_CrmMenuTanim" FromRole="CrmMenuTanimMenuYemek_CrmMenuTanim_Target" ToRole="CrmMenuTanimMenuYemek_CrmMenuTanim_Source" />
          <NavigationProperty Name="RestoranBolumMasaTanimCrmMenuTanimlar" Relationship="Self.RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim" FromRole="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim_Target" ToRole="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmMenuTanim_Sirket" FromRole="CrmMenuTanim_Sirket_Source" ToRole="CrmMenuTanim_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmMenuTanimMenuYemek" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmMenuTanimMenuYemek, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MenuYemekId" Type="Int32" Nullable="false" />
          <Property Name="CrmMenuTanimId" Type="Int32" Nullable="false" />
          <Property Name="SiraNo" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmMenuTanim" Relationship="Self.CrmMenuTanimMenuYemek_CrmMenuTanim" FromRole="CrmMenuTanimMenuYemek_CrmMenuTanim_Source" ToRole="CrmMenuTanimMenuYemek_CrmMenuTanim_Target" />
          <NavigationProperty Name="MenuYemek" Relationship="Self.MenuYemek_CrmMenuTanimMenuYemekler" FromRole="MenuYemek_CrmMenuTanimMenuYemekler_Target" ToRole="MenuYemek_CrmMenuTanimMenuYemekler_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmMenuTanimMenuYemek_Sirket" FromRole="CrmMenuTanimMenuYemek_Sirket_Source" ToRole="CrmMenuTanimMenuYemek_Sirket_Target" />
        </EntityType>
        <EntityType Name="MenuYemek" customannotation:ClrType="Asyasoft.Data.Model.Crm.MenuYemek, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmMenuTanimMenuYemekler" Relationship="Self.MenuYemek_CrmMenuTanimMenuYemekler" FromRole="MenuYemek_CrmMenuTanimMenuYemekler_Source" ToRole="MenuYemek_CrmMenuTanimMenuYemekler_Target" />
          <NavigationProperty Name="MenuYemekReceteler" Relationship="Self.MenuYemekRecete_MenuYemek" FromRole="MenuYemekRecete_MenuYemek_Target" ToRole="MenuYemekRecete_MenuYemek_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.MenuYemek_Sirket" FromRole="MenuYemek_Sirket_Source" ToRole="MenuYemek_Sirket_Target" />
        </EntityType>
        <EntityType Name="MenuYemekRecete" customannotation:ClrType="Asyasoft.Data.Model.Crm.MenuYemekRecete, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MenuYemekId" Type="Int32" Nullable="false" />
          <Property Name="ReceteId" Type="Int32" Nullable="false" />
          <Property Name="SiraNo" Type="Int32" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="MenuYemek" Relationship="Self.MenuYemekRecete_MenuYemek" FromRole="MenuYemekRecete_MenuYemek_Source" ToRole="MenuYemekRecete_MenuYemek_Target" />
          <NavigationProperty Name="Recete" Relationship="Self.MenuYemekRecete_Recete" FromRole="MenuYemekRecete_Recete_Source" ToRole="MenuYemekRecete_Recete_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.MenuYemekRecete_Sirket" FromRole="MenuYemekRecete_Sirket_Source" ToRole="MenuYemekRecete_Sirket_Target" />
        </EntityType>
        <EntityType Name="Recete" customannotation:ClrType="Asyasoft.Data.Model.Stok.Recete, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KisiSayisi" Type="Int32" Nullable="false" />
          <Property Name="UrunId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="ReceteBaglantiAnalar" Relationship="Self.Recete_ReceteBaglantiAnalar" FromRole="Recete_ReceteBaglantiAnalar_Source" ToRole="Recete_ReceteBaglantiAnalar_Target" />
          <NavigationProperty Name="ReceteIcerikler" Relationship="Self.ReceteIcerik_Recete" FromRole="ReceteIcerik_Recete_Target" ToRole="ReceteIcerik_Recete_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Recete_Sirket" FromRole="Recete_Sirket_Source" ToRole="Recete_Sirket_Target" />
          <NavigationProperty Name="Urun" Relationship="Self.Urun_Receteler" FromRole="Urun_Receteler_Target" ToRole="Urun_Receteler_Source" />
        </EntityType>
        <EntityType Name="ReceteBaglantiAna" customannotation:ClrType="Asyasoft.Data.Model.Stok.ReceteBaglantiAna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ReceteId" Type="Int32" Nullable="false" />
          <Property Name="ReceteBaglantiTipi" Type="Self.ReceteBaglantiTipi" />
          <Property Name="PosSatKodId" Type="Int32" />
          <Property Name="PosDepId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosDep" Relationship="Self.ReceteBaglantiAna_PosDep" FromRole="ReceteBaglantiAna_PosDep_Source" ToRole="ReceteBaglantiAna_PosDep_Target" />
          <NavigationProperty Name="PosSatKod" Relationship="Self.ReceteBaglantiAna_PosSatKod" FromRole="ReceteBaglantiAna_PosSatKod_Source" ToRole="ReceteBaglantiAna_PosSatKod_Target" />
          <NavigationProperty Name="ReceteBaglantilar" Relationship="Self.ReceteBaglanti_ReceteBaglantiAna" FromRole="ReceteBaglanti_ReceteBaglantiAna_Target" ToRole="ReceteBaglanti_ReceteBaglantiAna_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.ReceteBaglantiAna_Sirket" FromRole="ReceteBaglantiAna_Sirket_Source" ToRole="ReceteBaglantiAna_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosDep" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosDep, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Durum" Type="Self.PosDepDurum" />
          <Property Name="PosDepTipi" Type="Self.PosDepTipi" />
          <Property Name="PosChargeTipi" Type="Self.PosChargeTipi" />
          <Property Name="PosChargeTutarTipi" Type="Self.PosChargeTutarTipi" />
          <Property Name="OdaId" Type="Int32" />
          <Property Name="PosChargeTutarYuzde" Type="Double" />
          <Property Name="ReferansId" Type="Int32" />
          <Property Name="DovizId" Type="Int32" />
          <Property Name="OnburoEntegrePasif" Type="Boolean" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Doviz" Relationship="Self.PosDep_Doviz" FromRole="PosDep_Doviz_Source" ToRole="PosDep_Doviz_Target" />
          <NavigationProperty Name="Oda" Relationship="Self.PosDep_Oda" FromRole="PosDep_Oda_Source" ToRole="PosDep_Oda_Target" />
          <NavigationProperty Name="PosFiyat" Relationship="Self.PosDep_PosFiyat" FromRole="PosDep_PosFiyat_Source" ToRole="PosDep_PosFiyat_Target" />
          <NavigationProperty Name="PosMasalar" Relationship="Self.PosMasa_PosDep" FromRole="PosMasa_PosDep_Target" ToRole="PosMasa_PosDep_Source" />
          <NavigationProperty Name="Referans" Relationship="Self.PosDep_Referans" FromRole="PosDep_Referans_Source" ToRole="PosDep_Referans_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosDep_Sirket" FromRole="PosDep_Sirket_Source" ToRole="PosDep_Sirket_Target" />
        </EntityType>
        <EntityType Name="Doviz" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Doviz, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MbKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BankaId" Type="Int32" />
          <Property Name="KurTipi" Type="Self.KurTipi" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Banka" Relationship="Self.Banka_Dovizler" FromRole="Banka_Dovizler_Target" ToRole="Banka_Dovizler_Source" />
          <NavigationProperty Name="Dovbozlar" Relationship="Self.Doviz_Dovbozlar" FromRole="Doviz_Dovbozlar_Source" ToRole="Doviz_Dovbozlar_Target" />
          <NavigationProperty Name="DovizHeskodlar" Relationship="Self.DovizHeskod_Doviz" FromRole="DovizHeskod_Doviz_Target" ToRole="DovizHeskod_Doviz_Source" />
          <NavigationProperty Name="Faturalar" Relationship="Self.Fatura_Doviz" FromRole="Fatura_Doviz_Target" ToRole="Fatura_Doviz_Source" />
          <NavigationProperty Name="Hrklar" Relationship="Self.Hrk_Doviz" FromRole="Hrk_Doviz_Target" ToRole="Hrk_Doviz_Source" />
          <NavigationProperty Name="KasaAvanslar" Relationship="Self.KasaAvans_Doviz" FromRole="KasaAvans_Doviz_Target" ToRole="KasaAvans_Doviz_Source" />
          <NavigationProperty Name="Kurlar" Relationship="Self.Kur_Doviz" FromRole="Kur_Doviz_Target" ToRole="Kur_Doviz_Source" />
          <NavigationProperty Name="Rateler" Relationship="Self.Rate_Doviz" FromRole="Rate_Doviz_Target" ToRole="Rate_Doviz_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Doviz_Sirket" FromRole="Doviz_Sirket_Source" ToRole="Doviz_Sirket_Target" />
        </EntityType>
        <EntityType Name="Banka" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Banka, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Oran" Type="Double" />
          <Property Name="OnlineKur" Type="Boolean" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Dovizler" Relationship="Self.Banka_Dovizler" FromRole="Banka_Dovizler_Source" ToRole="Banka_Dovizler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Banka_Sirket" FromRole="Banka_Sirket_Source" ToRole="Banka_Sirket_Target" />
        </EntityType>
        <EntityType Name="Dovboz" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Dovboz, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="OnbTarih" Type="DateTime" Nullable="false" />
          <Property Name="RezId" Type="Int32" Nullable="false" />
          <Property Name="IslemTarihi" Type="DateTime" Nullable="false" />
          <Property Name="IslemSaati" Type="Time" Nullable="false" />
          <Property Name="Alinan_DovizId" Type="Int32" Nullable="false" />
          <Property Name="Verilen_DovizId" Type="Int32" Nullable="false" />
          <Property Name="IslemKur" Type="Double" Nullable="false" />
          <Property Name="AlinanTutar" Type="Double" Nullable="false" />
          <Property Name="VerilenTutar" Type="Double" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Alinan_Doviz" Relationship="Self.Dovboz_Alinan_Doviz" FromRole="Dovboz_Alinan_Doviz_Source" ToRole="Dovboz_Alinan_Doviz_Target" />
          <NavigationProperty Name="DovbozHrkler" Relationship="Self.Hrk_Dovboz" FromRole="Hrk_Dovboz_Target" ToRole="Hrk_Dovboz_Source" />
          <NavigationProperty Name="Rez" Relationship="Self.Dovboz_Rez" FromRole="Dovboz_Rez_Source" ToRole="Dovboz_Rez_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Dovboz_Sirket" FromRole="Dovboz_Sirket_Source" ToRole="Dovboz_Sirket_Target" />
          <NavigationProperty Name="Verilen_Doviz" Relationship="Self.Dovboz_Verilen_Doviz" FromRole="Dovboz_Verilen_Doviz_Source" ToRole="Dovboz_Verilen_Doviz_Target" />
        </EntityType>
        <EntityType Name="Hrk" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Hrk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="FolioId" Type="Int32" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="Saat" Type="Time" />
          <Property Name="IslemTipi" Type="Self.IslemTipi" Nullable="false" />
          <Property Name="IslemKaynakTipi" Type="Self.IslemKaynakTipi" />
          <Property Name="DepkodId" Type="Int32" />
          <Property Name="BilbordId" Type="Int32" />
          <Property Name="Tutar" Type="Double" Nullable="false" />
          <Property Name="TutarDv" Type="Double" Nullable="false" />
          <Property Name="KurTipi" Type="Self.HrkKurTipi" />
          <Property Name="KaynakFolioId" Type="Int32" />
          <Property Name="DovizId" Type="Int32" />
          <Property Name="UpgradeHrkId" Type="Int32" />
          <Property Name="KdvId" Type="Int32" />
          <Property Name="HrkCekNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SilAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DovbozId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Bilbord" Relationship="Self.Hrk_Bilbord" FromRole="Hrk_Bilbord_Source" ToRole="Hrk_Bilbord_Target" />
          <NavigationProperty Name="BreakdownDagilimlar" Relationship="Self.BreakdownDagilim_Hrk" FromRole="BreakdownDagilim_Hrk_Target" ToRole="BreakdownDagilim_Hrk_Source" />
          <NavigationProperty Name="Depkod" Relationship="Self.Depkod_Hrklar" FromRole="Depkod_Hrklar_Target" ToRole="Depkod_Hrklar_Source" />
          <NavigationProperty Name="Dovboz" Relationship="Self.Hrk_Dovboz" FromRole="Hrk_Dovboz_Source" ToRole="Hrk_Dovboz_Target" />
          <NavigationProperty Name="Doviz" Relationship="Self.Hrk_Doviz" FromRole="Hrk_Doviz_Source" ToRole="Hrk_Doviz_Target" />
          <NavigationProperty Name="Folio" Relationship="Self.Folio_Hareketler" FromRole="Folio_Hareketler_Target" ToRole="Folio_Hareketler_Source" />
          <NavigationProperty Name="KaynakFolio" Relationship="Self.Folio_KaynakHareketler" FromRole="Folio_KaynakHareketler_Target" ToRole="Folio_KaynakHareketler_Source" />
          <NavigationProperty Name="Kdv" Relationship="Self.Kdv_Hrklar" FromRole="Kdv_Hrklar_Target" ToRole="Kdv_Hrklar_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Hrk_Sirket" FromRole="Hrk_Sirket_Source" ToRole="Hrk_Sirket_Target" />
          <NavigationProperty Name="UpgradeHrk" Relationship="Self.Hrk_UpgradeHrk" FromRole="Hrk_UpgradeHrk_Source" ToRole="Hrk_UpgradeHrk_Target" />
        </EntityType>
        <EntityType Name="Bilbord" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Bilbord, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="TumBilbordId" Type="Int32" />
          <Property Name="SingleKolon" Type="Boolean" />
          <Property Name="ForecastKonumId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BilbordFiyatKonumlar" Relationship="Self.BilbordFiyatKonum_Bilbord" FromRole="BilbordFiyatKonum_Bilbord_Target" ToRole="BilbordFiyatKonum_Bilbord_Source" />
          <NavigationProperty Name="ForecastKonum" Relationship="Self.Bilbord_ForecastKonum" FromRole="Bilbord_ForecastKonum_Source" ToRole="Bilbord_ForecastKonum_Target" />
          <NavigationProperty Name="Gecelemeler" Relationship="Self.Geceleme_Bilbord" FromRole="Geceleme_Bilbord_Target" ToRole="Geceleme_Bilbord_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Bilbord_Sirket" FromRole="Bilbord_Sirket_Source" ToRole="Bilbord_Sirket_Target" />
          <NavigationProperty Name="TumBilbord" Relationship="Self.TumBilbord_Bilbordlar" FromRole="TumBilbord_Bilbordlar_Target" ToRole="TumBilbord_Bilbordlar_Source" />
        </EntityType>
        <EntityType Name="BilbordFiyatKonum" customannotation:ClrType="Asyasoft.Data.Model.Onburo.BilbordFiyatKonum, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="BilbordId" Type="Int32" />
          <Property Name="FiyatKonumId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Bilbord" Relationship="Self.BilbordFiyatKonum_Bilbord" FromRole="BilbordFiyatKonum_Bilbord_Source" ToRole="BilbordFiyatKonum_Bilbord_Target" />
          <NavigationProperty Name="FiyatKonum" Relationship="Self.FiyatKonum_BilbordFiyatKonumlar" FromRole="FiyatKonum_BilbordFiyatKonumlar_Target" ToRole="FiyatKonum_BilbordFiyatKonumlar_Source" />
        </EntityType>
        <EntityType Name="FiyatKonum" customannotation:ClrType="Asyasoft.Data.Model.Onburo.FiyatKonum, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KonumRateSartId" Type="Int32" />
          <Property Name="OnbReferansId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BilbordFiyatKonumlar" Relationship="Self.FiyatKonum_BilbordFiyatKonumlar" FromRole="FiyatKonum_BilbordFiyatKonumlar_Source" ToRole="FiyatKonum_BilbordFiyatKonumlar_Target" />
          <NavigationProperty Name="Gecelemeler" Relationship="Self.Geceleme_FiyatKonum" FromRole="Geceleme_FiyatKonum_Target" ToRole="Geceleme_FiyatKonum_Source" />
          <NavigationProperty Name="KonumHamFiyatlar" Relationship="Self.KonumHamFiyat_FiyatKonum" FromRole="KonumHamFiyat_FiyatKonum_Target" ToRole="KonumHamFiyat_FiyatKonum_Source" />
          <NavigationProperty Name="OnbReferans" Relationship="Self.FiyatKonum_OnbReferans" FromRole="FiyatKonum_OnbReferans_Source" ToRole="FiyatKonum_OnbReferans_Target" />
          <NavigationProperty Name="SartFiyatKonumlar" Relationship="Self.SartFiyatKonum_FiyatKonum" FromRole="SartFiyatKonum_FiyatKonum_Target" ToRole="SartFiyatKonum_FiyatKonum_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.FiyatKonum_Sirket" FromRole="FiyatKonum_Sirket_Source" ToRole="FiyatKonum_Sirket_Target" />
          <NavigationProperty Name="UpgradeOdaFiyat" Relationship="Self.FiyatKonum_UpgradeOdaFiyat" FromRole="FiyatKonum_UpgradeOdaFiyat_Source" ToRole="FiyatKonum_UpgradeOdaFiyat_Target" />
          <NavigationProperty Name="YasKodlar" Relationship="Self.YasKod_FiyatKonum" FromRole="YasKod_FiyatKonum_Target" ToRole="YasKod_FiyatKonum_Source" />
        </EntityType>
        <EntityType Name="Geceleme" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Geceleme, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="ShareId" Type="Int32" />
          <Property Name="BilbordId" Type="Int32" />
          <Property Name="AcentaId" Type="Int32" />
          <Property Name="OdaSayisi" Type="Int32" Nullable="false" />
          <Property Name="Gun" Type="DateTime" Nullable="false" />
          <Property Name="OdaId" Type="Int32" />
          <Property Name="Pax" Type="Int32" Nullable="false" />
          <Property Name="Chi" Type="Int32" Nullable="false" />
          <Property Name="Fre" Type="Int32" Nullable="false" />
          <Property Name="Beb" Type="Int32" Nullable="false" />
          <Property Name="OdaKonumId" Type="Int32" Nullable="false" />
          <Property Name="FiyatKonumId" Type="Int32" />
          <Property Name="PansiyonId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acenta" Relationship="Self.Geceleme_Acenta" FromRole="Geceleme_Acenta_Source" ToRole="Geceleme_Acenta_Target" />
          <NavigationProperty Name="Bilbord" Relationship="Self.Geceleme_Bilbord" FromRole="Geceleme_Bilbord_Source" ToRole="Geceleme_Bilbord_Target" />
          <NavigationProperty Name="FiyatKonum" Relationship="Self.Geceleme_FiyatKonum" FromRole="Geceleme_FiyatKonum_Source" ToRole="Geceleme_FiyatKonum_Target" />
          <NavigationProperty Name="FiyatPlanlar" Relationship="Self.FiyatPlan_Geceleme" FromRole="FiyatPlan_Geceleme_Target" ToRole="FiyatPlan_Geceleme_Source" />
          <NavigationProperty Name="GecelemeDetayEk" Relationship="Self.Geceleme_GecelemeDetayEk" FromRole="Geceleme_GecelemeDetayEk_Source" ToRole="Geceleme_GecelemeDetayEk_Target" />
          <NavigationProperty Name="GecelemeFiyatpaketler" Relationship="Self.GecelemeFiyatpaket_Geceleme" FromRole="GecelemeFiyatpaket_Geceleme_Target" ToRole="GecelemeFiyatpaket_Geceleme_Source" />
          <NavigationProperty Name="GecelemeMusteriler" Relationship="Self.GecelemeMusteri_Geceleme" FromRole="GecelemeMusteri_Geceleme_Target" ToRole="GecelemeMusteri_Geceleme_Source" />
          <NavigationProperty Name="Hesayrler" Relationship="Self.Hesayr_Geceleme" FromRole="Hesayr_Geceleme_Target" ToRole="Hesayr_Geceleme_Source" />
          <NavigationProperty Name="Oda" Relationship="Self.Oda_Gecelemeler" FromRole="Oda_Gecelemeler_Target" ToRole="Oda_Gecelemeler_Source" />
          <NavigationProperty Name="OdaKonum" Relationship="Self.OdaKonum_Gecelemeler" FromRole="OdaKonum_Gecelemeler_Target" ToRole="OdaKonum_Gecelemeler_Source" />
          <NavigationProperty Name="Pansiyon" Relationship="Self.Pansiyon_Gecelemeler" FromRole="Pansiyon_Gecelemeler_Target" ToRole="Pansiyon_Gecelemeler_Source" />
          <NavigationProperty Name="Rez" Relationship="Self.Rez_Gecelemeler" FromRole="Rez_Gecelemeler_Target" ToRole="Rez_Gecelemeler_Source" />
          <NavigationProperty Name="Share" Relationship="Self.Share_Gecelemeler" FromRole="Share_Gecelemeler_Target" ToRole="Share_Gecelemeler_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Geceleme_Sirket" FromRole="Geceleme_Sirket_Source" ToRole="Geceleme_Sirket_Target" />
        </EntityType>
        <EntityType Name="FiyatPlan" customannotation:ClrType="Asyasoft.Data.Model.Onburo.FiyatPlan, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="GecelemeId" Type="Int32" Nullable="false" />
          <Property Name="Tutar" Type="Double" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Geceleme" Relationship="Self.FiyatPlan_Geceleme" FromRole="FiyatPlan_Geceleme_Source" ToRole="FiyatPlan_Geceleme_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.FiyatPlan_Sirket" FromRole="FiyatPlan_Sirket_Source" ToRole="FiyatPlan_Sirket_Target" />
        </EntityType>
        <EntityType Name="GecelemeDetayEk" customannotation:ClrType="Asyasoft.Data.Model.Onburo.GecelemeDetayEk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="OdemeId" Type="Int32" />
          <Property Name="PazarId" Type="Int32" />
          <Property Name="FiyatFormul" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Geceleme" Relationship="Self.Geceleme_GecelemeDetayEk" FromRole="Geceleme_GecelemeDetayEk_Target" ToRole="Geceleme_GecelemeDetayEk_Source" />
          <NavigationProperty Name="Odeme" Relationship="Self.Odeme_GecelemeDetayEkler" FromRole="Odeme_GecelemeDetayEkler_Target" ToRole="Odeme_GecelemeDetayEkler_Source" />
          <NavigationProperty Name="Pazar" Relationship="Self.Pazar_GecelemeDetayEkler" FromRole="Pazar_GecelemeDetayEkler_Target" ToRole="Pazar_GecelemeDetayEkler_Source" />
        </EntityType>
        <EntityType Name="Odeme" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Odeme, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="OdemeTip" Type="Self.TipOdeme" Nullable="false" />
          <Property Name="ExtraOdemeTip" Type="Self.TipOdeme" Nullable="false" />
          <Property Name="OdaPostingKapali" Type="Boolean" Nullable="false" />
          <Property Name="ExtraPostingKapali" Type="Boolean" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="GecelemeDetayEkler" Relationship="Self.Odeme_GecelemeDetayEkler" FromRole="Odeme_GecelemeDetayEkler_Source" ToRole="Odeme_GecelemeDetayEkler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Odeme_Sirket" FromRole="Odeme_Sirket_Source" ToRole="Odeme_Sirket_Target" />
        </EntityType>
        <EntityType Name="Pazar" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Pazar, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RateId" Type="Int32" />
          <Property Name="MerkezPazarId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="GecelemeDetayEkler" Relationship="Self.Pazar_GecelemeDetayEkler" FromRole="Pazar_GecelemeDetayEkler_Source" ToRole="Pazar_GecelemeDetayEkler_Target" />
          <NavigationProperty Name="MerkezPazar" Relationship="Self.MerkezPazar_Pazarlar" FromRole="MerkezPazar_Pazarlar_Target" ToRole="MerkezPazar_Pazarlar_Source" />
          <NavigationProperty Name="Rate" Relationship="Self.Pazar_Rate" FromRole="Pazar_Rate_Source" ToRole="Pazar_Rate_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Pazar_Sirket" FromRole="Pazar_Sirket_Source" ToRole="Pazar_Sirket_Target" />
          <NavigationProperty Name="StopSalePazarlar" Relationship="Self.StopSalePazar_Pazar" FromRole="StopSalePazar_Pazar_Target" ToRole="StopSalePazar_Pazar_Source" />
          <NavigationProperty Name="Ulkeler" Relationship="Self.Ulke_Pazar" FromRole="Ulke_Pazar_Target" ToRole="Ulke_Pazar_Source" />
        </EntityType>
        <EntityType Name="MerkezPazar" customannotation:ClrType="Asyasoft.Data.Model.Onburo.MerkezPazar, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="MerkezAcentalar" Relationship="Self.MerkezAcenta_MerkezPazar" FromRole="MerkezAcenta_MerkezPazar_Target" ToRole="MerkezAcenta_MerkezPazar_Source" />
          <NavigationProperty Name="Pazarlar" Relationship="Self.MerkezPazar_Pazarlar" FromRole="MerkezPazar_Pazarlar_Source" ToRole="MerkezPazar_Pazarlar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.MerkezPazar_Sirket" FromRole="MerkezPazar_Sirket_Source" ToRole="MerkezPazar_Sirket_Target" />
        </EntityType>
        <EntityType Name="MerkezAcenta" customannotation:ClrType="Asyasoft.Data.Model.Onburo.MerkezAcenta, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RateId" Type="Int32" />
          <Property Name="MerkezPazarId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acentalar" Relationship="Self.MerkezAcenta_Acentalar" FromRole="MerkezAcenta_Acentalar_Source" ToRole="MerkezAcenta_Acentalar_Target" />
          <NavigationProperty Name="MerkezPazar" Relationship="Self.MerkezAcenta_MerkezPazar" FromRole="MerkezAcenta_MerkezPazar_Source" ToRole="MerkezAcenta_MerkezPazar_Target" />
          <NavigationProperty Name="Rate" Relationship="Self.MerkezAcenta_Rate" FromRole="MerkezAcenta_Rate_Source" ToRole="MerkezAcenta_Rate_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.MerkezAcenta_Sirket" FromRole="MerkezAcenta_Sirket_Source" ToRole="MerkezAcenta_Sirket_Target" />
        </EntityType>
        <EntityType Name="Rate" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Rate, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SartId" Type="Int32" />
          <Property Name="YasKodId" Type="Int32" />
          <Property Name="FormulId" Type="Int32" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="DovizId" Type="Int32" Nullable="false" />
          <Property Name="PansiyonId" Type="Int32" Nullable="false" />
          <Property Name="CarpanId" Type="Int32" />
          <Property Name="OnbReferansId" Type="Int32" />
          <Property Name="IsYeriId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Carpan" Relationship="Self.Carpan_Ratelar" FromRole="Carpan_Ratelar_Target" ToRole="Carpan_Ratelar_Source" />
          <NavigationProperty Name="Doviz" Relationship="Self.Rate_Doviz" FromRole="Rate_Doviz_Source" ToRole="Rate_Doviz_Target" />
          <NavigationProperty Name="Formul" Relationship="Self.Formul_Rateler" FromRole="Formul_Rateler_Target" ToRole="Formul_Rateler_Source" />
          <NavigationProperty Name="IsYeri" Relationship="Self.Rate_IsYeri" FromRole="Rate_IsYeri_Source" ToRole="Rate_IsYeri_Target" />
          <NavigationProperty Name="OnbReferans" Relationship="Self.Rate_OnbReferans" FromRole="Rate_OnbReferans_Source" ToRole="Rate_OnbReferans_Target" />
          <NavigationProperty Name="Pansiyon" Relationship="Self.Rate_Pansiyon" FromRole="Rate_Pansiyon_Source" ToRole="Rate_Pansiyon_Target" />
          <NavigationProperty Name="RateAcentalar" Relationship="Self.RateAcenta_Rate" FromRole="RateAcenta_Rate_Target" ToRole="RateAcenta_Rate_Source" />
          <NavigationProperty Name="RatePaketler" Relationship="Self.RatePaket_Rate" FromRole="RatePaket_Rate_Target" ToRole="RatePaket_Rate_Source" />
          <NavigationProperty Name="RatePeriyotlar" Relationship="Self.RatePeriyot_Rate" FromRole="RatePeriyot_Rate_Target" ToRole="RatePeriyot_Rate_Source" />
          <NavigationProperty Name="Rez" Relationship="Self.Rate_Rez" FromRole="Rate_Rez_Source" ToRole="Rate_Rez_Target" />
          <NavigationProperty Name="Sart" Relationship="Self.Sart_Rateler" FromRole="Sart_Rateler_Target" ToRole="Sart_Rateler_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Rate_Sirket" FromRole="Rate_Sirket_Source" ToRole="Rate_Sirket_Target" />
          <NavigationProperty Name="YasKod" Relationship="Self.YasKod_Rateler" FromRole="YasKod_Rateler_Target" ToRole="YasKod_Rateler_Source" />
        </EntityType>
        <EntityType Name="Carpan" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Carpan, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CarpanHrklar" Relationship="Self.CarpanHrk_Carpan" FromRole="CarpanHrk_Carpan_Target" ToRole="CarpanHrk_Carpan_Source" />
          <NavigationProperty Name="Ratelar" Relationship="Self.Carpan_Ratelar" FromRole="Carpan_Ratelar_Source" ToRole="Carpan_Ratelar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Carpan_Sirket" FromRole="Carpan_Sirket_Source" ToRole="Carpan_Sirket_Target" />
        </EntityType>
        <EntityType Name="CarpanHrk" customannotation:ClrType="Asyasoft.Data.Model.Onburo.CarpanHrk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="CarpanId" Type="Int32" Nullable="false" />
          <Property Name="KategoriId" Type="Int32" Nullable="false" />
          <Property Name="FiyatKonumId" Type="Int32" Nullable="false" />
          <Property Name="Baslangic" Type="DateTime" Nullable="false" />
          <Property Name="Bitis" Type="DateTime" Nullable="false" />
          <Property Name="Deger" Type="Double" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Carpan" Relationship="Self.CarpanHrk_Carpan" FromRole="CarpanHrk_Carpan_Source" ToRole="CarpanHrk_Carpan_Target" />
          <NavigationProperty Name="FiyatKonum" Relationship="Self.CarpanHrk_FiyatKonum" FromRole="CarpanHrk_FiyatKonum_Source" ToRole="CarpanHrk_FiyatKonum_Target" />
          <NavigationProperty Name="Kategori" Relationship="Self.CarpanHrk_Kategori" FromRole="CarpanHrk_Kategori_Source" ToRole="CarpanHrk_Kategori_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CarpanHrk_Sirket" FromRole="CarpanHrk_Sirket_Source" ToRole="CarpanHrk_Sirket_Target" />
        </EntityType>
        <EntityType Name="Kategori" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Kategori, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Pax" Type="Int32" Nullable="false" />
          <Property Name="Child" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="KonumHamFiyatlar" Relationship="Self.KonumHamFiyat_Kategori" FromRole="KonumHamFiyat_Kategori_Target" ToRole="KonumHamFiyat_Kategori_Source" />
        </EntityType>
        <EntityType Name="KonumHamFiyat" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KonumHamFiyat, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PpTutar" Type="Double" Nullable="false" />
          <Property Name="Tutar" Type="Double" />
          <Property Name="KategoriId" Type="Int32" />
          <Property Name="FiyatKonumId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="FiyatKonum" Relationship="Self.KonumHamFiyat_FiyatKonum" FromRole="KonumHamFiyat_FiyatKonum_Source" ToRole="KonumHamFiyat_FiyatKonum_Target" />
          <NavigationProperty Name="Kategori" Relationship="Self.KonumHamFiyat_Kategori" FromRole="KonumHamFiyat_Kategori_Source" ToRole="KonumHamFiyat_Kategori_Target" />
          <NavigationProperty Name="KonumHamFiyatPaketler" Relationship="Self.KonumHamFiyatPaket_KonumHamFiyat" FromRole="KonumHamFiyatPaket_KonumHamFiyat_Target" ToRole="KonumHamFiyatPaket_KonumHamFiyat_Source" />
          <NavigationProperty Name="RatePeriyotKonumHamFiyatlar" Relationship="Self.RatePeriyotKonumHamFiyat_KonumHamFiyat" FromRole="RatePeriyotKonumHamFiyat_KonumHamFiyat_Target" ToRole="RatePeriyotKonumHamFiyat_KonumHamFiyat_Source" />
        </EntityType>
        <EntityType Name="KonumHamFiyatPaket" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KonumHamFiyatPaket, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KonumHamFiyatId" Type="Int32" Nullable="false" />
          <Property Name="PaketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="KonumHamFiyat" Relationship="Self.KonumHamFiyatPaket_KonumHamFiyat" FromRole="KonumHamFiyatPaket_KonumHamFiyat_Source" ToRole="KonumHamFiyatPaket_KonumHamFiyat_Target" />
          <NavigationProperty Name="Paket" Relationship="Self.Paket_KonumHamFiyatPaketler" FromRole="Paket_KonumHamFiyatPaketler_Target" ToRole="Paket_KonumHamFiyatPaketler_Source" />
        </EntityType>
        <EntityType Name="Paket" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Paket, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SartId" Type="Int32" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="Oran" Type="Double" />
          <Property Name="Tutar" Type="Double" />
          <Property Name="Ilave" Type="Boolean" />
          <Property Name="PaketindirimTipiId" Type="Int32" Nullable="false" />
          <Property Name="DepkodId" Type="Int32" />
          <Property Name="MinYas" Type="Double" />
          <Property Name="MaxYas" Type="Double" />
          <Property Name="OdemeOrani" Type="Double" />
          <Property Name="OdemeTarihi" Type="DateTime" />
          <Property Name="TurboBonusIndirimTipi" Type="Self.TurboBonusIndirimTipi" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Depkod" Relationship="Self.Paket_Depkod" FromRole="Paket_Depkod_Source" ToRole="Paket_Depkod_Target" />
          <NavigationProperty Name="KonumHamFiyatPaketler" Relationship="Self.Paket_KonumHamFiyatPaketler" FromRole="Paket_KonumHamFiyatPaketler_Source" ToRole="Paket_KonumHamFiyatPaketler_Target" />
          <NavigationProperty Name="PaketindirimTipi" Relationship="Self.PaketindirimTipi_Paketler" FromRole="PaketindirimTipi_Paketler_Target" ToRole="PaketindirimTipi_Paketler_Source" />
          <NavigationProperty Name="Paketistisnalar" Relationship="Self.Paketistisna_Paket" FromRole="Paketistisna_Paket_Target" ToRole="Paketistisna_Paket_Source" />
          <NavigationProperty Name="PaketUlkeler" Relationship="Self.PaketUlke_Paket" FromRole="PaketUlke_Paket_Target" ToRole="PaketUlke_Paket_Source" />
          <NavigationProperty Name="RateAcentaPaketler" Relationship="Self.RateAcentaPaket_Paket" FromRole="RateAcentaPaket_Paket_Target" ToRole="RateAcentaPaket_Paket_Source" />
          <NavigationProperty Name="RatePaketler" Relationship="Self.RatePaket_Paket" FromRole="RatePaket_Paket_Target" ToRole="RatePaket_Paket_Source" />
          <NavigationProperty Name="Rez" Relationship="Self.Rez_Paketler" FromRole="Rez_Paketler_Target" ToRole="Rez_Paketler_Source" />
          <NavigationProperty Name="Sart" Relationship="Self.Sart_Paketler" FromRole="Sart_Paketler_Target" ToRole="Sart_Paketler_Source" />
        </EntityType>
        <EntityType Name="Depkod" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Depkod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="BA" Type="Self.BorcAlacak" Nullable="false" />
          <Property Name="DepartmanTipi" Type="Self.DepartmanTipi" Nullable="false" />
          <Property Name="KdvId" Type="Int32" />
          <Property Name="CiktiVer" Type="Boolean" />
          <Property Name="FaturaTakibiYapilmasin" Type="Boolean" />
          <Property Name="UpgradeDepartmani" Type="Boolean" />
          <Property Name="MahsuptaDetay" Type="Boolean" />
          <Property Name="DepkodGrupId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="DepkodGrup" Relationship="Self.DepkodGrup_Depkodlar" FromRole="DepkodGrup_Depkodlar_Target" ToRole="DepkodGrup_Depkodlar_Source" />
          <NavigationProperty Name="DepkodHeskodlar" Relationship="Self.DepkodHeskod_Depkod" FromRole="DepkodHeskod_Depkod_Target" ToRole="DepkodHeskod_Depkod_Source" />
          <NavigationProperty Name="FolioRouteDepkodlar" Relationship="Self.FolioRouteDepkod_Depkod" FromRole="FolioRouteDepkod_Depkod_Target" ToRole="FolioRouteDepkod_Depkod_Source" />
          <NavigationProperty Name="Hrklar" Relationship="Self.Depkod_Hrklar" FromRole="Depkod_Hrklar_Source" ToRole="Depkod_Hrklar_Target" />
          <NavigationProperty Name="Kdv" Relationship="Self.Kdv_Depkodlar" FromRole="Kdv_Depkodlar_Target" ToRole="Kdv_Depkodlar_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Depkod_Sirket" FromRole="Depkod_Sirket_Source" ToRole="Depkod_Sirket_Target" />
          <NavigationProperty Name="UpgradeOdaFiyatlar" Relationship="Self.UpgradeOdaFiyat_Depkod" FromRole="UpgradeOdaFiyat_Depkod_Target" ToRole="UpgradeOdaFiyat_Depkod_Source" />
        </EntityType>
        <EntityType Name="DepkodGrup" customannotation:ClrType="Asyasoft.Data.Model.Onburo.DepkodGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Depkodlar" Relationship="Self.DepkodGrup_Depkodlar" FromRole="DepkodGrup_Depkodlar_Source" ToRole="DepkodGrup_Depkodlar_Target" />
          <NavigationProperty Name="FolioRouteDepkodGruplar" Relationship="Self.FolioRouteDepkodGrup_DepkodGrup" FromRole="FolioRouteDepkodGrup_DepkodGrup_Target" ToRole="FolioRouteDepkodGrup_DepkodGrup_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.DepkodGrup_Sirket" FromRole="DepkodGrup_Sirket_Source" ToRole="DepkodGrup_Sirket_Target" />
        </EntityType>
        <EntityType Name="FolioRouteDepkodGrup" customannotation:ClrType="Asyasoft.Data.Model.Onburo.FolioRouteDepkodGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="FolioRouteId" Type="Int32" Nullable="false" />
          <Property Name="DepkodGrupId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="DepkodGrup" Relationship="Self.FolioRouteDepkodGrup_DepkodGrup" FromRole="FolioRouteDepkodGrup_DepkodGrup_Source" ToRole="FolioRouteDepkodGrup_DepkodGrup_Target" />
          <NavigationProperty Name="FolioRoute" Relationship="Self.FolioRoute_FolioRouteDepkodGruplar" FromRole="FolioRoute_FolioRouteDepkodGruplar_Target" ToRole="FolioRoute_FolioRouteDepkodGruplar_Source" />
        </EntityType>
        <EntityType Name="FolioRoute" customannotation:ClrType="Asyasoft.Data.Model.Onburo.FolioRoute, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="FolioId" Type="Int32" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Folio" Relationship="Self.Folio_FolioRoutelar" FromRole="Folio_FolioRoutelar_Target" ToRole="Folio_FolioRoutelar_Source" />
          <NavigationProperty Name="FolioRouteDepkodGruplar" Relationship="Self.FolioRoute_FolioRouteDepkodGruplar" FromRole="FolioRoute_FolioRouteDepkodGruplar_Source" ToRole="FolioRoute_FolioRouteDepkodGruplar_Target" />
          <NavigationProperty Name="FolioRouteDepkodlar" Relationship="Self.FolioRouteDepkod_FolioRoute" FromRole="FolioRouteDepkod_FolioRoute_Target" ToRole="FolioRouteDepkod_FolioRoute_Source" />
          <NavigationProperty Name="FolioRouteRezler" Relationship="Self.FolioRouteRez_FolioRoute" FromRole="FolioRouteRez_FolioRoute_Target" ToRole="FolioRouteRez_FolioRoute_Source" />
          <NavigationProperty Name="HrkTransferler" Relationship="Self.HrkTransfer_FolioRoute" FromRole="HrkTransfer_FolioRoute_Target" ToRole="HrkTransfer_FolioRoute_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.FolioRoute_Sirket" FromRole="FolioRoute_Sirket_Source" ToRole="FolioRoute_Sirket_Target" />
        </EntityType>
        <EntityType Name="Folio" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Folio, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="Tipi" Type="Self.FolioTipi" />
          <Property Name="Durumu" Type="Self.FolioDurumu" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="FaturaId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="ExtraHrk" Relationship="Self.ExtraHrk_Folio" FromRole="ExtraHrk_Folio_Target" ToRole="ExtraHrk_Folio_Source" />
          <NavigationProperty Name="Fatura" Relationship="Self.Fatura_OnburoFoliolar" FromRole="Fatura_OnburoFoliolar_Target" ToRole="Fatura_OnburoFoliolar_Source" />
          <NavigationProperty Name="FolioRoutelar" Relationship="Self.Folio_FolioRoutelar" FromRole="Folio_FolioRoutelar_Source" ToRole="Folio_FolioRoutelar_Target" />
          <NavigationProperty Name="Hareketler" Relationship="Self.Folio_Hareketler" FromRole="Folio_Hareketler_Source" ToRole="Folio_Hareketler_Target" />
          <NavigationProperty Name="KaynakHareketler" Relationship="Self.Folio_KaynakHareketler" FromRole="Folio_KaynakHareketler_Source" ToRole="Folio_KaynakHareketler_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.Rez_Foliolar" FromRole="Rez_Foliolar_Target" ToRole="Rez_Foliolar_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Folio_Sirket" FromRole="Folio_Sirket_Source" ToRole="Folio_Sirket_Target" />
          <NavigationProperty Name="Teldatalar" Relationship="Self.Teldata_Folio" FromRole="Teldata_Folio_Target" ToRole="Teldata_Folio_Source" />
        </EntityType>
        <EntityType Name="ExtraHrk" customannotation:ClrType="Asyasoft.Data.Model.Onburo.ExtraHrk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="FolioId" Type="Int32" Nullable="false" />
          <Property Name="ExtraDepkodId" Type="Int32" Nullable="false" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="DepozitDurumu" Type="Self.DepozitDurumu" Nullable="false" />
          <Property Name="AlinmaTarih" Type="DateTime" Nullable="false" />
          <Property Name="IadeTarih" Type="DateTime" Nullable="false" />
          <Property Name="DovizId" Type="Int32" Nullable="false" />
          <Property Name="Tutar" Type="Double" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="EvrakNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Doviz" Relationship="Self.ExtraHrk_Doviz" FromRole="ExtraHrk_Doviz_Source" ToRole="ExtraHrk_Doviz_Target" />
          <NavigationProperty Name="ExtraDepkod" Relationship="Self.ExtraHrk_ExtraDepkod" FromRole="ExtraHrk_ExtraDepkod_Source" ToRole="ExtraHrk_ExtraDepkod_Target" />
          <NavigationProperty Name="Folio" Relationship="Self.ExtraHrk_Folio" FromRole="ExtraHrk_Folio_Source" ToRole="ExtraHrk_Folio_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.ExtraHrk_Sirket" FromRole="ExtraHrk_Sirket_Source" ToRole="ExtraHrk_Sirket_Target" />
        </EntityType>
        <EntityType Name="ExtraDepkod" customannotation:ClrType="Asyasoft.Data.Model.Onburo.ExtraDepkod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DepozitUcretDurumu" Type="Self.DepozitUcretDurumu" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.ExtraDepkod_Sirket" FromRole="ExtraDepkod_Sirket_Source" ToRole="ExtraDepkod_Sirket_Target" />
        </EntityType>
        <EntityType Name="Fatura" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Fatura, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="HesapId" Type="Int32" />
          <Property Name="MusteriId" Type="Int32" />
          <Property Name="AdresId" Type="Int32" Nullable="false" />
          <Property Name="Ref" Type="Int32" />
          <Property Name="TcknVkn" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KurumsalId" Type="Int32" Nullable="false" />
          <Property Name="FaturaSeriId" Type="Int32" />
          <Property Name="FaturaNo" Type="Int32" />
          <Property Name="FaturaGuid" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="ResmiFaturaNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="Durumu" Type="Self.FaturaDurumu" Nullable="false" />
          <Property Name="Tip" Type="Self.FaturaTip" Nullable="false" />
          <Property Name="AltTip" Type="Self.FaturaAltTip" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KdvDahil" Type="Boolean" Nullable="false" />
          <Property Name="Vade" Type="DateTime" Nullable="false" />
          <Property Name="DovizId" Type="Int32" />
          <Property Name="KurDegeri" Type="Double" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Adres" Relationship="Self.Fatura_Adres" FromRole="Fatura_Adres_Source" ToRole="Fatura_Adres_Target" />
          <NavigationProperty Name="Doviz" Relationship="Self.Fatura_Doviz" FromRole="Fatura_Doviz_Source" ToRole="Fatura_Doviz_Target" />
          <NavigationProperty Name="FaturaIptal" Relationship="Self.FaturaIptal_Fatura" FromRole="FaturaIptal_Fatura_Target" ToRole="FaturaIptal_Fatura_Source" />
          <NavigationProperty Name="FaturaSeri" Relationship="Self.FaturaSeri_Faturalar" FromRole="FaturaSeri_Faturalar_Target" ToRole="FaturaSeri_Faturalar_Source" />
          <NavigationProperty Name="FaturaSiralar" Relationship="Self.FaturaSira_Fatura" FromRole="FaturaSira_Fatura_Target" ToRole="FaturaSira_Fatura_Source" />
          <NavigationProperty Name="Hesap" Relationship="Self.Fatura_Hesap" FromRole="Fatura_Hesap_Source" ToRole="Fatura_Hesap_Target" />
          <NavigationProperty Name="Kurumsal" Relationship="Self.Fatura_Kurumsal" FromRole="Fatura_Kurumsal_Source" ToRole="Fatura_Kurumsal_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.Fatura_Musteri" FromRole="Fatura_Musteri_Source" ToRole="Fatura_Musteri_Target" />
          <NavigationProperty Name="OnburoFoliolar" Relationship="Self.Fatura_OnburoFoliolar" FromRole="Fatura_OnburoFoliolar_Source" ToRole="Fatura_OnburoFoliolar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Fatura_Sirket" FromRole="Fatura_Sirket_Source" ToRole="Fatura_Sirket_Target" />
        </EntityType>
        <EntityType Name="Adres" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Adres, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="AdresText" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="PostaKutusu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DaireNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="CaddeSokak" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Mahalle" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BlokAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BinaAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BinaNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KasabaKoy" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AdresIlId" Type="Int32" />
          <Property Name="AdresIlceId" Type="Int32" />
          <Property Name="AdresUlkeId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AdresIl" Relationship="Self.Adres_AdresIl" FromRole="Adres_AdresIl_Source" ToRole="Adres_AdresIl_Target" />
          <NavigationProperty Name="AdresIlce" Relationship="Self.Adres_AdresIlce" FromRole="Adres_AdresIlce_Source" ToRole="Adres_AdresIlce_Target" />
          <NavigationProperty Name="AdresUlke" Relationship="Self.Adres_AdresUlke" FromRole="Adres_AdresUlke_Source" ToRole="Adres_AdresUlke_Target" />
          <NavigationProperty Name="Kurumsallar" Relationship="Self.Kurumsal_Adres" FromRole="Kurumsal_Adres_Target" ToRole="Kurumsal_Adres_Source" />
          <NavigationProperty Name="MusteriAdresler" Relationship="Self.MusteriAdres_Adres" FromRole="MusteriAdres_Adres_Target" ToRole="MusteriAdres_Adres_Source" />
        </EntityType>
        <EntityType Name="AdresIl" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AdresIl, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="TelefonKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AdresUlkeId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AdresIlceler" Relationship="Self.AdresIlce_AdresIl" FromRole="AdresIlce_AdresIl_Target" ToRole="AdresIlce_AdresIl_Source" />
          <NavigationProperty Name="AdresUlke" Relationship="Self.AdresUlke_AdresIller" FromRole="AdresUlke_AdresIller_Target" ToRole="AdresUlke_AdresIller_Source" />
        </EntityType>
        <EntityType Name="AdresIlce" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AdresIlce, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AdresIlId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AdresIl" Relationship="Self.AdresIlce_AdresIl" FromRole="AdresIlce_AdresIl_Source" ToRole="AdresIlce_AdresIl_Target" />
        </EntityType>
        <EntityType Name="AdresUlke" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AdresUlke, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="TelefonKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AdresIller" Relationship="Self.AdresUlke_AdresIller" FromRole="AdresUlke_AdresIller_Source" ToRole="AdresUlke_AdresIller_Target" />
          <NavigationProperty Name="DayEventGrupAdresUlkeler" Relationship="Self.DayEventGrupAdresUlke_AdresUlke" FromRole="DayEventGrupAdresUlke_AdresUlke_Target" ToRole="DayEventGrupAdresUlke_AdresUlke_Source" />
        </EntityType>
        <EntityType Name="DayEventGrupAdresUlke" customannotation:ClrType="Asyasoft.Data.Model.Crm.DayEventGrupAdresUlke, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DayEventGrupId" Type="Int32" Nullable="false" />
          <Property Name="AdresUlkeId" Type="Int32" Nullable="false" />
          <Property Name="MailSablonuId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AdresUlke" Relationship="Self.DayEventGrupAdresUlke_AdresUlke" FromRole="DayEventGrupAdresUlke_AdresUlke_Source" ToRole="DayEventGrupAdresUlke_AdresUlke_Target" />
          <NavigationProperty Name="DayEventGrup" Relationship="Self.DayEventGrup_DayEventGrupAdresUlkeler" FromRole="DayEventGrup_DayEventGrupAdresUlkeler_Target" ToRole="DayEventGrup_DayEventGrupAdresUlkeler_Source" />
          <NavigationProperty Name="MailSablonu" Relationship="Self.DayEventGrupAdresUlke_MailSablonu" FromRole="DayEventGrupAdresUlke_MailSablonu_Source" ToRole="DayEventGrupAdresUlke_MailSablonu_Target" />
        </EntityType>
        <EntityType Name="DayEventGrup" customannotation:ClrType="Asyasoft.Data.Model.Crm.DayEventGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" />
          <Property Name="DayEventId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="DayEvent" Relationship="Self.DayEventGrup_DayEvent" FromRole="DayEventGrup_DayEvent_Source" ToRole="DayEventGrup_DayEvent_Target" />
          <NavigationProperty Name="DayEventGrupAdresUlkeler" Relationship="Self.DayEventGrup_DayEventGrupAdresUlkeler" FromRole="DayEventGrup_DayEventGrupAdresUlkeler_Source" ToRole="DayEventGrup_DayEventGrupAdresUlkeler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.DayEventGrup_Sirket" FromRole="DayEventGrup_Sirket_Source" ToRole="DayEventGrup_Sirket_Target" />
        </EntityType>
        <EntityType Name="DayEvent" customannotation:ClrType="Asyasoft.Data.Model.Crm.DayEvent, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" />
          <Property Name="GunTipi" Type="Self.GunTipi" Nullable="false" />
          <Property Name="ZamanOlcegi" Type="Self.ZamanOlcegi" Nullable="false" />
          <Property Name="Deger" Type="Int32" Nullable="false" />
          <Property Name="OnemliGunAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MailIcerik" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.DayEvent_Sirket" FromRole="DayEvent_Sirket_Source" ToRole="DayEvent_Sirket_Target" />
        </EntityType>
        <EntityType Name="MailSablonu" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MailSablonu, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MenuModul" Type="Self.MenuModul" Nullable="false" />
          <Property Name="SablonIcerik" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.MailSablonu_Sirket" FromRole="MailSablonu_Sirket_Source" ToRole="MailSablonu_Sirket_Target" />
        </EntityType>
        <EntityType Name="Kurumsal" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Kurumsal, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Unvan" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="VergiNoTipi" Type="Self.VergiNoTipi" />
          <Property Name="TcknVkn" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="VergiDaire" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AdresId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Adres" Relationship="Self.Kurumsal_Adres" FromRole="Kurumsal_Adres_Source" ToRole="Kurumsal_Adres_Target" />
          <NavigationProperty Name="KurumsalHesaplar" Relationship="Self.KurumsalHesap_Kurumsal" FromRole="KurumsalHesap_Kurumsal_Target" ToRole="KurumsalHesap_Kurumsal_Source" />
          <NavigationProperty Name="MusteriKurumsallar" Relationship="Self.MusteriKurumsal_Kurumsal" FromRole="MusteriKurumsal_Kurumsal_Target" ToRole="MusteriKurumsal_Kurumsal_Source" />
        </EntityType>
        <EntityType Name="KurumsalHesap" customannotation:ClrType="Asyasoft.Data.Model.Ortak.KurumsalHesap, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="HesapId" Type="Int32" Nullable="false" />
          <Property Name="KurumsalId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Hesap" Relationship="Self.Hesap_KurumsalHesaplar" FromRole="Hesap_KurumsalHesaplar_Target" ToRole="Hesap_KurumsalHesaplar_Source" />
          <NavigationProperty Name="Kurumsal" Relationship="Self.KurumsalHesap_Kurumsal" FromRole="KurumsalHesap_Kurumsal_Source" ToRole="KurumsalHesap_Kurumsal_Target" />
        </EntityType>
        <EntityType Name="Hesap" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Hesap, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="KurumsalHesaplar" Relationship="Self.Hesap_KurumsalHesaplar" FromRole="Hesap_KurumsalHesaplar_Source" ToRole="Hesap_KurumsalHesaplar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Hesap_Sirket" FromRole="Hesap_Sirket_Source" ToRole="Hesap_Sirket_Target" />
        </EntityType>
        <EntityType Name="MusteriKurumsal" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MusteriKurumsal, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="MusteriId" Type="Int32" Nullable="false" />
          <Property Name="KurumsalId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kurumsal" Relationship="Self.MusteriKurumsal_Kurumsal" FromRole="MusteriKurumsal_Kurumsal_Source" ToRole="MusteriKurumsal_Kurumsal_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.MusteriKurumsal_Musteri" FromRole="MusteriKurumsal_Musteri_Source" ToRole="MusteriKurumsal_Musteri_Target" />
        </EntityType>
        <EntityType Name="MusteriAdres" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MusteriAdres, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="MusteriId" Type="Int32" Nullable="false" />
          <Property Name="AdresId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Adres" Relationship="Self.MusteriAdres_Adres" FromRole="MusteriAdres_Adres_Source" ToRole="MusteriAdres_Adres_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.MusteriAdres_Musteri" FromRole="MusteriAdres_Musteri_Source" ToRole="MusteriAdres_Musteri_Target" />
        </EntityType>
        <EntityType Name="FaturaIptal" customannotation:ClrType="Asyasoft.Data.Model.Ortak.FaturaIptal, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="Sebebi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Tarih" Type="DateTime" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Fatura" Relationship="Self.FaturaIptal_Fatura" FromRole="FaturaIptal_Fatura_Source" ToRole="FaturaIptal_Fatura_Target" />
          <NavigationProperty Name="Kullanici" Relationship="Self.FaturaIptal_Kullanici" FromRole="FaturaIptal_Kullanici_Source" ToRole="FaturaIptal_Kullanici_Target" />
        </EntityType>
        <EntityType Name="FaturaSeri" customannotation:ClrType="Asyasoft.Data.Model.Ortak.FaturaSeri, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Seri" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BaslangicNo" Type="Int32" Nullable="false" />
          <Property Name="BitisNo" Type="Int32" Nullable="false" />
          <Property Name="BaslangicTarihi" Type="DateTime" Nullable="false" />
          <Property Name="BitisTarihi" Type="DateTime" Nullable="false" />
          <Property Name="WhitePageDizaynId" Type="Int32" />
          <Property Name="Otomatik" Type="Boolean" Nullable="false" />
          <Property Name="CiktiAl" Type="Boolean" />
          <Property Name="SeriTakip" Type="Boolean" />
          <Property Name="Kaynak" Type="Self.EnumFaturaSeriKaynak" Nullable="false" />
          <Property Name="Ozellik" Type="Self.EnumFaturaSeriOzellik" Nullable="false" />
          <Property Name="OnburoFaturatipi" Type="Self.EnumFaturaOnburoTipi" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Faturalar" Relationship="Self.FaturaSeri_Faturalar" FromRole="FaturaSeri_Faturalar_Source" ToRole="FaturaSeri_Faturalar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.FaturaSeri_Sirket" FromRole="FaturaSeri_Sirket_Source" ToRole="FaturaSeri_Sirket_Target" />
        </EntityType>
        <EntityType Name="FaturaSira" customannotation:ClrType="Asyasoft.Data.Model.Ortak.FaturaSira, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="BirimId" Type="Int32" Nullable="false" />
          <Property Name="Hesap" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Miktar" Type="Double" Nullable="false" />
          <Property Name="BirimFiyat" Type="Double" />
          <Property Name="Matrah" Type="Double" Nullable="false" />
          <Property Name="TevkifatId" Type="Int32" />
          <Property Name="KdvId" Type="Int32" />
          <Property Name="KdvTutar" Type="Double" />
          <Property Name="KdvTutarDüzeltme" Type="Boolean" Nullable="false" />
          <Property Name="FaturaId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Birim" Relationship="Self.FaturaSira_Birim" FromRole="FaturaSira_Birim_Source" ToRole="FaturaSira_Birim_Target" />
          <NavigationProperty Name="Fatura" Relationship="Self.FaturaSira_Fatura" FromRole="FaturaSira_Fatura_Source" ToRole="FaturaSira_Fatura_Target" />
          <NavigationProperty Name="Iskontolar" Relationship="Self.FaturaSira_Iskontolar" FromRole="FaturaSira_Iskontolar_Source" ToRole="FaturaSira_Iskontolar_Target" />
          <NavigationProperty Name="Kdv" Relationship="Self.FaturaSira_Kdv" FromRole="FaturaSira_Kdv_Source" ToRole="FaturaSira_Kdv_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.FaturaSira_Sirket" FromRole="FaturaSira_Sirket_Source" ToRole="FaturaSira_Sirket_Target" />
          <NavigationProperty Name="Tevkifat" Relationship="Self.FaturaSira_Tevkifat" FromRole="FaturaSira_Tevkifat_Source" ToRole="FaturaSira_Tevkifat_Target" />
        </EntityType>
        <EntityType Name="Birim" customannotation:ClrType="Asyasoft.Data.Model.Stok.Birim, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="EFaturaBirimKodlariId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="EFaturaBirimKodlari" Relationship="Self.Birim_EFaturaBirimKodlari" FromRole="Birim_EFaturaBirimKodlari_Source" ToRole="Birim_EFaturaBirimKodlari_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Birim_Sirket" FromRole="Birim_Sirket_Source" ToRole="Birim_Sirket_Target" />
        </EntityType>
        <EntityType Name="EFaturaBirimKodlari" customannotation:ClrType="Asyasoft.Data.Model.Muhasebe.EFaturaBirimKodlari, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.EFaturaBirimKodlari_Sirket" FromRole="EFaturaBirimKodlari_Sirket_Source" ToRole="EFaturaBirimKodlari_Sirket_Target" />
        </EntityType>
        <EntityType Name="Iskonto" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Iskonto, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Oran" Type="Single" />
          <Property Name="Tutar" Type="Double" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="Kdv" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Kdv, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="FaturaTakibiYapilsin" Type="Boolean" Nullable="false" />
          <Property Name="Oran" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Depkodlar" Relationship="Self.Kdv_Depkodlar" FromRole="Kdv_Depkodlar_Source" ToRole="Kdv_Depkodlar_Target" />
          <NavigationProperty Name="Hrklar" Relationship="Self.Kdv_Hrklar" FromRole="Kdv_Hrklar_Source" ToRole="Kdv_Hrklar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Kdv_Sirket" FromRole="Kdv_Sirket_Source" ToRole="Kdv_Sirket_Target" />
        </EntityType>
        <EntityType Name="Tevkifat" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Tevkifat, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="TevkifatOranId" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Tevkifat_Sirket" FromRole="Tevkifat_Sirket_Source" ToRole="Tevkifat_Sirket_Target" />
          <NavigationProperty Name="TevkifatOran" Relationship="Self.TevkifatOran_Tevkifatlar" FromRole="TevkifatOran_Tevkifatlar_Target" ToRole="TevkifatOran_Tevkifatlar_Source" />
        </EntityType>
        <EntityType Name="TevkifatOran" customannotation:ClrType="Asyasoft.Data.Model.Ortak.TevkifatOran, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Pay" Type="Int32" />
          <Property Name="Payda" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.TevkifatOran_Sirket" FromRole="TevkifatOran_Sirket_Source" ToRole="TevkifatOran_Sirket_Target" />
          <NavigationProperty Name="Tevkifatlar" Relationship="Self.TevkifatOran_Tevkifatlar" FromRole="TevkifatOran_Tevkifatlar_Source" ToRole="TevkifatOran_Tevkifatlar_Target" />
        </EntityType>
        <EntityType Name="Rez" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Rez, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="TumBilbordId" Type="Int32" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="CinTarih" Type="DateTime" Nullable="false" />
          <Property Name="CoutTarih" Type="DateTime" Nullable="false" />
          <Property Name="Status" Type="Self.TipRezStatus" Nullable="false" />
          <Property Name="Tipi" Type="Self.TipRezTipi" Nullable="false" />
          <Property Name="Turu" Type="Self.RezTuru" Nullable="false" />
          <Property Name="SatisTarih" Type="DateTime" Nullable="false" />
          <Property Name="Voucher" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GrupRezId" Type="Int32" />
          <Property Name="RateId" Type="Int32" />
          <Property Name="BaglantiOdaId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BaglantiOda" Relationship="Self.Rez_BaglantiOda" FromRole="Rez_BaglantiOda_Source" ToRole="Rez_BaglantiOda_Target" />
          <NavigationProperty Name="Foliolar" Relationship="Self.Rez_Foliolar" FromRole="Rez_Foliolar_Source" ToRole="Rez_Foliolar_Target" />
          <NavigationProperty Name="FolioRouteRezler" Relationship="Self.FolioRouteRez_Rez" FromRole="FolioRouteRez_Rez_Target" ToRole="FolioRouteRez_Rez_Source" />
          <NavigationProperty Name="Gecelemeler" Relationship="Self.Rez_Gecelemeler" FromRole="Rez_Gecelemeler_Source" ToRole="Rez_Gecelemeler_Target" />
          <NavigationProperty Name="GrupRez" Relationship="Self.Rez_GrupRez" FromRole="Rez_GrupRez_Source" ToRole="Rez_GrupRez_Target" />
          <NavigationProperty Name="GrupRezler" Relationship="Self.Rez_GrupRez" FromRole="Rez_GrupRez_Target" ToRole="Rez_GrupRez_Source" />
          <NavigationProperty Name="Konbandlari" Relationship="Self.KolBandi_Rez" FromRole="KolBandi_Rez_Target" ToRole="KolBandi_Rez_Source" />
          <NavigationProperty Name="OdaDegisimlar" Relationship="Self.OdaDegisim_Rez" FromRole="OdaDegisim_Rez_Target" ToRole="OdaDegisim_Rez_Source" />
          <NavigationProperty Name="OdaUzatmalar" Relationship="Self.OdaUzatma_Rez" FromRole="OdaUzatma_Rez_Target" ToRole="OdaUzatma_Rez_Source" />
          <NavigationProperty Name="Paketler" Relationship="Self.Rez_Paketler" FromRole="Rez_Paketler_Source" ToRole="Rez_Paketler_Target" />
          <NavigationProperty Name="Rate" Relationship="Self.Rez_Rate" FromRole="Rez_Rate_Source" ToRole="Rez_Rate_Target" />
          <NavigationProperty Name="Rateler" Relationship="Self.Rez_Rateler" FromRole="Rez_Rateler_Source" ToRole="Rez_Rateler_Target" />
          <NavigationProperty Name="RezDetayBilgiler" Relationship="Self.RezDetayBilgi_Rez" FromRole="RezDetayBilgi_Rez_Target" ToRole="RezDetayBilgi_Rez_Source" />
          <NavigationProperty Name="RezDetayEk" Relationship="Self.Rez_RezDetayEk" FromRole="Rez_RezDetayEk_Source" ToRole="Rez_RezDetayEk_Target" />
          <NavigationProperty Name="RezEntegrasyonBilgi" Relationship="Self.Rez_RezEntegrasyonBilgi" FromRole="Rez_RezEntegrasyonBilgi_Source" ToRole="Rez_RezEntegrasyonBilgi_Target" />
          <NavigationProperty Name="RezKvkkSorular" Relationship="Self.RezKvkkSoru_Rez" FromRole="RezKvkkSoru_Rez_Target" ToRole="RezKvkkSoru_Rez_Source" />
          <NavigationProperty Name="RezOdaKilitler" Relationship="Self.RezOdaKilit_Rez" FromRole="RezOdaKilit_Rez_Target" ToRole="RezOdaKilit_Rez_Source" />
          <NavigationProperty Name="RezOzellik" Relationship="Self.RezOzellik_Rez" FromRole="RezOzellik_Rez_Target" ToRole="RezOzellik_Rez_Source" />
          <NavigationProperty Name="RezPaketindirimtipilar" Relationship="Self.RezPaketindirimtipi_Rez" FromRole="RezPaketindirimtipi_Rez_Target" ToRole="RezPaketindirimtipi_Rez_Source" />
          <NavigationProperty Name="RezWeb" Relationship="Self.Rez_RezWeb" FromRole="Rez_RezWeb_Source" ToRole="Rez_RezWeb_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Rez_Sirket" FromRole="Rez_Sirket_Source" ToRole="Rez_Sirket_Target" />
          <NavigationProperty Name="TumBilbord" Relationship="Self.Rez_TumBilbord" FromRole="Rez_TumBilbord_Source" ToRole="Rez_TumBilbord_Target" />
          <NavigationProperty Name="UpgradeHrkler" Relationship="Self.UpgradeHrk_Rez" FromRole="UpgradeHrk_Rez_Target" ToRole="UpgradeHrk_Rez_Source" />
        </EntityType>
        <EntityType Name="Oda" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Oda, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kapasite" Type="Int32" Nullable="false" />
          <Property Name="OdaKonumId" Type="Int32" />
          <Property Name="KatId" Type="Int32" />
          <Property Name="MaidId" Type="Int32" />
          <Property Name="Hayali" Type="Boolean" />
          <Property Name="BaslangicTarihi" Type="DateTime" />
          <Property Name="OdaTemizId" Type="Int32" />
          <Property Name="OdaOkId" Type="Int32" />
          <Property Name="OdaServisId" Type="Int32" />
          <Property Name="BitisTarihi" Type="DateTime" />
          <Property Name="OnbReferansId" Type="Int32" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Anketler" Relationship="Self.Anket_Oda" FromRole="Anket_Oda_Target" ToRole="Anket_Oda_Source" />
          <NavigationProperty Name="CrmYorumAnalar" Relationship="Self.CrmYorumAna_Oda" FromRole="CrmYorumAna_Oda_Target" ToRole="CrmYorumAna_Oda_Source" />
          <NavigationProperty Name="Gecelemeler" Relationship="Self.Oda_Gecelemeler" FromRole="Oda_Gecelemeler_Source" ToRole="Oda_Gecelemeler_Target" />
          <NavigationProperty Name="HkKontroller" Relationship="Self.HkKontrol_Oda" FromRole="HkKontrol_Oda_Target" ToRole="HkKontrol_Oda_Source" />
          <NavigationProperty Name="Kat" Relationship="Self.Kat_Oda" FromRole="Kat_Oda_Target" ToRole="Kat_Oda_Source" />
          <NavigationProperty Name="Maid" Relationship="Self.Maid_Oda" FromRole="Maid_Oda_Target" ToRole="Maid_Oda_Source" />
          <NavigationProperty Name="OdaDegisimler" Relationship="Self.Oda_OdaDegisimler" FromRole="Oda_OdaDegisimler_Source" ToRole="Oda_OdaDegisimler_Target" />
          <NavigationProperty Name="OdaKonum" Relationship="Self.OdaKonum_Oda" FromRole="OdaKonum_Oda_Target" ToRole="OdaKonum_Oda_Source" />
          <NavigationProperty Name="OdaOK" Relationship="Self.OdaOK_Odalar" FromRole="OdaOK_Odalar_Target" ToRole="OdaOK_Odalar_Source" />
          <NavigationProperty Name="OdaOzellik" Relationship="Self.OdaOzellik_Oda" FromRole="OdaOzellik_Oda_Target" ToRole="OdaOzellik_Oda_Source" />
          <NavigationProperty Name="OdaServis" Relationship="Self.OdaServis_Odalar" FromRole="OdaServis_Odalar_Target" ToRole="OdaServis_Odalar_Source" />
          <NavigationProperty Name="OdaTemiz" Relationship="Self.OdaTemiz_Odalar" FromRole="OdaTemiz_Odalar_Target" ToRole="OdaTemiz_Odalar_Source" />
          <NavigationProperty Name="OnbReferans" Relationship="Self.Oda_OnbReferans" FromRole="Oda_OnbReferans_Source" ToRole="Oda_OnbReferans_Target" />
          <NavigationProperty Name="Rezervasyonlar" Relationship="Self.Rezervasyon_RezervasyonOda" FromRole="Rezervasyon_RezervasyonOda_Target" ToRole="Rezervasyon_RezervasyonOda_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Oda_Sirket" FromRole="Oda_Sirket_Source" ToRole="Oda_Sirket_Target" />
          <NavigationProperty Name="Teknik" Relationship="Self.Teknik_Oda" FromRole="Teknik_Oda_Target" ToRole="Teknik_Oda_Source" />
          <NavigationProperty Name="Telkodlar" Relationship="Self.Telkod__Oda" FromRole="Telkod__Oda_Target" ToRole="Telkod__Oda_Source" />
        </EntityType>
        <EntityType Name="Anket" customannotation:ClrType="Asyasoft.Data.Model.Crm.Anket, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="FormNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DilKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="OdaId" Type="Int32" />
          <Property Name="CrmOdaId" Type="Int32" />
          <Property Name="KullaniciId" Type="Int32" />
          <Property Name="MusteriId" Type="Int32" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="AnketTemaId" Type="Int32" />
          <Property Name="GirisTarihi" Type="DateTime" Nullable="false" />
          <Property Name="GirisZaman" Type="Time" Nullable="false" />
          <Property Name="KayitTipi" Type="Self.KayitTipi" />
          <Property Name="WebdeKaydedenId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AnketSiralar" Relationship="Self.AnketSira_Anket" FromRole="AnketSira_Anket_Target" ToRole="AnketSira_Anket_Source" />
          <NavigationProperty Name="AnketTema" Relationship="Self.Anket_AnketTema" FromRole="Anket_AnketTema_Source" ToRole="Anket_AnketTema_Target" />
          <NavigationProperty Name="CrmOda" Relationship="Self.CrmOda_Anketler" FromRole="CrmOda_Anketler_Target" ToRole="CrmOda_Anketler_Source" />
          <NavigationProperty Name="Kullanici" Relationship="Self.Anket_Kullanici" FromRole="Anket_Kullanici_Source" ToRole="Anket_Kullanici_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.Anket_Musteri" FromRole="Anket_Musteri_Source" ToRole="Anket_Musteri_Target" />
          <NavigationProperty Name="Oda" Relationship="Self.Anket_Oda" FromRole="Anket_Oda_Source" ToRole="Anket_Oda_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.Anket_Rez" FromRole="Anket_Rez_Source" ToRole="Anket_Rez_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Anket_Sirket" FromRole="Anket_Sirket_Source" ToRole="Anket_Sirket_Target" />
        </EntityType>
        <EntityType Name="AnketSira" customannotation:ClrType="Asyasoft.Data.Model.Crm.AnketSira, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="AnketId" Type="Int32" Nullable="false" />
          <Property Name="AnketSoruId" Type="Int32" Nullable="false" />
          <Property Name="CevapIcerikId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Anket" Relationship="Self.AnketSira_Anket" FromRole="AnketSira_Anket_Source" ToRole="AnketSira_Anket_Target" />
          <NavigationProperty Name="AnketSoru" Relationship="Self.AnketSoru_AnketSiralar" FromRole="AnketSoru_AnketSiralar_Target" ToRole="AnketSoru_AnketSiralar_Source" />
          <NavigationProperty Name="CevapIcerik" Relationship="Self.CevapIcerik_AnketSiralar" FromRole="CevapIcerik_AnketSiralar_Target" ToRole="CevapIcerik_AnketSiralar_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.AnketSira_Sirket" FromRole="AnketSira_Sirket_Source" ToRole="AnketSira_Sirket_Target" />
        </EntityType>
        <EntityType Name="AnketSoru" customannotation:ClrType="Asyasoft.Data.Model.Crm.AnketSoru, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DilId" Type="Int32" Nullable="false" />
          <Property Name="UstAnketSoruId" Type="Int32" />
          <Property Name="Anketsorutipi" Type="Self.Anketsorutipi" Nullable="false" />
          <Property Name="CevapId" Type="Int32" />
          <Property Name="Sira" Type="Int32" />
          <Property Name="Carpan1" Type="Double" />
          <Property Name="Carpan2" Type="Double" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AnketSiralar" Relationship="Self.AnketSoru_AnketSiralar" FromRole="AnketSoru_AnketSiralar_Source" ToRole="AnketSoru_AnketSiralar_Target" />
          <NavigationProperty Name="Cevap" Relationship="Self.Cevap_AnketSorular" FromRole="Cevap_AnketSorular_Target" ToRole="Cevap_AnketSorular_Source" />
          <NavigationProperty Name="Dil" Relationship="Self.Dil_AnketSorular" FromRole="Dil_AnketSorular_Target" ToRole="Dil_AnketSorular_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.AnketSoru_Sirket" FromRole="AnketSoru_Sirket_Source" ToRole="AnketSoru_Sirket_Target" />
          <NavigationProperty Name="UstAnketSoru" Relationship="Self.AnketSoru_UstAnketSoru" FromRole="AnketSoru_UstAnketSoru_Source" ToRole="AnketSoru_UstAnketSoru_Target" />
        </EntityType>
        <EntityType Name="Cevap" customannotation:ClrType="Asyasoft.Data.Model.Crm.Cevap, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="WebdeCikmasin" Type="Boolean" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AnketSorular" Relationship="Self.Cevap_AnketSorular" FromRole="Cevap_AnketSorular_Source" ToRole="Cevap_AnketSorular_Target" />
          <NavigationProperty Name="CevapIcerikler" Relationship="Self.CevapIcerik_Cevap" FromRole="CevapIcerik_Cevap_Target" ToRole="CevapIcerik_Cevap_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Cevap_Sirket" FromRole="Cevap_Sirket_Source" ToRole="Cevap_Sirket_Target" />
        </EntityType>
        <EntityType Name="CevapIcerik" customannotation:ClrType="Asyasoft.Data.Model.Crm.CevapIcerik, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="WebImg" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="CevapId" Type="Int32" Nullable="false" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="yuzde" Type="Int32" />
          <Property Name="dahiletme" Type="Boolean" />
          <Property Name="operant" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="operantdeger" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AnketSiralar" Relationship="Self.CevapIcerik_AnketSiralar" FromRole="CevapIcerik_AnketSiralar_Source" ToRole="CevapIcerik_AnketSiralar_Target" />
          <NavigationProperty Name="Cevap" Relationship="Self.CevapIcerik_Cevap" FromRole="CevapIcerik_Cevap_Source" ToRole="CevapIcerik_Cevap_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CevapIcerik_Sirket" FromRole="CevapIcerik_Sirket_Source" ToRole="CevapIcerik_Sirket_Target" />
        </EntityType>
        <EntityType Name="Dil" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Dil, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KisaKod" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AnketSorular" Relationship="Self.Dil_AnketSorular" FromRole="Dil_AnketSorular_Source" ToRole="Dil_AnketSorular_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Dil_Sirket" FromRole="Dil_Sirket_Source" ToRole="Dil_Sirket_Target" />
        </EntityType>
        <EntityType Name="AnketTema" customannotation:ClrType="Asyasoft.Data.Model.Crm.AnketTema, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DefaultTema" Type="Boolean" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AnketTemaDepartmanlar" Relationship="Self.AnketTemaDepartmanlar_AnketTema" FromRole="AnketTemaDepartmanlar_AnketTema_Target" ToRole="AnketTemaDepartmanlar_AnketTema_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.AnketTema_Sirket" FromRole="AnketTema_Sirket_Source" ToRole="AnketTema_Sirket_Target" />
        </EntityType>
        <EntityType Name="AnketTemaDepartmanlar" customannotation:ClrType="Asyasoft.Data.Model.Crm.AnketTemaDepartmanlar, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="AnketSoruId" Type="Int32" Nullable="false" />
          <Property Name="AnketTemaId" Type="Int32" Nullable="false" />
          <Property Name="Sira" Type="Int32" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AnketSoru" Relationship="Self.AnketTemaDepartmanlar_AnketSoru" FromRole="AnketTemaDepartmanlar_AnketSoru_Source" ToRole="AnketTemaDepartmanlar_AnketSoru_Target" />
          <NavigationProperty Name="AnketTema" Relationship="Self.AnketTemaDepartmanlar_AnketTema" FromRole="AnketTemaDepartmanlar_AnketTema_Source" ToRole="AnketTemaDepartmanlar_AnketTema_Target" />
        </EntityType>
        <EntityType Name="CrmOda" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmOda, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MisafirAdSoyad" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pax" Type="Int32" />
          <Property Name="Child" Type="Int32" />
          <Property Name="Free" Type="Int32" />
          <Property Name="Beb" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Anketler" Relationship="Self.CrmOda_Anketler" FromRole="CrmOda_Anketler_Source" ToRole="CrmOda_Anketler_Target" />
          <NavigationProperty Name="CrmYorumAnalar" Relationship="Self.CrmYorumAna_CrmOda" FromRole="CrmYorumAna_CrmOda_Target" ToRole="CrmYorumAna_CrmOda_Source" />
          <NavigationProperty Name="Rezervasyonlar" Relationship="Self.Rezervasyon_CrmOda" FromRole="Rezervasyon_CrmOda_Target" ToRole="Rezervasyon_CrmOda_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmOda_Sirket" FromRole="CrmOda_Sirket_Source" ToRole="CrmOda_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmYorumAna" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmYorumAna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="MusteriId" Type="Int32" />
          <Property Name="KullaniciId" Type="Int32" />
          <Property Name="OdaId" Type="Int32" />
          <Property Name="CrmOdaId" Type="Int32" />
          <Property Name="CrmPersonelId" Type="Int32" />
          <Property Name="KayitTarih" Type="DateTime" Nullable="false" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="KayitTipi" Type="Self.KayitTipi" />
          <Property Name="WebdeKaydedenId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmOda" Relationship="Self.CrmYorumAna_CrmOda" FromRole="CrmYorumAna_CrmOda_Source" ToRole="CrmYorumAna_CrmOda_Target" />
          <NavigationProperty Name="CrmPersonel" Relationship="Self.CrmPersonel_CrmYorumAnalar" FromRole="CrmPersonel_CrmYorumAnalar_Target" ToRole="CrmPersonel_CrmYorumAnalar_Source" />
          <NavigationProperty Name="CrmYorumSiralar" Relationship="Self.CrmYorumSira_CrmYorumAna" FromRole="CrmYorumSira_CrmYorumAna_Target" ToRole="CrmYorumSira_CrmYorumAna_Source" />
          <NavigationProperty Name="Kullanici" Relationship="Self.CrmYorumAna_Kullanici" FromRole="CrmYorumAna_Kullanici_Source" ToRole="CrmYorumAna_Kullanici_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.CrmYorumAna_Musteri" FromRole="CrmYorumAna_Musteri_Source" ToRole="CrmYorumAna_Musteri_Target" />
          <NavigationProperty Name="Oda" Relationship="Self.CrmYorumAna_Oda" FromRole="CrmYorumAna_Oda_Source" ToRole="CrmYorumAna_Oda_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.CrmYorumAna_Rez" FromRole="CrmYorumAna_Rez_Source" ToRole="CrmYorumAna_Rez_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmYorumAna_Sirket" FromRole="CrmYorumAna_Sirket_Source" ToRole="CrmYorumAna_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmPersonel" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmPersonel, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmYorumAnalar" Relationship="Self.CrmPersonel_CrmYorumAnalar" FromRole="CrmPersonel_CrmYorumAnalar_Source" ToRole="CrmPersonel_CrmYorumAnalar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmPersonel_Sirket" FromRole="CrmPersonel_Sirket_Source" ToRole="CrmPersonel_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmYorumSira" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmYorumSira, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="GirisTarih" Type="DateTime" />
          <Property Name="GirisZaman" Type="Time" />
          <Property Name="CrmYorumAnaId" Type="Int32" Nullable="false" />
          <Property Name="CrmYorumSiraNo" Type="Int32" Nullable="false" />
          <Property Name="CrmYorumKaynakId" Type="Int32" Nullable="false" />
          <Property Name="CrmDepartmanId" Type="Int32" Nullable="false" />
          <Property Name="BildirimAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BildirimTarih" Type="DateTime" />
          <Property Name="BildirimZaman" Type="Time" />
          <Property Name="CrmGeriDonusAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GeriDonusTarih" Type="DateTime" />
          <Property Name="GeriDonusZaman" Type="Time" />
          <Property Name="CrmSonucAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SonuclanmaTarih" Type="DateTime" />
          <Property Name="SonuclanmaZaman" Type="Time" />
          <Property Name="CrmSonucTipId" Type="Int32" />
          <Property Name="CrmBildirimTurId" Type="Int32" Nullable="false" />
          <Property Name="CrmBilOnemTuruId" Type="Int32" />
          <Property Name="DurumTarih" Type="DateTime" />
          <Property Name="DurumZaman" Type="Time" />
          <Property Name="CrmDurumTipId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmBildirimTur" Relationship="Self.CrmBildirimTur_CrmYorumSiralar" FromRole="CrmBildirimTur_CrmYorumSiralar_Target" ToRole="CrmBildirimTur_CrmYorumSiralar_Source" />
          <NavigationProperty Name="CrmBilOnemTuru" Relationship="Self.CrmBilOnemTuru_CrmYorumSiralar" FromRole="CrmBilOnemTuru_CrmYorumSiralar_Target" ToRole="CrmBilOnemTuru_CrmYorumSiralar_Source" />
          <NavigationProperty Name="CrmDepartman" Relationship="Self.CrmDepartman_CrmYorumSiralar" FromRole="CrmDepartman_CrmYorumSiralar_Target" ToRole="CrmDepartman_CrmYorumSiralar_Source" />
          <NavigationProperty Name="CrmDurumTip" Relationship="Self.CrmDurumTip_CrmYorumSiralar" FromRole="CrmDurumTip_CrmYorumSiralar_Target" ToRole="CrmDurumTip_CrmYorumSiralar_Source" />
          <NavigationProperty Name="CrmEventlar" Relationship="Self.CrmEvent_CrmYorumSira" FromRole="CrmEvent_CrmYorumSira_Target" ToRole="CrmEvent_CrmYorumSira_Source" />
          <NavigationProperty Name="CrmPersBegHrklar" Relationship="Self.CrmPersBegHrk_CrmYorumSira" FromRole="CrmPersBegHrk_CrmYorumSira_Target" ToRole="CrmPersBegHrk_CrmYorumSira_Source" />
          <NavigationProperty Name="CrmSonucTip" Relationship="Self.CrmSonucTip_CrmYorumSiralar" FromRole="CrmSonucTip_CrmYorumSiralar_Target" ToRole="CrmSonucTip_CrmYorumSiralar_Source" />
          <NavigationProperty Name="CrmYorumAna" Relationship="Self.CrmYorumSira_CrmYorumAna" FromRole="CrmYorumSira_CrmYorumAna_Source" ToRole="CrmYorumSira_CrmYorumAna_Target" />
          <NavigationProperty Name="CrmYorumKaynak" Relationship="Self.CrmYorumKaynak_CrmYorumSiralar" FromRole="CrmYorumKaynak_CrmYorumSiralar_Target" ToRole="CrmYorumKaynak_CrmYorumSiralar_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmYorumSira_Sirket" FromRole="CrmYorumSira_Sirket_Source" ToRole="CrmYorumSira_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmBildirimTur" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmBildirimTur, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="BildirimKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="OtelKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmYorumSiralar" Relationship="Self.CrmBildirimTur_CrmYorumSiralar" FromRole="CrmBildirimTur_CrmYorumSiralar_Source" ToRole="CrmBildirimTur_CrmYorumSiralar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmBildirimTur_Sirket" FromRole="CrmBildirimTur_Sirket_Source" ToRole="CrmBildirimTur_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmBilOnemTuru" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmBilOnemTuru, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RenkKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmYorumSiralar" Relationship="Self.CrmBilOnemTuru_CrmYorumSiralar" FromRole="CrmBilOnemTuru_CrmYorumSiralar_Source" ToRole="CrmBilOnemTuru_CrmYorumSiralar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmBilOnemTuru_Sirket" FromRole="CrmBilOnemTuru_Sirket_Source" ToRole="CrmBilOnemTuru_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmDepartman" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmDepartman, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UstKirilimId" Type="Int32" />
          <Property Name="Secilemez" Type="Boolean" />
          <Property Name="CrmDepartmanKirilimlar" Type="Self.CrmDepartmanKirilim" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmYorumSiralar" Relationship="Self.CrmDepartman_CrmYorumSiralar" FromRole="CrmDepartman_CrmYorumSiralar_Source" ToRole="CrmDepartman_CrmYorumSiralar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmDepartman_Sirket" FromRole="CrmDepartman_Sirket_Source" ToRole="CrmDepartman_Sirket_Target" />
          <NavigationProperty Name="UstKirilim" Relationship="Self.CrmDepartman_UstKirilim" FromRole="CrmDepartman_UstKirilim_Source" ToRole="CrmDepartman_UstKirilim_Target" />
        </EntityType>
        <EntityType Name="CrmDurumTip" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmDurumTip, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmYorumSiralar" Relationship="Self.CrmDurumTip_CrmYorumSiralar" FromRole="CrmDurumTip_CrmYorumSiralar_Source" ToRole="CrmDurumTip_CrmYorumSiralar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmDurumTip_Sirket" FromRole="CrmDurumTip_Sirket_Source" ToRole="CrmDurumTip_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmEvent" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmEvent, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KayitTarih" Type="DateTime" Nullable="false" />
          <Property Name="SiraNo" Type="Int32" Nullable="false" />
          <Property Name="CrmYorumSiraId" Type="Int32" Nullable="false" />
          <Property Name="EventAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="CrmSorumluDepartmanId" Type="Int32" />
          <Property Name="CrmSorumluKullaniciId" Type="Int32" />
          <Property Name="CrmBildirenDepartmanId" Type="Int32" />
          <Property Name="CrmBildirenKullaniciId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmBildirenDepartman" Relationship="Self.CrmEvent_CrmBildirenDepartman" FromRole="CrmEvent_CrmBildirenDepartman_Source" ToRole="CrmEvent_CrmBildirenDepartman_Target" />
          <NavigationProperty Name="CrmBildirenKullanici" Relationship="Self.CrmEvent_CrmBildirenKullanici" FromRole="CrmEvent_CrmBildirenKullanici_Source" ToRole="CrmEvent_CrmBildirenKullanici_Target" />
          <NavigationProperty Name="CrmSorumluDepartman" Relationship="Self.CrmEvent_CrmSorumluDepartman" FromRole="CrmEvent_CrmSorumluDepartman_Source" ToRole="CrmEvent_CrmSorumluDepartman_Target" />
          <NavigationProperty Name="CrmSorumluKullanici" Relationship="Self.CrmEvent_CrmSorumluKullanici" FromRole="CrmEvent_CrmSorumluKullanici_Source" ToRole="CrmEvent_CrmSorumluKullanici_Target" />
          <NavigationProperty Name="CrmYorumSira" Relationship="Self.CrmEvent_CrmYorumSira" FromRole="CrmEvent_CrmYorumSira_Source" ToRole="CrmEvent_CrmYorumSira_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmEvent_Sirket" FromRole="CrmEvent_Sirket_Source" ToRole="CrmEvent_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmPersBegHrk" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmPersBegHrk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="CrmYorumSiraId" Type="Int32" />
          <Property Name="CrmPersBegId" Type="Int32" />
          <Property Name="CrmPersBegTipId" Type="Int32" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmPersBeg" Relationship="Self.CrmPersBegHrk_CrmPersBeg" FromRole="CrmPersBegHrk_CrmPersBeg_Source" ToRole="CrmPersBegHrk_CrmPersBeg_Target" />
          <NavigationProperty Name="CrmPersBegTip" Relationship="Self.CrmPersBegHrk_CrmPersBegTip" FromRole="CrmPersBegHrk_CrmPersBegTip_Source" ToRole="CrmPersBegHrk_CrmPersBegTip_Target" />
          <NavigationProperty Name="CrmYorumSira" Relationship="Self.CrmPersBegHrk_CrmYorumSira" FromRole="CrmPersBegHrk_CrmYorumSira_Source" ToRole="CrmPersBegHrk_CrmYorumSira_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmPersBegHrk_Sirket" FromRole="CrmPersBegHrk_Sirket_Source" ToRole="CrmPersBegHrk_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmPersBeg" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmPersBeg, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Soyadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Departman" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Goster" Type="Boolean" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmPersBeg_Sirket" FromRole="CrmPersBeg_Sirket_Source" ToRole="CrmPersBeg_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmPersBegTip" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmPersBegTip, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="BildirimKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmPersBegTip_Sirket" FromRole="CrmPersBegTip_Sirket_Source" ToRole="CrmPersBegTip_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmSonucTip" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmSonucTip, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmYorumSiralar" Relationship="Self.CrmSonucTip_CrmYorumSiralar" FromRole="CrmSonucTip_CrmYorumSiralar_Source" ToRole="CrmSonucTip_CrmYorumSiralar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmSonucTip_Sirket" FromRole="CrmSonucTip_Sirket_Source" ToRole="CrmSonucTip_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmYorumKaynak" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmYorumKaynak, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmYorumSiralar" Relationship="Self.CrmYorumKaynak_CrmYorumSiralar" FromRole="CrmYorumKaynak_CrmYorumSiralar_Source" ToRole="CrmYorumKaynak_CrmYorumSiralar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmYorumKaynak_Sirket" FromRole="CrmYorumKaynak_Sirket_Source" ToRole="CrmYorumKaynak_Sirket_Target" />
        </EntityType>
        <EntityType Name="Rezervasyon" customannotation:ClrType="Asyasoft.Data.Model.Crm.Rezervasyon, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RezervasyonTarih" Type="DateTime" Nullable="false" />
          <Property Name="RezervasyonSaat" Type="Time" />
          <Property Name="RezervasyonKayitTarihi" Type="DateTime" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="MusteriId" Type="Int32" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="KullaniciId" Type="Int32" />
          <Property Name="CrmRezSilSebId" Type="Int32" />
          <Property Name="RezSilSebepAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RestoranBolumMasaTanimId" Type="Int32" Nullable="false" />
          <Property Name="RezervasyonPax" Type="Int32" Nullable="false" />
          <Property Name="RezervasyonChild" Type="Int32" Nullable="false" />
          <Property Name="RezervasyonFree" Type="Int32" />
          <Property Name="RezervasyonBeb" Type="Int32" />
          <Property Name="RezervasyonAd" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RezervasyonSoyad" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RezervasyonDetayAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RezervasyonOdaId" Type="Int32" />
          <Property Name="CrmOdaId" Type="Int32" />
          <Property Name="KayitTipi" Type="Self.KayitTipi" />
          <Property Name="WebdeKaydedenId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmOda" Relationship="Self.Rezervasyon_CrmOda" FromRole="Rezervasyon_CrmOda_Source" ToRole="Rezervasyon_CrmOda_Target" />
          <NavigationProperty Name="CrmRezervasyonMenuler" Relationship="Self.Rezervasyon_CrmRezervasyonMenuler" FromRole="Rezervasyon_CrmRezervasyonMenuler_Source" ToRole="Rezervasyon_CrmRezervasyonMenuler_Target" />
          <NavigationProperty Name="CrmRezSilSeb" Relationship="Self.CrmRezSilSeb_Rezervasyonlar" FromRole="CrmRezSilSeb_Rezervasyonlar_Target" ToRole="CrmRezSilSeb_Rezervasyonlar_Source" />
          <NavigationProperty Name="Kullanici" Relationship="Self.Rezervasyon_Kullanici" FromRole="Rezervasyon_Kullanici_Source" ToRole="Rezervasyon_Kullanici_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.Rezervasyon_Musteri" FromRole="Rezervasyon_Musteri_Source" ToRole="Rezervasyon_Musteri_Target" />
          <NavigationProperty Name="RestoranBolumMasaTanim" Relationship="Self.RestoranBolumMasaTanim_Rezervasyonlar" FromRole="RestoranBolumMasaTanim_Rezervasyonlar_Target" ToRole="RestoranBolumMasaTanim_Rezervasyonlar_Source" />
          <NavigationProperty Name="Rez" Relationship="Self.Rezervasyon_Rez" FromRole="Rezervasyon_Rez_Source" ToRole="Rezervasyon_Rez_Target" />
          <NavigationProperty Name="RezervasyonMusteriler" Relationship="Self.RezervasyonMusteri_Rezervasyon" FromRole="RezervasyonMusteri_Rezervasyon_Target" ToRole="RezervasyonMusteri_Rezervasyon_Source" />
          <NavigationProperty Name="RezervasyonOda" Relationship="Self.Rezervasyon_RezervasyonOda" FromRole="Rezervasyon_RezervasyonOda_Source" ToRole="Rezervasyon_RezervasyonOda_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Rezervasyon_Sirket" FromRole="Rezervasyon_Sirket_Source" ToRole="Rezervasyon_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmRezSilSeb" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmRezSilSeb, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Rezervasyonlar" Relationship="Self.CrmRezSilSeb_Rezervasyonlar" FromRole="CrmRezSilSeb_Rezervasyonlar_Source" ToRole="CrmRezSilSeb_Rezervasyonlar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmRezSilSeb_Sirket" FromRole="CrmRezSilSeb_Sirket_Source" ToRole="CrmRezSilSeb_Sirket_Target" />
        </EntityType>
        <EntityType Name="RestoranBolumMasaTanim" customannotation:ClrType="Asyasoft.Data.Model.Crm.RestoranBolumMasaTanim, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MasaKapasitesi" Type="Int32" />
          <Property Name="UstKirilimId" Type="Int32" />
          <Property Name="RezBasSaatBugun" Type="Time" />
          <Property Name="RezBitSaatBugun" Type="Time" />
          <Property Name="RezBasSaatDigerGunler" Type="Time" />
          <Property Name="RezBitSaatDigerGunler" Type="Time" />
          <Property Name="YazKisSaatUygulamasi" Type="Self.YazKisSaatUygulamasi" />
          <Property Name="MasaKonum" Type="Self.MasaKonumTipi" Nullable="false" />
          <Property Name="RestoranBolumMasa" Type="Self.RestoranBolumMasaTipi" Nullable="false" />
          <Property Name="YasSiniri" Type="Int32" Nullable="false" />
          <Property Name="BolumSaatId" Type="Int32" />
          <Property Name="HakSayisiHesaplanmaz" Type="Boolean" />
          <Property Name="CocukGirebilir" Type="Boolean" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BolumSaat" Relationship="Self.RestoranBolumMasaTanim_BolumSaat" FromRole="RestoranBolumMasaTanim_BolumSaat_Source" ToRole="RestoranBolumMasaTanim_BolumSaat_Target" />
          <NavigationProperty Name="RestoranBolumMasaTanimCrmMenuTanimlar" Relationship="Self.RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim" FromRole="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim_Target" ToRole="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim_Source" />
          <NavigationProperty Name="Rezervasyonlar" Relationship="Self.RestoranBolumMasaTanim_Rezervasyonlar" FromRole="RestoranBolumMasaTanim_Rezervasyonlar_Source" ToRole="RestoranBolumMasaTanim_Rezervasyonlar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.RestoranBolumMasaTanim_Sirket" FromRole="RestoranBolumMasaTanim_Sirket_Source" ToRole="RestoranBolumMasaTanim_Sirket_Target" />
          <NavigationProperty Name="UstKirilim" Relationship="Self.RestoranBolumMasaTanim_UstKirilim" FromRole="RestoranBolumMasaTanim_UstKirilim_Source" ToRole="RestoranBolumMasaTanim_UstKirilim_Target" />
        </EntityType>
        <EntityType Name="BolumSaat" customannotation:ClrType="Asyasoft.Data.Model.Crm.BolumSaat, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RezervasyonSaati" Type="Time" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.BolumSaat_Sirket" FromRole="BolumSaat_Sirket_Source" ToRole="BolumSaat_Sirket_Target" />
        </EntityType>
        <EntityType Name="RestoranBolumMasaTanimCrmMenuTanim" customannotation:ClrType="Asyasoft.Data.Model.Crm.RestoranBolumMasaTanimCrmMenuTanim, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RestoranBolumMasaTanimId" Type="Int32" Nullable="false" />
          <Property Name="CrmMenuTanimId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmMenuTanim" Relationship="Self.RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim" FromRole="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim_Source" ToRole="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim_Target" />
          <NavigationProperty Name="RestoranBolumMasaTanim" Relationship="Self.RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim" FromRole="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim_Source" ToRole="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.RestoranBolumMasaTanimCrmMenuTanim_Sirket" FromRole="RestoranBolumMasaTanimCrmMenuTanim_Sirket_Source" ToRole="RestoranBolumMasaTanimCrmMenuTanim_Sirket_Target" />
        </EntityType>
        <EntityType Name="RezervasyonMusteri" customannotation:ClrType="Asyasoft.Data.Model.Crm.RezervasyonMusteri, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MusteriId" Type="Int32" Nullable="false" />
          <Property Name="RezervasyonId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Musteri" Relationship="Self.RezervasyonMusteri_Musteri" FromRole="RezervasyonMusteri_Musteri_Source" ToRole="RezervasyonMusteri_Musteri_Target" />
          <NavigationProperty Name="Rezervasyon" Relationship="Self.RezervasyonMusteri_Rezervasyon" FromRole="RezervasyonMusteri_Rezervasyon_Source" ToRole="RezervasyonMusteri_Rezervasyon_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.RezervasyonMusteri_Sirket" FromRole="RezervasyonMusteri_Sirket_Source" ToRole="RezervasyonMusteri_Sirket_Target" />
        </EntityType>
        <EntityType Name="HkKontrol" customannotation:ClrType="Asyasoft.Data.Model.Onburo.HkKontrol, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="Zaman" Type="Time" Nullable="false" />
          <Property Name="OdaId" Type="Int32" Nullable="false" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="GecelemeId" Type="Int32" />
          <Property Name="OdaTemizId" Type="Int32" />
          <Property Name="HOdaTemizId" Type="Int32" />
          <Property Name="OdaOKId" Type="Int32" />
          <Property Name="OdaServisId" Type="Int32" />
          <Property Name="Pax" Type="Int32" />
          <Property Name="Chi" Type="Int32" />
          <Property Name="Fre" Type="Int32" />
          <Property Name="Beb" Type="Int32" />
          <Property Name="HPax" Type="Int32" />
          <Property Name="HChi" Type="Int32" />
          <Property Name="HFre" Type="Int32" />
          <Property Name="HBeb" Type="Int32" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Geceleme" Relationship="Self.HkKontrol_Geceleme" FromRole="HkKontrol_Geceleme_Source" ToRole="HkKontrol_Geceleme_Target" />
          <NavigationProperty Name="HOdaTemiz" Relationship="Self.HkKontrol_HOdaTemiz" FromRole="HkKontrol_HOdaTemiz_Source" ToRole="HkKontrol_HOdaTemiz_Target" />
          <NavigationProperty Name="Oda" Relationship="Self.HkKontrol_Oda" FromRole="HkKontrol_Oda_Source" ToRole="HkKontrol_Oda_Target" />
          <NavigationProperty Name="OdaOK" Relationship="Self.HkKontrol_OdaOK" FromRole="HkKontrol_OdaOK_Source" ToRole="HkKontrol_OdaOK_Target" />
          <NavigationProperty Name="OdaServis" Relationship="Self.HkKontrol_OdaServis" FromRole="HkKontrol_OdaServis_Source" ToRole="HkKontrol_OdaServis_Target" />
          <NavigationProperty Name="OdaTemiz" Relationship="Self.HkKontrol_OdaTemiz" FromRole="HkKontrol_OdaTemiz_Source" ToRole="HkKontrol_OdaTemiz_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.HkKontrol_Rez" FromRole="HkKontrol_Rez_Source" ToRole="HkKontrol_Rez_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.HkKontrol_Sirket" FromRole="HkKontrol_Sirket_Source" ToRole="HkKontrol_Sirket_Target" />
        </EntityType>
        <EntityType Name="OdaTemiz" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OdaTemiz, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Temiz" Type="Self.TipOdaTemiz" Nullable="false" />
          <Property Name="ArkaPlanArgb" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Odalar" Relationship="Self.OdaTemiz_Odalar" FromRole="OdaTemiz_Odalar_Source" ToRole="OdaTemiz_Odalar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.OdaTemiz_Sirket" FromRole="OdaTemiz_Sirket_Source" ToRole="OdaTemiz_Sirket_Target" />
        </EntityType>
        <EntityType Name="OdaOK" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OdaOK, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="OK" Type="Self.TipOdaOK" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Odalar" Relationship="Self.OdaOK_Odalar" FromRole="OdaOK_Odalar_Source" ToRole="OdaOK_Odalar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.OdaOK_Sirket" FromRole="OdaOK_Sirket_Source" ToRole="OdaOK_Sirket_Target" />
        </EntityType>
        <EntityType Name="OdaServis" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OdaServis, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Servis" Type="Self.TipOdaServis" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Odalar" Relationship="Self.OdaServis_Odalar" FromRole="OdaServis_Odalar_Source" ToRole="OdaServis_Odalar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.OdaServis_Sirket" FromRole="OdaServis_Sirket_Source" ToRole="OdaServis_Sirket_Target" />
        </EntityType>
        <EntityType Name="Kat" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Kat, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Oda" Relationship="Self.Kat_Oda" FromRole="Kat_Oda_Source" ToRole="Kat_Oda_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Kat_Sirket" FromRole="Kat_Sirket_Source" ToRole="Kat_Sirket_Target" />
        </EntityType>
        <EntityType Name="Maid" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Maid, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MaidSefId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="MaidSef" Relationship="Self.Maid_MaidSef" FromRole="Maid_MaidSef_Source" ToRole="Maid_MaidSef_Target" />
          <NavigationProperty Name="Oda" Relationship="Self.Maid_Oda" FromRole="Maid_Oda_Source" ToRole="Maid_Oda_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Maid_Sirket" FromRole="Maid_Sirket_Source" ToRole="Maid_Sirket_Target" />
        </EntityType>
        <EntityType Name="MaidSef" customannotation:ClrType="Asyasoft.Data.Model.Onburo.MaidSef, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.MaidSef_Sirket" FromRole="MaidSef_Sirket_Source" ToRole="MaidSef_Sirket_Target" />
        </EntityType>
        <EntityType Name="OdaDegisim" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OdaDegisim, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="OnburoTarih" Type="DateTime" Nullable="false" />
          <Property Name="RezId" Type="Int32" Nullable="false" />
          <Property Name="OdaId" Type="Int32" Nullable="false" />
          <Property Name="YeniOdaId" Type="Int32" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Oda" Relationship="Self.OdaDegisim_Oda" FromRole="OdaDegisim_Oda_Source" ToRole="OdaDegisim_Oda_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.OdaDegisim_Rez" FromRole="OdaDegisim_Rez_Source" ToRole="OdaDegisim_Rez_Target" />
          <NavigationProperty Name="YeniOda" Relationship="Self.OdaDegisim_YeniOda" FromRole="OdaDegisim_YeniOda_Source" ToRole="OdaDegisim_YeniOda_Target" />
        </EntityType>
        <EntityType Name="OdaKonum" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OdaKonum, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Max_Pax" Type="Int32" Nullable="false" />
          <Property Name="Max_Pax_Chi" Type="Int32" Nullable="false" />
          <Property Name="Max_Pax_Chi_Beb" Type="Int32" Nullable="false" />
          <Property Name="Max_Chi" Type="Int32" Nullable="false" />
          <Property Name="Max_Beb" Type="Int32" Nullable="false" />
          <Property Name="Max_Kapasite" Type="Int32" />
          <Property Name="Web_Satis_Var" Type="Boolean" Nullable="false" />
          <Property Name="OnbReferansId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Gecelemeler" Relationship="Self.OdaKonum_Gecelemeler" FromRole="OdaKonum_Gecelemeler_Source" ToRole="OdaKonum_Gecelemeler_Target" />
          <NavigationProperty Name="Oda" Relationship="Self.OdaKonum_Oda" FromRole="OdaKonum_Oda_Source" ToRole="OdaKonum_Oda_Target" />
          <NavigationProperty Name="OnbReferans" Relationship="Self.OdaKonum_OnbReferans" FromRole="OdaKonum_OnbReferans_Source" ToRole="OdaKonum_OnbReferans_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.OdaKonum_Sirket" FromRole="OdaKonum_Sirket_Source" ToRole="OdaKonum_Sirket_Target" />
          <NavigationProperty Name="StopSaleOdaKonumular" Relationship="Self.StopSaleOdaKonumu_OdaKonum" FromRole="StopSaleOdaKonumu_OdaKonum_Target" ToRole="StopSaleOdaKonumu_OdaKonum_Source" />
          <NavigationProperty Name="UpgradeOdaFiyat" Relationship="Self.OdaKonum_UpgradeOdaFiyat" FromRole="OdaKonum_UpgradeOdaFiyat_Source" ToRole="OdaKonum_UpgradeOdaFiyat_Target" />
        </EntityType>
        <EntityType Name="OnbReferans" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OnbReferans, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UstOnbReferansId" Type="Int32" />
          <Property Name="TesisKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MahsupDegistir" Type="Boolean" />
          <Property Name="MahsupBas" Type="Int32" />
          <Property Name="MahsupBit" Type="Int32" />
          <Property Name="MahsupDeger" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.OnbReferans_Sirket" FromRole="OnbReferans_Sirket_Source" ToRole="OnbReferans_Sirket_Target" />
          <NavigationProperty Name="UstOnbReferans" Relationship="Self.OnbReferans_UstOnbReferans" FromRole="OnbReferans_UstOnbReferans_Source" ToRole="OnbReferans_UstOnbReferans_Target" />
        </EntityType>
        <EntityType Name="StopSaleOdaKonumu" customannotation:ClrType="Asyasoft.Data.Model.Onburo.StopSaleOdaKonumu, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="StopSaleId" Type="Int32" Nullable="false" />
          <Property Name="OdaKonumId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="OdaKonum" Relationship="Self.StopSaleOdaKonumu_OdaKonum" FromRole="StopSaleOdaKonumu_OdaKonum_Source" ToRole="StopSaleOdaKonumu_OdaKonum_Target" />
          <NavigationProperty Name="StopSale" Relationship="Self.StopSale_StopSaleOdaKonumular" FromRole="StopSale_StopSaleOdaKonumular_Target" ToRole="StopSale_StopSaleOdaKonumular_Source" />
        </EntityType>
        <EntityType Name="StopSale" customannotation:ClrType="Asyasoft.Data.Model.Onburo.StopSale, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="AnlasmaTarihi" Type="DateTime" Nullable="false" />
          <Property Name="SatisBaslangic" Type="DateTime" Nullable="false" />
          <Property Name="SatisBitis" Type="DateTime" Nullable="false" />
          <Property Name="KonaklamaBaslangic" Type="DateTime" Nullable="false" />
          <Property Name="KonaklamaBitis" Type="DateTime" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="EbIndirimUygulama" Type="Boolean" />
          <Property Name="StopSaleDurumu" Type="Self.StopSaleDurumu" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.StopSale_Sirket" FromRole="StopSale_Sirket_Source" ToRole="StopSale_Sirket_Target" />
          <NavigationProperty Name="StopSaleAcentalar" Relationship="Self.StopSaleAcenta_StopSale" FromRole="StopSaleAcenta_StopSale_Target" ToRole="StopSaleAcenta_StopSale_Source" />
          <NavigationProperty Name="StopSaleOdaKonumular" Relationship="Self.StopSale_StopSaleOdaKonumular" FromRole="StopSale_StopSaleOdaKonumular_Source" ToRole="StopSale_StopSaleOdaKonumular_Target" />
          <NavigationProperty Name="StopSalePazarlar" Relationship="Self.StopSalePazar_StopSale" FromRole="StopSalePazar_StopSale_Target" ToRole="StopSalePazar_StopSale_Source" />
        </EntityType>
        <EntityType Name="StopSaleAcenta" customannotation:ClrType="Asyasoft.Data.Model.Onburo.StopSaleAcenta, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="StopSaleId" Type="Int32" Nullable="false" />
          <Property Name="AcentaId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acenta" Relationship="Self.StopSaleAcenta_Acenta" FromRole="StopSaleAcenta_Acenta_Source" ToRole="StopSaleAcenta_Acenta_Target" />
          <NavigationProperty Name="StopSale" Relationship="Self.StopSaleAcenta_StopSale" FromRole="StopSaleAcenta_StopSale_Source" ToRole="StopSaleAcenta_StopSale_Target" />
        </EntityType>
        <EntityType Name="StopSalePazar" customannotation:ClrType="Asyasoft.Data.Model.Onburo.StopSalePazar, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="StopSaleId" Type="Int32" Nullable="false" />
          <Property Name="PazarId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Pazar" Relationship="Self.StopSalePazar_Pazar" FromRole="StopSalePazar_Pazar_Source" ToRole="StopSalePazar_Pazar_Target" />
          <NavigationProperty Name="StopSale" Relationship="Self.StopSalePazar_StopSale" FromRole="StopSalePazar_StopSale_Source" ToRole="StopSalePazar_StopSale_Target" />
        </EntityType>
        <EntityType Name="UpgradeOdaFiyat" customannotation:ClrType="Asyasoft.Data.Model.Onburo.UpgradeOdaFiyat, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UpgredeTipi" Type="Self.AnaUpgrTipi" Nullable="false" />
          <Property Name="UpgrCarpan" Type="Self.UpgrCarpan" Nullable="false" />
          <Property Name="EskiOdaKonumId" Type="Int32" Nullable="false" />
          <Property Name="YeniOdaKonumId" Type="Int32" Nullable="false" />
          <Property Name="BasTar" Type="DateTime" Nullable="false" />
          <Property Name="BitTar" Type="DateTime" Nullable="false" />
          <Property Name="DovizId" Type="Int32" Nullable="false" />
          <Property Name="DepkodId" Type="Int32" />
          <Property Name="Tutar" Type="Double" Nullable="false" />
          <Property Name="SS" Type="Double" Nullable="false" />
          <Property Name="Cind" Type="Double" Nullable="false" />
          <Property Name="Cind3" Type="Double" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Depkod" Relationship="Self.UpgradeOdaFiyat_Depkod" FromRole="UpgradeOdaFiyat_Depkod_Source" ToRole="UpgradeOdaFiyat_Depkod_Target" />
          <NavigationProperty Name="Doviz" Relationship="Self.UpgradeOdaFiyat_Doviz" FromRole="UpgradeOdaFiyat_Doviz_Source" ToRole="UpgradeOdaFiyat_Doviz_Target" />
          <NavigationProperty Name="EskiOdaKonum" Relationship="Self.UpgradeOdaFiyat_EskiOdaKonum" FromRole="UpgradeOdaFiyat_EskiOdaKonum_Source" ToRole="UpgradeOdaFiyat_EskiOdaKonum_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.UpgradeOdaFiyat_Sirket" FromRole="UpgradeOdaFiyat_Sirket_Source" ToRole="UpgradeOdaFiyat_Sirket_Target" />
          <NavigationProperty Name="YeniOdaKonum" Relationship="Self.UpgradeOdaFiyat_YeniOdaKonum" FromRole="UpgradeOdaFiyat_YeniOdaKonum_Source" ToRole="UpgradeOdaFiyat_YeniOdaKonum_Target" />
        </EntityType>
        <EntityType Name="OdaOzellik" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OdaOzellik, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="OdaId" Type="Int32" Nullable="false" />
          <Property Name="OzellikId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Oda" Relationship="Self.OdaOzellik_Oda" FromRole="OdaOzellik_Oda_Source" ToRole="OdaOzellik_Oda_Target" />
          <NavigationProperty Name="Ozellik" Relationship="Self.OdaOzellik_Ozellik" FromRole="OdaOzellik_Ozellik_Source" ToRole="OdaOzellik_Ozellik_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.OdaOzellik_Sirket" FromRole="OdaOzellik_Sirket_Source" ToRole="OdaOzellik_Sirket_Target" />
        </EntityType>
        <EntityType Name="Ozellik" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Ozellik, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="OzellikGrupId" Type="Int32" />
          <Property Name="zorunlu" Type="Boolean" Nullable="false" />
          <Property Name="CokluSecim" Type="Boolean" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="OzellikGrup" Relationship="Self.Ozellik_OzellikGrup" FromRole="Ozellik_OzellikGrup_Source" ToRole="Ozellik_OzellikGrup_Target" />
          <NavigationProperty Name="OzellikGrupModel" Relationship="Self.OzellikGrupModel_Ozellik" FromRole="OzellikGrupModel_Ozellik_Target" ToRole="OzellikGrupModel_Ozellik_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Ozellik_Sirket" FromRole="Ozellik_Sirket_Source" ToRole="Ozellik_Sirket_Target" />
        </EntityType>
        <EntityType Name="OzellikGrup" customannotation:ClrType="Asyasoft.Data.Model.Ortak.OzellikGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.OzellikGrup_Sirket" FromRole="OzellikGrup_Sirket_Source" ToRole="OzellikGrup_Sirket_Target" />
        </EntityType>
        <EntityType Name="OzellikGrupModel" customannotation:ClrType="Asyasoft.Data.Model.Ortak.OzellikGrupModel, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="OzellikId" Type="Int32" Nullable="false" />
          <Property Name="AsyaModelId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AsyaModel" Relationship="Self.AsyaModel_OzellikGrupModel" FromRole="AsyaModel_OzellikGrupModel_Target" ToRole="AsyaModel_OzellikGrupModel_Source" />
          <NavigationProperty Name="Ozellik" Relationship="Self.OzellikGrupModel_Ozellik" FromRole="OzellikGrupModel_Ozellik_Source" ToRole="OzellikGrupModel_Ozellik_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.OzellikGrupModel_Sirket" FromRole="OzellikGrupModel_Sirket_Source" ToRole="OzellikGrupModel_Sirket_Target" />
        </EntityType>
        <EntityType Name="AsyaModel" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AsyaModel, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="OzellikGrupModel" Relationship="Self.AsyaModel_OzellikGrupModel" FromRole="AsyaModel_OzellikGrupModel_Source" ToRole="AsyaModel_OzellikGrupModel_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.AsyaModel_Sirket" FromRole="AsyaModel_Sirket_Source" ToRole="AsyaModel_Sirket_Target" />
        </EntityType>
        <EntityType Name="Teknik" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Teknik, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ArizaTarihi" Type="DateTime" Nullable="false" />
          <Property Name="OdaId" Type="Int32" Nullable="false" />
          <Property Name="OperasyonId" Type="Int32" />
          <Property Name="ArizaAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="ArizaGiderildi" Type="Boolean" Nullable="false" />
          <Property Name="ArizaGiderildiAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="ArizaGiderildiTarihi" Type="DateTime" Nullable="false" />
          <Property Name="HouseKeepingTip" Type="Self.HouseKeepingTip" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Oda" Relationship="Self.Teknik_Oda" FromRole="Teknik_Oda_Source" ToRole="Teknik_Oda_Target" />
          <NavigationProperty Name="Operasyon" Relationship="Self.Operasyon_Teknikler" FromRole="Operasyon_Teknikler_Target" ToRole="Operasyon_Teknikler_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Teknik_Sirket" FromRole="Teknik_Sirket_Source" ToRole="Teknik_Sirket_Target" />
        </EntityType>
        <EntityType Name="Operasyon" customannotation:ClrType="Asyasoft.Data.Model.Crm.Operasyon, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="Turu" Type="Self.OperasyonTakipIslemTuru" Nullable="false" />
          <Property Name="Konu" Type="Self.OperasyonTakipKonu" Nullable="false" />
          <Property Name="BolumYerId" Type="Int32" />
          <Property Name="IstipiTumId" Type="Int32" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BolumYer" Relationship="Self.Operasyon_BolumYer" FromRole="Operasyon_BolumYer_Source" ToRole="Operasyon_BolumYer_Target" />
          <NavigationProperty Name="IstipiTum" Relationship="Self.Operasyon_IstipiTum" FromRole="Operasyon_IstipiTum_Source" ToRole="Operasyon_IstipiTum_Target" />
          <NavigationProperty Name="OperasyonEk" Relationship="Self.Operasyon_OperasyonEk" FromRole="Operasyon_OperasyonEk_Source" ToRole="Operasyon_OperasyonEk_Target" />
          <NavigationProperty Name="OperasyonEk2" Relationship="Self.Operasyon_OperasyonEk2" FromRole="Operasyon_OperasyonEk2_Source" ToRole="Operasyon_OperasyonEk2_Target" />
          <NavigationProperty Name="OperasyonTarih" Relationship="Self.Operasyon_OperasyonTarih" FromRole="Operasyon_OperasyonTarih_Source" ToRole="Operasyon_OperasyonTarih_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.Operasyon_Rez" FromRole="Operasyon_Rez_Source" ToRole="Operasyon_Rez_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Operasyon_Sirket" FromRole="Operasyon_Sirket_Source" ToRole="Operasyon_Sirket_Target" />
          <NavigationProperty Name="Teknikler" Relationship="Self.Operasyon_Teknikler" FromRole="Operasyon_Teknikler_Source" ToRole="Operasyon_Teknikler_Target" />
        </EntityType>
        <EntityType Name="BolumYer" customannotation:ClrType="Asyasoft.Data.Model.Crm.BolumYer, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="BolumYerOda" Type="Self.BolumYerOda" Nullable="false" />
          <Property Name="UstBolumYerId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.BolumYer_Sirket" FromRole="BolumYer_Sirket_Source" ToRole="BolumYer_Sirket_Target" />
          <NavigationProperty Name="UstBolumYer" Relationship="Self.BolumYer_UstBolumYer" FromRole="BolumYer_UstBolumYer_Source" ToRole="BolumYer_UstBolumYer_Target" />
        </EntityType>
        <EntityType Name="IstipiTum" customannotation:ClrType="Asyasoft.Data.Model.Crm.IstipiTum, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Sure" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DepartmanId" Type="Int32" Nullable="false" />
          <Property Name="OdayiArizayaAl" Type="Boolean" />
          <Property Name="Istipi" Type="Self.Istipi" Nullable="false" />
          <Property Name="UstIstipiTumId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Departman" Relationship="Self.IstipiTum_Departman" FromRole="IstipiTum_Departman_Source" ToRole="IstipiTum_Departman_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.IstipiTum_Sirket" FromRole="IstipiTum_Sirket_Source" ToRole="IstipiTum_Sirket_Target" />
          <NavigationProperty Name="UstIstipiTum" Relationship="Self.IstipiTum_UstIstipiTum" FromRole="IstipiTum_UstIstipiTum_Source" ToRole="IstipiTum_UstIstipiTum_Target" />
        </EntityType>
        <EntityType Name="Departman" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Departman, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Departman_Sirket" FromRole="Departman_Sirket_Source" ToRole="Departman_Sirket_Target" />
        </EntityType>
        <EntityType Name="OperasyonEk" customannotation:ClrType="Asyasoft.Data.Model.Crm.OperasyonEk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="dnd" Type="Boolean" Nullable="false" />
          <Property Name="sikayet" Type="Boolean" Nullable="false" />
          <Property Name="istek" Type="Boolean" Nullable="false" />
          <Property Name="bildirenonayi" Type="Boolean" Nullable="false" />
          <Property Name="bildirildi" Type="Boolean" Nullable="false" />
          <Property Name="kilit" Type="Boolean" Nullable="false" />
          <Property Name="satinalma" Type="Boolean" Nullable="false" />
          <Property Name="geridonusnotu" Type="Self.geridonus" Nullable="false" />
          <Property Name="yetkiliservis" Type="Boolean" Nullable="false" />
          <Property Name="aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="iletisim" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Operasyon" Relationship="Self.Operasyon_OperasyonEk" FromRole="Operasyon_OperasyonEk_Target" ToRole="Operasyon_OperasyonEk_Source" />
        </EntityType>
        <EntityType Name="OperasyonEk2" customannotation:ClrType="Asyasoft.Data.Model.Crm.OperasyonEk2, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="DepartmanId" Type="Int32" />
          <Property Name="BaslatanGorevliId" Type="Int32" />
          <Property Name="BaslatanNotu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BitirenGorevliId" Type="Int32" />
          <Property Name="BitirenNotu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BildirenPersonel" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IptalNedeniId" Type="Int32" />
          <Property Name="ArizaNedeniId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="ArizaNedeni" Relationship="Self.OperasyonEk2_ArizaNedeni" FromRole="OperasyonEk2_ArizaNedeni_Source" ToRole="OperasyonEk2_ArizaNedeni_Target" />
          <NavigationProperty Name="BaslatanGorevli" Relationship="Self.OperasyonEk2_BaslatanGorevli" FromRole="OperasyonEk2_BaslatanGorevli_Source" ToRole="OperasyonEk2_BaslatanGorevli_Target" />
          <NavigationProperty Name="BitirenGorevli" Relationship="Self.OperasyonEk2_BitirenGorevli" FromRole="OperasyonEk2_BitirenGorevli_Source" ToRole="OperasyonEk2_BitirenGorevli_Target" />
          <NavigationProperty Name="Departman" Relationship="Self.OperasyonEk2_Departman" FromRole="OperasyonEk2_Departman_Source" ToRole="OperasyonEk2_Departman_Target" />
          <NavigationProperty Name="IptalNedeni" Relationship="Self.OperasyonEk2_IptalNedeni" FromRole="OperasyonEk2_IptalNedeni_Source" ToRole="OperasyonEk2_IptalNedeni_Target" />
          <NavigationProperty Name="Operasyon" Relationship="Self.Operasyon_OperasyonEk2" FromRole="Operasyon_OperasyonEk2_Target" ToRole="Operasyon_OperasyonEk2_Source" />
        </EntityType>
        <EntityType Name="ArizaNedeni" customannotation:ClrType="Asyasoft.Data.Model.Crm.ArizaNedeni, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.ArizaNedeni_Sirket" FromRole="ArizaNedeni_Sirket_Source" ToRole="ArizaNedeni_Sirket_Target" />
        </EntityType>
        <EntityType Name="ArizaGorevli" customannotation:ClrType="Asyasoft.Data.Model.Crm.ArizaGorevli, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DepartmanId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Departman" Relationship="Self.ArizaGorevli_Departman" FromRole="ArizaGorevli_Departman_Source" ToRole="ArizaGorevli_Departman_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.ArizaGorevli_Sirket" FromRole="ArizaGorevli_Sirket_Source" ToRole="ArizaGorevli_Sirket_Target" />
        </EntityType>
        <EntityType Name="IptalNedeni" customannotation:ClrType="Asyasoft.Data.Model.Crm.IptalNedeni, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.IptalNedeni_Sirket" FromRole="IptalNedeni_Sirket_Source" ToRole="IptalNedeni_Sirket_Target" />
        </EntityType>
        <EntityType Name="OperasyonTarih" customannotation:ClrType="Asyasoft.Data.Model.Crm.OperasyonTarih, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="ilkTarih" Type="DateTime" Nullable="false" />
          <Property Name="ilkZaman" Type="Time" />
          <Property Name="Okundu" Type="Boolean" Nullable="false" />
          <Property Name="OkunmaTarihi" Type="DateTime" />
          <Property Name="OkunmaZamani" Type="Time" />
          <Property Name="Planlandi" Type="Boolean" Nullable="false" />
          <Property Name="PlanlamaTarihi" Type="DateTime" />
          <Property Name="PlanlamaZamani" Type="Time" />
          <Property Name="Tamamlandi" Type="Boolean" Nullable="false" />
          <Property Name="TamamlamaTarihi" Type="DateTime" />
          <Property Name="TamamlamaZamani" Type="Time" />
          <Property Name="iptal" Type="Boolean" Nullable="false" />
          <Property Name="iptalTarihi" Type="DateTime" />
          <Property Name="IptalZamani" Type="Time" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Operasyon" Relationship="Self.Operasyon_OperasyonTarih" FromRole="Operasyon_OperasyonTarih_Target" ToRole="Operasyon_OperasyonTarih_Source" />
        </EntityType>
        <EntityType Name="Telkod" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Telkod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="indirim" Type="Double" Nullable="false" />
          <Property Name="OdaId" Type="Int32" />
          <Property Name="DahiliTelTipi" Type="Self.DahiliTelTipi" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="_Oda" Relationship="Self.Telkod__Oda" FromRole="Telkod__Oda_Source" ToRole="Telkod__Oda_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Telkod_Sirket" FromRole="Telkod_Sirket_Source" ToRole="Telkod_Sirket_Target" />
          <NavigationProperty Name="Teldatalar" Relationship="Self.Teldata_Telkod" FromRole="Teldata_Telkod_Target" ToRole="Teldata_Telkod_Source" />
        </EntityType>
        <EntityType Name="Teldata" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Teldata, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="tarih" Type="DateTime" Nullable="false" />
          <Property Name="TelkodId" Type="Int32" Nullable="false" />
          <Property Name="numara" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="kontor" Type="Int32" Nullable="false" />
          <Property Name="fiyat" Type="Double" Nullable="false" />
          <Property Name="maliyet" Type="Double" Nullable="false" />
          <Property Name="FolioId" Type="Int32" />
          <Property Name="Santralzaman" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="sure" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="santraltarih" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Folio" Relationship="Self.Teldata_Folio" FromRole="Teldata_Folio_Source" ToRole="Teldata_Folio_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Teldata_Sirket" FromRole="Teldata_Sirket_Source" ToRole="Teldata_Sirket_Target" />
          <NavigationProperty Name="Telkod" Relationship="Self.Teldata_Telkod" FromRole="Teldata_Telkod_Source" ToRole="Teldata_Telkod_Target" />
        </EntityType>
        <EntityType Name="FolioRouteRez" customannotation:ClrType="Asyasoft.Data.Model.Onburo.FolioRouteRez, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="FolioRouteId" Type="Int32" Nullable="false" />
          <Property Name="RezId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="FolioRoute" Relationship="Self.FolioRouteRez_FolioRoute" FromRole="FolioRouteRez_FolioRoute_Source" ToRole="FolioRouteRez_FolioRoute_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.FolioRouteRez_Rez" FromRole="FolioRouteRez_Rez_Source" ToRole="FolioRouteRez_Rez_Target" />
        </EntityType>
        <EntityType Name="KolBandi" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KolBandi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MusteriKonaklamaEkId" Type="Int32" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="KNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="KolBandiHrkler" Relationship="Self.KolBandiHrk_KolBandi" FromRole="KolBandiHrk_KolBandi_Target" ToRole="KolBandiHrk_KolBandi_Source" />
          <NavigationProperty Name="MusteriKonaklamaEk" Relationship="Self.MusteriKonaklamaEk_Konbandlari" FromRole="MusteriKonaklamaEk_Konbandlari_Target" ToRole="MusteriKonaklamaEk_Konbandlari_Source" />
          <NavigationProperty Name="Rez" Relationship="Self.KolBandi_Rez" FromRole="KolBandi_Rez_Source" ToRole="KolBandi_Rez_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.KolBandi_Sirket" FromRole="KolBandi_Sirket_Source" ToRole="KolBandi_Sirket_Target" />
        </EntityType>
        <EntityType Name="KolBandiHrk" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KolBandiHrk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Hrktipi" Type="Self.Kolbandihrktipi" Nullable="false" />
          <Property Name="KolBandiId" Type="Int32" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="MusteriId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="KolBandi" Relationship="Self.KolBandiHrk_KolBandi" FromRole="KolBandiHrk_KolBandi_Source" ToRole="KolBandiHrk_KolBandi_Target" />
          <NavigationProperty Name="Kullanici" Relationship="Self.KolBandiHrk_Kullanici" FromRole="KolBandiHrk_Kullanici_Source" ToRole="KolBandiHrk_Kullanici_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.KolBandiHrk_Musteri" FromRole="KolBandiHrk_Musteri_Source" ToRole="KolBandiHrk_Musteri_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.KolBandiHrk_Rez" FromRole="KolBandiHrk_Rez_Source" ToRole="KolBandiHrk_Rez_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.KolBandiHrk_Sirket" FromRole="KolBandiHrk_Sirket_Source" ToRole="KolBandiHrk_Sirket_Target" />
        </EntityType>
        <EntityType Name="MusteriKonaklamaEk" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MusteriKonaklamaEk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="Tcno" Type="String" MaxLength="11" FixedLength="false" Unicode="true" />
          <Property Name="KolBandiKodu" Type="Int32" />
          <Property Name="UyrukId" Type="Int32" />
          <Property Name="KolBandi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Cinsiyet" Type="Self.Cinsiyet" Nullable="false" />
          <Property Name="MedeniHali" Type="Self.MedeniHali" Nullable="false" />
          <Property Name="KimlikBelgeTuru" Type="Self.KimlikBelgeTuru" Nullable="false" />
          <Property Name="KimlikSeriNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BabaAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AnaAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DogumYeri" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="NufusKayitMahalle" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="NufusKayitCilt" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="NufusKayitAileNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="NufusKayitSiraNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="HesKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KbsCinBildirimDurumu" Type="Self.KbsBildirimDurumu" />
          <Property Name="KbsCoutBildirimDurumu" Type="Self.KbsBildirimDurumu" />
          <Property Name="IysContact" Type="Int32" />
          <Property Name="MsisdnOnay" Type="Boolean" />
          <Property Name="EmailOnay" Type="Boolean" />
          <Property Name="KvkkOnay" Type="Boolean" />
          <Property Name="IysGenelOnay" Type="Boolean" />
          <Property Name="EvlilikTarihi" Type="DateTime" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Karaliste" Relationship="Self.Karaliste_MusteriKonaklamaEk" FromRole="Karaliste_MusteriKonaklamaEk_Target" ToRole="Karaliste_MusteriKonaklamaEk_Source" />
          <NavigationProperty Name="Konbandlari" Relationship="Self.MusteriKonaklamaEk_Konbandlari" FromRole="MusteriKonaklamaEk_Konbandlari_Source" ToRole="MusteriKonaklamaEk_Konbandlari_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.Musteri_MusteriKonaklamaEk" FromRole="Musteri_MusteriKonaklamaEk_Target" ToRole="Musteri_MusteriKonaklamaEk_Source" />
          <NavigationProperty Name="Uyruk" Relationship="Self.Uyruk_MusteriKonaklamaEk" FromRole="Uyruk_MusteriKonaklamaEk_Target" ToRole="Uyruk_MusteriKonaklamaEk_Source" />
        </EntityType>
        <EntityType Name="Karaliste" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Karaliste, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Sebebi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Zaman" Type="DateTime" Nullable="false" />
          <Property Name="KullaniciId" Type="Int32" />
          <Property Name="MusteriKonaklamaEkId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.Karaliste_Kullanici" FromRole="Karaliste_Kullanici_Source" ToRole="Karaliste_Kullanici_Target" />
          <NavigationProperty Name="MusteriKonaklamaEk" Relationship="Self.Karaliste_MusteriKonaklamaEk" FromRole="Karaliste_MusteriKonaklamaEk_Source" ToRole="Karaliste_MusteriKonaklamaEk_Target" />
        </EntityType>
        <EntityType Name="Uyruk" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Uyruk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UlkeId" Type="Int32" Nullable="false" />
          <Property Name="IsoKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IsoKoduUc" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="MusteriKonaklamaEk" Relationship="Self.Uyruk_MusteriKonaklamaEk" FromRole="Uyruk_MusteriKonaklamaEk_Source" ToRole="Uyruk_MusteriKonaklamaEk_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Uyruk_Sirket" FromRole="Uyruk_Sirket_Source" ToRole="Uyruk_Sirket_Target" />
          <NavigationProperty Name="Ulke" Relationship="Self.Ulke_Uyruklar" FromRole="Ulke_Uyruklar_Target" ToRole="Ulke_Uyruklar_Source" />
        </EntityType>
        <EntityType Name="Ulke" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Ulke, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PazarId" Type="Int32" />
          <Property Name="AcentaId" Type="Int32" />
          <Property Name="IsoKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acenta" Relationship="Self.Ulke_Acenta" FromRole="Ulke_Acenta_Source" ToRole="Ulke_Acenta_Target" />
          <NavigationProperty Name="Pazar" Relationship="Self.Ulke_Pazar" FromRole="Ulke_Pazar_Source" ToRole="Ulke_Pazar_Target" />
          <NavigationProperty Name="RezDetayEkler" Relationship="Self.RezDetayEk_Ulke" FromRole="RezDetayEk_Ulke_Target" ToRole="RezDetayEk_Ulke_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Ulke_Sirket" FromRole="Ulke_Sirket_Source" ToRole="Ulke_Sirket_Target" />
          <NavigationProperty Name="Uyruklar" Relationship="Self.Ulke_Uyruklar" FromRole="Ulke_Uyruklar_Source" ToRole="Ulke_Uyruklar_Target" />
        </EntityType>
        <EntityType Name="RezDetayEk" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RezDetayEk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="IslenmeTarih" Type="DateTime" Nullable="false" />
          <Property Name="OpsiyonTarih" Type="DateTime" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="OdemeDurumu" Type="Self.OdemeDurumu" />
          <Property Name="HatAcmaTipi" Type="Self.HatAcmaTipi" />
          <Property Name="GercekTutar" Type="Double" />
          <Property Name="NetTutar" Type="Double" />
          <Property Name="DovizId" Type="Int32" />
          <Property Name="OperatorId" Type="Int32" />
          <Property Name="VipId" Type="Int32" />
          <Property Name="UlkeId" Type="Int32" />
          <Property Name="VoucherTarih" Type="DateTime" />
          <Property Name="CinKuru" Type="Double" />
          <Property Name="SabitKur" Type="Boolean" />
          <Property Name="SabitFiyat" Type="Boolean" />
          <Property Name="GecGiris" Type="Boolean" />
          <Property Name="OdemeAlindi" Type="Boolean" />
          <Property Name="CinSaat" Type="Time" />
          <Property Name="CoutSaat" Type="Time" />
          <Property Name="LateCoutZaman" Type="Time" />
          <Property Name="TransferSaat" Type="Time" />
          <Property Name="IsYeriId" Type="Int32" />
          <Property Name="RezRenk" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Doviz" Relationship="Self.RezDetayEk_Doviz" FromRole="RezDetayEk_Doviz_Source" ToRole="RezDetayEk_Doviz_Target" />
          <NavigationProperty Name="IsYeri" Relationship="Self.RezDetayEk_IsYeri" FromRole="RezDetayEk_IsYeri_Source" ToRole="RezDetayEk_IsYeri_Target" />
          <NavigationProperty Name="Operator" Relationship="Self.RezDetayEk_Operator" FromRole="RezDetayEk_Operator_Source" ToRole="RezDetayEk_Operator_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.Rez_RezDetayEk" FromRole="Rez_RezDetayEk_Target" ToRole="Rez_RezDetayEk_Source" />
          <NavigationProperty Name="Ulke" Relationship="Self.RezDetayEk_Ulke" FromRole="RezDetayEk_Ulke_Source" ToRole="RezDetayEk_Ulke_Target" />
          <NavigationProperty Name="Vip" Relationship="Self.Vip_RezDetayEkler" FromRole="Vip_RezDetayEkler_Target" ToRole="Vip_RezDetayEkler_Source" />
        </EntityType>
        <EntityType Name="IsYeri" customannotation:ClrType="Asyasoft.Data.Model.Ortak.IsYeri, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UzakIp" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="UzakPort" Type="Int16" Nullable="false" />
          <Property Name="Merkez" Type="Boolean" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.IsYeri_Sirket" FromRole="IsYeri_Sirket_Source" ToRole="IsYeri_Sirket_Target" />
        </EntityType>
        <EntityType Name="Operator" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Operator, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Operator_Sirket" FromRole="Operator_Sirket_Source" ToRole="Operator_Sirket_Target" />
        </EntityType>
        <EntityType Name="Vip" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Vip, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="RezDetayEkler" Relationship="Self.Vip_RezDetayEkler" FromRole="Vip_RezDetayEkler_Source" ToRole="Vip_RezDetayEkler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Vip_Sirket" FromRole="Vip_Sirket_Source" ToRole="Vip_Sirket_Target" />
          <NavigationProperty Name="VipHrkler" Relationship="Self.VipHrk_Vip" FromRole="VipHrk_Vip_Target" ToRole="VipHrk_Vip_Source" />
        </EntityType>
        <EntityType Name="VipHrk" customannotation:ClrType="Asyasoft.Data.Model.Onburo.VipHrk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="VipId" Type="Int32" Nullable="false" />
          <Property Name="MalzemeId" Type="Int32" Nullable="false" />
          <Property Name="Adet" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Malzeme" Relationship="Self.Malzeme_VipHrkler" FromRole="Malzeme_VipHrkler_Target" ToRole="Malzeme_VipHrkler_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.VipHrk_Sirket" FromRole="VipHrk_Sirket_Source" ToRole="VipHrk_Sirket_Target" />
          <NavigationProperty Name="Vip" Relationship="Self.VipHrk_Vip" FromRole="VipHrk_Vip_Source" ToRole="VipHrk_Vip_Target" />
        </EntityType>
        <EntityType Name="Malzeme" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Malzeme, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DepartmanId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Departman" Relationship="Self.Malzeme_Departman" FromRole="Malzeme_Departman_Source" ToRole="Malzeme_Departman_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Malzeme_Sirket" FromRole="Malzeme_Sirket_Source" ToRole="Malzeme_Sirket_Target" />
          <NavigationProperty Name="VipHrkler" Relationship="Self.Malzeme_VipHrkler" FromRole="Malzeme_VipHrkler_Source" ToRole="Malzeme_VipHrkler_Target" />
        </EntityType>
        <EntityType Name="OdaUzatma" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OdaUzatma, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="OnburoTarih" Type="DateTime" Nullable="false" />
          <Property Name="EskiTarih" Type="DateTime" Nullable="false" />
          <Property Name="YeniTarih" Type="DateTime" Nullable="false" />
          <Property Name="RezId" Type="Int32" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Rez" Relationship="Self.OdaUzatma_Rez" FromRole="OdaUzatma_Rez_Source" ToRole="OdaUzatma_Rez_Target" />
        </EntityType>
        <EntityType Name="RezDetayBilgi" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RezDetayBilgi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RezId" Type="Int32" Nullable="false" />
          <Property Name="Anahtar" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IslemTipi" Type="Self.RezIslemTipi" Nullable="false" />
          <Property Name="IslemAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IslemZamani" Type="DateTime" />
          <Property Name="OnburoTarihi" Type="DateTime" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Rez" Relationship="Self.RezDetayBilgi_Rez" FromRole="RezDetayBilgi_Rez_Source" ToRole="RezDetayBilgi_Rez_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.RezDetayBilgi_Sirket" FromRole="RezDetayBilgi_Sirket_Source" ToRole="RezDetayBilgi_Sirket_Target" />
        </EntityType>
        <EntityType Name="RezEntegrasyonBilgi" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RezEntegrasyonBilgi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="Logid" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KeyField" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="VoucherUrl" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Jsonicerik" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Rez" Relationship="Self.Rez_RezEntegrasyonBilgi" FromRole="Rez_RezEntegrasyonBilgi_Target" ToRole="Rez_RezEntegrasyonBilgi_Source" />
        </EntityType>
        <EntityType Name="RezKvkkSoru" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RezKvkkSoru, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RezId" Type="Int32" Nullable="false" />
          <Property Name="KvkkSoruId" Type="Int32" Nullable="false" />
          <Property Name="MusteriId" Type="Int32" Nullable="false" />
          <Property Name="Durum" Type="Self.Durum" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="KvkkSoru" Relationship="Self.RezKvkkSoru_KvkkSoru" FromRole="RezKvkkSoru_KvkkSoru_Source" ToRole="RezKvkkSoru_KvkkSoru_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.RezKvkkSoru_Musteri" FromRole="RezKvkkSoru_Musteri_Source" ToRole="RezKvkkSoru_Musteri_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.RezKvkkSoru_Rez" FromRole="RezKvkkSoru_Rez_Source" ToRole="RezKvkkSoru_Rez_Target" />
        </EntityType>
        <EntityType Name="KvkkSoru" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KvkkSoru, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.KvkkSoru_Sirket" FromRole="KvkkSoru_Sirket_Source" ToRole="KvkkSoru_Sirket_Target" />
        </EntityType>
        <EntityType Name="RezOdaKilit" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RezOdaKilit, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RezId" Type="Int32" Nullable="false" />
          <Property Name="OdaId" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="40" FixedLength="false" Unicode="true" />
          <Property Name="BlokajTipi" Type="Self.BlokajTipi" Nullable="false" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.RezOdaKilit_Kullanici" FromRole="RezOdaKilit_Kullanici_Source" ToRole="RezOdaKilit_Kullanici_Target" />
          <NavigationProperty Name="Oda" Relationship="Self.RezOdaKilit_Oda" FromRole="RezOdaKilit_Oda_Source" ToRole="RezOdaKilit_Oda_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.RezOdaKilit_Rez" FromRole="RezOdaKilit_Rez_Source" ToRole="RezOdaKilit_Rez_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.RezOdaKilit_Sirket" FromRole="RezOdaKilit_Sirket_Source" ToRole="RezOdaKilit_Sirket_Target" />
        </EntityType>
        <EntityType Name="RezOzellik" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RezOzellik, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="RezId" Type="Int32" Nullable="false" />
          <Property Name="OzellikId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Ozellik" Relationship="Self.RezOzellik_Ozellik" FromRole="RezOzellik_Ozellik_Source" ToRole="RezOzellik_Ozellik_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.RezOzellik_Rez" FromRole="RezOzellik_Rez_Source" ToRole="RezOzellik_Rez_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.RezOzellik_Sirket" FromRole="RezOzellik_Sirket_Source" ToRole="RezOzellik_Sirket_Target" />
        </EntityType>
        <EntityType Name="RezPaketindirimtipi" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RezPaketindirimtipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RezId" Type="Int32" Nullable="false" />
          <Property Name="PaketindirimTipiId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PaketindirimTipi" Relationship="Self.RezPaketindirimtipi_PaketindirimTipi" FromRole="RezPaketindirimtipi_PaketindirimTipi_Source" ToRole="RezPaketindirimtipi_PaketindirimTipi_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.RezPaketindirimtipi_Rez" FromRole="RezPaketindirimtipi_Rez_Source" ToRole="RezPaketindirimtipi_Rez_Target" />
        </EntityType>
        <EntityType Name="PaketindirimTipi" customannotation:ClrType="Asyasoft.Data.Model.Onburo.PaketindirimTipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="IndirimTipi" Type="Self.PaketIndirimSekli" Nullable="false" />
          <Property Name="Web" Type="Boolean" />
          <Property Name="SabitOran" Type="Double" />
          <Property Name="Ilave" Type="Boolean" />
          <Property Name="RaporSira" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Paketler" Relationship="Self.PaketindirimTipi_Paketler" FromRole="PaketindirimTipi_Paketler_Source" ToRole="PaketindirimTipi_Paketler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PaketindirimTipi_Sirket" FromRole="PaketindirimTipi_Sirket_Source" ToRole="PaketindirimTipi_Sirket_Target" />
        </EntityType>
        <EntityType Name="RezWeb" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RezWeb, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="IpAdres" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="CallCenterKullanici" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="OnlineOdemeTipi" Type="Self.OnlineOdemeTipi" Nullable="false" />
          <Property Name="SiparisNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DogrulamaDurumu" Type="Self.DogrulamaDurumu" Nullable="false" />
          <Property Name="KrediKarti" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RateKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Rez" Relationship="Self.Rez_RezWeb" FromRole="Rez_RezWeb_Target" ToRole="Rez_RezWeb_Source" />
        </EntityType>
        <EntityType Name="TumBilbord" customannotation:ClrType="Asyasoft.Data.Model.Onburo.TumBilbord, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DefAcentaId" Type="Int32" />
          <Property Name="BilbordKaynak" Type="Self.BilbordKaynak" />
          <Property Name="Tip" Type="Self.TipBilbord" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acentalar" Relationship="Self.TumBilbord_Acentalar" FromRole="TumBilbord_Acentalar_Source" ToRole="TumBilbord_Acentalar_Target" />
          <NavigationProperty Name="Bilbordlar" Relationship="Self.TumBilbord_Bilbordlar" FromRole="TumBilbord_Bilbordlar_Source" ToRole="TumBilbord_Bilbordlar_Target" />
          <NavigationProperty Name="DefAcenta" Relationship="Self.TumBilbord_DefAcenta" FromRole="TumBilbord_DefAcenta_Source" ToRole="TumBilbord_DefAcenta_Target" />
          <NavigationProperty Name="KAcentalar" Relationship="Self.TumBilbord_KAcentalar" FromRole="TumBilbord_KAcentalar_Source" ToRole="TumBilbord_KAcentalar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.TumBilbord_Sirket" FromRole="TumBilbord_Sirket_Source" ToRole="TumBilbord_Sirket_Target" />
          <NavigationProperty Name="TumBilbordEk" Relationship="Self.TumBilbord_TumBilbordEk" FromRole="TumBilbord_TumBilbordEk_Source" ToRole="TumBilbord_TumBilbordEk_Target" />
        </EntityType>
        <EntityType Name="TumBilbordEk" customannotation:ClrType="Asyasoft.Data.Model.Onburo.TumBilbordEk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="PaxKont" Type="Boolean" Nullable="false" />
          <Property Name="ChiKont" Type="Boolean" Nullable="false" />
          <Property Name="FreKont" Type="Boolean" Nullable="false" />
          <Property Name="AcentaId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acenta" Relationship="Self.TumBilbordEk_Acenta" FromRole="TumBilbordEk_Acenta_Source" ToRole="TumBilbordEk_Acenta_Target" />
          <NavigationProperty Name="TumBilbord" Relationship="Self.TumBilbord_TumBilbordEk" FromRole="TumBilbord_TumBilbordEk_Target" ToRole="TumBilbord_TumBilbordEk_Source" />
        </EntityType>
        <EntityType Name="UpgradeHrk" customannotation:ClrType="Asyasoft.Data.Model.Onburo.UpgradeHrk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="Saat" Type="Time" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="UpgradeNedeniId" Type="Int32" Nullable="false" />
          <Property Name="RezId" Type="Int32" Nullable="false" />
          <Property Name="EskiOdaKonumId" Type="Int32" Nullable="false" />
          <Property Name="YeniOdaKonumId" Type="Int32" Nullable="false" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="UpgradeOdaFiyatId" Type="Int32" />
          <Property Name="Tutar" Type="Double" />
          <Property Name="YetkiliKullaniciId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="EskiOdaKonum" Relationship="Self.UpgradeHrk_EskiOdaKonum" FromRole="UpgradeHrk_EskiOdaKonum_Source" ToRole="UpgradeHrk_EskiOdaKonum_Target" />
          <NavigationProperty Name="Kullanici" Relationship="Self.UpgradeHrk_Kullanici" FromRole="UpgradeHrk_Kullanici_Source" ToRole="UpgradeHrk_Kullanici_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.UpgradeHrk_Rez" FromRole="UpgradeHrk_Rez_Source" ToRole="UpgradeHrk_Rez_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.UpgradeHrk_Sirket" FromRole="UpgradeHrk_Sirket_Source" ToRole="UpgradeHrk_Sirket_Target" />
          <NavigationProperty Name="UpgradeNedeni" Relationship="Self.UpgradeHrk_UpgradeNedeni" FromRole="UpgradeHrk_UpgradeNedeni_Source" ToRole="UpgradeHrk_UpgradeNedeni_Target" />
          <NavigationProperty Name="UpgradeOdaFiyat" Relationship="Self.UpgradeHrk_UpgradeOdaFiyat" FromRole="UpgradeHrk_UpgradeOdaFiyat_Source" ToRole="UpgradeHrk_UpgradeOdaFiyat_Target" />
          <NavigationProperty Name="YeniOdaKonum" Relationship="Self.UpgradeHrk_YeniOdaKonum" FromRole="UpgradeHrk_YeniOdaKonum_Source" ToRole="UpgradeHrk_YeniOdaKonum_Target" />
          <NavigationProperty Name="YetkiliKullanici" Relationship="Self.UpgradeHrk_YetkiliKullanici" FromRole="UpgradeHrk_YetkiliKullanici_Source" ToRole="UpgradeHrk_YetkiliKullanici_Target" />
        </EntityType>
        <EntityType Name="UpgradeNedeni" customannotation:ClrType="Asyasoft.Data.Model.Onburo.UpgradeNedeni, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UcretAlinabilir" Type="Boolean" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.UpgradeNedeni_Sirket" FromRole="UpgradeNedeni_Sirket_Source" ToRole="UpgradeNedeni_Sirket_Target" />
        </EntityType>
        <EntityType Name="FolioRouteDepkod" customannotation:ClrType="Asyasoft.Data.Model.Onburo.FolioRouteDepkod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="FolioRouteId" Type="Int32" Nullable="false" />
          <Property Name="DepkodId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Depkod" Relationship="Self.FolioRouteDepkod_Depkod" FromRole="FolioRouteDepkod_Depkod_Source" ToRole="FolioRouteDepkod_Depkod_Target" />
          <NavigationProperty Name="FolioRoute" Relationship="Self.FolioRouteDepkod_FolioRoute" FromRole="FolioRouteDepkod_FolioRoute_Source" ToRole="FolioRouteDepkod_FolioRoute_Target" />
        </EntityType>
        <EntityType Name="HrkTransfer" customannotation:ClrType="Asyasoft.Data.Model.Onburo.HrkTransfer, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="HrkId" Type="Int32" Nullable="false" />
          <Property Name="EskiFolioId" Type="Int32" />
          <Property Name="YeniFolioId" Type="Int32" />
          <Property Name="IslemTarihi" Type="DateTime" Nullable="false" />
          <Property Name="IslemSaati" Type="Time" Nullable="false" />
          <Property Name="FolioRouteId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="FolioRoute" Relationship="Self.HrkTransfer_FolioRoute" FromRole="HrkTransfer_FolioRoute_Source" ToRole="HrkTransfer_FolioRoute_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.HrkTransfer_Sirket" FromRole="HrkTransfer_Sirket_Source" ToRole="HrkTransfer_Sirket_Target" />
        </EntityType>
        <EntityType Name="DepkodHeskod" customannotation:ClrType="Asyasoft.Data.Model.Onburo.DepkodHeskod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DepkodId" Type="Int32" Nullable="false" />
          <Property Name="HeskodId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Depkod" Relationship="Self.DepkodHeskod_Depkod" FromRole="DepkodHeskod_Depkod_Source" ToRole="DepkodHeskod_Depkod_Target" />
          <NavigationProperty Name="Heskod" Relationship="Self.DepkodHeskod_Heskod" FromRole="DepkodHeskod_Heskod_Source" ToRole="DepkodHeskod_Heskod_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.DepkodHeskod_Sirket" FromRole="DepkodHeskod_Sirket_Source" ToRole="DepkodHeskod_Sirket_Target" />
        </EntityType>
        <EntityType Name="Heskod" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Heskod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MatrahHesapId" Type="Int32" />
          <Property Name="KdvHesapId" Type="Int32" />
          <Property Name="ToplamHesapId" Type="Int32" />
          <Property Name="MahsupTipi" Type="Self.OnburoMahsupTipi" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="KdvHesap" Relationship="Self.Heskod_KdvHesap" FromRole="Heskod_KdvHesap_Source" ToRole="Heskod_KdvHesap_Target" />
          <NavigationProperty Name="MatrahHesap" Relationship="Self.Heskod_MatrahHesap" FromRole="Heskod_MatrahHesap_Source" ToRole="Heskod_MatrahHesap_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Heskod_Sirket" FromRole="Heskod_Sirket_Source" ToRole="Heskod_Sirket_Target" />
          <NavigationProperty Name="ToplamHesap" Relationship="Self.Heskod_ToplamHesap" FromRole="Heskod_ToplamHesap_Source" ToRole="Heskod_ToplamHesap_Target" />
        </EntityType>
        <EntityType Name="Paketistisna" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Paketistisna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PaketId" Type="Int32" Nullable="false" />
          <Property Name="PaketindirimTipiId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Paket" Relationship="Self.Paketistisna_Paket" FromRole="Paketistisna_Paket_Source" ToRole="Paketistisna_Paket_Target" />
          <NavigationProperty Name="PaketindirimTipi" Relationship="Self.Paketistisna_PaketindirimTipi" FromRole="Paketistisna_PaketindirimTipi_Source" ToRole="Paketistisna_PaketindirimTipi_Target" />
        </EntityType>
        <EntityType Name="PaketUlke" customannotation:ClrType="Asyasoft.Data.Model.Onburo.PaketUlke, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PaketId" Type="Int32" Nullable="false" />
          <Property Name="UlkeId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Paket" Relationship="Self.PaketUlke_Paket" FromRole="PaketUlke_Paket_Source" ToRole="PaketUlke_Paket_Target" />
          <NavigationProperty Name="Ulke" Relationship="Self.PaketUlke_Ulke" FromRole="PaketUlke_Ulke_Source" ToRole="PaketUlke_Ulke_Target" />
        </EntityType>
        <EntityType Name="RateAcentaPaket" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RateAcentaPaket, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RateAcentaId" Type="Int32" Nullable="false" />
          <Property Name="PaketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Paket" Relationship="Self.RateAcentaPaket_Paket" FromRole="RateAcentaPaket_Paket_Source" ToRole="RateAcentaPaket_Paket_Target" />
          <NavigationProperty Name="RateAcenta" Relationship="Self.RateAcenta_RateAcentaPaketler" FromRole="RateAcenta_RateAcentaPaketler_Target" ToRole="RateAcenta_RateAcentaPaketler_Source" />
        </EntityType>
        <EntityType Name="RateAcenta" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RateAcenta, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RateId" Type="Int32" Nullable="false" />
          <Property Name="AcentaId" Type="Int32" />
          <Property Name="YasKodId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acenta" Relationship="Self.RateAcenta_Acenta" FromRole="RateAcenta_Acenta_Source" ToRole="RateAcenta_Acenta_Target" />
          <NavigationProperty Name="Rate" Relationship="Self.RateAcenta_Rate" FromRole="RateAcenta_Rate_Source" ToRole="RateAcenta_Rate_Target" />
          <NavigationProperty Name="RateAcentaPaketler" Relationship="Self.RateAcenta_RateAcentaPaketler" FromRole="RateAcenta_RateAcentaPaketler_Source" ToRole="RateAcenta_RateAcentaPaketler_Target" />
          <NavigationProperty Name="YasKod" Relationship="Self.YasKod_RateAcentalar" FromRole="YasKod_RateAcentalar_Target" ToRole="YasKod_RateAcentalar_Source" />
        </EntityType>
        <EntityType Name="YasKod" customannotation:ClrType="Asyasoft.Data.Model.Onburo.YasKod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="FiyatKonumId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="FiyatKonum" Relationship="Self.YasKod_FiyatKonum" FromRole="YasKod_FiyatKonum_Source" ToRole="YasKod_FiyatKonum_Target" />
          <NavigationProperty Name="RateAcentalar" Relationship="Self.YasKod_RateAcentalar" FromRole="YasKod_RateAcentalar_Source" ToRole="YasKod_RateAcentalar_Target" />
          <NavigationProperty Name="Rateler" Relationship="Self.YasKod_Rateler" FromRole="YasKod_Rateler_Source" ToRole="YasKod_Rateler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.YasKod_Sirket" FromRole="YasKod_Sirket_Source" ToRole="YasKod_Sirket_Target" />
          <NavigationProperty Name="YasKodSiraIstisnalar" Relationship="Self.YasKodSiraIstisna_YasKod" FromRole="YasKodSiraIstisna_YasKod_Target" ToRole="YasKodSiraIstisna_YasKod_Source" />
          <NavigationProperty Name="YasKodSiralar" Relationship="Self.YasKodSira_YasKod" FromRole="YasKodSira_YasKod_Target" ToRole="YasKodSira_YasKod_Source" />
        </EntityType>
        <EntityType Name="YasKodSiraIstisna" customannotation:ClrType="Asyasoft.Data.Model.Onburo.YasKodSiraIstisna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="YasKodId" Type="Int32" Nullable="false" />
          <Property Name="IstisnaNo" Type="Int32" Nullable="false" />
          <Property Name="KisiNo" Type="Int32" Nullable="false" />
          <Property Name="AltYasSiniri" Type="Double" Nullable="false" />
          <Property Name="UstYasSiniri" Type="Double" Nullable="false" />
          <Property Name="Pax" Type="Int32" />
          <Property Name="Child" Type="Int32" />
          <Property Name="Free" Type="Int32" />
          <Property Name="Bebek" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.YasKodSiraIstisna_Sirket" FromRole="YasKodSiraIstisna_Sirket_Source" ToRole="YasKodSiraIstisna_Sirket_Target" />
          <NavigationProperty Name="YasKod" Relationship="Self.YasKodSiraIstisna_YasKod" FromRole="YasKodSiraIstisna_YasKod_Source" ToRole="YasKodSiraIstisna_YasKod_Target" />
        </EntityType>
        <EntityType Name="YasKodSira" customannotation:ClrType="Asyasoft.Data.Model.Onburo.YasKodSira, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="YasKodId" Type="Int32" Nullable="false" />
          <Property Name="YasKisiTipi" Type="Self.YasKisiTipi" Nullable="false" />
          <Property Name="YasKisiSiniri" Type="Self.YasKisiSiniri" Nullable="false" />
          <Property Name="YasSiniri" Type="Double" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.YasKodSira_Sirket" FromRole="YasKodSira_Sirket_Source" ToRole="YasKodSira_Sirket_Target" />
          <NavigationProperty Name="YasKod" Relationship="Self.YasKodSira_YasKod" FromRole="YasKodSira_YasKod_Source" ToRole="YasKodSira_YasKod_Target" />
        </EntityType>
        <EntityType Name="RatePaket" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RatePaket, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RateId" Type="Int32" Nullable="false" />
          <Property Name="PaketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Paket" Relationship="Self.RatePaket_Paket" FromRole="RatePaket_Paket_Source" ToRole="RatePaket_Paket_Target" />
          <NavigationProperty Name="Rate" Relationship="Self.RatePaket_Rate" FromRole="RatePaket_Rate_Source" ToRole="RatePaket_Rate_Target" />
        </EntityType>
        <EntityType Name="Sart" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Sart, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MinKonaklamaGecesi" Type="Int32" />
          <Property Name="MaxKonaklamaGecesi" Type="Int32" />
          <Property Name="GirisKonaklama" Type="Self.GirisKonaklama" Nullable="false" />
          <Property Name="AnlasmaTarihi" Type="DateTime" Nullable="false" />
          <Property Name="SatisBaslangic" Type="DateTime" Nullable="false" />
          <Property Name="SatisBitis" Type="DateTime" Nullable="false" />
          <Property Name="KonaklamaBaslangic" Type="DateTime" Nullable="false" />
          <Property Name="KonaklamaBitis" Type="DateTime" Nullable="false" />
          <Property Name="CinBaslangic" Type="DateTime" />
          <Property Name="CinBitis" Type="DateTime" />
          <Property Name="CoutBaslangic" Type="DateTime" />
          <Property Name="CoutBitis" Type="DateTime" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Paketler" Relationship="Self.Sart_Paketler" FromRole="Sart_Paketler_Source" ToRole="Sart_Paketler_Target" />
          <NavigationProperty Name="Rateler" Relationship="Self.Sart_Rateler" FromRole="Sart_Rateler_Source" ToRole="Sart_Rateler_Target" />
          <NavigationProperty Name="SartFiyatKonumlar" Relationship="Self.SartFiyatKonum_Sart" FromRole="SartFiyatKonum_Sart_Target" ToRole="SartFiyatKonum_Sart_Source" />
          <NavigationProperty Name="Sartlar" Relationship="Self.Sart_Sartlar" FromRole="Sart_Sartlar_Source" ToRole="Sart_Sartlar_Target" />
        </EntityType>
        <EntityType Name="SartFiyatKonum" customannotation:ClrType="Asyasoft.Data.Model.Onburo.SartFiyatKonum, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SartId" Type="Int32" Nullable="false" />
          <Property Name="FiyatKonumId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="FiyatKonum" Relationship="Self.SartFiyatKonum_FiyatKonum" FromRole="SartFiyatKonum_FiyatKonum_Source" ToRole="SartFiyatKonum_FiyatKonum_Target" />
          <NavigationProperty Name="Sart" Relationship="Self.SartFiyatKonum_Sart" FromRole="SartFiyatKonum_Sart_Source" ToRole="SartFiyatKonum_Sart_Target" />
        </EntityType>
        <EntityType Name="RatePeriyotKonumHamFiyat" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RatePeriyotKonumHamFiyat, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RatePeriyotId" Type="Int32" Nullable="false" />
          <Property Name="KonumHamFiyatId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="KonumHamFiyat" Relationship="Self.RatePeriyotKonumHamFiyat_KonumHamFiyat" FromRole="RatePeriyotKonumHamFiyat_KonumHamFiyat_Source" ToRole="RatePeriyotKonumHamFiyat_KonumHamFiyat_Target" />
          <NavigationProperty Name="RatePeriyot" Relationship="Self.RatePeriyot_RatePeriyotKonumHamFiyatlar" FromRole="RatePeriyot_RatePeriyotKonumHamFiyatlar_Target" ToRole="RatePeriyot_RatePeriyotKonumHamFiyatlar_Source" />
        </EntityType>
        <EntityType Name="RatePeriyot" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RatePeriyot, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RateId" Type="Int32" Nullable="false" />
          <Property Name="PeriyotId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Periyot" Relationship="Self.Periyot_RatePeriyotlar" FromRole="Periyot_RatePeriyotlar_Target" ToRole="Periyot_RatePeriyotlar_Source" />
          <NavigationProperty Name="Rate" Relationship="Self.RatePeriyot_Rate" FromRole="RatePeriyot_Rate_Source" ToRole="RatePeriyot_Rate_Target" />
          <NavigationProperty Name="RatePeriyotKonumHamFiyatlar" Relationship="Self.RatePeriyot_RatePeriyotKonumHamFiyatlar" FromRole="RatePeriyot_RatePeriyotKonumHamFiyatlar_Source" ToRole="RatePeriyot_RatePeriyotKonumHamFiyatlar_Target" />
        </EntityType>
        <EntityType Name="Periyot" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Periyot, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Baslangic" Type="DateTime" Nullable="false" />
          <Property Name="Bitis" Type="DateTime" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="RatePeriyotlar" Relationship="Self.Periyot_RatePeriyotlar" FromRole="Periyot_RatePeriyotlar_Source" ToRole="Periyot_RatePeriyotlar_Target" />
        </EntityType>
        <EntityType Name="Formul" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Formul, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acentalar" Relationship="Self.Formul_Acentalar" FromRole="Formul_Acentalar_Source" ToRole="Formul_Acentalar_Target" />
          <NavigationProperty Name="FormulSiralar" Relationship="Self.FormulSira_Formul" FromRole="FormulSira_Formul_Target" ToRole="FormulSira_Formul_Source" />
          <NavigationProperty Name="Rateler" Relationship="Self.Formul_Rateler" FromRole="Formul_Rateler_Source" ToRole="Formul_Rateler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Formul_Sirket" FromRole="Formul_Sirket_Source" ToRole="Formul_Sirket_Target" />
        </EntityType>
        <EntityType Name="FormulSira" customannotation:ClrType="Asyasoft.Data.Model.Onburo.FormulSira, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="FormulId" Type="Int32" Nullable="false" />
          <Property Name="PaketIndirimTipiId" Type="Int32" Nullable="false" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="Kumule" Type="Boolean" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Formul" Relationship="Self.FormulSira_Formul" FromRole="FormulSira_Formul_Source" ToRole="FormulSira_Formul_Target" />
          <NavigationProperty Name="Hesayrler" Relationship="Self.Hesayr_FormulSira" FromRole="Hesayr_FormulSira_Target" ToRole="Hesayr_FormulSira_Source" />
          <NavigationProperty Name="PaketIndirimTipi" Relationship="Self.FormulSira_PaketIndirimTipi" FromRole="FormulSira_PaketIndirimTipi_Source" ToRole="FormulSira_PaketIndirimTipi_Target" />
        </EntityType>
        <EntityType Name="Hesayr" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Hesayr, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="GecelemeId" Type="Int32" />
          <Property Name="FormulSiraId" Type="Int32" Nullable="false" />
          <Property Name="PaketId" Type="Int32" />
          <Property Name="KonumHamFiyatId" Type="Int32" />
          <Property Name="RateId" Type="Int32" />
          <Property Name="Tutar" Type="Double" Nullable="false" />
          <Property Name="Onay" Type="Boolean" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="FormulSira" Relationship="Self.Hesayr_FormulSira" FromRole="Hesayr_FormulSira_Source" ToRole="Hesayr_FormulSira_Target" />
          <NavigationProperty Name="Geceleme" Relationship="Self.Hesayr_Geceleme" FromRole="Hesayr_Geceleme_Source" ToRole="Hesayr_Geceleme_Target" />
          <NavigationProperty Name="KonumHamFiyat" Relationship="Self.Hesayr_KonumHamFiyat" FromRole="Hesayr_KonumHamFiyat_Source" ToRole="Hesayr_KonumHamFiyat_Target" />
          <NavigationProperty Name="Paket" Relationship="Self.Hesayr_Paket" FromRole="Hesayr_Paket_Source" ToRole="Hesayr_Paket_Target" />
          <NavigationProperty Name="Rate" Relationship="Self.Hesayr_Rate" FromRole="Hesayr_Rate_Source" ToRole="Hesayr_Rate_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Hesayr_Sirket" FromRole="Hesayr_Sirket_Source" ToRole="Hesayr_Sirket_Target" />
        </EntityType>
        <EntityType Name="Pansiyon" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Pansiyon, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="BreakdownId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Breakdown" Relationship="Self.Pansiyon_Breakdown" FromRole="Pansiyon_Breakdown_Source" ToRole="Pansiyon_Breakdown_Target" />
          <NavigationProperty Name="Gecelemeler" Relationship="Self.Pansiyon_Gecelemeler" FromRole="Pansiyon_Gecelemeler_Source" ToRole="Pansiyon_Gecelemeler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Pansiyon_Sirket" FromRole="Pansiyon_Sirket_Source" ToRole="Pansiyon_Sirket_Target" />
        </EntityType>
        <EntityType Name="Breakdown" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Breakdown, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Breakdown_Sirket" FromRole="Breakdown_Sirket_Source" ToRole="Breakdown_Sirket_Target" />
        </EntityType>
        <EntityType Name="GecelemeFiyatpaket" customannotation:ClrType="Asyasoft.Data.Model.Onburo.GecelemeFiyatpaket, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="GecelemeId" Type="Int32" Nullable="false" />
          <Property Name="PaketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Geceleme" Relationship="Self.GecelemeFiyatpaket_Geceleme" FromRole="GecelemeFiyatpaket_Geceleme_Source" ToRole="GecelemeFiyatpaket_Geceleme_Target" />
          <NavigationProperty Name="Paket" Relationship="Self.GecelemeFiyatpaket_Paket" FromRole="GecelemeFiyatpaket_Paket_Source" ToRole="GecelemeFiyatpaket_Paket_Target" />
        </EntityType>
        <EntityType Name="GecelemeMusteri" customannotation:ClrType="Asyasoft.Data.Model.Onburo.GecelemeMusteri, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="GecelemeId" Type="Int32" Nullable="false" />
          <Property Name="MusteriId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Geceleme" Relationship="Self.GecelemeMusteri_Geceleme" FromRole="GecelemeMusteri_Geceleme_Source" ToRole="GecelemeMusteri_Geceleme_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.GecelemeMusteri_Musteri" FromRole="GecelemeMusteri_Musteri_Source" ToRole="GecelemeMusteri_Musteri_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.GecelemeMusteri_Sirket" FromRole="GecelemeMusteri_Sirket_Source" ToRole="GecelemeMusteri_Sirket_Target" />
        </EntityType>
        <EntityType Name="Share" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Share, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Gecelemeler" Relationship="Self.Share_Gecelemeler" FromRole="Share_Gecelemeler_Source" ToRole="Share_Gecelemeler_Target" />
        </EntityType>
        <EntityType Name="BreakdownDagilim" customannotation:ClrType="Asyasoft.Data.Model.Onburo.BreakdownDagilim, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="HrkId" Type="Int32" Nullable="false" />
          <Property Name="BreakMalzemeId" Type="Int32" Nullable="false" />
          <Property Name="Tutar" Type="Double" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BreakMalzeme" Relationship="Self.BreakdownDagilim_BreakMalzeme" FromRole="BreakdownDagilim_BreakMalzeme_Source" ToRole="BreakdownDagilim_BreakMalzeme_Target" />
          <NavigationProperty Name="Hrk" Relationship="Self.BreakdownDagilim_Hrk" FromRole="BreakdownDagilim_Hrk_Source" ToRole="BreakdownDagilim_Hrk_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.BreakdownDagilim_Sirket" FromRole="BreakdownDagilim_Sirket_Source" ToRole="BreakdownDagilim_Sirket_Target" />
        </EntityType>
        <EntityType Name="BreakMalzeme" customannotation:ClrType="Asyasoft.Data.Model.Onburo.BreakMalzeme, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DovizId" Type="Int32" Nullable="false" />
          <Property Name="Tutar" Type="Double" Nullable="false" />
          <Property Name="DepkodId" Type="Int32" Nullable="false" />
          <Property Name="HesTipi" Type="Self.HesTipi" Nullable="false" />
          <Property Name="GrupTipi" Type="Self.GrupTipi" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Depkod" Relationship="Self.BreakMalzeme_Depkod" FromRole="BreakMalzeme_Depkod_Source" ToRole="BreakMalzeme_Depkod_Target" />
          <NavigationProperty Name="Doviz" Relationship="Self.BreakMalzeme_Doviz" FromRole="BreakMalzeme_Doviz_Source" ToRole="BreakMalzeme_Doviz_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.BreakMalzeme_Sirket" FromRole="BreakMalzeme_Sirket_Source" ToRole="BreakMalzeme_Sirket_Target" />
        </EntityType>
        <EntityType Name="DovizHeskod" customannotation:ClrType="Asyasoft.Data.Model.Onburo.DovizHeskod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DovizId" Type="Int32" Nullable="false" />
          <Property Name="HeskodId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Doviz" Relationship="Self.DovizHeskod_Doviz" FromRole="DovizHeskod_Doviz_Source" ToRole="DovizHeskod_Doviz_Target" />
          <NavigationProperty Name="Heskod" Relationship="Self.DovizHeskod_Heskod" FromRole="DovizHeskod_Heskod_Source" ToRole="DovizHeskod_Heskod_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.DovizHeskod_Sirket" FromRole="DovizHeskod_Sirket_Source" ToRole="DovizHeskod_Sirket_Target" />
        </EntityType>
        <EntityType Name="KasaAvans" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KasaAvans, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="DovizId" Type="Int32" Nullable="false" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="KullaniciId" Type="Int32" />
          <Property Name="tutar" Type="Double" Nullable="false" />
          <Property Name="HrkId" Type="Int32" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Doviz" Relationship="Self.KasaAvans_Doviz" FromRole="KasaAvans_Doviz_Source" ToRole="KasaAvans_Doviz_Target" />
          <NavigationProperty Name="Hrk" Relationship="Self.KasaAvans_Hrk" FromRole="KasaAvans_Hrk_Source" ToRole="KasaAvans_Hrk_Target" />
          <NavigationProperty Name="Kullanici" Relationship="Self.KasaAvans_Kullanici" FromRole="KasaAvans_Kullanici_Source" ToRole="KasaAvans_Kullanici_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.KasaAvans_Sirket" FromRole="KasaAvans_Sirket_Source" ToRole="KasaAvans_Sirket_Target" />
        </EntityType>
        <EntityType Name="Kur" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Kur, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="DovizId" Type="Int32" />
          <Property Name="KurTutar" Type="Double" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Doviz" Relationship="Self.Kur_Doviz" FromRole="Kur_Doviz_Source" ToRole="Kur_Doviz_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Kur_Sirket" FromRole="Kur_Sirket_Source" ToRole="Kur_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosFiyat" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosFiyat, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosFiyatTipi" Type="Self.PosFiyatTipi" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="PosMasa" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosMasa, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosDepId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosDep" Relationship="Self.PosMasa_PosDep" FromRole="PosMasa_PosDep_Source" ToRole="PosMasa_PosDep_Target" />
          <NavigationProperty Name="PosSipAna" Relationship="Self.PosSipAna_PosMasa" FromRole="PosSipAna_PosMasa_Target" ToRole="PosSipAna_PosMasa_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosMasa_Sirket" FromRole="PosMasa_Sirket_Source" ToRole="PosMasa_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosSipAna" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosSipAna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="Saat" Type="Time" Nullable="false" />
          <Property Name="KapanisSaati" Type="Time" />
          <Property Name="FisNo" Type="Int32" Nullable="false" />
          <Property Name="KisiSayisi" Type="Int32" Nullable="false" />
          <Property Name="CekNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SabitIndirim" Type="Double" />
          <Property Name="PosMasaId" Type="Int32" Nullable="false" />
          <Property Name="FolioId" Type="Int32" />
          <Property Name="PosGarsonId" Type="Int32" Nullable="false" />
          <Property Name="PosSipAnaMasaDurum" Type="Self.PosSipAnaDurum" Nullable="false" />
          <Property Name="HesapKilit" Type="Boolean" Nullable="false" />
          <Property Name="PosIptalSebepId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Folio" Relationship="Self.PosSipAna_Folio" FromRole="PosSipAna_Folio_Source" ToRole="PosSipAna_Folio_Target" />
          <NavigationProperty Name="PosAdisyonlar" Relationship="Self.PosAdisyon_PosSipAna" FromRole="PosAdisyon_PosSipAna_Target" ToRole="PosAdisyon_PosSipAna_Source" />
          <NavigationProperty Name="PosGarson" Relationship="Self.PosSipAna_PosGarson" FromRole="PosSipAna_PosGarson_Source" ToRole="PosSipAna_PosGarson_Target" />
          <NavigationProperty Name="PosIptalSebep" Relationship="Self.PosSipAna_PosIptalSebep" FromRole="PosSipAna_PosIptalSebep_Source" ToRole="PosSipAna_PosIptalSebep_Target" />
          <NavigationProperty Name="PosMasa" Relationship="Self.PosSipAna_PosMasa" FromRole="PosSipAna_PosMasa_Source" ToRole="PosSipAna_PosMasa_Target" />
          <NavigationProperty Name="PosOdemeler" Relationship="Self.PosOdemeler_PosSipAna" FromRole="PosOdemeler_PosSipAna_Target" ToRole="PosOdemeler_PosSipAna_Source" />
          <NavigationProperty Name="PosSipDetaylar" Relationship="Self.PosSipDetay_PosSipAna" FromRole="PosSipDetay_PosSipAna_Target" ToRole="PosSipDetay_PosSipAna_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosSipAna_Sirket" FromRole="PosSipAna_Sirket_Source" ToRole="PosSipAna_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosAdisyon" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosAdisyon, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="AdisyonNo" Type="Int32" />
          <Property Name="FaturaDurumu" Type="Self.FaturaDurumu" />
          <Property Name="PosSipAnaId" Type="Int32" />
          <Property Name="PosAdisyonSeriId" Type="Int32" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="Saat" Type="Time" Nullable="false" />
          <Property Name="PosGarsonId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosAdisyonSeri" Relationship="Self.PosAdisyon_PosAdisyonSeri" FromRole="PosAdisyon_PosAdisyonSeri_Source" ToRole="PosAdisyon_PosAdisyonSeri_Target" />
          <NavigationProperty Name="PosGarson" Relationship="Self.PosAdisyon_PosGarson" FromRole="PosAdisyon_PosGarson_Source" ToRole="PosAdisyon_PosGarson_Target" />
          <NavigationProperty Name="PosSipAna" Relationship="Self.PosAdisyon_PosSipAna" FromRole="PosAdisyon_PosSipAna_Source" ToRole="PosAdisyon_PosSipAna_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosAdisyon_Sirket" FromRole="PosAdisyon_Sirket_Source" ToRole="PosAdisyon_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosAdisyonSeri" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosAdisyonSeri, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Seri" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BaslangicNo" Type="Int32" Nullable="false" />
          <Property Name="BitisNo" Type="Int32" Nullable="false" />
          <Property Name="PosDepId" Type="Int32" />
          <Property Name="PosGarsonId" Type="Int32" />
          <Property Name="PosAdisyonTuru" Type="Self.PosAdisyonTuru" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosDep" Relationship="Self.PosAdisyonSeri_PosDep" FromRole="PosAdisyonSeri_PosDep_Source" ToRole="PosAdisyonSeri_PosDep_Target" />
          <NavigationProperty Name="PosGarson" Relationship="Self.PosAdisyonSeri_PosGarson" FromRole="PosAdisyonSeri_PosGarson_Source" ToRole="PosAdisyonSeri_PosGarson_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosAdisyonSeri_Sirket" FromRole="PosAdisyonSeri_Sirket_Source" ToRole="PosAdisyonSeri_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosGarson" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosGarson, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.PosGarson_Kullanici" FromRole="PosGarson_Kullanici_Source" ToRole="PosGarson_Kullanici_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosGarson_Sirket" FromRole="PosGarson_Sirket_Source" ToRole="PosGarson_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosIptalSebep" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosIptalSebep, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosIptalTipi" Type="Self.PosIptalTipi" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosIptalSebep_Sirket" FromRole="PosIptalSebep_Sirket_Source" ToRole="PosIptalSebep_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosOdemeler" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosOdemeler, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosSipAnaId" Type="Int32" Nullable="false" />
          <Property Name="UstOdemeID" Type="Int32" />
          <Property Name="Tutar" Type="Double" Nullable="false" />
          <Property Name="PosOdemeTipiId" Type="Int32" Nullable="false" />
          <Property Name="PosOdemeTipiEnum" Type="Self.PosOdemeTipiEnum" Nullable="false" />
          <Property Name="Tarih" Type="DateTime" />
          <Property Name="Saat" Type="Time" />
          <Property Name="HrkKey" Type="Int32" Nullable="false" />
          <Property Name="PosOdenmezIkramId" Type="Int32" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosOdemeBazHareketler" Relationship="Self.PosOdemeBazHareket_PosOdemeler" FromRole="PosOdemeBazHareket_PosOdemeler_Target" ToRole="PosOdemeBazHareket_PosOdemeler_Source" />
          <NavigationProperty Name="PosOdemeTipi" Relationship="Self.PosOdemeler_PosOdemeTipi" FromRole="PosOdemeler_PosOdemeTipi_Source" ToRole="PosOdemeler_PosOdemeTipi_Target" />
          <NavigationProperty Name="PosOdenmezIkram" Relationship="Self.PosOdemeler_PosOdenmezIkram" FromRole="PosOdemeler_PosOdenmezIkram_Source" ToRole="PosOdemeler_PosOdenmezIkram_Target" />
          <NavigationProperty Name="PosSipAna" Relationship="Self.PosOdemeler_PosSipAna" FromRole="PosOdemeler_PosSipAna_Source" ToRole="PosOdemeler_PosSipAna_Target" />
          <NavigationProperty Name="UstOdeme" Relationship="Self.PosOdemeler_UstOdeme" FromRole="PosOdemeler_UstOdeme_Source" ToRole="PosOdemeler_UstOdeme_Target" />
        </EntityType>
        <EntityType Name="PosOdemeBazHareket" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosOdemeBazHareket, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosSipDetayId" Type="Int32" Nullable="false" />
          <Property Name="BazMiktar" Type="Double" Nullable="false" />
          <Property Name="PosOdemelerId" Type="Int32" Nullable="false" />
          <Property Name="Tutar" Type="Double" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosOdemeler" Relationship="Self.PosOdemeBazHareket_PosOdemeler" FromRole="PosOdemeBazHareket_PosOdemeler_Source" ToRole="PosOdemeBazHareket_PosOdemeler_Target" />
          <NavigationProperty Name="PosSipDetay" Relationship="Self.PosSipDetay_PosOdemeBazHareket" FromRole="PosSipDetay_PosOdemeBazHareket_Target" ToRole="PosSipDetay_PosOdemeBazHareket_Source" />
        </EntityType>
        <EntityType Name="PosSipDetay" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosSipDetay, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="Miktar" Type="Double" Nullable="false" />
          <Property Name="BirimFiyat" Type="Double" Nullable="false" />
          <Property Name="ToplamFiyat" Type="Double" Nullable="false" />
          <Property Name="NetFiyat" Type="Double" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="PosSipDetayTip" Type="Self.PosSipDetayTip" Nullable="false" />
          <Property Name="PosSatKodId" Type="Int32" Nullable="false" />
          <Property Name="PosSipAnaId" Type="Int32" Nullable="false" />
          <Property Name="PosGarsonId" Type="Int32" Nullable="false" />
          <Property Name="PosIptalSebepId" Type="Int32" />
          <Property Name="StokhrkAnaId" Type="Int32" />
          <Property Name="PosMutfakDurum" Type="Self.PosMutfakDurum" Nullable="false" />
          <Property Name="AdisyonaGonderildi" Type="Boolean" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosGarson" Relationship="Self.PosSipDetay_PosGarson" FromRole="PosSipDetay_PosGarson_Source" ToRole="PosSipDetay_PosGarson_Target" />
          <NavigationProperty Name="PosIptalSebep" Relationship="Self.PosSipDetay_PosIptalSebep" FromRole="PosSipDetay_PosIptalSebep_Source" ToRole="PosSipDetay_PosIptalSebep_Target" />
          <NavigationProperty Name="PosOdemeBazHareket" Relationship="Self.PosSipDetay_PosOdemeBazHareket" FromRole="PosSipDetay_PosOdemeBazHareket_Source" ToRole="PosSipDetay_PosOdemeBazHareket_Target" />
          <NavigationProperty Name="PosSatKod" Relationship="Self.PosSipDetay_PosSatKod" FromRole="PosSipDetay_PosSatKod_Source" ToRole="PosSipDetay_PosSatKod_Target" />
          <NavigationProperty Name="PosSipAna" Relationship="Self.PosSipDetay_PosSipAna" FromRole="PosSipDetay_PosSipAna_Source" ToRole="PosSipDetay_PosSipAna_Target" />
          <NavigationProperty Name="PosSipDetayCondimentler" Relationship="Self.PosCond_PosSipDetay" FromRole="PosCond_PosSipDetay_Target" ToRole="PosCond_PosSipDetay_Source" />
          <NavigationProperty Name="PosSipDetayFiyHrk" Relationship="Self.PosSipDetayFiyHrk_PosSipDetay" FromRole="PosSipDetayFiyHrk_PosSipDetay_Target" ToRole="PosSipDetayFiyHrk_PosSipDetay_Source" />
          <NavigationProperty Name="PosSipDetayIndirimler" Relationship="Self.PosSipDetayIndirimler_PosSipDetay" FromRole="PosSipDetayIndirimler_PosSipDetay_Target" ToRole="PosSipDetayIndirimler_PosSipDetay_Source" />
          <NavigationProperty Name="PosSipDetayVaryasyonlar" Relationship="Self.PosSipDetayVaryasyonlar_PosSipDetay" FromRole="PosSipDetayVaryasyonlar_PosSipDetay_Target" ToRole="PosSipDetayVaryasyonlar_PosSipDetay_Source" />
          <NavigationProperty Name="StokhrkAna" Relationship="Self.PosSipDetay_StokhrkAna" FromRole="PosSipDetay_StokhrkAna_Source" ToRole="PosSipDetay_StokhrkAna_Target" />
        </EntityType>
        <EntityType Name="PosSatKod" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosSatKod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosAltKategorilerId" Type="Int32" />
          <Property Name="ReceteId" Type="Int32" />
          <Property Name="Derece" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosAltKategoriler" Relationship="Self.PosAltKategoriler_PosSatKodlar" FromRole="PosAltKategoriler_PosSatKodlar_Target" ToRole="PosAltKategoriler_PosSatKodlar_Source" />
          <NavigationProperty Name="PosSatKodCondimentler" Relationship="Self.PosSatKod_PosSatKodCondimentler" FromRole="PosSatKod_PosSatKodCondimentler_Source" ToRole="PosSatKod_PosSatKodCondimentler_Target" />
          <NavigationProperty Name="PosSatKodFiyatlar" Relationship="Self.PosSatKodFiyat_PosSatKod" FromRole="PosSatKodFiyat_PosSatKod_Target" ToRole="PosSatKodFiyat_PosSatKod_Source" />
          <NavigationProperty Name="Recete" Relationship="Self.PosSatKod_Recete" FromRole="PosSatKod_Recete_Source" ToRole="PosSatKod_Recete_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosSatKod_Sirket" FromRole="PosSatKod_Sirket_Source" ToRole="PosSatKod_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosAltKategoriler" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosAltKategoriler, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosKategoriTip" Type="Self.PosKategoriTip" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosSatKodlar" Relationship="Self.PosAltKategoriler_PosSatKodlar" FromRole="PosAltKategoriler_PosSatKodlar_Source" ToRole="PosAltKategoriler_PosSatKodlar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosAltKategoriler_Sirket" FromRole="PosAltKategoriler_Sirket_Source" ToRole="PosAltKategoriler_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosCondTanim" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosCondTanim, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosSatKodId" Type="Int32" Nullable="false" />
          <Property Name="PosSatKodCondimentId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosSatKod" Relationship="Self.PosSatKod_PosSatKodCondimentler" FromRole="PosSatKod_PosSatKodCondimentler_Target" ToRole="PosSatKod_PosSatKodCondimentler_Source" />
          <NavigationProperty Name="PosSatKodCondiment" Relationship="Self.PosCondTanim_PosSatKodCondiment" FromRole="PosCondTanim_PosSatKodCondiment_Source" ToRole="PosCondTanim_PosSatKodCondiment_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosCondTanim_Sirket" FromRole="PosCondTanim_Sirket_Source" ToRole="PosCondTanim_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosSatKodFiyat" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosSatKodFiyat, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosDepId" Type="Int32" />
          <Property Name="PosSatKodId" Type="Int32" Nullable="false" />
          <Property Name="BirinciFiyat" Type="Double" Nullable="false" />
          <Property Name="IkinciFiyat" Type="Double" Nullable="false" />
          <Property Name="UcuncuFiyat" Type="Double" Nullable="false" />
          <Property Name="DorduncuFiyat" Type="Double" Nullable="false" />
          <Property Name="PosKdvTipiId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosDep" Relationship="Self.PosSatKodFiyat_PosDep" FromRole="PosSatKodFiyat_PosDep_Source" ToRole="PosSatKodFiyat_PosDep_Target" />
          <NavigationProperty Name="PosKdvTipi" Relationship="Self.PosSatKodFiyat_PosKdvTipi" FromRole="PosSatKodFiyat_PosKdvTipi_Source" ToRole="PosSatKodFiyat_PosKdvTipi_Target" />
          <NavigationProperty Name="PosSatKod" Relationship="Self.PosSatKodFiyat_PosSatKod" FromRole="PosSatKodFiyat_PosSatKod_Source" ToRole="PosSatKodFiyat_PosSatKod_Target" />
        </EntityType>
        <EntityType Name="PosKdvTipi" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosKdvTipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KdvId" Type="Int32" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kdv" Relationship="Self.PosKdvTipi_Kdv" FromRole="PosKdvTipi_Kdv_Source" ToRole="PosKdvTipi_Kdv_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosKdvTipi_Sirket" FromRole="PosKdvTipi_Sirket_Source" ToRole="PosKdvTipi_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosCond" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosCond, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosSipDetayId" Type="Int32" Nullable="false" />
          <Property Name="PosSatKodCondimentlerTanimId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosSatKodCondimentlerTanim" Relationship="Self.PosCond_PosSatKodCondimentlerTanim" FromRole="PosCond_PosSatKodCondimentlerTanim_Source" ToRole="PosCond_PosSatKodCondimentlerTanim_Target" />
          <NavigationProperty Name="PosSipDetay" Relationship="Self.PosCond_PosSipDetay" FromRole="PosCond_PosSipDetay_Source" ToRole="PosCond_PosSipDetay_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosCond_Sirket" FromRole="PosCond_Sirket_Source" ToRole="PosCond_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosSipDetayFiyHrk" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosSipDetayFiyHrk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosSipDetayId" Type="Int32" Nullable="false" />
          <Property Name="PosSipDetayTip" Type="Self.PosSipDetayFiyTip" Nullable="false" />
          <Property Name="EskiBirimFiyat" Type="Double" Nullable="false" />
          <Property Name="YeniBirimFiyat" Type="Double" Nullable="false" />
          <Property Name="IslemTarihi" Type="DateTime" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosSipDetay" Relationship="Self.PosSipDetayFiyHrk_PosSipDetay" FromRole="PosSipDetayFiyHrk_PosSipDetay_Source" ToRole="PosSipDetayFiyHrk_PosSipDetay_Target" />
        </EntityType>
        <EntityType Name="PosSipDetayIndirimler" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosSipDetayIndirimler, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="Oran" Type="Double" Nullable="false" />
          <Property Name="PosSipDetayId" Type="Int32" Nullable="false" />
          <Property Name="PosGarsonId" Type="Int32" Nullable="false" />
          <Property Name="PosIndirimTipi" Type="Self.PosIndirimTipi" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosGarson" Relationship="Self.PosSipDetayIndirimler_PosGarson" FromRole="PosSipDetayIndirimler_PosGarson_Source" ToRole="PosSipDetayIndirimler_PosGarson_Target" />
          <NavigationProperty Name="PosSipDetay" Relationship="Self.PosSipDetayIndirimler_PosSipDetay" FromRole="PosSipDetayIndirimler_PosSipDetay_Source" ToRole="PosSipDetayIndirimler_PosSipDetay_Target" />
        </EntityType>
        <EntityType Name="PosSipDetayVaryasyonlar" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosSipDetayVaryasyonlar, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosSipDetayId" Type="Int32" Nullable="false" />
          <Property Name="PosVaryasyonlarTanimId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosSipDetay" Relationship="Self.PosSipDetayVaryasyonlar_PosSipDetay" FromRole="PosSipDetayVaryasyonlar_PosSipDetay_Source" ToRole="PosSipDetayVaryasyonlar_PosSipDetay_Target" />
          <NavigationProperty Name="PosVaryasyonlarTanim" Relationship="Self.PosSipDetayVaryasyonlar_PosVaryasyonlarTanim" FromRole="PosSipDetayVaryasyonlar_PosVaryasyonlarTanim_Source" ToRole="PosSipDetayVaryasyonlar_PosVaryasyonlarTanim_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosSipDetayVaryasyonlar_Sirket" FromRole="PosSipDetayVaryasyonlar_Sirket_Source" ToRole="PosSipDetayVaryasyonlar_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosVaryasyonlarTanim" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosVaryasyonlarTanim, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosKategoriTip" Type="Self.PosKategoriTip" />
          <Property Name="PosAltKategorilerId" Type="Int32" />
          <Property Name="PosSatKodId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosAltKategoriler" Relationship="Self.PosVaryasyonlarTanim_PosAltKategoriler" FromRole="PosVaryasyonlarTanim_PosAltKategoriler_Source" ToRole="PosVaryasyonlarTanim_PosAltKategoriler_Target" />
          <NavigationProperty Name="PosSatKod" Relationship="Self.PosVaryasyonlarTanim_PosSatKod" FromRole="PosVaryasyonlarTanim_PosSatKod_Source" ToRole="PosVaryasyonlarTanim_PosSatKod_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosVaryasyonlarTanim_Sirket" FromRole="PosVaryasyonlarTanim_Sirket_Source" ToRole="PosVaryasyonlarTanim_Sirket_Target" />
        </EntityType>
        <EntityType Name="StokhrkAna" customannotation:ClrType="Asyasoft.Data.Model.Stok.StokhrkAna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="FisTarih" Type="DateTime" Nullable="false" />
          <Property Name="IslemTarih" Type="DateTime" />
          <Property Name="FisTipId" Type="Int32" Nullable="false" />
          <Property Name="TevkifatId" Type="Int32" />
          <Property Name="MaliyetSabit" Type="Boolean" Nullable="false" />
          <Property Name="FaturaAltiIndTutar" Type="Double" Nullable="false" />
          <Property Name="FaturaAltiIndOran" Type="Double" Nullable="false" />
          <Property Name="HesapId" Type="Int32" />
          <Property Name="BelgeTipi" Type="Self.SBelgeTip" />
          <Property Name="PosOdenmezIkramId" Type="Int32" />
          <Property Name="EvrakNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="EvrakTarih" Type="DateTime" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="FisTip" Relationship="Self.StokhrkAna_FisTip" FromRole="StokhrkAna_FisTip_Source" ToRole="StokhrkAna_FisTip_Target" />
          <NavigationProperty Name="Hesap" Relationship="Self.StokhrkAna_Hesap" FromRole="StokhrkAna_Hesap_Source" ToRole="StokhrkAna_Hesap_Target" />
          <NavigationProperty Name="PosOdenmezIkram" Relationship="Self.StokhrkAna_PosOdenmezIkram" FromRole="StokhrkAna_PosOdenmezIkram_Source" ToRole="StokhrkAna_PosOdenmezIkram_Target" />
          <NavigationProperty Name="ReceteHrkAnalar" Relationship="Self.ReceteHrkAna_StokhrkAna" FromRole="ReceteHrkAna_StokhrkAna_Target" ToRole="ReceteHrkAna_StokhrkAna_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.StokhrkAna_Sirket" FromRole="StokhrkAna_Sirket_Source" ToRole="StokhrkAna_Sirket_Target" />
          <NavigationProperty Name="StokhrkAnaBaglantilar" Relationship="Self.StokhrkAna_StokhrkAnaBaglantilar" FromRole="StokhrkAna_StokhrkAnaBaglantilar_Source" ToRole="StokhrkAna_StokhrkAnaBaglantilar_Target" />
          <NavigationProperty Name="StokhrkAnaBaglantilarDiger" Relationship="Self.StokhrkAna_StokhrkAnaBaglantilarDiger" FromRole="StokhrkAna_StokhrkAnaBaglantilarDiger_Source" ToRole="StokhrkAna_StokhrkAnaBaglantilarDiger_Target" />
          <NavigationProperty Name="StokhrkDetaylar" Relationship="Self.StokhrkDetay_StokhrkAna" FromRole="StokhrkDetay_StokhrkAna_Target" ToRole="StokhrkDetay_StokhrkAna_Source" />
          <NavigationProperty Name="Tevkifat" Relationship="Self.StokhrkAna_Tevkifat" FromRole="StokhrkAna_Tevkifat_Source" ToRole="StokhrkAna_Tevkifat_Target" />
        </EntityType>
        <EntityType Name="FisTip" customannotation:ClrType="Asyasoft.Data.Model.Stok.FisTip, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ADurum" Type="Self.Operant" Nullable="false" />
          <Property Name="DDurum" Type="Self.Operant" Nullable="false" />
          <Property Name="MaliyetSabit" Type="Boolean" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.FisTip_Sirket" FromRole="FisTip_Sirket_Source" ToRole="FisTip_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosOdenmezIkram" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosOdenmezIkram, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="OdenmezIkramTip" Type="Self.PosKartTip" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosOdenmezIkram_Sirket" FromRole="PosOdenmezIkram_Sirket_Source" ToRole="PosOdenmezIkram_Sirket_Target" />
        </EntityType>
        <EntityType Name="ReceteHrkAna" customannotation:ClrType="Asyasoft.Data.Model.Stok.ReceteHrkAna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="FisTipId" Type="Int32" Nullable="false" />
          <Property Name="PosOdenmezIkramId" Type="Int32" />
          <Property Name="BelgeTipi" Type="Self.SBelgeTip" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Planlama" Type="Boolean" Nullable="false" />
          <Property Name="PlanlamaTarihi" Type="DateTime" Nullable="false" />
          <Property Name="StokhrkAnaId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="FisTip" Relationship="Self.ReceteHrkAna_FisTip" FromRole="ReceteHrkAna_FisTip_Source" ToRole="ReceteHrkAna_FisTip_Target" />
          <NavigationProperty Name="PosOdenmezIkram" Relationship="Self.ReceteHrkAna_PosOdenmezIkram" FromRole="ReceteHrkAna_PosOdenmezIkram_Source" ToRole="ReceteHrkAna_PosOdenmezIkram_Target" />
          <NavigationProperty Name="ReceteHrkDetaylar" Relationship="Self.ReceteHrkDetay_ReceteHrkAna" FromRole="ReceteHrkDetay_ReceteHrkAna_Target" ToRole="ReceteHrkDetay_ReceteHrkAna_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.ReceteHrkAna_Sirket" FromRole="ReceteHrkAna_Sirket_Source" ToRole="ReceteHrkAna_Sirket_Target" />
          <NavigationProperty Name="StokhrkAna" Relationship="Self.ReceteHrkAna_StokhrkAna" FromRole="ReceteHrkAna_StokhrkAna_Source" ToRole="ReceteHrkAna_StokhrkAna_Target" />
        </EntityType>
        <EntityType Name="ReceteHrkDetay" customannotation:ClrType="Asyasoft.Data.Model.Stok.ReceteHrkDetay, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Sira" Type="Int32" />
          <Property Name="Miktar" Type="Single" Nullable="false" />
          <Property Name="SatisTutar" Type="Double" Nullable="false" />
          <Property Name="ReceteBaglantiAnaId" Type="Int32" />
          <Property Name="AlanDepartmanId" Type="Int32" />
          <Property Name="ReceteId" Type="Int32" />
          <Property Name="ReceteHrkAnaId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AlanDepartman" Relationship="Self.ReceteHrkDetay_AlanDepartman" FromRole="ReceteHrkDetay_AlanDepartman_Source" ToRole="ReceteHrkDetay_AlanDepartman_Target" />
          <NavigationProperty Name="Recete" Relationship="Self.ReceteHrkDetay_Recete" FromRole="ReceteHrkDetay_Recete_Source" ToRole="ReceteHrkDetay_Recete_Target" />
          <NavigationProperty Name="ReceteBaglantiAna" Relationship="Self.ReceteHrkDetay_ReceteBaglantiAna" FromRole="ReceteHrkDetay_ReceteBaglantiAna_Source" ToRole="ReceteHrkDetay_ReceteBaglantiAna_Target" />
          <NavigationProperty Name="ReceteHrkAna" Relationship="Self.ReceteHrkDetay_ReceteHrkAna" FromRole="ReceteHrkDetay_ReceteHrkAna_Source" ToRole="ReceteHrkDetay_ReceteHrkAna_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.ReceteHrkDetay_Sirket" FromRole="ReceteHrkDetay_Sirket_Source" ToRole="ReceteHrkDetay_Sirket_Target" />
          <NavigationProperty Name="StokhrkDetaylar" Relationship="Self.StokhrkDetay_ReceteHrkDetay" FromRole="StokhrkDetay_ReceteHrkDetay_Target" ToRole="StokhrkDetay_ReceteHrkDetay_Source" />
        </EntityType>
        <EntityType Name="DepartmanAna" customannotation:ClrType="Asyasoft.Data.Model.Stok.DepartmanAna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DepartmanAmbarId" Type="Int32" />
          <Property Name="DepartmanCostDetaySirketId" Type="Int32" />
          <Property Name="DepartmanCostDetayEntegre" Type="Self.EnumEH" />
          <Property Name="DepartmanDetayZorunluReferansId" Type="Int32" />
          <Property Name="DepartmanDetayEmanet" Type="Self.EnumEH" />
          <Property Name="DepartmanPOSDetaySatisDepartmanId" Type="Int32" />
          <Property Name="DepartmanPOSDetayReceteDepartmanId" Type="Int32" />
          <Property Name="DepartmanMiAmbarMi" Type="Self.AmbDep" Nullable="false" />
          <Property Name="ReferansId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="DepartmanAmbar" Relationship="Self.DepartmanAna_DepartmanAmbar" FromRole="DepartmanAna_DepartmanAmbar_Source" ToRole="DepartmanAna_DepartmanAmbar_Target" />
          <NavigationProperty Name="DepDevirler" Relationship="Self.DepDevir_DepartmanAna" FromRole="DepDevir_DepartmanAna_Target" ToRole="DepDevir_DepartmanAna_Source" />
          <NavigationProperty Name="Referans" Relationship="Self.DepartmanAna_Referans" FromRole="DepartmanAna_Referans_Source" ToRole="DepartmanAna_Referans_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.DepartmanAna_Sirket" FromRole="DepartmanAna_Sirket_Source" ToRole="DepartmanAna_Sirket_Target" />
        </EntityType>
        <EntityType Name="DepDevir" customannotation:ClrType="Asyasoft.Data.Model.Stok.DepDevir, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DepartmanAnaId" Type="Int32" Nullable="false" />
          <Property Name="DevirTarih" Type="DateTime" Nullable="false" />
          <Property Name="IslemTarihi" Type="DateTime" />
          <Property Name="StokhrkAnaId" Type="Int32" />
          <Property Name="StokhrkAnaNo" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="DepartmanAna" Relationship="Self.DepDevir_DepartmanAna" FromRole="DepDevir_DepartmanAna_Source" ToRole="DepDevir_DepartmanAna_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.DepDevir_Sirket" FromRole="DepDevir_Sirket_Source" ToRole="DepDevir_Sirket_Target" />
          <NavigationProperty Name="StokhrkAna" Relationship="Self.DepDevir_StokhrkAna" FromRole="DepDevir_StokhrkAna_Source" ToRole="DepDevir_StokhrkAna_Target" />
        </EntityType>
        <EntityType Name="Referans" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Referans, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="OnbReferansId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="OnbReferans" Relationship="Self.Referans_OnbReferans" FromRole="Referans_OnbReferans_Source" ToRole="Referans_OnbReferans_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Referans_Sirket" FromRole="Referans_Sirket_Source" ToRole="Referans_Sirket_Target" />
        </EntityType>
        <EntityType Name="StokhrkDetay" customannotation:ClrType="Asyasoft.Data.Model.Stok.StokhrkDetay, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="StokhrkAnaId" Type="Int32" Nullable="false" />
          <Property Name="SiraNo" Type="Int32" Nullable="false" />
          <Property Name="UrunId" Type="Int32" />
          <Property Name="BirimTuru" Type="Self.BirimTuru" />
          <Property Name="Miktar" Type="Single" Nullable="false" />
          <Property Name="BirimTuruMiktar" Type="Single" />
          <Property Name="UrunBirimId" Type="Int32" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Matrah" Type="Double" Nullable="false" />
          <Property Name="KdvId" Type="Int32" />
          <Property Name="VerenDepartmanId" Type="Int32" />
          <Property Name="AlanDepartmanId" Type="Int32" />
          <Property Name="MatrahYuvarlama" Type="Single" Nullable="false" />
          <Property Name="KDVYuvarlama" Type="Single" Nullable="false" />
          <Property Name="Isk1" Type="Double" />
          <Property Name="Isk2" Type="Double" />
          <Property Name="Isk3" Type="Double" />
          <Property Name="Pasif" Type="Boolean" />
          <Property Name="ReceteHrkDetayId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AlanDepartman" Relationship="Self.StokhrkDetay_AlanDepartman" FromRole="StokhrkDetay_AlanDepartman_Source" ToRole="StokhrkDetay_AlanDepartman_Target" />
          <NavigationProperty Name="Kdv" Relationship="Self.StokhrkDetay_Kdv" FromRole="StokhrkDetay_Kdv_Source" ToRole="StokhrkDetay_Kdv_Target" />
          <NavigationProperty Name="ReceteHrkDetay" Relationship="Self.StokhrkDetay_ReceteHrkDetay" FromRole="StokhrkDetay_ReceteHrkDetay_Source" ToRole="StokhrkDetay_ReceteHrkDetay_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.StokhrkDetay_Sirket" FromRole="StokhrkDetay_Sirket_Source" ToRole="StokhrkDetay_Sirket_Target" />
          <NavigationProperty Name="StokhrkAna" Relationship="Self.StokhrkDetay_StokhrkAna" FromRole="StokhrkDetay_StokhrkAna_Source" ToRole="StokhrkDetay_StokhrkAna_Target" />
          <NavigationProperty Name="StokhrkDetayAyrinti" Relationship="Self.StokhrkDetay_StokhrkDetayAyrinti" FromRole="StokhrkDetay_StokhrkDetayAyrinti_Source" ToRole="StokhrkDetay_StokhrkDetayAyrinti_Target" />
          <NavigationProperty Name="StokhrkDetayBaglantiAna" Relationship="Self.StokhrkDetay_StokhrkDetayBaglantiAna" FromRole="StokhrkDetay_StokhrkDetayBaglantiAna_Source" ToRole="StokhrkDetay_StokhrkDetayBaglantiAna_Target" />
          <NavigationProperty Name="StokhrkDetayBaglantiUst" Relationship="Self.StokhrkDetay_StokhrkDetayBaglantiUst" FromRole="StokhrkDetay_StokhrkDetayBaglantiUst_Source" ToRole="StokhrkDetay_StokhrkDetayBaglantiUst_Target" />
          <NavigationProperty Name="Urun" Relationship="Self.StokhrkDetay_Urun" FromRole="StokhrkDetay_Urun_Source" ToRole="StokhrkDetay_Urun_Target" />
          <NavigationProperty Name="UrunBirim" Relationship="Self.StokhrkDetay_UrunBirim" FromRole="StokhrkDetay_UrunBirim_Source" ToRole="StokhrkDetay_UrunBirim_Target" />
          <NavigationProperty Name="VerenDepartman" Relationship="Self.StokhrkDetay_VerenDepartman" FromRole="StokhrkDetay_VerenDepartman_Source" ToRole="StokhrkDetay_VerenDepartman_Target" />
        </EntityType>
        <EntityType Name="StokhrkDetayAyrinti" customannotation:ClrType="Asyasoft.Data.Model.Stok.StokhrkDetayAyrinti, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="SayimMiktar" Type="Single" Nullable="false" />
          <Property Name="IrsaliyeMiktar" Type="Single" Nullable="false" />
          <Property Name="IrsaliyeHesaplamayaDahilEtme" Type="Boolean" Nullable="false" />
          <Property Name="FaturayaDonusturuldu" Type="Boolean" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="StokhrkDetay" Relationship="Self.StokhrkDetay_StokhrkDetayAyrinti" FromRole="StokhrkDetay_StokhrkDetayAyrinti_Target" ToRole="StokhrkDetay_StokhrkDetayAyrinti_Source" />
        </EntityType>
        <EntityType Name="StokhrkDetayBaglanti" customannotation:ClrType="Asyasoft.Data.Model.Stok.StokhrkDetayBaglanti, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="StokhrkDetayId" Type="Int32" Nullable="false" />
          <Property Name="UstStokhrkDetayId" Type="Int32" Nullable="false" />
          <Property Name="BaglantiTipi" Type="Self.BaglantiTipi" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.StokhrkDetayBaglanti_Sirket" FromRole="StokhrkDetayBaglanti_Sirket_Source" ToRole="StokhrkDetayBaglanti_Sirket_Target" />
          <NavigationProperty Name="StokhrkDetay" Relationship="Self.StokhrkDetay_StokhrkDetayBaglantiAna" FromRole="StokhrkDetay_StokhrkDetayBaglantiAna_Target" ToRole="StokhrkDetay_StokhrkDetayBaglantiAna_Source" />
          <NavigationProperty Name="UstStokhrkDetay" Relationship="Self.StokhrkDetay_StokhrkDetayBaglantiUst" FromRole="StokhrkDetay_StokhrkDetayBaglantiUst_Target" ToRole="StokhrkDetay_StokhrkDetayBaglantiUst_Source" />
        </EntityType>
        <EntityType Name="Urun" customannotation:ClrType="Asyasoft.Data.Model.Stok.Urun, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="EnvanterId" Type="Int32" Nullable="false" />
          <Property Name="UrunSatisFiltre" Type="Self.UrunSatisFiltre" />
          <Property Name="UrunOzelBarkod" Type="Boolean" />
          <Property Name="UrunBirimFiyatDegisimOrani" Type="Single" />
          <Property Name="KdvId" Type="Int32" />
          <Property Name="Porsiyon" Type="Double" />
          <Property Name="ReceteHareketTipi" Type="Self.ReceteHareketTipi" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Envanter" Relationship="Self.Envanter_Urunler" FromRole="Envanter_Urunler_Target" ToRole="Envanter_Urunler_Source" />
          <NavigationProperty Name="Kdv" Relationship="Self.Urun_Kdv" FromRole="Urun_Kdv_Source" ToRole="Urun_Kdv_Target" />
          <NavigationProperty Name="Receteler" Relationship="Self.Urun_Receteler" FromRole="Urun_Receteler_Source" ToRole="Urun_Receteler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Urun_Sirket" FromRole="Urun_Sirket_Source" ToRole="Urun_Sirket_Target" />
          <NavigationProperty Name="UrunBarkodlar" Relationship="Self.UrunBarkod_Urun" FromRole="UrunBarkod_Urun_Target" ToRole="UrunBarkod_Urun_Source" />
          <NavigationProperty Name="UrunBirimler" Relationship="Self.UrunBirim_Urun" FromRole="UrunBirim_Urun_Target" ToRole="UrunBirim_Urun_Source" />
          <NavigationProperty Name="UrunMarkalar" Relationship="Self.UrunMarka_Urun" FromRole="UrunMarka_Urun_Target" ToRole="UrunMarka_Urun_Source" />
          <NavigationProperty Name="UrunMuhasebeHesap" Relationship="Self.Urun_UrunMuhasebeHesap" FromRole="Urun_UrunMuhasebeHesap_Source" ToRole="Urun_UrunMuhasebeHesap_Target" />
          <NavigationProperty Name="UrunOzelBarkodlar" Relationship="Self.UrunOzelBarkod_Urun" FromRole="UrunOzelBarkod_Urun_Target" ToRole="UrunOzelBarkod_Urun_Source" />
        </EntityType>
        <EntityType Name="Envanter" customannotation:ClrType="Asyasoft.Data.Model.Stok.Envanter, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="AltGrupId" Type="Int32" />
          <Property Name="GrupId" Type="Int32" Nullable="false" />
          <Property Name="EnvYID" Type="Self.YID" Nullable="false" />
          <Property Name="Seviye" Type="Int32" Nullable="false" />
          <Property Name="CostEntegre" Type="Boolean" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AltGrup" Relationship="Self.AltGrup_Envanterler" FromRole="AltGrup_Envanterler_Target" ToRole="AltGrup_Envanterler_Source" />
          <NavigationProperty Name="Grup" Relationship="Self.Envanter_Grup" FromRole="Envanter_Grup_Source" ToRole="Envanter_Grup_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Envanter_Sirket" FromRole="Envanter_Sirket_Source" ToRole="Envanter_Sirket_Target" />
          <NavigationProperty Name="Urunler" Relationship="Self.Envanter_Urunler" FromRole="Envanter_Urunler_Source" ToRole="Envanter_Urunler_Target" />
        </EntityType>
        <EntityType Name="AltGrup" customannotation:ClrType="Asyasoft.Data.Model.Stok.AltGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="GrupId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Envanterler" Relationship="Self.AltGrup_Envanterler" FromRole="AltGrup_Envanterler_Source" ToRole="AltGrup_Envanterler_Target" />
          <NavigationProperty Name="Grup" Relationship="Self.Grup_Altgruplar" FromRole="Grup_Altgruplar_Target" ToRole="Grup_Altgruplar_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.AltGrup_Sirket" FromRole="AltGrup_Sirket_Source" ToRole="AltGrup_Sirket_Target" />
        </EntityType>
        <EntityType Name="Grup" customannotation:ClrType="Asyasoft.Data.Model.Stok.Grup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Altgruplar" Relationship="Self.Grup_Altgruplar" FromRole="Grup_Altgruplar_Source" ToRole="Grup_Altgruplar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Grup_Sirket" FromRole="Grup_Sirket_Source" ToRole="Grup_Sirket_Target" />
        </EntityType>
        <EntityType Name="UrunBarkod" customannotation:ClrType="Asyasoft.Data.Model.Stok.UrunBarkod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UrunID" Type="Int32" Nullable="false" />
          <Property Name="UrunBarkodKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="UrunBarkodBirimID" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.UrunBarkod_Sirket" FromRole="UrunBarkod_Sirket_Source" ToRole="UrunBarkod_Sirket_Target" />
          <NavigationProperty Name="Urun" Relationship="Self.UrunBarkod_Urun" FromRole="UrunBarkod_Urun_Source" ToRole="UrunBarkod_Urun_Target" />
        </EntityType>
        <EntityType Name="UrunBirim" customannotation:ClrType="Asyasoft.Data.Model.Stok.UrunBirim, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UrunID" Type="Int32" Nullable="false" />
          <Property Name="BirimId" Type="Int32" Nullable="false" />
          <Property Name="Carpan" Type="Single" Nullable="false" />
          <Property Name="AltBirimId" Type="Int32" />
          <Property Name="UrunDetayBirimTuru" Type="Self.BirimTuru" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AltBirim" Relationship="Self.UrunBirim_AltBirim" FromRole="UrunBirim_AltBirim_Source" ToRole="UrunBirim_AltBirim_Target" />
          <NavigationProperty Name="Birim" Relationship="Self.UrunBirim_Birim" FromRole="UrunBirim_Birim_Source" ToRole="UrunBirim_Birim_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.UrunBirim_Sirket" FromRole="UrunBirim_Sirket_Source" ToRole="UrunBirim_Sirket_Target" />
          <NavigationProperty Name="Urun" Relationship="Self.UrunBirim_Urun" FromRole="UrunBirim_Urun_Source" ToRole="UrunBirim_Urun_Target" />
        </EntityType>
        <EntityType Name="UrunMarka" customannotation:ClrType="Asyasoft.Data.Model.Stok.UrunMarka, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UrunID" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.UrunMarka_Sirket" FromRole="UrunMarka_Sirket_Source" ToRole="UrunMarka_Sirket_Target" />
          <NavigationProperty Name="Urun" Relationship="Self.UrunMarka_Urun" FromRole="UrunMarka_Urun_Source" ToRole="UrunMarka_Urun_Target" />
        </EntityType>
        <EntityType Name="UrunMuhasebeHesap" customannotation:ClrType="Asyasoft.Data.Model.Stok.UrunMuhasebeHesap, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="HesapGirisId" Type="Int32" />
          <Property Name="HesapCikisId" Type="Int32" />
          <Property Name="HesapTuketimId" Type="Int32" />
          <Property Name="HesapEmanetGirisId" Type="Int32" />
          <Property Name="HesapOtellerArasiTransferId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="HesapCikis" Relationship="Self.UrunMuhasebeHesap_HesapCikis" FromRole="UrunMuhasebeHesap_HesapCikis_Source" ToRole="UrunMuhasebeHesap_HesapCikis_Target" />
          <NavigationProperty Name="HesapEmanetGiris" Relationship="Self.UrunMuhasebeHesap_HesapEmanetGiris" FromRole="UrunMuhasebeHesap_HesapEmanetGiris_Source" ToRole="UrunMuhasebeHesap_HesapEmanetGiris_Target" />
          <NavigationProperty Name="HesapGiris" Relationship="Self.UrunMuhasebeHesap_HesapGiris" FromRole="UrunMuhasebeHesap_HesapGiris_Source" ToRole="UrunMuhasebeHesap_HesapGiris_Target" />
          <NavigationProperty Name="HesapOtellerArasiTransfer" Relationship="Self.UrunMuhasebeHesap_HesapOtellerArasiTransfer" FromRole="UrunMuhasebeHesap_HesapOtellerArasiTransfer_Source" ToRole="UrunMuhasebeHesap_HesapOtellerArasiTransfer_Target" />
          <NavigationProperty Name="HesapTuketim" Relationship="Self.UrunMuhasebeHesap_HesapTuketim" FromRole="UrunMuhasebeHesap_HesapTuketim_Source" ToRole="UrunMuhasebeHesap_HesapTuketim_Target" />
          <NavigationProperty Name="Urun" Relationship="Self.Urun_UrunMuhasebeHesap" FromRole="Urun_UrunMuhasebeHesap_Target" ToRole="Urun_UrunMuhasebeHesap_Source" />
        </EntityType>
        <EntityType Name="UrunOzelBarkod" customannotation:ClrType="Asyasoft.Data.Model.Stok.UrunOzelBarkod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UrunID" Type="Int32" Nullable="false" />
          <Property Name="UrunOzelBarkodAlanTipi" Type="Self.AlanTipi" Nullable="false" />
          <Property Name="UrunOzelBarkodBaslangic" Type="Int32" Nullable="false" />
          <Property Name="UrunOzelBarkodHane" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.UrunOzelBarkod_Sirket" FromRole="UrunOzelBarkod_Sirket_Source" ToRole="UrunOzelBarkod_Sirket_Target" />
          <NavigationProperty Name="Urun" Relationship="Self.UrunOzelBarkod_Urun" FromRole="UrunOzelBarkod_Urun_Source" ToRole="UrunOzelBarkod_Urun_Target" />
        </EntityType>
        <EntityType Name="StokhrkAnaBaglanti" customannotation:ClrType="Asyasoft.Data.Model.Stok.StokhrkAnaBaglanti, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="StokhrkAnaId" Type="Int32" Nullable="false" />
          <Property Name="StokhrkAnaIliskiId" Type="Int32" Nullable="false" />
          <Property Name="BaglantiTipi" Type="Self.BaglantiTipi" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.StokhrkAnaBaglanti_Sirket" FromRole="StokhrkAnaBaglanti_Sirket_Source" ToRole="StokhrkAnaBaglanti_Sirket_Target" />
          <NavigationProperty Name="StokhrkAna" Relationship="Self.StokhrkAna_StokhrkAnaBaglantilar" FromRole="StokhrkAna_StokhrkAnaBaglantilar_Target" ToRole="StokhrkAna_StokhrkAnaBaglantilar_Source" />
          <NavigationProperty Name="StokhrkAnaIliski" Relationship="Self.StokhrkAna_StokhrkAnaBaglantilarDiger" FromRole="StokhrkAna_StokhrkAnaBaglantilarDiger_Target" ToRole="StokhrkAna_StokhrkAnaBaglantilarDiger_Source" />
        </EntityType>
        <EntityType Name="PosOdemeTipi" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosOdemeTipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosOdemeTipiEnum" Type="Self.PosOdemeTipiEnum" Nullable="false" />
          <Property Name="DepkodId" Type="Int32" />
          <Property Name="DovizId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Depkod" Relationship="Self.PosOdemeTipi_Depkod" FromRole="PosOdemeTipi_Depkod_Source" ToRole="PosOdemeTipi_Depkod_Target" />
          <NavigationProperty Name="Doviz" Relationship="Self.PosOdemeTipi_Doviz" FromRole="PosOdemeTipi_Doviz_Source" ToRole="PosOdemeTipi_Doviz_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosOdemeTipi_Sirket" FromRole="PosOdemeTipi_Sirket_Source" ToRole="PosOdemeTipi_Sirket_Target" />
        </EntityType>
        <EntityType Name="ReceteBaglanti" customannotation:ClrType="Asyasoft.Data.Model.Stok.ReceteBaglanti, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ReceteBaglantiAnaId" Type="Int32" />
          <Property Name="ReceteIcerikId" Type="Int32" />
          <Property Name="TuketimDepartmaniId" Type="Int32" />
          <Property Name="GelirDepartmaniId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="GelirDepartmani" Relationship="Self.ReceteBaglanti_GelirDepartmani" FromRole="ReceteBaglanti_GelirDepartmani_Source" ToRole="ReceteBaglanti_GelirDepartmani_Target" />
          <NavigationProperty Name="ReceteBaglantiAna" Relationship="Self.ReceteBaglanti_ReceteBaglantiAna" FromRole="ReceteBaglanti_ReceteBaglantiAna_Source" ToRole="ReceteBaglanti_ReceteBaglantiAna_Target" />
          <NavigationProperty Name="ReceteIcerik" Relationship="Self.ReceteIcerik_ReceteBaglanti" FromRole="ReceteIcerik_ReceteBaglanti_Target" ToRole="ReceteIcerik_ReceteBaglanti_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.ReceteBaglanti_Sirket" FromRole="ReceteBaglanti_Sirket_Source" ToRole="ReceteBaglanti_Sirket_Target" />
          <NavigationProperty Name="TuketimDepartmani" Relationship="Self.ReceteBaglanti_TuketimDepartmani" FromRole="ReceteBaglanti_TuketimDepartmani_Source" ToRole="ReceteBaglanti_TuketimDepartmani_Target" />
        </EntityType>
        <EntityType Name="ReceteIcerik" customannotation:ClrType="Asyasoft.Data.Model.Stok.ReceteIcerik, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ReceteId" Type="Int32" Nullable="false" />
          <Property Name="UrunId" Type="Int32" />
          <Property Name="SiraNo" Type="Int32" Nullable="false" />
          <Property Name="UrunBirimId" Type="Int32" />
          <Property Name="ToplamMiktar" Type="Single" Nullable="false" />
          <Property Name="VBToplamMiktar" Type="Single" Nullable="false" />
          <Property Name="MiktarKisi" Type="Single" Nullable="false" />
          <Property Name="VBMiktarKisi" Type="Single" Nullable="false" />
          <Property Name="Maliyet" Type="Double" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Recete" Relationship="Self.ReceteIcerik_Recete" FromRole="ReceteIcerik_Recete_Source" ToRole="ReceteIcerik_Recete_Target" />
          <NavigationProperty Name="ReceteBaglanti" Relationship="Self.ReceteIcerik_ReceteBaglanti" FromRole="ReceteIcerik_ReceteBaglanti_Source" ToRole="ReceteIcerik_ReceteBaglanti_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.ReceteIcerik_Sirket" FromRole="ReceteIcerik_Sirket_Source" ToRole="ReceteIcerik_Sirket_Target" />
          <NavigationProperty Name="Urun" Relationship="Self.ReceteIcerik_Urun" FromRole="ReceteIcerik_Urun_Source" ToRole="ReceteIcerik_Urun_Target" />
          <NavigationProperty Name="UrunBirim" Relationship="Self.ReceteIcerik_UrunBirim" FromRole="ReceteIcerik_UrunBirim_Source" ToRole="ReceteIcerik_UrunBirim_Target" />
        </EntityType>
        <EntityType Name="HesSorguSonuc" customannotation:ClrType="Asyasoft.Data.Model.Ortak.HesSorguSonuc, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MusteriId" Type="Int32" Nullable="false" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="GecerlilikTarihi" Type="DateTime" Nullable="false" />
          <Property Name="HesSaglikDurum" Type="Self.HesSaglikDurum" Nullable="false" />
          <Property Name="GizliBelgeNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GizliAd" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GizliSoyad" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="HesKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AsiDurumu" Type="Boolean" />
          <Property Name="ImmunDurum" Type="Boolean" />
          <Property Name="SonNegatifTestTarih" Type="DateTime" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.HesSorguSonuc_Kullanici" FromRole="HesSorguSonuc_Kullanici_Source" ToRole="HesSorguSonuc_Kullanici_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.HesSorguSonuc_Musteri" FromRole="HesSorguSonuc_Musteri_Source" ToRole="HesSorguSonuc_Musteri_Target" />
        </EntityType>
        <EntityType Name="MusteriEmail" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MusteriEmail, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="MusteriId" Type="Int32" Nullable="false" />
          <Property Name="EmailId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Email" Relationship="Self.MusteriEmail_Email" FromRole="MusteriEmail_Email_Source" ToRole="MusteriEmail_Email_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.MusteriEmail_Musteri" FromRole="MusteriEmail_Musteri_Source" ToRole="MusteriEmail_Musteri_Target" />
        </EntityType>
        <EntityType Name="MusteriOzellik" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MusteriOzellik, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="MusteriId" Type="Int32" Nullable="false" />
          <Property Name="OzellikId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Musteri" Relationship="Self.MusteriOzellik_Musteri" FromRole="MusteriOzellik_Musteri_Source" ToRole="MusteriOzellik_Musteri_Target" />
          <NavigationProperty Name="Ozellik" Relationship="Self.MusteriOzellik_Ozellik" FromRole="MusteriOzellik_Ozellik_Source" ToRole="MusteriOzellik_Ozellik_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.MusteriOzellik_Sirket" FromRole="MusteriOzellik_Sirket_Source" ToRole="MusteriOzellik_Sirket_Target" />
        </EntityType>
        <EntityType Name="MusteriPersonelEk" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MusteriPersonelEk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Musteri" Relationship="Self.Musteri_MusteriPersonelEk" FromRole="Musteri_MusteriPersonelEk_Target" ToRole="Musteri_MusteriPersonelEk_Source" />
        </EntityType>
        <EntityType Name="MusteriPlaka" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MusteriPlaka, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="MusteriId" Type="Int32" Nullable="false" />
          <Property Name="PlakaId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Musteri" Relationship="Self.MusteriPlaka_Musteri" FromRole="MusteriPlaka_Musteri_Source" ToRole="MusteriPlaka_Musteri_Target" />
          <NavigationProperty Name="Plaka" Relationship="Self.Plaka_MusteriPlakalar" FromRole="Plaka_MusteriPlakalar_Target" ToRole="Plaka_MusteriPlakalar_Source" />
        </EntityType>
        <EntityType Name="Plaka" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Plaka, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Plakano" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="MusteriPlakalar" Relationship="Self.Plaka_MusteriPlakalar" FromRole="Plaka_MusteriPlakalar_Source" ToRole="Plaka_MusteriPlakalar_Target" />
        </EntityType>
        <EntityType Name="Reklamasyon" customannotation:ClrType="Asyasoft.Data.Model.Crm.Reklamasyon, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" />
          <Property Name="OdaId" Type="Int32" />
          <Property Name="KullaniciId" Type="Int32" />
          <Property Name="MusteriId" Type="Int32" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="KayitTarihi" Type="DateTime" Nullable="false" />
          <Property Name="KayitZaman" Type="Time" Nullable="false" />
          <Property Name="SikayetId" Type="Int32" />
          <Property Name="TalepId" Type="Int32" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GeriDonus" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KayitTipi" Type="Self.KayitTipi" />
          <Property Name="WebdeKaydedenId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.Reklamasyon_Kullanici" FromRole="Reklamasyon_Kullanici_Source" ToRole="Reklamasyon_Kullanici_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.Reklamasyon_Musteri" FromRole="Reklamasyon_Musteri_Source" ToRole="Reklamasyon_Musteri_Target" />
          <NavigationProperty Name="Oda" Relationship="Self.Reklamasyon_Oda" FromRole="Reklamasyon_Oda_Source" ToRole="Reklamasyon_Oda_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.Reklamasyon_Rez" FromRole="Reklamasyon_Rez_Source" ToRole="Reklamasyon_Rez_Target" />
          <NavigationProperty Name="Sikayet" Relationship="Self.Reklamasyon_Sikayet" FromRole="Reklamasyon_Sikayet_Source" ToRole="Reklamasyon_Sikayet_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Reklamasyon_Sirket" FromRole="Reklamasyon_Sirket_Source" ToRole="Reklamasyon_Sirket_Target" />
          <NavigationProperty Name="Talep" Relationship="Self.Reklamasyon_Talep" FromRole="Reklamasyon_Talep_Source" ToRole="Reklamasyon_Talep_Target" />
        </EntityType>
        <EntityType Name="Sikayet" customannotation:ClrType="Asyasoft.Data.Model.Crm.Sikayet, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Sikayet_Sirket" FromRole="Sikayet_Sirket_Source" ToRole="Sikayet_Sirket_Target" />
        </EntityType>
        <EntityType Name="Talep" customannotation:ClrType="Asyasoft.Data.Model.Crm.Talep, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Talep_Sirket" FromRole="Talep_Sirket_Source" ToRole="Talep_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmSaglik" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmSaglik, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="MusteriId" Type="Int32" />
          <Property Name="CrmKurumId" Type="Int32" />
          <Property Name="KayitTarih" Type="DateTime" Nullable="false" />
          <Property Name="OdaId" Type="Int32" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KullaniciId" Type="Int32" />
          <Property Name="KayitTipi" Type="Self.KayitTipi" />
          <Property Name="WebdeKaydedenId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmKurum" Relationship="Self.CrmKurum_CrmSagliklar" FromRole="CrmKurum_CrmSagliklar_Target" ToRole="CrmKurum_CrmSagliklar_Source" />
          <NavigationProperty Name="CrmSaglikSemptomlar" Relationship="Self.CrmSaglikSemptom_CrmSaglik" FromRole="CrmSaglikSemptom_CrmSaglik_Target" ToRole="CrmSaglikSemptom_CrmSaglik_Source" />
          <NavigationProperty Name="CrmSaglikTeshisler" Relationship="Self.CrmSaglikTeshis_CrmSaglik" FromRole="CrmSaglikTeshis_CrmSaglik_Target" ToRole="CrmSaglikTeshis_CrmSaglik_Source" />
          <NavigationProperty Name="Kullanici" Relationship="Self.CrmSaglik_Kullanici" FromRole="CrmSaglik_Kullanici_Source" ToRole="CrmSaglik_Kullanici_Target" />
          <NavigationProperty Name="Musteri" Relationship="Self.CrmSaglik_Musteri" FromRole="CrmSaglik_Musteri_Source" ToRole="CrmSaglik_Musteri_Target" />
          <NavigationProperty Name="Oda" Relationship="Self.CrmSaglik_Oda" FromRole="CrmSaglik_Oda_Source" ToRole="CrmSaglik_Oda_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.CrmSaglik_Rez" FromRole="CrmSaglik_Rez_Source" ToRole="CrmSaglik_Rez_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmSaglik_Sirket" FromRole="CrmSaglik_Sirket_Source" ToRole="CrmSaglik_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmKurum" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmKurum, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Telefon" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Fax" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Adres" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MuhatapAd" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MuhatapSoyad" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MuhatapTel" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmSagliklar" Relationship="Self.CrmKurum_CrmSagliklar" FromRole="CrmKurum_CrmSagliklar_Source" ToRole="CrmKurum_CrmSagliklar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmKurum_Sirket" FromRole="CrmKurum_Sirket_Source" ToRole="CrmKurum_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmSaglikSemptom" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmSaglikSemptom, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="CrmSemptomId" Type="Int32" Nullable="false" />
          <Property Name="CrmSaglikId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmSaglik" Relationship="Self.CrmSaglikSemptom_CrmSaglik" FromRole="CrmSaglikSemptom_CrmSaglik_Source" ToRole="CrmSaglikSemptom_CrmSaglik_Target" />
          <NavigationProperty Name="CrmSemptom" Relationship="Self.CrmSemptom_CrmSaglikSemptomlar" FromRole="CrmSemptom_CrmSaglikSemptomlar_Target" ToRole="CrmSemptom_CrmSaglikSemptomlar_Source" />
        </EntityType>
        <EntityType Name="CrmSemptom" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmSemptom, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Aksiyon1" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Aksiyon2" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Aksiyon3" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmSaglikSemptomlar" Relationship="Self.CrmSemptom_CrmSaglikSemptomlar" FromRole="CrmSemptom_CrmSaglikSemptomlar_Source" ToRole="CrmSemptom_CrmSaglikSemptomlar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmSemptom_Sirket" FromRole="CrmSemptom_Sirket_Source" ToRole="CrmSemptom_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmSaglikTeshis" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmSaglikTeshis, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="CrmTeshisId" Type="Int32" Nullable="false" />
          <Property Name="CrmSaglikId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmSaglik" Relationship="Self.CrmSaglikTeshis_CrmSaglik" FromRole="CrmSaglikTeshis_CrmSaglik_Source" ToRole="CrmSaglikTeshis_CrmSaglik_Target" />
          <NavigationProperty Name="CrmTeshis" Relationship="Self.CrmTeshis_CrmSaglikTeshisler" FromRole="CrmTeshis_CrmSaglikTeshisler_Target" ToRole="CrmTeshis_CrmSaglikTeshisler_Source" />
        </EntityType>
        <EntityType Name="CrmTeshis" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmTeshis, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmSaglikTeshisler" Relationship="Self.CrmTeshis_CrmSaglikTeshisler" FromRole="CrmTeshis_CrmSaglikTeshisler_Source" ToRole="CrmTeshis_CrmSaglikTeshisler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmTeshis_Sirket" FromRole="CrmTeshis_Sirket_Source" ToRole="CrmTeshis_Sirket_Target" />
        </EntityType>
        <EntityType Name="MusteriTel" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MusteriTel, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ColumnOrder" Type="Int32" Nullable="false" />
          <Property Name="MusteriId" Type="Int32" Nullable="false" />
          <Property Name="TelId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Musteri" Relationship="Self.MusteriTel_Musteri" FromRole="MusteriTel_Musteri_Source" ToRole="MusteriTel_Musteri_Target" />
          <NavigationProperty Name="Tel" Relationship="Self.Tel_MusteriTeller" FromRole="Tel_MusteriTeller_Target" ToRole="Tel_MusteriTeller_Source" />
        </EntityType>
        <EntityType Name="Tel" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Tel, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Telno" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="MusteriTeller" Relationship="Self.Tel_MusteriTeller" FromRole="Tel_MusteriTeller_Source" ToRole="Tel_MusteriTeller_Target" />
        </EntityType>
        <EntityType Name="AcentaProforma" customannotation:ClrType="Asyasoft.Data.Model.Onburo.AcentaProforma, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Konu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Icerik" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GonderimDurumu" Type="Self.GonderimDurumu" Nullable="false" />
          <Property Name="GonderimZamani" Type="Self.GonderimZamani" Nullable="false" />
          <Property Name="GonderimDosyaTuru" Type="Self.GonderimDosyaTuru" />
          <Property Name="Deger" Type="Int32" Nullable="false" />
          <Property Name="AcentaId" Type="Int32" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acenta" Relationship="Self.AcentaProforma_Acenta" FromRole="AcentaProforma_Acenta_Source" ToRole="AcentaProforma_Acenta_Target" />
        </EntityType>
        <EntityType Name="AcenteBavelEk" customannotation:ClrType="Asyasoft.Data.Model.Onburo.AcenteBavelEk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="ClientNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Company" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="TaxNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Adress" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="City" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Zip" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Province" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Country" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Email" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kbekle" Type="Boolean" Nullable="false" />
          <Property Name="Kppekle" Type="Boolean" Nullable="false" />
          <Property Name="Pp3ekle" Type="Boolean" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acenta" Relationship="Self.Acenta_AcenteBavelEk" FromRole="Acenta_AcenteBavelEk_Target" ToRole="Acenta_AcenteBavelEk_Source" />
        </EntityType>
        <EntityType Name="AcenteHeskod" customannotation:ClrType="Asyasoft.Data.Model.Onburo.AcenteHeskod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="AcentaId" Type="Int32" Nullable="false" />
          <Property Name="HeskodId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acenta" Relationship="Self.AcenteHeskod_Acenta" FromRole="AcenteHeskod_Acenta_Source" ToRole="AcenteHeskod_Acenta_Target" />
          <NavigationProperty Name="Heskod" Relationship="Self.AcenteHeskod_Heskod" FromRole="AcenteHeskod_Heskod_Source" ToRole="AcenteHeskod_Heskod_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.AcenteHeskod_Sirket" FromRole="AcenteHeskod_Sirket_Source" ToRole="AcenteHeskod_Sirket_Target" />
        </EntityType>
        <EntityType Name="BreakDownAcenta" customannotation:ClrType="Asyasoft.Data.Model.Onburo.BreakDownAcenta, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="BreakdownId" Type="Int32" Nullable="false" />
          <Property Name="AcentaId" Type="Int32" Nullable="false" />
          <Property Name="PansiyonId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acenta" Relationship="Self.BreakDownAcenta_Acenta" FromRole="BreakDownAcenta_Acenta_Source" ToRole="BreakDownAcenta_Acenta_Target" />
          <NavigationProperty Name="Breakdown" Relationship="Self.BreakDownAcenta_Breakdown" FromRole="BreakDownAcenta_Breakdown_Source" ToRole="BreakDownAcenta_Breakdown_Target" />
          <NavigationProperty Name="Pansiyon" Relationship="Self.BreakDownAcenta_Pansiyon" FromRole="BreakDownAcenta_Pansiyon_Source" ToRole="BreakDownAcenta_Pansiyon_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.BreakDownAcenta_Sirket" FromRole="BreakDownAcenta_Sirket_Source" ToRole="BreakDownAcenta_Sirket_Target" />
        </EntityType>
        <EntityType Name="OnbGrupAcenta" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OnbGrupAcenta, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="OnbGrupId" Type="Int32" Nullable="false" />
          <Property Name="AcentaId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acenta" Relationship="Self.OnbGrupAcenta_Acenta" FromRole="OnbGrupAcenta_Acenta_Source" ToRole="OnbGrupAcenta_Acenta_Target" />
          <NavigationProperty Name="OnbGrup" Relationship="Self.OnbGrup_OnbGrupAcentalar" FromRole="OnbGrup_OnbGrupAcentalar_Target" ToRole="OnbGrup_OnbGrupAcentalar_Source" />
        </EntityType>
        <EntityType Name="OnbGrup" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OnbGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="OnbGrupAcentalar" Relationship="Self.OnbGrup_OnbGrupAcentalar" FromRole="OnbGrup_OnbGrupAcentalar_Source" ToRole="OnbGrup_OnbGrupAcentalar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.OnbGrup_Sirket" FromRole="OnbGrup_Sirket_Source" ToRole="OnbGrup_Sirket_Target" />
        </EntityType>
        <EntityType Name="ArizaTakipIzin" customannotation:ClrType="Asyasoft.Data.Model.Crm.ArizaTakipIzin, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KullaniciId" Type="Int32" />
          <Property Name="TabloIdsi" Type="Int32" Nullable="false" />
          <Property Name="SatirIdsi" Type="Int32" Nullable="false" />
          <Property Name="ATkpGrupIzinId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="ATkpGrupIzin" Relationship="Self.ArizaTakipIzin_ATkpGrupIzin" FromRole="ArizaTakipIzin_ATkpGrupIzin_Source" ToRole="ArizaTakipIzin_ATkpGrupIzin_Target" />
          <NavigationProperty Name="Kullanici" Relationship="Self.ArizaTakipIzin_Kullanici" FromRole="ArizaTakipIzin_Kullanici_Source" ToRole="ArizaTakipIzin_Kullanici_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.ArizaTakipIzin_Sirket" FromRole="ArizaTakipIzin_Sirket_Source" ToRole="ArizaTakipIzin_Sirket_Target" />
        </EntityType>
        <EntityType Name="ATkpGrupIzin" customannotation:ClrType="Asyasoft.Data.Model.Crm.ATkpGrupIzin, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.ATkpGrupIzin_Sirket" FromRole="ATkpGrupIzin_Sirket_Source" ToRole="ATkpGrupIzin_Sirket_Target" />
        </EntityType>
        <EntityType Name="ArizaTakipSablon" customannotation:ClrType="Asyasoft.Data.Model.Crm.ArizaTakipSablon, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="IstipiTumId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="IstipiTum" Relationship="Self.ArizaTakipSablon_IstipiTum" FromRole="ArizaTakipSablon_IstipiTum_Source" ToRole="ArizaTakipSablon_IstipiTum_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.ArizaTakipSablon_Sirket" FromRole="ArizaTakipSablon_Sirket_Source" ToRole="ArizaTakipSablon_Sirket_Target" />
        </EntityType>
        <EntityType Name="AsyaReportColumn" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AsyaReportColumn, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="TabloKolonAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Gosterilecek" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GosterilecekKisa" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="OzellestirilmisKolon" Type="Self.TipAsyaReportColumn" Nullable="false" />
          <Property Name="Exp" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="CalculatedFieldType" Type="Self.TipCalculatedField" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="AsyaReportPreviewDetailRow" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AsyaReportPreviewDetailRow, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="AsyaReportPreviewDetailId" Type="Int32" Nullable="false" />
          <Property Name="Gizli" Type="Boolean" Nullable="false" />
          <Property Name="KisaGoster" Type="Boolean" Nullable="false" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="Format" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Exp" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="FooterExpTip" Type="Self.TipFooterExpressionType" />
          <Property Name="FooterExp" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="FooterFormat" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AsyaReportColumnId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="AsyaReportPreviewGroup" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AsyaReportPreviewGroup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="asyareportpreviewgroupdetail" Relationship="Self.AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup" FromRole="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup_Target" ToRole="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup_Source" />
        </EntityType>
        <EntityType Name="AsyaReportPreviewGroupDetail" customannotation:ClrType="Asyasoft.Data.Model.Ortak.AsyaReportPreviewGroupDetail, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kolonlar" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AsyaReportPreviewGroupId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AsyaReportPreviewGroup" Relationship="Self.AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup" FromRole="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup_Source" ToRole="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup_Target" />
        </EntityType>
        <EntityType Name="ATkpDepKlnc" customannotation:ClrType="Asyasoft.Data.Model.Crm.ATkpDepKlnc, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KullaniciId" Type="Int32" />
          <Property Name="ATkpGrupIzinId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="ATkpGrupIzin" Relationship="Self.ATkpDepKlnc_ATkpGrupIzin" FromRole="ATkpDepKlnc_ATkpGrupIzin_Source" ToRole="ATkpDepKlnc_ATkpGrupIzin_Target" />
          <NavigationProperty Name="Kullanici" Relationship="Self.ATkpDepKlnc_Kullanici" FromRole="ATkpDepKlnc_Kullanici_Source" ToRole="ATkpDepKlnc_Kullanici_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.ATkpDepKlnc_Sirket" FromRole="ATkpDepKlnc_Sirket_Source" ToRole="ATkpDepKlnc_Sirket_Target" />
        </EntityType>
        <EntityType Name="BakimEnvanter" customannotation:ClrType="Asyasoft.Data.Model.Crm.BakimEnvanter, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BakimStoklar" Relationship="Self.BakimStok_BakimEnvanter" FromRole="BakimStok_BakimEnvanter_Target" ToRole="BakimStok_BakimEnvanter_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.BakimEnvanter_Sirket" FromRole="BakimEnvanter_Sirket_Source" ToRole="BakimEnvanter_Sirket_Target" />
        </EntityType>
        <EntityType Name="BakimStok" customannotation:ClrType="Asyasoft.Data.Model.Crm.BakimStok, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="BakimEnvanterId" Type="Int32" Nullable="false" />
          <Property Name="BolumYerId" Type="Int32" />
          <Property Name="IstipiTumId" Type="Int32" />
          <Property Name="BakimTipiId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BakimEnvanter" Relationship="Self.BakimStok_BakimEnvanter" FromRole="BakimStok_BakimEnvanter_Source" ToRole="BakimStok_BakimEnvanter_Target" />
          <NavigationProperty Name="BakimIcerikler" Relationship="Self.BakimIcerik_BakimStok" FromRole="BakimIcerik_BakimStok_Target" ToRole="BakimIcerik_BakimStok_Source" />
          <NavigationProperty Name="BakimMakinalar" Relationship="Self.BakimMakina_BakimStok" FromRole="BakimMakina_BakimStok_Target" ToRole="BakimMakina_BakimStok_Source" />
          <NavigationProperty Name="BakimStokEk" Relationship="Self.BakimStok_BakimStokEk" FromRole="BakimStok_BakimStokEk_Source" ToRole="BakimStok_BakimStokEk_Target" />
          <NavigationProperty Name="BakimTipi" Relationship="Self.BakimStok_BakimTipi" FromRole="BakimStok_BakimTipi_Source" ToRole="BakimStok_BakimTipi_Target" />
          <NavigationProperty Name="BolumYer" Relationship="Self.BakimStok_BolumYer" FromRole="BakimStok_BolumYer_Source" ToRole="BakimStok_BolumYer_Target" />
          <NavigationProperty Name="IstipiTum" Relationship="Self.BakimStok_IstipiTum" FromRole="BakimStok_IstipiTum_Source" ToRole="BakimStok_IstipiTum_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.BakimStok_Sirket" FromRole="BakimStok_Sirket_Source" ToRole="BakimStok_Sirket_Target" />
        </EntityType>
        <EntityType Name="BakimIcerik" customannotation:ClrType="Asyasoft.Data.Model.Crm.BakimIcerik, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Icerik" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BakimStokId" Type="Int32" Nullable="false" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BakimStok" Relationship="Self.BakimIcerik_BakimStok" FromRole="BakimIcerik_BakimStok_Source" ToRole="BakimIcerik_BakimStok_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.BakimIcerik_Sirket" FromRole="BakimIcerik_Sirket_Source" ToRole="BakimIcerik_Sirket_Target" />
        </EntityType>
        <EntityType Name="BakimMakina" customannotation:ClrType="Asyasoft.Data.Model.Crm.BakimMakina, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="tarih" Type="DateTime" Nullable="false" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="BakimMakinaAnaId" Type="Int32" Nullable="false" />
          <Property Name="BakimStokId" Type="Int32" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BakimMakinaAna" Relationship="Self.BakimMakinaAna_BakimMakinalar" FromRole="BakimMakinaAna_BakimMakinalar_Target" ToRole="BakimMakinaAna_BakimMakinalar_Source" />
          <NavigationProperty Name="BakimMakinaEk" Relationship="Self.BakimMakina_BakimMakinaEk" FromRole="BakimMakina_BakimMakinaEk_Source" ToRole="BakimMakina_BakimMakinaEk_Target" />
          <NavigationProperty Name="BakimStok" Relationship="Self.BakimMakina_BakimStok" FromRole="BakimMakina_BakimStok_Source" ToRole="BakimMakina_BakimStok_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.BakimMakina_Sirket" FromRole="BakimMakina_Sirket_Source" ToRole="BakimMakina_Sirket_Target" />
        </EntityType>
        <EntityType Name="BakimMakinaAna" customannotation:ClrType="Asyasoft.Data.Model.Crm.BakimMakinaAna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BakimMakinalar" Relationship="Self.BakimMakinaAna_BakimMakinalar" FromRole="BakimMakinaAna_BakimMakinalar_Source" ToRole="BakimMakinaAna_BakimMakinalar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.BakimMakinaAna_Sirket" FromRole="BakimMakinaAna_Sirket_Source" ToRole="BakimMakinaAna_Sirket_Target" />
        </EntityType>
        <EntityType Name="BakimMakinaEk" customannotation:ClrType="Asyasoft.Data.Model.Crm.BakimMakinaEk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="okundu" Type="Boolean" Nullable="false" />
          <Property Name="okundutarih" Type="DateTime" Nullable="false" />
          <Property Name="okunduzaman" Type="Time" />
          <Property Name="OnayArizaGorevliId" Type="Int32" />
          <Property Name="tamamlandi" Type="Boolean" Nullable="false" />
          <Property Name="tamamlanditarih" Type="DateTime" Nullable="false" />
          <Property Name="tamamlandizaman" Type="Time" />
          <Property Name="TamamArizaGorevliId" Type="Int32" />
          <Property Name="iptal" Type="Boolean" Nullable="false" />
          <Property Name="iptaltarih" Type="DateTime" Nullable="false" />
          <Property Name="iptalzaman" Type="Time" />
          <Property Name="iptalaciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="iptalArizaGorevliId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BakimMakina" Relationship="Self.BakimMakina_BakimMakinaEk" FromRole="BakimMakina_BakimMakinaEk_Target" ToRole="BakimMakina_BakimMakinaEk_Source" />
          <NavigationProperty Name="iptalArizaGorevli" Relationship="Self.BakimMakinaEk_iptalArizaGorevli" FromRole="BakimMakinaEk_iptalArizaGorevli_Source" ToRole="BakimMakinaEk_iptalArizaGorevli_Target" />
          <NavigationProperty Name="OnayArizaGorevli" Relationship="Self.BakimMakinaEk_OnayArizaGorevli" FromRole="BakimMakinaEk_OnayArizaGorevli_Source" ToRole="BakimMakinaEk_OnayArizaGorevli_Target" />
          <NavigationProperty Name="TamamArizaGorevli" Relationship="Self.BakimMakinaEk_TamamArizaGorevli" FromRole="BakimMakinaEk_TamamArizaGorevli_Source" ToRole="BakimMakinaEk_TamamArizaGorevli_Target" />
        </EntityType>
        <EntityType Name="BakimStokEk" customannotation:ClrType="Asyasoft.Data.Model.Crm.BakimStokEk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="SorumluPersonel" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Marka" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Guc" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MakinaOmru" Type="Int32" />
          <Property Name="Omurtipi" Type="Self.omurtipi" />
          <Property Name="GarantiBaslangic" Type="DateTime" />
          <Property Name="GarantiBitis" Type="DateTime" />
          <Property Name="OmurBaslangic" Type="DateTime" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="BakimStok" Relationship="Self.BakimStok_BakimStokEk" FromRole="BakimStok_BakimStokEk_Target" ToRole="BakimStok_BakimStokEk_Source" />
        </EntityType>
        <EntityType Name="BakimTipi" customannotation:ClrType="Asyasoft.Data.Model.Crm.BakimTipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="gun" Type="Int32" />
          <Property Name="Pazartesi" Type="Boolean" />
          <Property Name="Sali" Type="Boolean" />
          <Property Name="Carsamba" Type="Boolean" />
          <Property Name="Persembe" Type="Boolean" />
          <Property Name="Cuma" Type="Boolean" />
          <Property Name="Ctesi" Type="Boolean" />
          <Property Name="Pazar" Type="Boolean" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.BakimTipi_Sirket" FromRole="BakimTipi_Sirket_Source" ToRole="BakimTipi_Sirket_Target" />
        </EntityType>
        <EntityType Name="BavelBilgiTanim" customannotation:ClrType="Asyasoft.Data.Model.Onburo.BavelBilgiTanim, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="OnbReferansId" Type="Int32" />
          <Property Name="SupplierKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Company" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="TaxNumber" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Address" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="City" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Zip" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Province" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Country" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="UnitName" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="UnitAdress" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Email" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Destination" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pp3DovizEkle" Type="Boolean" Nullable="false" />
          <Property Name="HotelCode" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="HotelName" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BavelSirBos" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="UnitNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="CiktiFormati" Type="Self.CiktiFormati" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="OnbReferans" Relationship="Self.BavelBilgiTanim_OnbReferans" FromRole="BavelBilgiTanim_OnbReferans_Source" ToRole="BavelBilgiTanim_OnbReferans_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.BavelBilgiTanim_Sirket" FromRole="BavelBilgiTanim_Sirket_Source" ToRole="BavelBilgiTanim_Sirket_Target" />
        </EntityType>
        <EntityType Name="Blok" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Blok, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Blok_Sirket" FromRole="Blok_Sirket_Source" ToRole="Blok_Sirket_Target" />
        </EntityType>
        <EntityType Name="BreakdownHrk" customannotation:ClrType="Asyasoft.Data.Model.Onburo.BreakdownHrk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="BreakdownId" Type="Int32" Nullable="false" />
          <Property Name="BreakMalzemeId" Type="Int32" Nullable="false" />
          <Property Name="DovizId" Type="Int32" Nullable="false" />
          <Property Name="Tutar" Type="Double" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Breakdown" Relationship="Self.BreakdownHrk_Breakdown" FromRole="BreakdownHrk_Breakdown_Source" ToRole="BreakdownHrk_Breakdown_Target" />
          <NavigationProperty Name="BreakMalzeme" Relationship="Self.BreakdownHrk_BreakMalzeme" FromRole="BreakdownHrk_BreakMalzeme_Source" ToRole="BreakdownHrk_BreakMalzeme_Target" />
          <NavigationProperty Name="Doviz" Relationship="Self.BreakdownHrk_Doviz" FromRole="BreakdownHrk_Doviz_Source" ToRole="BreakdownHrk_Doviz_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.BreakdownHrk_Sirket" FromRole="BreakdownHrk_Sirket_Source" ToRole="BreakdownHrk_Sirket_Target" />
        </EntityType>
        <EntityType Name="CikisHesap" customannotation:ClrType="Asyasoft.Data.Model.Stok.CikisHesap, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="CikisHesapTip" Type="Self.CikisHesapTip" Nullable="false" />
          <Property Name="GrupId" Type="Int32" />
          <Property Name="AltGrupId" Type="Int32" />
          <Property Name="EnvanterId" Type="Int32" />
          <Property Name="UrunId" Type="Int32" />
          <Property Name="DepartmanAnaId" Type="Int32" Nullable="false" />
          <Property Name="GirisHesapId" Type="Int32" />
          <Property Name="DepartmanCikisHesapId" Type="Int32" />
          <Property Name="TuketimHesapId" Type="Int32" />
          <Property Name="EmanetDepoHesapId" Type="Int32" />
          <Property Name="TransferHesapId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="AltGrup" Relationship="Self.CikisHesap_AltGrup" FromRole="CikisHesap_AltGrup_Source" ToRole="CikisHesap_AltGrup_Target" />
          <NavigationProperty Name="DepartmanAna" Relationship="Self.CikisHesap_DepartmanAna" FromRole="CikisHesap_DepartmanAna_Source" ToRole="CikisHesap_DepartmanAna_Target" />
          <NavigationProperty Name="DepartmanCikisHesap" Relationship="Self.CikisHesap_DepartmanCikisHesap" FromRole="CikisHesap_DepartmanCikisHesap_Source" ToRole="CikisHesap_DepartmanCikisHesap_Target" />
          <NavigationProperty Name="EmanetDepoHesap" Relationship="Self.CikisHesap_EmanetDepoHesap" FromRole="CikisHesap_EmanetDepoHesap_Source" ToRole="CikisHesap_EmanetDepoHesap_Target" />
          <NavigationProperty Name="Envanter" Relationship="Self.CikisHesap_Envanter" FromRole="CikisHesap_Envanter_Source" ToRole="CikisHesap_Envanter_Target" />
          <NavigationProperty Name="GirisHesap" Relationship="Self.CikisHesap_GirisHesap" FromRole="CikisHesap_GirisHesap_Source" ToRole="CikisHesap_GirisHesap_Target" />
          <NavigationProperty Name="Grup" Relationship="Self.CikisHesap_Grup" FromRole="CikisHesap_Grup_Source" ToRole="CikisHesap_Grup_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CikisHesap_Sirket" FromRole="CikisHesap_Sirket_Source" ToRole="CikisHesap_Sirket_Target" />
          <NavigationProperty Name="TransferHesap" Relationship="Self.CikisHesap_TransferHesap" FromRole="CikisHesap_TransferHesap_Source" ToRole="CikisHesap_TransferHesap_Target" />
          <NavigationProperty Name="TuketimHesap" Relationship="Self.CikisHesap_TuketimHesap" FromRole="CikisHesap_TuketimHesap_Source" ToRole="CikisHesap_TuketimHesap_Target" />
          <NavigationProperty Name="Urun" Relationship="Self.CikisHesap_Urun" FromRole="CikisHesap_Urun_Source" ToRole="CikisHesap_Urun_Target" />
        </EntityType>
        <EntityType Name="CiktiTaslak" customannotation:ClrType="Asyasoft.Data.Model.Ortak.CiktiTaslak, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="CiktiKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="TaslakKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="TaslakTipi" Type="Self.TaslakTipi" />
          <Property Name="TaslakAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Landscape" Type="Boolean" Nullable="false" />
          <Property Name="FontFamily" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="FontSize" Type="Single" Nullable="false" />
          <Property Name="SablonTip" Type="Self.SablonTip" />
          <Property Name="GridCiktisi" Type="Binary" MaxLength="Max" FixedLength="false" />
          <Property Name="Default" Type="Boolean" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CiktiTaslakKolonlar" Relationship="Self.CiktiTaslakKolon_CiktiTaslak" FromRole="CiktiTaslakKolon_CiktiTaslak_Target" ToRole="CiktiTaslakKolon_CiktiTaslak_Source" />
          <NavigationProperty Name="Kullanici" Relationship="Self.CiktiTaslak_Kullanici" FromRole="CiktiTaslak_Kullanici_Source" ToRole="CiktiTaslak_Kullanici_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CiktiTaslak_Sirket" FromRole="CiktiTaslak_Sirket_Source" ToRole="CiktiTaslak_Sirket_Target" />
        </EntityType>
        <EntityType Name="CiktiTaslakKolon" customannotation:ClrType="Asyasoft.Data.Model.Ortak.CiktiTaslakKolon, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="CiktiTaslakId" Type="Int32" Nullable="false" />
          <Property Name="KolonKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KolonBaslik" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Sira" Type="Int32" />
          <Property Name="Uzunluk" Type="Int32" />
          <Property Name="Gizli" Type="Boolean" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CiktiTaslak" Relationship="Self.CiktiTaslakKolon_CiktiTaslak" FromRole="CiktiTaslakKolon_CiktiTaslak_Source" ToRole="CiktiTaslakKolon_CiktiTaslak_Target" />
        </EntityType>
        <EntityType Name="ClientIslemler" customannotation:ClrType="Asyasoft.Data.Model.Ortak.ClientIslemler, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="yapilacakislem" Type="Self.yapilacakislem_tipi" Nullable="false" />
          <Property Name="alan1" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="alan2" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="alan3" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="alan4" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="alan5" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="alan6" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="alan7" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="alan8" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="alan9" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmGenelInfo" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmGenelInfo, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DilId" Type="Int32" />
          <Property Name="LutfenGRIleIletisimeGecin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GirisBilgileriniKontrolEdin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="UygunDegil" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RestoranSecimeUygunDegil" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RestoranSaatiSecimeUygunDegil" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RezervasyonIptal" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RestoranBulunamadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RezervasyonSaatiBulunamadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MasaBulunamadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MasaSecimeUygunDegil" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KisiSayisiKontrol" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GirisEkraniPaxKontrolUyarisi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RezervasyonHakkinizYokUyarisi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AnkettenCikisYapacaksiniz" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="CikisGunuRezYapilamaz" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="CoutTarihindenSonraRezYapilamaz" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RestoranSaatAraligiUyarisi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KalanRezAdetUyarisi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="CocukYasiUyarisi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="OdaNoUyarisi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="OtelGirisGunuUyarisi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="YasDogrulamaUyarisi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AnketBitisMesaji" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AlacarteBitisMesaji" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KayitBasarisiz" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GunlukRezervasyonHakki" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GrupRezervasyonUyarisi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="UcretsizHakkiBittiUyarisi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="YasinizGiriseYeterliDegil" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="LutfenBirDilSecin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RezervasyonGununuSecin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="LutfenRestoranSecin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="LutfenRezervasyonSaatiSecin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="LutfenKisiSayisiniBelirleyin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RezervasyonIcinMasaSecin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="LutfenOdaNumarasiniGirin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="LutfenGirisGununuGirin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KayitIcinEkSureIstermisiniz" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="OdaNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Cin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Giris" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Alacarte" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Anket" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MisafirGozuyleBiz" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MisafirListesi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Gunler" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Restoranlar" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RezervasyonSaatleri" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Masalar" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kaydet" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BaslangicSaati" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BitisSaati" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GenelInfolarTanimsiz" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MisafirRezervasyonListesiniGuncelleyemez" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RestoranKapasitesiAsilacagiIcinRezYapilamadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BolumKapasitesiAsilacagiIcinRezYapilamadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RestoranVeBolumKapasitesiAsilacagiIcinRezYapilamadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Dil" Relationship="Self.CrmGenelInfo_Dil" FromRole="CrmGenelInfo_Dil_Source" ToRole="CrmGenelInfo_Dil_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmGenelInfo_Sirket" FromRole="CrmGenelInfo_Sirket_Source" ToRole="CrmGenelInfo_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmGorevAtamaAna" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmGorevAtamaAna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KayitTarih" Type="DateTime" Nullable="false" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmGorevAtamaSiralar" Relationship="Self.CrmGorevAtamaSira_CrmGorevAtamaAna" FromRole="CrmGorevAtamaSira_CrmGorevAtamaAna_Target" ToRole="CrmGorevAtamaSira_CrmGorevAtamaAna_Source" />
          <NavigationProperty Name="Kullanici" Relationship="Self.CrmGorevAtamaAna_Kullanici" FromRole="CrmGorevAtamaAna_Kullanici_Source" ToRole="CrmGorevAtamaAna_Kullanici_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmGorevAtamaAna_Sirket" FromRole="CrmGorevAtamaAna_Sirket_Source" ToRole="CrmGorevAtamaAna_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmGorevAtamaSira" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmGorevAtamaSira, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="CrmGorevAtamaAnaId" Type="Int32" Nullable="false" />
          <Property Name="SiraNo" Type="Int32" Nullable="false" />
          <Property Name="CrmBildirenDepartmanId" Type="Int32" />
          <Property Name="CrmSorumluDepartmanId" Type="Int32" Nullable="false" />
          <Property Name="OdaId" Type="Int32" />
          <Property Name="KullaniciId" Type="Int32" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="CrmBilOnemTuruId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmBildirenDepartman" Relationship="Self.CrmGorevAtamaSira_CrmBildirenDepartman" FromRole="CrmGorevAtamaSira_CrmBildirenDepartman_Source" ToRole="CrmGorevAtamaSira_CrmBildirenDepartman_Target" />
          <NavigationProperty Name="CrmBilOnemTuru" Relationship="Self.CrmGorevAtamaSira_CrmBilOnemTuru" FromRole="CrmGorevAtamaSira_CrmBilOnemTuru_Source" ToRole="CrmGorevAtamaSira_CrmBilOnemTuru_Target" />
          <NavigationProperty Name="CrmGorevAtamaAna" Relationship="Self.CrmGorevAtamaSira_CrmGorevAtamaAna" FromRole="CrmGorevAtamaSira_CrmGorevAtamaAna_Source" ToRole="CrmGorevAtamaSira_CrmGorevAtamaAna_Target" />
          <NavigationProperty Name="CrmSorumluDepartman" Relationship="Self.CrmGorevAtamaSira_CrmSorumluDepartman" FromRole="CrmGorevAtamaSira_CrmSorumluDepartman_Source" ToRole="CrmGorevAtamaSira_CrmSorumluDepartman_Target" />
          <NavigationProperty Name="Kullanici" Relationship="Self.CrmGorevAtamaSira_Kullanici" FromRole="CrmGorevAtamaSira_Kullanici_Source" ToRole="CrmGorevAtamaSira_Kullanici_Target" />
          <NavigationProperty Name="Oda" Relationship="Self.CrmGorevAtamaSira_Oda" FromRole="CrmGorevAtamaSira_Oda_Source" ToRole="CrmGorevAtamaSira_Oda_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmGorevAtamaSira_Sirket" FromRole="CrmGorevAtamaSira_Sirket_Source" ToRole="CrmGorevAtamaSira_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmKioskAyar" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmKioskAyar, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Logo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="ArkaPlan" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="OtelAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SaatKontrol" Type="Boolean" />
          <Property Name="MusaitKontrol" Type="Boolean" />
          <Property Name="KlavyeGoster" Type="Boolean" />
          <Property Name="KullanimSuresi" Type="Int32" />
          <Property Name="BaslangicSaati" Type="Time" />
          <Property Name="BitisSaati" Type="Time" />
          <Property Name="KioskCalSaatKont" Type="Boolean" />
          <Property Name="KioskCalBasSaat" Type="Time" />
          <Property Name="KioskCalBitSaat" Type="Time" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmKioskAyar_Sirket" FromRole="CrmKioskAyar_Sirket_Source" ToRole="CrmKioskAyar_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmParam" customannotation:ClrType="Asyasoft.Data.Model.Ortak.CrmParam, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Parametre" Type="Self.CrmParamTip" Nullable="false" />
          <Property Name="Deger" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmRestoranInfo" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmRestoranInfo, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RestoranBolumMasaTanimId" Type="Int32" />
          <Property Name="RestoranInfo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="RestoranBolumMasaTanim" Relationship="Self.CrmRestoranInfo_RestoranBolumMasaTanim" FromRole="CrmRestoranInfo_RestoranBolumMasaTanim_Source" ToRole="CrmRestoranInfo_RestoranBolumMasaTanim_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmRestoranInfo_Sirket" FromRole="CrmRestoranInfo_Sirket_Source" ToRole="CrmRestoranInfo_Sirket_Target" />
        </EntityType>
        <EntityType Name="CrmRezTipUyari" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmRezTipUyari, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="VipId" Type="Int32" Nullable="false" />
          <Property Name="UyariVer" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmRezTipUyari_Sirket" FromRole="CrmRezTipUyari_Sirket_Source" ToRole="CrmRezTipUyari_Sirket_Target" />
          <NavigationProperty Name="Vip" Relationship="Self.CrmRezTipUyari_Vip" FromRole="CrmRezTipUyari_Vip_Source" ToRole="CrmRezTipUyari_Vip_Target" />
        </EntityType>
        <EntityType Name="CrmWebAyar" customannotation:ClrType="Asyasoft.Data.Model.Crm.CrmWebAyar, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="CrmYorumKaynakId" Type="Int32" />
          <Property Name="CrmDepartmanId" Type="Int32" />
          <Property Name="CrmBildirimTurId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmBildirimTur" Relationship="Self.CrmWebAyar_CrmBildirimTur" FromRole="CrmWebAyar_CrmBildirimTur_Source" ToRole="CrmWebAyar_CrmBildirimTur_Target" />
          <NavigationProperty Name="CrmDepartman" Relationship="Self.CrmWebAyar_CrmDepartman" FromRole="CrmWebAyar_CrmDepartman_Source" ToRole="CrmWebAyar_CrmDepartman_Target" />
          <NavigationProperty Name="CrmYorumKaynak" Relationship="Self.CrmWebAyar_CrmYorumKaynak" FromRole="CrmWebAyar_CrmYorumKaynak_Source" ToRole="CrmWebAyar_CrmYorumKaynak_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.CrmWebAyar_Sirket" FromRole="CrmWebAyar_Sirket_Source" ToRole="CrmWebAyar_Sirket_Target" />
        </EntityType>
        <EntityType Name="DefaultDegerler" customannotation:ClrType="Asyasoft.Data.Model.Ortak.DefaultDegerler, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="TabloId" Type="Int32" Nullable="false" />
          <Property Name="Altid" Type="Int32" />
          <Property Name="Propname" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Zorunlu" Type="Boolean" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="DysAna" customannotation:ClrType="Asyasoft.Data.Model.Ortak.DysAna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DataModel" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DataModelId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="DysDokumanlar" Relationship="Self.DysDokuman_DysAna" FromRole="DysDokuman_DysAna_Target" ToRole="DysDokuman_DysAna_Source" />
        </EntityType>
        <EntityType Name="DysDokuman" customannotation:ClrType="Asyasoft.Data.Model.Ortak.DysDokuman, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DysAnaId" Type="Int32" Nullable="false" />
          <Property Name="DysDokumanTipId" Type="Int32" />
          <Property Name="DokumanIndex" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DokumanAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DokumanKaynakIndex" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DokumanUzanti" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DokumanTarih" Type="DateTime" Nullable="false" />
          <Property Name="DokumanSaat" Type="Time" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="DysAna" Relationship="Self.DysDokuman_DysAna" FromRole="DysDokuman_DysAna_Source" ToRole="DysDokuman_DysAna_Target" />
          <NavigationProperty Name="DysDokumanTip" Relationship="Self.DysDokuman_DysDokumanTip" FromRole="DysDokuman_DysDokumanTip_Source" ToRole="DysDokuman_DysDokumanTip_Target" />
        </EntityType>
        <EntityType Name="DysDokumanTip" customannotation:ClrType="Asyasoft.Data.Model.Ortak.DysDokumanTip, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.DysDokumanTip_Sirket" FromRole="DysDokumanTip_Sirket_Source" ToRole="DysDokumanTip_Sirket_Target" />
        </EntityType>
        <EntityType Name="EDefterBelgeTipi" customannotation:ClrType="Asyasoft.Data.Model.Muhasebe.EDefterBelgeTipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.EDefterBelgeTipi_Sirket" FromRole="EDefterBelgeTipi_Sirket_Source" ToRole="EDefterBelgeTipi_Sirket_Target" />
        </EntityType>
        <EntityType Name="Esya" customannotation:ClrType="Asyasoft.Data.Model.Crm.Esya, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Esya_Sirket" FromRole="Esya_Sirket_Source" ToRole="Esya_Sirket_Target" />
        </EntityType>
        <EntityType Name="FaturaKaynak" customannotation:ClrType="Asyasoft.Data.Model.Muhasebe.FaturaKaynak, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.FaturaKaynak_Sirket" FromRole="FaturaKaynak_Sirket_Source" ToRole="FaturaKaynak_Sirket_Target" />
        </EntityType>
        <EntityType Name="FisKaynagi" customannotation:ClrType="Asyasoft.Data.Model.Muhasebe.FisKaynagi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.FisKaynagi_Sirket" FromRole="FisKaynagi_Sirket_Source" ToRole="FisKaynagi_Sirket_Target" />
        </EntityType>
        <EntityType Name="FiyatFiltre" customannotation:ClrType="Asyasoft.Data.Model.Onburo.FiyatFiltre, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KullaniciId" Type="Int32" />
          <Property Name="AnlasmaBitisTarihi" Type="DateTime" Nullable="false" />
          <Property Name="FiyatFiltresi" Type="Self.FiyatFiltresi" Nullable="false" />
          <Property Name="AnlasmaTarihi" Type="DateTime" Nullable="false" />
          <Property Name="SatisBaslangic" Type="DateTime" Nullable="false" />
          <Property Name="SatisBitis" Type="DateTime" Nullable="false" />
          <Property Name="KonaklamaBaslangic" Type="DateTime" Nullable="false" />
          <Property Name="KonaklamaBitis" Type="DateTime" Nullable="false" />
          <Property Name="CinBaslangic" Type="DateTime" />
          <Property Name="CinBitis" Type="DateTime" />
          <Property Name="CoutBaslangic" Type="DateTime" />
          <Property Name="CoutBitis" Type="DateTime" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.FiyatFiltre_Kullanici" FromRole="FiyatFiltre_Kullanici_Source" ToRole="FiyatFiltre_Kullanici_Target" />
        </EntityType>
        <EntityType Name="GenelBlokaj" customannotation:ClrType="Asyasoft.Data.Model.Onburo.GenelBlokaj, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="GoogleDil" customannotation:ClrType="Asyasoft.Data.Model.Crm.GoogleDil, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UlkeAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="OzelGunleriniAl" Type="Boolean" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.GoogleDil_Sirket" FromRole="GoogleDil_Sirket_Source" ToRole="GoogleDil_Sirket_Target" />
        </EntityType>
        <EntityType Name="GoogleOzelGun" customannotation:ClrType="Asyasoft.Data.Model.Crm.GoogleOzelGun, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="OzelGunAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Baslangic" Type="DateTime" Nullable="false" />
          <Property Name="Bitis" Type="DateTime" Nullable="false" />
          <Property Name="GoogleDilId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="GoogleDil" Relationship="Self.GoogleOzelGun_GoogleDil" FromRole="GoogleOzelGun_GoogleDil_Source" ToRole="GoogleOzelGun_GoogleDil_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.GoogleOzelGun_Sirket" FromRole="GoogleOzelGun_Sirket_Source" ToRole="GoogleOzelGun_Sirket_Target" />
        </EntityType>
        <EntityType Name="Gundem" customannotation:ClrType="Asyasoft.Data.Model.Crm.Gundem, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ToplantiId" Type="Int32" Nullable="false" />
          <Property Name="SiraNo" Type="Int32" Nullable="false" />
          <Property Name="Text" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Gundem_Sirket" FromRole="Gundem_Sirket_Source" ToRole="Gundem_Sirket_Target" />
          <NavigationProperty Name="Toplanti" Relationship="Self.Toplanti_Gundemler" FromRole="Toplanti_Gundemler_Target" ToRole="Toplanti_Gundemler_Source" />
        </EntityType>
        <EntityType Name="Toplanti" customannotation:ClrType="Asyasoft.Data.Model.Crm.Toplanti, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Konusu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="BaslangicSaati" Type="Time" />
          <Property Name="BitisSaati" Type="Time" />
          <Property Name="Sayi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SalonId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Gundemler" Relationship="Self.Toplanti_Gundemler" FromRole="Toplanti_Gundemler_Source" ToRole="Toplanti_Gundemler_Target" />
          <NavigationProperty Name="Salon" Relationship="Self.Toplanti_Salon" FromRole="Toplanti_Salon_Source" ToRole="Toplanti_Salon_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Toplanti_Sirket" FromRole="Toplanti_Sirket_Source" ToRole="Toplanti_Sirket_Target" />
          <NavigationProperty Name="ToplantiKisiler" Relationship="Self.ToplantiKisi_Toplanti" FromRole="ToplantiKisi_Toplanti_Target" ToRole="ToplantiKisi_Toplanti_Source" />
        </EntityType>
        <EntityType Name="Salon" customannotation:ClrType="Asyasoft.Data.Model.Crm.Salon, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Salon_Sirket" FromRole="Salon_Sirket_Source" ToRole="Salon_Sirket_Target" />
        </EntityType>
        <EntityType Name="ToplantiKisi" customannotation:ClrType="Asyasoft.Data.Model.Crm.ToplantiKisi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ToplantiId" Type="Int32" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Soyadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Status" Type="Self.ToplantiKisiStatus" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.ToplantiKisi_Sirket" FromRole="ToplantiKisi_Sirket_Source" ToRole="ToplantiKisi_Sirket_Target" />
          <NavigationProperty Name="Toplanti" Relationship="Self.ToplantiKisi_Toplanti" FromRole="ToplantiKisi_Toplanti_Source" ToRole="ToplantiKisi_Toplanti_Target" />
        </EntityType>
        <EntityType Name="GunlukLog" customannotation:ClrType="Asyasoft.Data.Model.Ortak.GunlukLog, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="OnbTarih" Type="DateTime" Nullable="false" />
          <Property Name="Islem" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Durum" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Mesaj" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Grup" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="GunlukRestoranKapasitesi" customannotation:ClrType="Asyasoft.Data.Model.Crm.GunlukRestoranKapasitesi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="RestoranBolumMasaTanimId" Type="Int32" />
          <Property Name="KapasiteMasa" Type="Int32" Nullable="false" />
          <Property Name="KapasitePax" Type="Int32" Nullable="false" />
          <Property Name="KapasiteChild" Type="Int32" Nullable="false" />
          <Property Name="CocukGirebilir" Type="Boolean" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="RestoranBolumMasaTanim" Relationship="Self.GunlukRestoranKapasitesi_RestoranBolumMasaTanim" FromRole="GunlukRestoranKapasitesi_RestoranBolumMasaTanim_Source" ToRole="GunlukRestoranKapasitesi_RestoranBolumMasaTanim_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.GunlukRestoranKapasitesi_Sirket" FromRole="GunlukRestoranKapasitesi_Sirket_Source" ToRole="GunlukRestoranKapasitesi_Sirket_Target" />
        </EntityType>
        <EntityType Name="GunTanim" customannotation:ClrType="Asyasoft.Data.Model.Ortak.GunTanim, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="Tip" Type="Self.GunTanimTip" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.GunTanim_Sirket" FromRole="GunTanim_Sirket_Source" ToRole="GunTanim_Sirket_Target" />
        </EntityType>
        <EntityType Name="Haftasonu" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Haftasonu, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="GunAdi" Type="Self.GunAdi" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="Hakedis" customannotation:ClrType="Asyasoft.Data.Model.Personel.Hakedis, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KisaKod" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="HakedisTipi" Type="Self.PerHakedisTipi" Nullable="false" />
          <Property Name="IcSira" Type="Int32" />
          <Property Name="UcretTipi" Type="Self.PerUcretTipi" Nullable="false" />
          <Property Name="GunTipi" Type="Self.PerGunTipi" Nullable="false" />
          <Property Name="Carpan" Type="Decimal" Precision="4" Scale="2" Nullable="false" />
          <Property Name="Ssk" Type="Boolean" Nullable="false" />
          <Property Name="Issizlik" Type="Boolean" Nullable="false" />
          <Property Name="Damga" Type="Boolean" Nullable="false" />
          <Property Name="Gelir" Type="Boolean" Nullable="false" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Hakedis_Sirket" FromRole="Hakedis_Sirket_Source" ToRole="Hakedis_Sirket_Target" />
        </EntityType>
        <EntityType Name="HalFiyat" customannotation:ClrType="Asyasoft.Data.Model.Stok.HalFiyat, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="UrunId" Type="Int32" Nullable="false" />
          <Property Name="HalKod" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Fiyat" Type="Double" Nullable="false" />
          <Property Name="IndOran" Type="Double" Nullable="false" />
          <Property Name="HalFiyatTipi" Type="Self.HalFiyatTipi" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.HalFiyat_Sirket" FromRole="HalFiyat_Sirket_Source" ToRole="HalFiyat_Sirket_Target" />
          <NavigationProperty Name="Urun" Relationship="Self.HalFiyat_Urun" FromRole="HalFiyat_Urun_Source" ToRole="HalFiyat_Urun_Target" />
        </EntityType>
        <EntityType Name="HesBilgi" customannotation:ClrType="Asyasoft.Data.Model.Ortak.HesBilgi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SirketBilgiId" Type="Int32" Nullable="false" />
          <Property Name="KullaniciAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Parola" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.HesBilgi_Sirket" FromRole="HesBilgi_Sirket_Source" ToRole="HesBilgi_Sirket_Target" />
          <NavigationProperty Name="SirketBilgi" Relationship="Self.HesBilgi_SirketBilgi" FromRole="HesBilgi_SirketBilgi_Source" ToRole="HesBilgi_SirketBilgi_Target" />
        </EntityType>
        <EntityType Name="SirketBilgi" customannotation:ClrType="Asyasoft.Data.Model.Onburo.SirketBilgi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="OnbReferansId" Type="Int32" />
          <Property Name="TesisAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="TesisUnvani" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="TesisAdresi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="TesisVergiDairesi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="TesisVergiNumarasi" Type="Int32" Nullable="false" />
          <Property Name="TesisVergiNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MernisNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="PegasHotelCode" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Destination" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="OnbReferans" Relationship="Self.SirketBilgi_OnbReferans" FromRole="SirketBilgi_OnbReferans_Source" ToRole="SirketBilgi_OnbReferans_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.SirketBilgi_Sirket" FromRole="SirketBilgi_Sirket_Source" ToRole="SirketBilgi_Sirket_Target" />
        </EntityType>
        <EntityType Name="HrkIslem" customannotation:ClrType="Asyasoft.Data.Model.Onburo.HrkIslem, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="OnbTarih" Type="DateTime" Nullable="false" />
          <Property Name="IslemTarihi" Type="DateTime" Nullable="false" />
          <Property Name="IslemSaati" Type="Time" Nullable="false" />
          <Property Name="HrkId" Type="Int32" Nullable="false" />
          <Property Name="Eski" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Yeni" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="IslemLog" customannotation:ClrType="Asyasoft.Data.Model.Ortak.IslemLog, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="Program" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Baslik" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Mesaj" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="Job" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Job, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="JobType" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="ScheduleId" Type="Int32" Nullable="false" />
          <Property Name="CommandText" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="LastRunTime" Type="DateTime" Nullable="false" />
          <Property Name="LastStatus" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Schedule" Relationship="Self.Job_Schedule" FromRole="Job_Schedule_Source" ToRole="Job_Schedule_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Job_Sirket" FromRole="Job_Sirket_Source" ToRole="Job_Sirket_Target" />
        </EntityType>
        <EntityType Name="Schedule" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Schedule, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ScheduleType" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="StartDate" Type="DateTime" Nullable="false" />
          <Property Name="EndDate" Type="DateTime" Nullable="false" />
          <Property Name="StartTime" Type="Time" Nullable="false" />
          <Property Name="EndTime" Type="Time" Nullable="false" />
          <Property Name="EveryHour" Type="Boolean" Nullable="false" />
          <Property Name="EveryMinute" Type="Boolean" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Schedule_Sirket" FromRole="Schedule_Sirket_Source" ToRole="Schedule_Sirket_Target" />
        </EntityType>
        <EntityType Name="JobHistory" customannotation:ClrType="Asyasoft.Data.Model.Ortak.JobHistory, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="JobId" Type="Int32" Nullable="false" />
          <Property Name="StartTime" Type="DateTime" Nullable="false" />
          <Property Name="EndTime" Type="DateTime" Nullable="false" />
          <Property Name="Status" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="ReturnText" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Job" Relationship="Self.JobHistory_Job" FromRole="JobHistory_Job_Source" ToRole="JobHistory_Job_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.JobHistory_Sirket" FromRole="JobHistory_Sirket_Source" ToRole="JobHistory_Sirket_Target" />
        </EntityType>
        <EntityType Name="KanalAcente" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KanalAcente, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="AcentaId" Type="Int32" />
          <Property Name="KanalGirisId" Type="Int32" />
          <Property Name="OnbReferansId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acenta" Relationship="Self.KanalAcente_Acenta" FromRole="KanalAcente_Acenta_Source" ToRole="KanalAcente_Acenta_Target" />
          <NavigationProperty Name="KanalEsitlemeler" Relationship="Self.KanalEsitleme_KanalAcente" FromRole="KanalEsitleme_KanalAcente_Target" ToRole="KanalEsitleme_KanalAcente_Source" />
          <NavigationProperty Name="KanalGiris" Relationship="Self.KanalGiris_KanalAcente" FromRole="KanalGiris_KanalAcente_Target" ToRole="KanalGiris_KanalAcente_Source" />
          <NavigationProperty Name="OnbReferans" Relationship="Self.KanalAcente_OnbReferans" FromRole="KanalAcente_OnbReferans_Source" ToRole="KanalAcente_OnbReferans_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.KanalAcente_Sirket" FromRole="KanalAcente_Sirket_Source" ToRole="KanalAcente_Sirket_Target" />
        </EntityType>
        <EntityType Name="KanalEsitleme" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KanalEsitleme, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KanalAcenteId" Type="Int32" Nullable="false" />
          <Property Name="KanalEsitlemeTipi" Type="Self.KanalEsitlemeTipi" Nullable="false" />
          <Property Name="OnbReferansId" Type="Int32" />
          <Property Name="AcentaId" Type="Int32" />
          <Property Name="PansiyonId" Type="Int32" />
          <Property Name="UlkeId" Type="Int32" />
          <Property Name="OdaKonumId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Acenta" Relationship="Self.KanalEsitleme_Acenta" FromRole="KanalEsitleme_Acenta_Source" ToRole="KanalEsitleme_Acenta_Target" />
          <NavigationProperty Name="KanalAcente" Relationship="Self.KanalEsitleme_KanalAcente" FromRole="KanalEsitleme_KanalAcente_Source" ToRole="KanalEsitleme_KanalAcente_Target" />
          <NavigationProperty Name="OdaKonum" Relationship="Self.KanalEsitleme_OdaKonum" FromRole="KanalEsitleme_OdaKonum_Source" ToRole="KanalEsitleme_OdaKonum_Target" />
          <NavigationProperty Name="OnbReferans" Relationship="Self.KanalEsitleme_OnbReferans" FromRole="KanalEsitleme_OnbReferans_Source" ToRole="KanalEsitleme_OnbReferans_Target" />
          <NavigationProperty Name="Pansiyon" Relationship="Self.KanalEsitleme_Pansiyon" FromRole="KanalEsitleme_Pansiyon_Source" ToRole="KanalEsitleme_Pansiyon_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.KanalEsitleme_Sirket" FromRole="KanalEsitleme_Sirket_Source" ToRole="KanalEsitleme_Sirket_Target" />
          <NavigationProperty Name="Ulke" Relationship="Self.KanalEsitleme_Ulke" FromRole="KanalEsitleme_Ulke_Source" ToRole="KanalEsitleme_Ulke_Target" />
        </EntityType>
        <EntityType Name="KanalGiris" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KanalGiris, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Sifre" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="PaximumKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="HotelKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KanalEntegrasyonFirmasi" Type="Self.KanalEntegrasyonFirmasi" Nullable="false" />
          <Property Name="OnbReferansId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="KanalAcente" Relationship="Self.KanalGiris_KanalAcente" FromRole="KanalGiris_KanalAcente_Source" ToRole="KanalGiris_KanalAcente_Target" />
          <NavigationProperty Name="OnbReferans" Relationship="Self.KanalGiris_OnbReferans" FromRole="KanalGiris_OnbReferans_Source" ToRole="KanalGiris_OnbReferans_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.KanalGiris_Sirket" FromRole="KanalGiris_Sirket_Source" ToRole="KanalGiris_Sirket_Target" />
        </EntityType>
        <EntityType Name="Kapasite" customannotation:ClrType="Asyasoft.Data.Model.Crm.Kapasite, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KapasiteMasa" Type="Int32" />
          <Property Name="KapasitePax" Type="Int32" />
          <Property Name="KapasiteChild" Type="Int32" />
          <Property Name="KapasiteCocukMasasi" Type="Int32" />
          <Property Name="KapasiteTarih" Type="DateTime" Nullable="false" />
          <Property Name="RestoranBolumMasaTanimId" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="RestoranBolumMasaId" Relationship="Self.Kapasite_RestoranBolumMasaId" FromRole="Kapasite_RestoranBolumMasaId_Source" ToRole="Kapasite_RestoranBolumMasaId_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Kapasite_Sirket" FromRole="Kapasite_Sirket_Source" ToRole="Kapasite_Sirket_Target" />
        </EntityType>
        <EntityType Name="Kayip" customannotation:ClrType="Asyasoft.Data.Model.Crm.Kayip, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="FormNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="EsyaId" Type="Int32" />
          <Property Name="DepartmanId" Type="Int32" />
          <Property Name="OdaId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Departman" Relationship="Self.Kayip_Departman" FromRole="Kayip_Departman_Source" ToRole="Kayip_Departman_Target" />
          <NavigationProperty Name="Esya" Relationship="Self.Kayip_Esya" FromRole="Kayip_Esya_Source" ToRole="Kayip_Esya_Target" />
          <NavigationProperty Name="Kayiphrkler" Relationship="Self.Kayiphrk_Kayip" FromRole="Kayiphrk_Kayip_Target" ToRole="Kayiphrk_Kayip_Source" />
          <NavigationProperty Name="Oda" Relationship="Self.Kayip_Oda" FromRole="Kayip_Oda_Source" ToRole="Kayip_Oda_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Kayip_Sirket" FromRole="Kayip_Sirket_Source" ToRole="Kayip_Sirket_Target" />
        </EntityType>
        <EntityType Name="Kayiphrk" customannotation:ClrType="Asyasoft.Data.Model.Crm.Kayiphrk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KayipId" Type="Int32" Nullable="false" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="SiraNo" Type="Int32" Nullable="false" />
          <Property Name="Tip" Type="Self.KayipHrkTip" Nullable="false" />
          <Property Name="KayipZaman" Type="Time" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IslemiYapan" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kayip" Relationship="Self.Kayiphrk_Kayip" FromRole="Kayiphrk_Kayip_Source" ToRole="Kayiphrk_Kayip_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Kayiphrk_Sirket" FromRole="Kayiphrk_Sirket_Source" ToRole="Kayiphrk_Sirket_Target" />
        </EntityType>
        <EntityType Name="KolBandiSeri" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KolBandiSeri, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="BaslangicNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BitisNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="OlusturmaTarihi" Type="DateTime" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.KolBandiSeri_Sirket" FromRole="KolBandiSeri_Sirket_Source" ToRole="KolBandiSeri_Sirket_Target" />
        </EntityType>
        <EntityType Name="KolBandiSorgu" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KolBandiSorgu, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="AramaTipi" Type="Self.KolBandiAramaTipi" Nullable="false" />
          <Property Name="SorguYeri" Type="Self.KolBandiSorguYeri" Nullable="false" />
          <Property Name="DonusTipi" Type="Self.KolBandiSorguDonus" Nullable="false" />
          <Property Name="OdaAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KullaniciId" Type="Int32" />
          <Property Name="RezId" Type="Int32" />
          <Property Name="KayitTarihi" Type="DateTime" Nullable="false" />
          <Property Name="MisafirAd" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MisafirSoyad" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KolBandiNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.KolBandiSorgu_Kullanici" FromRole="KolBandiSorgu_Kullanici_Source" ToRole="KolBandiSorgu_Kullanici_Target" />
          <NavigationProperty Name="Rez" Relationship="Self.KolBandiSorgu_Rez" FromRole="KolBandiSorgu_Rez_Source" ToRole="KolBandiSorgu_Rez_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.KolBandiSorgu_Sirket" FromRole="KolBandiSorgu_Sirket_Source" ToRole="KolBandiSorgu_Sirket_Target" />
        </EntityType>
        <EntityType Name="KonumGrup" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KonumGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.KonumGrup_Sirket" FromRole="KonumGrup_Sirket_Source" ToRole="KonumGrup_Sirket_Target" />
        </EntityType>
        <EntityType Name="KonumGrupBaglanti" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KonumGrupBaglanti, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KonumTipBirles" Type="Self.KonumTipBirles" Nullable="false" />
          <Property Name="KonumGrupId" Type="Int32" Nullable="false" />
          <Property Name="OdaKonumId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="KonumGrup" Relationship="Self.KonumGrupBaglanti_KonumGrup" FromRole="KonumGrupBaglanti_KonumGrup_Source" ToRole="KonumGrupBaglanti_KonumGrup_Target" />
          <NavigationProperty Name="OdaKonum" Relationship="Self.KonumGrupBaglanti_OdaKonum" FromRole="KonumGrupBaglanti_OdaKonum_Source" ToRole="KonumGrupBaglanti_OdaKonum_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.KonumGrupBaglanti_Sirket" FromRole="KonumGrupBaglanti_Sirket_Source" ToRole="KonumGrupBaglanti_Sirket_Target" />
        </EntityType>
        <EntityType Name="Mahsup" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Mahsup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="FisNo" Type="Int32" Nullable="false" />
          <Property Name="Tip" Type="Self.MuhasebeMahsupTip" Nullable="false" />
          <Property Name="MahsupKaynakId" Type="Int32" Nullable="false" />
          <Property Name="MahsupAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="MahsupKaynak" Relationship="Self.MahsupKaynak_Mahsuplar" FromRole="MahsupKaynak_Mahsuplar_Target" ToRole="MahsupKaynak_Mahsuplar_Source" />
          <NavigationProperty Name="MahsupSiralar" Relationship="Self.MahsupSira_Mahsup" FromRole="MahsupSira_Mahsup_Target" ToRole="MahsupSira_Mahsup_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Mahsup_Sirket" FromRole="Mahsup_Sirket_Source" ToRole="Mahsup_Sirket_Target" />
        </EntityType>
        <EntityType Name="MahsupKaynak" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MahsupKaynak, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Mahsuplar" Relationship="Self.MahsupKaynak_Mahsuplar" FromRole="MahsupKaynak_Mahsuplar_Source" ToRole="MahsupKaynak_Mahsuplar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.MahsupKaynak_Sirket" FromRole="MahsupKaynak_Sirket_Source" ToRole="MahsupKaynak_Sirket_Target" />
        </EntityType>
        <EntityType Name="MahsupSira" customannotation:ClrType="Asyasoft.Data.Model.Ortak.MahsupSira, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="MahsupId" Type="Int32" Nullable="false" />
          <Property Name="TutarTl" Type="Double" Nullable="false" />
          <Property Name="TutarDv" Type="Double" Nullable="false" />
          <Property Name="IslemKuru" Type="Double" Nullable="false" />
          <Property Name="BankaId" Type="Int32" Nullable="false" />
          <Property Name="DovizId" Type="Int32" Nullable="false" />
          <Property Name="BA" Type="Self.MuhasebeMahsupBA" Nullable="false" />
          <Property Name="HesapId" Type="Int32" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Hesap" Relationship="Self.MahsupSira_Hesap" FromRole="MahsupSira_Hesap_Source" ToRole="MahsupSira_Hesap_Target" />
          <NavigationProperty Name="Mahsup" Relationship="Self.MahsupSira_Mahsup" FromRole="MahsupSira_Mahsup_Source" ToRole="MahsupSira_Mahsup_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.MahsupSira_Sirket" FromRole="MahsupSira_Sirket_Source" ToRole="MahsupSira_Sirket_Target" />
        </EntityType>
        <EntityType Name="MasrafMerkezi" customannotation:ClrType="Asyasoft.Data.Model.Muhasebe.MasrafMerkezi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.MasrafMerkezi_Sirket" FromRole="MasrafMerkezi_Sirket_Source" ToRole="MasrafMerkezi_Sirket_Target" />
        </EntityType>
        <EntityType Name="Mesaj" customannotation:ClrType="Asyasoft.Data.Model.Onburo.Mesaj, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="TabloId" Type="Int32" Nullable="false" />
          <Property Name="DataId" Type="Int32" Nullable="false" />
          <Property Name="InterfaceId" Type="Int32" />
          <Property Name="mesajtext" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Tablo" Relationship="Self.Mesaj_Tablo" FromRole="Mesaj_Tablo_Source" ToRole="Mesaj_Tablo_Target" />
        </EntityType>
        <EntityType Name="MGBSablon" customannotation:ClrType="Asyasoft.Data.Model.Crm.MGBSablon, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="CrmDepartmanId" Type="Int32" Nullable="false" />
          <Property Name="CrmBildirimTurId" Type="Int32" Nullable="false" />
          <Property Name="BildirimAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="GeriDonusAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SonucAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="CrmBildirimTur" Relationship="Self.MGBSablon_CrmBildirimTur" FromRole="MGBSablon_CrmBildirimTur_Source" ToRole="MGBSablon_CrmBildirimTur_Target" />
          <NavigationProperty Name="CrmDepartman" Relationship="Self.MGBSablon_CrmDepartman" FromRole="MGBSablon_CrmDepartman_Source" ToRole="MGBSablon_CrmDepartman_Target" />
        </EntityType>
        <EntityType Name="MuhasebeReferans" customannotation:ClrType="Asyasoft.Data.Model.Muhasebe.MuhasebeReferans, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.MuhasebeReferans_Sirket" FromRole="MuhasebeReferans_Sirket_Source" ToRole="MuhasebeReferans_Sirket_Target" />
        </EntityType>
        <EntityType Name="NotHedef" customannotation:ClrType="Asyasoft.Data.Model.Ortak.NotHedef, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="NotId" Type="Int32" Nullable="false" />
          <Property Name="HedefTabloId" Type="Int32" Nullable="false" />
          <Property Name="HedefInterfaceId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Not" Relationship="Self.Notlar_NotHedefler" FromRole="Notlar_NotHedefler_Target" ToRole="Notlar_NotHedefler_Source" />
          <NavigationProperty Name="NotHedefLoglar" Relationship="Self.NotHedefLog_NotHedef" FromRole="NotHedefLog_NotHedef_Target" ToRole="NotHedefLog_NotHedef_Source" />
        </EntityType>
        <EntityType Name="Notlar" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Notlar, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KaynakTabloId" Type="Int32" Nullable="false" />
          <Property Name="KaynakId" Type="Int32" Nullable="false" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="NotZaman" Type="DateTime" Nullable="false" />
          <Property Name="Uyari" Type="Boolean" />
          <Property Name="NotText" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.Notlar_Kullanici" FromRole="Notlar_Kullanici_Source" ToRole="Notlar_Kullanici_Target" />
          <NavigationProperty Name="NotHedefler" Relationship="Self.Notlar_NotHedefler" FromRole="Notlar_NotHedefler_Source" ToRole="Notlar_NotHedefler_Target" />
        </EntityType>
        <EntityType Name="NotHedefLog" customannotation:ClrType="Asyasoft.Data.Model.Ortak.NotHedefLog, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="NotHedefId" Type="Int32" Nullable="false" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="NotHedefOkumaZaman" Type="DateTime" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.NotHedefLog_Kullanici" FromRole="NotHedefLog_Kullanici_Source" ToRole="NotHedefLog_Kullanici_Target" />
          <NavigationProperty Name="NotHedef" Relationship="Self.NotHedefLog_NotHedef" FromRole="NotHedefLog_NotHedef_Source" ToRole="NotHedefLog_NotHedef_Target" />
        </EntityType>
        <EntityType Name="OnayAdim" customannotation:ClrType="Asyasoft.Data.Model.Stok.OnayAdim, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="OnayAdimSayisi" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.OnayAdim_Sirket" FromRole="OnayAdim_Sirket_Source" ToRole="OnayAdim_Sirket_Target" />
        </EntityType>
        <EntityType Name="OnayAdimKullanici" customannotation:ClrType="Asyasoft.Data.Model.Stok.OnayAdimKullanici, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="OnayAdimId" Type="Int32" Nullable="false" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="OnaySira" Type="Int32" Nullable="false" />
          <Property Name="OnayTutar1" Type="Double" Nullable="false" />
          <Property Name="OnayTutar2" Type="Double" Nullable="false" />
          <Property Name="OnayTutarBazinda" Type="Boolean" Nullable="false" />
          <Property Name="AnlasmalilariGormez" Type="Boolean" Nullable="false" />
          <Property Name="KullaniciTatilde" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.OnayAdimKullanici_Kullanici" FromRole="OnayAdimKullanici_Kullanici_Source" ToRole="OnayAdimKullanici_Kullanici_Target" />
          <NavigationProperty Name="OnayAdim" Relationship="Self.OnayAdimKullanici_OnayAdim" FromRole="OnayAdimKullanici_OnayAdim_Source" ToRole="OnayAdimKullanici_OnayAdim_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.OnayAdimKullanici_Sirket" FromRole="OnayAdimKullanici_Sirket_Source" ToRole="OnayAdimKullanici_Sirket_Target" />
        </EntityType>
        <EntityType Name="OnbParam" customannotation:ClrType="Asyasoft.Data.Model.Ortak.OnbParam, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Parametre" Type="Self.OnbParamTip" Nullable="false" />
          <Property Name="Deger" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="OrtakGrup" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OrtakGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="OrtakGrupModel" Type="Self.OrtakGrupModel" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="OrtakGrupDetaylar" Relationship="Self.OrtakGrupDetay_OrtakGrup" FromRole="OrtakGrupDetay_OrtakGrup_Target" ToRole="OrtakGrupDetay_OrtakGrup_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.OrtakGrup_Sirket" FromRole="OrtakGrup_Sirket_Source" ToRole="OrtakGrup_Sirket_Target" />
        </EntityType>
        <EntityType Name="OrtakGrupDetay" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OrtakGrupDetay, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="OrtakId" Type="Int32" Nullable="false" />
          <Property Name="OrtakGrupId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="OrtakGrup" Relationship="Self.OrtakGrupDetay_OrtakGrup" FromRole="OrtakGrupDetay_OrtakGrup_Source" ToRole="OrtakGrupDetay_OrtakGrup_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.OrtakGrupDetay_Sirket" FromRole="OrtakGrupDetay_Sirket_Source" ToRole="OrtakGrupDetay_Sirket_Target" />
        </EntityType>
        <EntityType Name="OutOfOrder" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OutOfOrder, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="OdaId" Type="Int32" Nullable="false" />
          <Property Name="BasTarih" Type="DateTime" Nullable="false" />
          <Property Name="BitTarih" Type="DateTime" Nullable="false" />
          <Property Name="Durumu" Type="Self.OutOfDurum" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Oda" Relationship="Self.OutOfOrder_Oda" FromRole="OutOfOrder_Oda_Source" ToRole="OutOfOrder_Oda_Target" />
          <NavigationProperty Name="OutOfOrderSiralar" Relationship="Self.OutOfOrderSira_OutOfOrder" FromRole="OutOfOrderSira_OutOfOrder_Target" ToRole="OutOfOrderSira_OutOfOrder_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.OutOfOrder_Sirket" FromRole="OutOfOrder_Sirket_Source" ToRole="OutOfOrder_Sirket_Target" />
        </EntityType>
        <EntityType Name="OutOfOrderSira" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OutOfOrderSira, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="OutOfOrderId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="OutOfOrder" Relationship="Self.OutOfOrderSira_OutOfOrder" FromRole="OutOfOrderSira_OutOfOrder_Source" ToRole="OutOfOrderSira_OutOfOrder_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.OutOfOrderSira_Sirket" FromRole="OutOfOrderSira_Sirket_Source" ToRole="OutOfOrderSira_Sirket_Target" />
        </EntityType>
        <EntityType Name="OzelKod" customannotation:ClrType="Asyasoft.Data.Model.Muhasebe.OzelKod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.OzelKod_Sirket" FromRole="OzelKod_Sirket_Source" ToRole="OzelKod_Sirket_Target" />
        </EntityType>
        <EntityType Name="PanYemek" customannotation:ClrType="Asyasoft.Data.Model.Onburo.PanYemek, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KalısGun" Type="Self.TipKalisGun" Nullable="false" />
          <Property Name="Yemek" Type="Self.TipYemek" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Pansiyon" Relationship="Self.PanYemek_Pansiyon" FromRole="PanYemek_Pansiyon_Source" ToRole="PanYemek_Pansiyon_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PanYemek_Sirket" FromRole="PanYemek_Sirket_Source" ToRole="PanYemek_Sirket_Target" />
        </EntityType>
        <EntityType Name="Parametre" customannotation:ClrType="Asyasoft.Data.Model.Personel.Parametre, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PkanunId" Type="Int32" Nullable="false" />
          <Property Name="PbelgeId" Type="Int32" Nullable="false" />
          <Property Name="DonemYil" Type="Int32" Nullable="false" />
          <Property Name="DonemAy" Type="Int32" Nullable="false" />
          <Property Name="SskGunTaban" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="SskGunTavan" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="AyCalismaGun" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="AyCalismaSaat" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="EngelliIndGunTut1" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="EngelliIndGunTut2" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="EngelliIndGunTut3" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="SskIsciOran" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="SskIsverenOran" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="SskEmekliIsciOran" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="SskEmekliIsverenOran" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="IssizlikIsciOran" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="IssizlikIsverenOran" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="DamgaVergiOran" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="VergiDilimTutar1" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="VergiDilimOran1" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="VergiDilimTutar2" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="VergiDilimOran2" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="VergiDilimTutar3" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="VergiDilimOran3" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="VergiDilimTutar4" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="VergiDilimOran4" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="VergiDilimTutar5" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="VergiDilimOran5" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="KidemTazminatTavani" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Pbelge" Relationship="Self.Parametre_Pbelge" FromRole="Parametre_Pbelge_Source" ToRole="Parametre_Pbelge_Target" />
          <NavigationProperty Name="Pkanun" Relationship="Self.Parametre_Pkanun" FromRole="Parametre_Pkanun_Source" ToRole="Parametre_Pkanun_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Parametre_Sirket" FromRole="Parametre_Sirket_Source" ToRole="Parametre_Sirket_Target" />
        </EntityType>
        <EntityType Name="Pbelge" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pbelge, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Pbelge_Sirket" FromRole="Pbelge_Sirket_Source" ToRole="Pbelge_Sirket_Target" />
        </EntityType>
        <EntityType Name="Pkanun" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pkanun, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Pkanun_Sirket" FromRole="Pkanun_Sirket_Source" ToRole="Pkanun_Sirket_Target" />
        </EntityType>
        <EntityType Name="Pavans" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pavans, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PersonelSirketId" Type="Int32" Nullable="false" />
          <Property Name="DonemYil" Type="Int32" Nullable="false" />
          <Property Name="DonemAy" Type="Int32" Nullable="false" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="HakedisId" Type="Int32" Nullable="false" />
          <Property Name="Tutar" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Hakedis" Relationship="Self.Pavans_Hakedis" FromRole="Pavans_Hakedis_Source" ToRole="Pavans_Hakedis_Target" />
          <NavigationProperty Name="PersonelSirket" Relationship="Self.Pavans_PersonelSirket" FromRole="Pavans_PersonelSirket_Source" ToRole="Pavans_PersonelSirket_Target" />
        </EntityType>
        <EntityType Name="PersonelSirket" customannotation:ClrType="Asyasoft.Data.Model.Personel.PersonelSirket, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PersonelId" Type="Int32" Nullable="false" />
          <Property Name="PSirketId" Type="Int32" Nullable="false" />
          <Property Name="GirisTarih" Type="DateTime" Nullable="false" />
          <Property Name="CikisTarih" Type="DateTime" Nullable="false" />
          <Property Name="PcikisnedenId" Type="Int32" />
          <Property Name="PdepkodId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Pcikisneden" Relationship="Self.PersonelSirket_Pcikisneden" FromRole="PersonelSirket_Pcikisneden_Source" ToRole="PersonelSirket_Pcikisneden_Target" />
          <NavigationProperty Name="Pdepkod" Relationship="Self.PersonelSirket_Pdepkod" FromRole="PersonelSirket_Pdepkod_Source" ToRole="PersonelSirket_Pdepkod_Target" />
          <NavigationProperty Name="Personel" Relationship="Self.Personel_PersonelSirketler" FromRole="Personel_PersonelSirketler_Target" ToRole="Personel_PersonelSirketler_Source" />
          <NavigationProperty Name="PersonelSirketEk" Relationship="Self.PersonelSirket_PersonelSirketEk" FromRole="PersonelSirket_PersonelSirketEk_Source" ToRole="PersonelSirket_PersonelSirketEk_Target" />
          <NavigationProperty Name="PSirket" Relationship="Self.PersonelSirket_PSirket" FromRole="PersonelSirket_PSirket_Source" ToRole="PersonelSirket_PSirket_Target" />
          <NavigationProperty Name="Puantajlar" Relationship="Self.Puantaj_PersonelSirket" FromRole="Puantaj_PersonelSirket_Target" ToRole="Puantaj_PersonelSirket_Source" />
        </EntityType>
        <EntityType Name="Pcikisneden" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pcikisneden, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Pcikisneden_Sirket" FromRole="Pcikisneden_Sirket_Source" ToRole="Pcikisneden_Sirket_Target" />
        </EntityType>
        <EntityType Name="Pdepkod" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pdepkod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Pdepkod_Sirket" FromRole="Pdepkod_Sirket_Source" ToRole="Pdepkod_Sirket_Target" />
        </EntityType>
        <EntityType Name="Personel" customannotation:ClrType="Asyasoft.Data.Model.Personel.Personel, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="TcKimlikNo" Type="String" MaxLength="11" FixedLength="false" Unicode="true" />
          <Property Name="MusteriId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Musteri" Relationship="Self.Personel_Musteri" FromRole="Personel_Musteri_Source" ToRole="Personel_Musteri_Target" />
          <NavigationProperty Name="PersonelSirketler" Relationship="Self.Personel_PersonelSirketler" FromRole="Personel_PersonelSirketler_Source" ToRole="Personel_PersonelSirketler_Target" />
        </EntityType>
        <EntityType Name="PersonelSirketEk" customannotation:ClrType="Asyasoft.Data.Model.Personel.PersonelSirketEk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="PcalgrupId" Type="Int32" Nullable="false" />
          <Property Name="UcretTipi" Type="Self.PerUcretTipi" Nullable="false" />
          <Property Name="Ucret" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="UcretHesTipi" Type="Self.PerUcretHesTipi" Nullable="false" />
          <Property Name="PkanunId" Type="Int32" Nullable="false" />
          <Property Name="PbelgeId" Type="Int32" Nullable="false" />
          <Property Name="PgorevId" Type="Int32" />
          <Property Name="PpozisyonId" Type="Int32" />
          <Property Name="AgiYok" Type="Boolean" Nullable="false" />
          <Property Name="EsiCalismiyor" Type="Boolean" Nullable="false" />
          <Property Name="AgiCocuk" Type="Int32" Nullable="false" />
          <Property Name="BesOran" Type="Int32" Nullable="false" />
          <Property Name="BesAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BankaHesap" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BankaSube" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BankaIban" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="CalDurumu" Type="Self.PerCalDurumu" Nullable="false" />
          <Property Name="IstDurumu" Type="Self.PerIstDurumu" Nullable="false" />
          <Property Name="OgrenimDurumu" Type="Self.PerOgrenimDurumu" Nullable="false" />
          <Property Name="SakatlikDurumu" Type="Self.PerSakatlikDurumu" Nullable="false" />
          <Property Name="PerSakatlikSahip" Type="Self.PerSakatlikSahip" Nullable="false" />
          <Property Name="PiskoluId" Type="Int32" />
          <Property Name="PiskurId" Type="Int32" />
          <Property Name="PsigortaId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Pbelge" Relationship="Self.PersonelSirketEk_Pbelge" FromRole="PersonelSirketEk_Pbelge_Source" ToRole="PersonelSirketEk_Pbelge_Target" />
          <NavigationProperty Name="Pcalgrup" Relationship="Self.PersonelSirketEk_Pcalgrup" FromRole="PersonelSirketEk_Pcalgrup_Source" ToRole="PersonelSirketEk_Pcalgrup_Target" />
          <NavigationProperty Name="PersonelSirket" Relationship="Self.PersonelSirket_PersonelSirketEk" FromRole="PersonelSirket_PersonelSirketEk_Target" ToRole="PersonelSirket_PersonelSirketEk_Source" />
          <NavigationProperty Name="Pgorev" Relationship="Self.PersonelSirketEk_Pgorev" FromRole="PersonelSirketEk_Pgorev_Source" ToRole="PersonelSirketEk_Pgorev_Target" />
          <NavigationProperty Name="Piskolu" Relationship="Self.PersonelSirketEk_Piskolu" FromRole="PersonelSirketEk_Piskolu_Source" ToRole="PersonelSirketEk_Piskolu_Target" />
          <NavigationProperty Name="Piskur" Relationship="Self.PersonelSirketEk_Piskur" FromRole="PersonelSirketEk_Piskur_Source" ToRole="PersonelSirketEk_Piskur_Target" />
          <NavigationProperty Name="Pkanun" Relationship="Self.PersonelSirketEk_Pkanun" FromRole="PersonelSirketEk_Pkanun_Source" ToRole="PersonelSirketEk_Pkanun_Target" />
          <NavigationProperty Name="Ppozisyon" Relationship="Self.PersonelSirketEk_Ppozisyon" FromRole="PersonelSirketEk_Ppozisyon_Source" ToRole="PersonelSirketEk_Ppozisyon_Target" />
          <NavigationProperty Name="Psigorta" Relationship="Self.PersonelSirketEk_Psigorta" FromRole="PersonelSirketEk_Psigorta_Source" ToRole="PersonelSirketEk_Psigorta_Target" />
        </EntityType>
        <EntityType Name="Pcalgrup" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pcalgrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="CalGrupTipi" Type="Self.PerCalGrupTipi" Nullable="false" />
          <Property Name="Ssk" Type="Boolean" Nullable="false" />
          <Property Name="Issizlik" Type="Boolean" Nullable="false" />
          <Property Name="Damga" Type="Boolean" Nullable="false" />
          <Property Name="Gelir" Type="Boolean" Nullable="false" />
          <Property Name="OzelInd" Type="Boolean" Nullable="false" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Pcalgrup_Sirket" FromRole="Pcalgrup_Sirket_Source" ToRole="Pcalgrup_Sirket_Target" />
        </EntityType>
        <EntityType Name="Pgorev" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pgorev, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Pgorev_Sirket" FromRole="Pgorev_Sirket_Source" ToRole="Pgorev_Sirket_Target" />
        </EntityType>
        <EntityType Name="Piskolu" customannotation:ClrType="Asyasoft.Data.Model.Personel.Piskolu, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Piskolu_Sirket" FromRole="Piskolu_Sirket_Source" ToRole="Piskolu_Sirket_Target" />
        </EntityType>
        <EntityType Name="Piskur" customannotation:ClrType="Asyasoft.Data.Model.Personel.Piskur, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Piskur_Sirket" FromRole="Piskur_Sirket_Source" ToRole="Piskur_Sirket_Target" />
        </EntityType>
        <EntityType Name="Ppozisyon" customannotation:ClrType="Asyasoft.Data.Model.Personel.Ppozisyon, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Ppozisyon_Sirket" FromRole="Ppozisyon_Sirket_Source" ToRole="Ppozisyon_Sirket_Target" />
        </EntityType>
        <EntityType Name="Psigorta" customannotation:ClrType="Asyasoft.Data.Model.Personel.Psigorta, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Psigorta_Sirket" FromRole="Psigorta_Sirket_Source" ToRole="Psigorta_Sirket_Target" />
        </EntityType>
        <EntityType Name="Puantaj" customannotation:ClrType="Asyasoft.Data.Model.Personel.Puantaj, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PersonelSirketId" Type="Int32" Nullable="false" />
          <Property Name="DonemYil" Type="Int32" Nullable="false" />
          <Property Name="DonemAy" Type="Int32" Nullable="false" />
          <Property Name="DonemSira" Type="Int32" Nullable="false" />
          <Property Name="NetUcret" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="BrutUcret" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="AgiYok" Type="Boolean" Nullable="false" />
          <Property Name="EsiCalismiyor" Type="Boolean" Nullable="false" />
          <Property Name="AgiCocuk" Type="Int32" Nullable="false" />
          <Property Name="AgiOran" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="BesOran" Type="Int32" Nullable="false" />
          <Property Name="PkanunId" Type="Int32" Nullable="false" />
          <Property Name="PbelgeId" Type="Int32" Nullable="false" />
          <Property Name="EksikGun" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="PeksiknedenId" Type="Int32" />
          <Property Name="EksikIstirahatCalismadi" Type="Boolean" Nullable="false" />
          <Property Name="CikisGunBesOndendi" Type="Boolean" Nullable="false" />
          <Property Name="PdepkodId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Pbelge" Relationship="Self.Puantaj_Pbelge" FromRole="Puantaj_Pbelge_Source" ToRole="Puantaj_Pbelge_Target" />
          <NavigationProperty Name="Pdepkod" Relationship="Self.Puantaj_Pdepkod" FromRole="Puantaj_Pdepkod_Source" ToRole="Puantaj_Pdepkod_Target" />
          <NavigationProperty Name="Peksikneden" Relationship="Self.Puantaj_Peksikneden" FromRole="Puantaj_Peksikneden_Source" ToRole="Puantaj_Peksikneden_Target" />
          <NavigationProperty Name="PersonelSirket" Relationship="Self.Puantaj_PersonelSirket" FromRole="Puantaj_PersonelSirket_Source" ToRole="Puantaj_PersonelSirket_Target" />
          <NavigationProperty Name="Pkanun" Relationship="Self.Puantaj_Pkanun" FromRole="Puantaj_Pkanun_Source" ToRole="Puantaj_Pkanun_Target" />
          <NavigationProperty Name="PuantajHakedisler" Relationship="Self.PuantajHakedis_Puantaj" FromRole="PuantajHakedis_Puantaj_Target" ToRole="PuantajHakedis_Puantaj_Source" />
          <NavigationProperty Name="PuantajTahakkuk" Relationship="Self.Puantaj_PuantajTahakkuk" FromRole="Puantaj_PuantajTahakkuk_Source" ToRole="Puantaj_PuantajTahakkuk_Target" />
        </EntityType>
        <EntityType Name="Peksikneden" customannotation:ClrType="Asyasoft.Data.Model.Personel.Peksikneden, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Peksikneden_Sirket" FromRole="Peksikneden_Sirket_Source" ToRole="Peksikneden_Sirket_Target" />
        </EntityType>
        <EntityType Name="PuantajHakedis" customannotation:ClrType="Asyasoft.Data.Model.Personel.PuantajHakedis, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PuantajId" Type="Int32" Nullable="false" />
          <Property Name="HakedisId" Type="Int32" Nullable="false" />
          <Property Name="Gun" Type="Decimal" Precision="4" Scale="2" Nullable="false" />
          <Property Name="Saat" Type="Decimal" Precision="6" Scale="2" Nullable="false" />
          <Property Name="Ucret" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="UcretTipi" Type="Self.PerUcretTipi" Nullable="false" />
          <Property Name="BrutUcret" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Hakedis" Relationship="Self.PuantajHakedis_Hakedis" FromRole="PuantajHakedis_Hakedis_Source" ToRole="PuantajHakedis_Hakedis_Target" />
          <NavigationProperty Name="Puantaj" Relationship="Self.PuantajHakedis_Puantaj" FromRole="PuantajHakedis_Puantaj_Source" ToRole="PuantajHakedis_Puantaj_Target" />
        </EntityType>
        <EntityType Name="PuantajTahakkuk" customannotation:ClrType="Asyasoft.Data.Model.Personel.PuantajTahakkuk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="SskGun" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="ToplamKazanc" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="SskMatrah" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="SskKesintiIsci" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="SskKesintiIsveren" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="IssizlikMatrah" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="IssizlikKesintiIsci" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="IssizlikKesintiIsveren" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="DamgaMatrah" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="DamgaKesinti" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="KumulatifMatrah" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="GelirVergiMatrah" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="GelirVergiKesinti" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="GelirVergiIndirimi" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="AgiTutar" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="BesTutar" Type="Decimal" Precision="18" Scale="2" Nullable="false" />
          <Property Name="IlaveAgiTutar" Type="Decimal" Precision="9" Scale="2" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Puantaj" Relationship="Self.Puantaj_PuantajTahakkuk" FromRole="Puantaj_PuantajTahakkuk_Target" ToRole="Puantaj_PuantajTahakkuk_Source" />
        </EntityType>
        <EntityType Name="Pcihaz" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pcihaz, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="IpAdresi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="PortNo" Type="Int32" Nullable="false" />
          <Property Name="PcihazGrupId" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PcihazGrup" Relationship="Self.Pcihaz_PcihazGrup" FromRole="Pcihaz_PcihazGrup_Source" ToRole="Pcihaz_PcihazGrup_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Pcihaz_Sirket" FromRole="Pcihaz_Sirket_Source" ToRole="Pcihaz_Sirket_Target" />
        </EntityType>
        <EntityType Name="PcihazGrup" customannotation:ClrType="Asyasoft.Data.Model.Personel.PcihazGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.PcihazGrup_Sirket" FromRole="PcihazGrup_Sirket_Source" ToRole="PcihazGrup_Sirket_Target" />
        </EntityType>
        <EntityType Name="Pcizelge" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pcizelge, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="PersonelSirketId" Type="Int32" Nullable="false" />
          <Property Name="PshiftId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PersonelSirket" Relationship="Self.Pcizelge_PersonelSirket" FromRole="Pcizelge_PersonelSirket_Source" ToRole="Pcizelge_PersonelSirket_Target" />
          <NavigationProperty Name="Pshift" Relationship="Self.Pcizelge_Pshift" FromRole="Pcizelge_Pshift_Source" ToRole="Pcizelge_Pshift_Target" />
        </EntityType>
        <EntityType Name="Pshift" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pshift, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="IzinTipi" Type="Boolean" />
          <Property Name="ShiftTipi" Type="Self.ShiftTipi" />
          <Property Name="YillikDahil" Type="Boolean" />
          <Property Name="YillikIzin" Type="Boolean" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PshiftHrkler" Relationship="Self.PshiftHrk_Pshift" FromRole="PshiftHrk_Pshift_Target" ToRole="PshiftHrk_Pshift_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Pshift_Sirket" FromRole="Pshift_Sirket_Source" ToRole="Pshift_Sirket_Target" />
        </EntityType>
        <EntityType Name="PshiftHrk" customannotation:ClrType="Asyasoft.Data.Model.Personel.PshiftHrk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PshiftId" Type="Int32" Nullable="false" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BaslangicSaati" Type="Time" Nullable="false" />
          <Property Name="BitisSaati" Type="Time" Nullable="false" />
          <Property Name="PshiftTipiId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Pshift" Relationship="Self.PshiftHrk_Pshift" FromRole="PshiftHrk_Pshift_Source" ToRole="PshiftHrk_Pshift_Target" />
          <NavigationProperty Name="PshiftTipi" Relationship="Self.PshiftHrk_PshiftTipi" FromRole="PshiftHrk_PshiftTipi_Source" ToRole="PshiftHrk_PshiftTipi_Target" />
        </EntityType>
        <EntityType Name="PshiftTipi" customannotation:ClrType="Asyasoft.Data.Model.Personel.PshiftTipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.PshiftTipi_Sirket" FromRole="PshiftTipi_Sirket_Source" ToRole="PshiftTipi_Sirket_Target" />
        </EntityType>
        <EntityType Name="Pentegrasyon" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pentegrasyon, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="EbilKulAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="EbilIsyeriKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="EbilSistemSifresi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="EbilIsyeriSifresi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="JanKulAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="JanTcNo" Type="Int32" Nullable="false" />
          <Property Name="JanSifresi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Psirket" Relationship="Self.Psirket_Pentegrasyon" FromRole="Psirket_Pentegrasyon_Target" ToRole="Psirket_Pentegrasyon_Source" />
        </EntityType>
        <EntityType Name="Psirket" customannotation:ClrType="Asyasoft.Data.Model.Personel.Psirket, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Unvani" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Adres" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Telefon" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Il" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Ilce" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="VDairesi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="VNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KurVDairesi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KurVNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="TSicilNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="MersisNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Merkez" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="WebAdresi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IsyeriKodu" Type="Int32" Nullable="false" />
          <Property Name="Turu" Type="Self.PsirketTuru" Nullable="false" />
          <Property Name="Durumu" Type="Self.PsirketMulkDurumu" Nullable="false" />
          <Property Name="Iban" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Pebildirge" Relationship="Self.Psirket_Pebildirge" FromRole="Psirket_Pebildirge_Source" ToRole="Psirket_Pebildirge_Target" />
          <NavigationProperty Name="Pentegrasyon" Relationship="Self.Psirket_Pentegrasyon" FromRole="Psirket_Pentegrasyon_Source" ToRole="Psirket_Pentegrasyon_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Psirket_Sirket" FromRole="Psirket_Sirket_Source" ToRole="Psirket_Sirket_Target" />
        </EntityType>
        <EntityType Name="Pebildirge" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pebildirge, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="DosyaNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="TasNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Isveren" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Iskolu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IskoluKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IskoluSube" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IskoluSira" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IskoluIl" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IskoluIlce" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KontrolNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="AraciNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="EskiUnite" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SicilNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Psirket" Relationship="Self.Psirket_Pebildirge" FromRole="Psirket_Pebildirge_Target" ToRole="Psirket_Pebildirge_Source" />
        </EntityType>
        <EntityType Name="PersCalParam" customannotation:ClrType="Asyasoft.Data.Model.Personel.PersCalParam, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Parametre" Type="Self.PersCalParamTip" Nullable="false" />
          <Property Name="Deger" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="Pgircik" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pgircik, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="BaslangicSaati" Type="Time" Nullable="false" />
          <Property Name="PkartId" Type="Int32" Nullable="false" />
          <Property Name="GirisCikis" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KacinciGun" Type="Int32" Nullable="false" />
          <Property Name="ManuelIslem" Type="Boolean" Nullable="false" />
          <Property Name="Kaynank" Type="Self.PgircikKaynak" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Pkart" Relationship="Self.Pgircik_Pkart" FromRole="Pgircik_Pkart_Source" ToRole="Pgircik_Pkart_Target" />
        </EntityType>
        <EntityType Name="Pkart" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pkart, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KartNo" Type="String" MaxLength="15" FixedLength="false" Unicode="true" />
          <Property Name="PersonelSirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PersonelSirket" Relationship="Self.Pkart_PersonelSirket" FromRole="Pkart_PersonelSirket_Source" ToRole="Pkart_PersonelSirket_Target" />
        </EntityType>
        <EntityType Name="Pkat" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pkat, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Pkat_Sirket" FromRole="Pkat_Sirket_Source" ToRole="Pkat_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosAltGrup" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosAltGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosAltGrup_Sirket" FromRole="PosAltGrup_Sirket_Source" ToRole="PosAltGrup_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosCari" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosCari, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosCari_Sirket" FromRole="PosCari_Sirket_Source" ToRole="PosCari_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosDepBaglanti" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosDepBaglanti, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosDepId" Type="Int32" Nullable="false" />
          <Property Name="PosKategoriTip" Type="Self.PosKategoriTip" />
          <Property Name="PosAltKategorilerId" Type="Int32" />
          <Property Name="PosSatKodId" Type="Int32" />
          <Property Name="PosKdvTipiId" Type="Int32" />
          <Property Name="DepkodId" Type="Int32" Nullable="false" />
          <Property Name="DepkodIndirimId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Depkod" Relationship="Self.PosDepBaglanti_Depkod" FromRole="PosDepBaglanti_Depkod_Source" ToRole="PosDepBaglanti_Depkod_Target" />
          <NavigationProperty Name="DepkodIndirim" Relationship="Self.PosDepBaglanti_DepkodIndirim" FromRole="PosDepBaglanti_DepkodIndirim_Source" ToRole="PosDepBaglanti_DepkodIndirim_Target" />
          <NavigationProperty Name="PosAltKategoriler" Relationship="Self.PosDepBaglanti_PosAltKategoriler" FromRole="PosDepBaglanti_PosAltKategoriler_Source" ToRole="PosDepBaglanti_PosAltKategoriler_Target" />
          <NavigationProperty Name="PosDep" Relationship="Self.PosDepBaglanti_PosDep" FromRole="PosDepBaglanti_PosDep_Source" ToRole="PosDepBaglanti_PosDep_Target" />
          <NavigationProperty Name="PosKdvTipi" Relationship="Self.PosDepBaglanti_PosKdvTipi" FromRole="PosDepBaglanti_PosKdvTipi_Source" ToRole="PosDepBaglanti_PosKdvTipi_Target" />
          <NavigationProperty Name="PosSatKod" Relationship="Self.PosDepBaglanti_PosSatKod" FromRole="PosDepBaglanti_PosSatKod_Source" ToRole="PosDepBaglanti_PosSatKod_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosDepBaglanti_Sirket" FromRole="PosDepBaglanti_Sirket_Source" ToRole="PosDepBaglanti_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosDepSaat" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosDepSaat, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosDepSaat_Sirket" FromRole="PosDepSaat_Sirket_Source" ToRole="PosDepSaat_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosKart" customannotation:ClrType="Asyasoft.Data.Model.Ortak.PosKart, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KartNo" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="FolioId" Type="Int32" />
          <Property Name="PosOdenmezIkramId" Type="Int32" />
          <Property Name="LimitKontrolu" Type="Self.EnumEH" Nullable="false" />
          <Property Name="LimitTutar" Type="Single" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Folio" Relationship="Self.PosKart_Folio" FromRole="PosKart_Folio_Source" ToRole="PosKart_Folio_Target" />
          <NavigationProperty Name="PosOdenmezIkram" Relationship="Self.PosKart_PosOdenmezIkram" FromRole="PosKart_PosOdenmezIkram_Source" ToRole="PosKart_PosOdenmezIkram_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosKart_Sirket" FromRole="PosKart_Sirket_Source" ToRole="PosKart_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosPansiyonDerece" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosPansiyonDerece, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PansiyonId" Type="Int32" Nullable="false" />
          <Property Name="Derece" Type="Int32" Nullable="false" />
          <Property Name="Oran" Type="Double" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Pansiyon" Relationship="Self.PosPansiyonDerece_Pansiyon" FromRole="PosPansiyonDerece_Pansiyon_Source" ToRole="PosPansiyonDerece_Pansiyon_Target" />
        </EntityType>
        <EntityType Name="PosPrintSignals" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosPrintSignals, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosSipAnaId" Type="Int32" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosSipAna" Relationship="Self.PosPrintSignals_PosSipAna" FromRole="PosPrintSignals_PosSipAna_Source" ToRole="PosPrintSignals_PosSipAna_Target" />
        </EntityType>
        <EntityType Name="PostingTarih" customannotation:ClrType="Asyasoft.Data.Model.Onburo.PostingTarih, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="IlkTarih" Type="DateTime" Nullable="false" />
          <Property Name="SonTarih" Type="DateTime" Nullable="false" />
          <Property Name="DepkodId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Depkod" Relationship="Self.PostingTarih_Depkod" FromRole="PostingTarih_Depkod_Source" ToRole="PostingTarih_Depkod_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PostingTarih_Sirket" FromRole="PostingTarih_Sirket_Source" ToRole="PostingTarih_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosTopUrunler" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosTopUrunler, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosDepId" Type="Int32" />
          <Property Name="PosSatKodId" Type="Int32" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosDep" Relationship="Self.PosTopUrunler_PosDep" FromRole="PosTopUrunler_PosDep_Source" ToRole="PosTopUrunler_PosDep_Target" />
          <NavigationProperty Name="PosSatKod" Relationship="Self.PosTopUrunler_PosSatKod" FromRole="PosTopUrunler_PosSatKod_Source" ToRole="PosTopUrunler_PosSatKod_Target" />
        </EntityType>
        <EntityType Name="PosVaryant" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosVaryant, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosVaryant_Sirket" FromRole="PosVaryant_Sirket_Source" ToRole="PosVaryant_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosYaziciBaglanti" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosYaziciBaglanti, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="PosKategoriTip" Type="Self.PosKategoriTip" />
          <Property Name="PosAltKategorilerId" Type="Int32" />
          <Property Name="PosSatKodId" Type="Int32" />
          <Property Name="PosDepId" Type="Int32" />
          <Property Name="PosYazicilarId" Type="Int32" Nullable="false" />
          <Property Name="PosYaziciDizaynId" Type="Int32" Nullable="false" />
          <Property Name="PosYaziciTipi" Type="Self.PosYaziciTipi" />
          <Property Name="KasaFisi" Type="Boolean" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="PosAltKategoriler" Relationship="Self.PosYaziciBaglanti_PosAltKategoriler" FromRole="PosYaziciBaglanti_PosAltKategoriler_Source" ToRole="PosYaziciBaglanti_PosAltKategoriler_Target" />
          <NavigationProperty Name="PosDep" Relationship="Self.PosYaziciBaglanti_PosDep" FromRole="PosYaziciBaglanti_PosDep_Source" ToRole="PosYaziciBaglanti_PosDep_Target" />
          <NavigationProperty Name="PosSatKod" Relationship="Self.PosYaziciBaglanti_PosSatKod" FromRole="PosYaziciBaglanti_PosSatKod_Source" ToRole="PosYaziciBaglanti_PosSatKod_Target" />
          <NavigationProperty Name="PosYaziciDizayn" Relationship="Self.PosYaziciBaglanti_PosYaziciDizayn" FromRole="PosYaziciBaglanti_PosYaziciDizayn_Source" ToRole="PosYaziciBaglanti_PosYaziciDizayn_Target" />
          <NavigationProperty Name="PosYazicilar" Relationship="Self.PosYaziciBaglanti_PosYazicilar" FromRole="PosYaziciBaglanti_PosYazicilar_Source" ToRole="PosYaziciBaglanti_PosYazicilar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosYaziciBaglanti_Sirket" FromRole="PosYaziciBaglanti_Sirket_Source" ToRole="PosYaziciBaglanti_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosYaziciDizayn" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosYaziciDizayn, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="DizaynXml" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="PosDizaynTipi" Type="Self.PosDizaynTipi" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosYaziciDizayn_Sirket" FromRole="PosYaziciDizayn_Sirket_Source" ToRole="PosYaziciDizayn_Sirket_Target" />
        </EntityType>
        <EntityType Name="PosYazicilar" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosYazicilar, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.PosYazicilar_Sirket" FromRole="PosYazicilar_Sirket_Source" ToRole="PosYazicilar_Sirket_Target" />
        </EntityType>
        <EntityType Name="Pozevrak" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pozevrak, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Pozevrak_Sirket" FromRole="Pozevrak_Sirket_Source" ToRole="Pozevrak_Sirket_Target" />
        </EntityType>
        <EntityType Name="ProfilListesi" customannotation:ClrType="Asyasoft.Data.Model.Onburo.ProfilListesi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="MusteriId" Type="Int32" Nullable="false" />
          <Property Name="Adsoyad" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DogumTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Telefon" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Emaill" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Adress" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="UyrukAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Cinsiyet" Type="Self.Cinsiyet" />
          <Property Name="MedeniHali" Type="Self.MedeniHali" />
          <Property Name="KimlikBelgeTuru" Type="Self.KimlikBelgeTuru" />
          <Property Name="AnaAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BabaAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Dogumyeri" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="ProHrk" customannotation:ClrType="Asyasoft.Data.Model.Ortak.ProHrk, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="IsYeriId" Type="Int32" Nullable="false" />
          <Property Name="RezId" Type="Int32" Nullable="false" />
          <Property Name="MusteriId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="IsYeri" Relationship="Self.ProHrk_IsYeri" FromRole="ProHrk_IsYeri_Source" ToRole="ProHrk_IsYeri_Target" />
        </EntityType>
        <EntityType Name="Pzimmet" customannotation:ClrType="Asyasoft.Data.Model.Personel.Pzimmet, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tipi" Type="Self.PerZimmetTipi" Nullable="false" />
          <Property Name="Kapasite" Type="Int32" Nullable="false" />
          <Property Name="PkatId" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Pkat" Relationship="Self.Pzimmet_Pkat" FromRole="Pzimmet_Pkat_Source" ToRole="Pzimmet_Pkat_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Pzimmet_Sirket" FromRole="Pzimmet_Sirket_Source" ToRole="Pzimmet_Sirket_Target" />
        </EntityType>
        <EntityType Name="RaporFiltreKisitlar" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporFiltreKisitlar, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RaporFiltreId" Type="Int32" Nullable="false" />
          <Property Name="FiltreOperator" Type="Self.TipFiltreOperator" Nullable="false" />
          <Property Name="Propname" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KisitValue" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="RaporFiltre" Relationship="Self.RaporFiltreKisitlar_RaporFiltre" FromRole="RaporFiltreKisitlar_RaporFiltre_Source" ToRole="RaporFiltreKisitlar_RaporFiltre_Target" />
        </EntityType>
        <EntityType Name="RaporFiltreLog" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporFiltreLog, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RaporFiltreId" Type="Int32" />
          <Property Name="IlkDeger" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SonDeger" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="RaporLogId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="RaporFiltre" Relationship="Self.RaporFiltreLog_RaporFiltre" FromRole="RaporFiltreLog_RaporFiltre_Source" ToRole="RaporFiltreLog_RaporFiltre_Target" />
          <NavigationProperty Name="RaporLog" Relationship="Self.RaporLog_raporfiltrelog" FromRole="RaporLog_raporfiltrelog_Target" ToRole="RaporLog_raporfiltrelog_Source" />
        </EntityType>
        <EntityType Name="RaporLog" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporLog, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Sorgu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BaslangicZamani" Type="DateTime" />
          <Property Name="BitisZamani" Type="DateTime" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="raporfiltrelog" Relationship="Self.RaporLog_raporfiltrelog" FromRole="RaporLog_raporfiltrelog_Source" ToRole="RaporLog_raporfiltrelog_Target" />
        </EntityType>
        <EntityType Name="RaporLogAna" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporLogAna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RaporKodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Zaman" Type="DateTime" Nullable="false" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="Sorgu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SorguCevap" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Sira" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.RaporLogAna_Kullanici" FromRole="RaporLogAna_Kullanici_Source" ToRole="RaporLogAna_Kullanici_Target" />
        </EntityType>
        <EntityType Name="RaporManuelVeri" customannotation:ClrType="Asyasoft.Data.Model.Ortak.RaporManuelVeri, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Deger" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="OzelIslem" Type="Boolean" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="ResmiSirket" customannotation:ClrType="Asyasoft.Data.Model.Muhasebe.ResmiSirket, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.ResmiSirket_Sirket" FromRole="ResmiSirket_Sirket_Source" ToRole="ResmiSirket_Sirket_Target" />
        </EntityType>
        <EntityType Name="RestKullanici" customannotation:ClrType="Asyasoft.Data.Model.Crm.RestKullanici, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KullaniciId" Type="Int32" />
          <Property Name="RestoranBolumMasaTanimId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.RestKullanici_Kullanici" FromRole="RestKullanici_Kullanici_Source" ToRole="RestKullanici_Kullanici_Target" />
          <NavigationProperty Name="RestoranBolumMasaTanim" Relationship="Self.RestKullanici_RestoranBolumMasaTanim" FromRole="RestKullanici_RestoranBolumMasaTanim_Source" ToRole="RestKullanici_RestoranBolumMasaTanim_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.RestKullanici_Sirket" FromRole="RestKullanici_Sirket_Source" ToRole="RestKullanici_Sirket_Target" />
        </EntityType>
        <EntityType Name="RestoranAcKapat" customannotation:ClrType="Asyasoft.Data.Model.Crm.RestoranAcKapat, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Tarih" Type="DateTime" Nullable="false" />
          <Property Name="RestoranBolumMasaTanimId" Type="Int32" Nullable="false" />
          <Property Name="CrmRestoranDurum" Type="Self.CrmRestoranDurum" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="RestoranBolumMasaTanim" Relationship="Self.RestoranAcKapat_RestoranBolumMasaTanim" FromRole="RestoranAcKapat_RestoranBolumMasaTanim_Source" ToRole="RestoranAcKapat_RestoranBolumMasaTanim_Target" />
        </EntityType>
        <EntityType Name="RezTumList" customannotation:ClrType="Asyasoft.Data.Model.Onburo.RezTumList, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="RezId" Type="Int32" Nullable="false" />
          <Property Name="rezno" Type="Int32" />
          <Property Name="gecelemecolumnorder" Type="Int32" />
          <Property Name="gecelememusterimusteriid" Type="Int32" />
          <Property Name="musteriad" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="musterisoyadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="rezcintarih" Type="DateTime" />
          <Property Name="rezcouttarih" Type="DateTime" />
          <Property Name="rezstatus" Type="Int32" />
          <Property Name="reztpip" Type="Int32" />
          <Property Name="rezsatistarih" Type="DateTime" />
          <Property Name="gecelemeid" Type="Int32" />
          <Property Name="gecelemeidacentaid" Type="Int32" />
          <Property Name="acentakodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="acentaadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="gecelemegun" Type="DateTime" />
          <Property Name="gecelemeodaid" Type="Int32" />
          <Property Name="odaadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="gecelemeodaodakonumid" Type="Int32" />
          <Property Name="odakonumkodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="odakonumadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="gecelemepax" Type="Int32" />
          <Property Name="gecelemechi" Type="Int32" />
          <Property Name="gecelemefre" Type="Int32" />
          <Property Name="gecelemebeb" Type="Int32" />
          <Property Name="gecelemeguncellemetarihi" Type="DateTime" />
          <Property Name="rezdetayekislenmetarih" Type="DateTime" />
          <Property Name="rezdetayekopsiyontarih" Type="DateTime" />
          <Property Name="rezdetayekaciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="vipkodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="vipadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="ulkekodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="ulkeadi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="Santral" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Santral, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Baglanti" Type="Self.SantralBaglanti" Nullable="false" />
          <Property Name="Marka" Type="Self.SantralMarka" Nullable="false" />
          <Property Name="IpAdress" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IpPort" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="ComPort" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="ComBaudrate" Type="Self.ComBaudRate" Nullable="false" />
          <Property Name="ComParity" Type="Self.ComParity" Nullable="false" />
          <Property Name="ComFlowControl" Type="Self.ComFlowControl" Nullable="false" />
          <Property Name="ComDataBit" Type="Self.ComDataBit" Nullable="false" />
          <Property Name="ComStopBit" Type="Self.ComStopBit" Nullable="false" />
          <Property Name="OdaBas" Type="Int32" Nullable="false" />
          <Property Name="OdaBit" Type="Int32" Nullable="false" />
          <Property Name="KontorBas" Type="Int32" Nullable="false" />
          <Property Name="KontorBit" Type="Int32" Nullable="false" />
          <Property Name="TelBas" Type="Int32" Nullable="false" />
          <Property Name="TelBit" Type="Int32" Nullable="false" />
          <Property Name="ZamanBas" Type="Int32" Nullable="false" />
          <Property Name="ZamanBit" Type="Int32" Nullable="false" />
          <Property Name="SureBas" Type="Int32" Nullable="false" />
          <Property Name="SureBit" Type="Int32" Nullable="false" />
          <Property Name="DepkodId" Type="Int32" />
          <Property Name="DovizId" Type="Int32" />
          <Property Name="Maliyet" Type="Double" />
          <Property Name="Satis" Type="Double" />
          <Property Name="KontorSaniye" Type="Int32" />
          <Property Name="IslemeTipi" Type="Self.SantralIslemeTipi" />
          <Property Name="TellogAdres" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Depkod" Relationship="Self.Santral_Depkod" FromRole="Santral_Depkod_Source" ToRole="Santral_Depkod_Target" />
          <NavigationProperty Name="Doviz" Relationship="Self.Santral_Doviz" FromRole="Santral_Doviz_Source" ToRole="Santral_Doviz_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.Santral_Sirket" FromRole="Santral_Sirket_Source" ToRole="Santral_Sirket_Target" />
        </EntityType>
        <EntityType Name="SatAnlasmaAna" customannotation:ClrType="Asyasoft.Data.Model.Stok.SatAnlasmaAna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="BaslangicTarihi" Type="DateTime" Nullable="false" />
          <Property Name="BitisTarihi" Type="DateTime" Nullable="false" />
          <Property Name="KurumsalId" Type="Int32" Nullable="false" />
          <Property Name="SatAnlasmaAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SatAnlasmaDurum" Type="Self.SatAnlasmaDurum" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kurumsal" Relationship="Self.SatAnlasmaAna_Kurumsal" FromRole="SatAnlasmaAna_Kurumsal_Source" ToRole="SatAnlasmaAna_Kurumsal_Target" />
          <NavigationProperty Name="SatAnlasmaDetaylar" Relationship="Self.SatAnlasmaDetay_SatAnlasmaAna" FromRole="SatAnlasmaDetay_SatAnlasmaAna_Target" ToRole="SatAnlasmaDetay_SatAnlasmaAna_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.SatAnlasmaAna_Sirket" FromRole="SatAnlasmaAna_Sirket_Source" ToRole="SatAnlasmaAna_Sirket_Target" />
        </EntityType>
        <EntityType Name="SatAnlasmaDetay" customannotation:ClrType="Asyasoft.Data.Model.Stok.SatAnlasmaDetay, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SatAnlasmaAnaId" Type="Int32" Nullable="false" />
          <Property Name="SiraNo" Type="Int32" Nullable="false" />
          <Property Name="Miktar" Type="Double" Nullable="false" />
          <Property Name="BirimFiyat" Type="Double" Nullable="false" />
          <Property Name="UrunId" Type="Int32" Nullable="false" />
          <Property Name="UrunMarkaId" Type="Int32" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SatAnlasmaAna" Relationship="Self.SatAnlasmaDetay_SatAnlasmaAna" FromRole="SatAnlasmaDetay_SatAnlasmaAna_Source" ToRole="SatAnlasmaDetay_SatAnlasmaAna_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.SatAnlasmaDetay_Sirket" FromRole="SatAnlasmaDetay_Sirket_Source" ToRole="SatAnlasmaDetay_Sirket_Target" />
          <NavigationProperty Name="Urun" Relationship="Self.SatAnlasmaDetay_Urun" FromRole="SatAnlasmaDetay_Urun_Source" ToRole="SatAnlasmaDetay_Urun_Target" />
          <NavigationProperty Name="UrunMarka" Relationship="Self.SatAnlasmaDetay_UrunMarka" FromRole="SatAnlasmaDetay_UrunMarka_Source" ToRole="SatAnlasmaDetay_UrunMarka_Target" />
        </EntityType>
        <EntityType Name="SatKurumsal" customannotation:ClrType="Asyasoft.Data.Model.Stok.SatKurumsal, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="KurumsalId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kurumsal" Relationship="Self.SatKurumsal_Kurumsal" FromRole="SatKurumsal_Kurumsal_Source" ToRole="SatKurumsal_Kurumsal_Target" />
          <NavigationProperty Name="SatKurumsalELoginler" Relationship="Self.SatKurumsalELogin_SatKurumsal" FromRole="SatKurumsalELogin_SatKurumsal_Target" ToRole="SatKurumsalELogin_SatKurumsal_Source" />
          <NavigationProperty Name="SipHrkTeklifler" Relationship="Self.SipHrkTeklif_SatKurumsal" FromRole="SipHrkTeklif_SatKurumsal_Target" ToRole="SipHrkTeklif_SatKurumsal_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.SatKurumsal_Sirket" FromRole="SatKurumsal_Sirket_Source" ToRole="SatKurumsal_Sirket_Target" />
        </EntityType>
        <EntityType Name="SatKurumsalELogin" customannotation:ClrType="Asyasoft.Data.Model.Stok.SatKurumsalELogin, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SatKurumsalId" Type="Int32" />
          <Property Name="SiraNo" Type="Int32" Nullable="false" />
          <Property Name="KullaniciAdi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KullaniciSifre" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SatKurumsal" Relationship="Self.SatKurumsalELogin_SatKurumsal" FromRole="SatKurumsalELogin_SatKurumsal_Source" ToRole="SatKurumsalELogin_SatKurumsal_Target" />
        </EntityType>
        <EntityType Name="SipHrkTeklif" customannotation:ClrType="Asyasoft.Data.Model.Stok.SipHrkTeklif, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SiraNo" Type="Int32" Nullable="false" />
          <Property Name="SipMikId" Type="Int32" Nullable="false" />
          <Property Name="SatKurumsalId" Type="Int32" />
          <Property Name="Miktar" Type="Double" Nullable="false" />
          <Property Name="TeklifTutari" Type="Double" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SatKurumsal" Relationship="Self.SipHrkTeklif_SatKurumsal" FromRole="SipHrkTeklif_SatKurumsal_Source" ToRole="SipHrkTeklif_SatKurumsal_Target" />
          <NavigationProperty Name="SipMik" Relationship="Self.SipMik_SipHrkTeklifler" FromRole="SipMik_SipHrkTeklifler_Target" ToRole="SipMik_SipHrkTeklifler_Source" />
        </EntityType>
        <EntityType Name="SipMik" customannotation:ClrType="Asyasoft.Data.Model.Stok.SipMik, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SipHrkDetayId" Type="Int32" Nullable="false" />
          <Property Name="DepartmanAnaId" Type="Int32" />
          <Property Name="Miktar" Type="Double" Nullable="false" />
          <Property Name="KesinOnay" Type="Boolean" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="DepartmanAna" Relationship="Self.SipMik_DepartmanAna" FromRole="SipMik_DepartmanAna_Source" ToRole="SipMik_DepartmanAna_Target" />
          <NavigationProperty Name="SatOzelKodBaglantilar" Relationship="Self.SatOzelKodBaglanti_SipMik" FromRole="SatOzelKodBaglanti_SipMik_Target" ToRole="SatOzelKodBaglanti_SipMik_Source" />
          <NavigationProperty Name="SipHrkDetay" Relationship="Self.SipHrkDetay_SipMikler" FromRole="SipHrkDetay_SipMikler_Target" ToRole="SipHrkDetay_SipMikler_Source" />
          <NavigationProperty Name="SipHrkTeklifler" Relationship="Self.SipMik_SipHrkTeklifler" FromRole="SipMik_SipHrkTeklifler_Source" ToRole="SipMik_SipHrkTeklifler_Target" />
        </EntityType>
        <EntityType Name="SatOzelKodBaglanti" customannotation:ClrType="Asyasoft.Data.Model.Stok.SatOzelKodBaglanti, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SipMikId" Type="Int32" Nullable="false" />
          <Property Name="SatOzelKodIcerikId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SatOzelKodIcerik" Relationship="Self.SatOzelKodBaglanti_SatOzelKodIcerik" FromRole="SatOzelKodBaglanti_SatOzelKodIcerik_Source" ToRole="SatOzelKodBaglanti_SatOzelKodIcerik_Target" />
          <NavigationProperty Name="SipMik" Relationship="Self.SatOzelKodBaglanti_SipMik" FromRole="SatOzelKodBaglanti_SipMik_Source" ToRole="SatOzelKodBaglanti_SipMik_Target" />
        </EntityType>
        <EntityType Name="SatOzelKodIcerik" customannotation:ClrType="Asyasoft.Data.Model.Stok.SatOzelKodIcerik, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SatOzelKodGrupId" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SatOzelKodGrup" Relationship="Self.SatOzelKod_SatOzelKodGrupIcerikler" FromRole="SatOzelKod_SatOzelKodGrupIcerikler_Target" ToRole="SatOzelKod_SatOzelKodGrupIcerikler_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.SatOzelKodIcerik_Sirket" FromRole="SatOzelKodIcerik_Sirket_Source" ToRole="SatOzelKodIcerik_Sirket_Target" />
        </EntityType>
        <EntityType Name="SatOzelKod" customannotation:ClrType="Asyasoft.Data.Model.Stok.SatOzelKod, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SatOzelKodGrupIcerikler" Relationship="Self.SatOzelKod_SatOzelKodGrupIcerikler" FromRole="SatOzelKod_SatOzelKodGrupIcerikler_Source" ToRole="SatOzelKod_SatOzelKodGrupIcerikler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.SatOzelKod_Sirket" FromRole="SatOzelKod_Sirket_Source" ToRole="SatOzelKod_Sirket_Target" />
        </EntityType>
        <EntityType Name="SipHrkDetay" customannotation:ClrType="Asyasoft.Data.Model.Stok.SipHrkDetay, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SiraNo" Type="Int32" Nullable="false" />
          <Property Name="SipHrkAnaId" Type="Int32" Nullable="false" />
          <Property Name="UrunId" Type="Int32" Nullable="false" />
          <Property Name="UrunMarkaId" Type="Int32" />
          <Property Name="OnayAdimId" Type="Int32" />
          <Property Name="SatirAciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="DepartmanAnaId" Type="Int32" />
          <Property Name="Miktar" Type="Double" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="DepartmanAna" Relationship="Self.SipHrkDetay_DepartmanAna" FromRole="SipHrkDetay_DepartmanAna_Source" ToRole="SipHrkDetay_DepartmanAna_Target" />
          <NavigationProperty Name="OnayAdim" Relationship="Self.SipHrkDetay_OnayAdim" FromRole="SipHrkDetay_OnayAdim_Source" ToRole="SipHrkDetay_OnayAdim_Target" />
          <NavigationProperty Name="SipHrkAna" Relationship="Self.SipHrkAna_SipHrkDetaylar" FromRole="SipHrkAna_SipHrkDetaylar_Target" ToRole="SipHrkAna_SipHrkDetaylar_Source" />
          <NavigationProperty Name="SipHrkDetayAsama" Relationship="Self.SipHrkDetay_SipHrkDetayAsama" FromRole="SipHrkDetay_SipHrkDetayAsama_Source" ToRole="SipHrkDetay_SipHrkDetayAsama_Target" />
          <NavigationProperty Name="SipHrkOnaylar" Relationship="Self.SipHrkOnay_SipHrkDetay" FromRole="SipHrkOnay_SipHrkDetay_Target" ToRole="SipHrkOnay_SipHrkDetay_Source" />
          <NavigationProperty Name="SipMikler" Relationship="Self.SipHrkDetay_SipMikler" FromRole="SipHrkDetay_SipMikler_Source" ToRole="SipHrkDetay_SipMikler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.SipHrkDetay_Sirket" FromRole="SipHrkDetay_Sirket_Source" ToRole="SipHrkDetay_Sirket_Target" />
          <NavigationProperty Name="Urun" Relationship="Self.SipHrkDetay_Urun" FromRole="SipHrkDetay_Urun_Source" ToRole="SipHrkDetay_Urun_Target" />
          <NavigationProperty Name="UrunMarka" Relationship="Self.SipHrkDetay_UrunMarka" FromRole="SipHrkDetay_UrunMarka_Source" ToRole="SipHrkDetay_UrunMarka_Target" />
        </EntityType>
        <EntityType Name="SipHrkAna" customannotation:ClrType="Asyasoft.Data.Model.Stok.SipHrkAna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SipHrkTarih" Type="DateTime" Nullable="false" />
          <Property Name="SipHrkSaat" Type="Time" />
          <Property Name="SipHrkAnaDurum" Type="Self.SipHrkAnaDurum" Nullable="false" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="SatUrunGrupId" Type="Int32" />
          <Property Name="Acil" Type="Boolean" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SatUrunGrup" Relationship="Self.SipHrkAna_SatUrunGrup" FromRole="SipHrkAna_SatUrunGrup_Source" ToRole="SipHrkAna_SatUrunGrup_Target" />
          <NavigationProperty Name="SipHrkDetaylar" Relationship="Self.SipHrkAna_SipHrkDetaylar" FromRole="SipHrkAna_SipHrkDetaylar_Source" ToRole="SipHrkAna_SipHrkDetaylar_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.SipHrkAna_Sirket" FromRole="SipHrkAna_Sirket_Source" ToRole="SipHrkAna_Sirket_Target" />
        </EntityType>
        <EntityType Name="SatUrunGrup" customannotation:ClrType="Asyasoft.Data.Model.Stok.SatUrunGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SatUrunGrupKurumsallar" Relationship="Self.SatUrunGrupKurumsal_SatUrunGrup" FromRole="SatUrunGrupKurumsal_SatUrunGrup_Target" ToRole="SatUrunGrupKurumsal_SatUrunGrup_Source" />
          <NavigationProperty Name="SatUrunGrupMailler" Relationship="Self.SatUrunGrupMail_SatUrunGrup" FromRole="SatUrunGrupMail_SatUrunGrup_Target" ToRole="SatUrunGrupMail_SatUrunGrup_Source" />
          <NavigationProperty Name="SatUrunGrupUrunleri" Relationship="Self.SatUrunGrupUrun_SatUrunGrup" FromRole="SatUrunGrupUrun_SatUrunGrup_Target" ToRole="SatUrunGrupUrun_SatUrunGrup_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.SatUrunGrup_Sirket" FromRole="SatUrunGrup_Sirket_Source" ToRole="SatUrunGrup_Sirket_Target" />
        </EntityType>
        <EntityType Name="SatUrunGrupKurumsal" customannotation:ClrType="Asyasoft.Data.Model.Stok.SatUrunGrupKurumsal, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SatUrunGrupId" Type="Int32" Nullable="false" />
          <Property Name="SatUrunGrupKurumsalId" Type="Int32" Nullable="false" />
          <Property Name="SatKurumsalId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SatKurumsal" Relationship="Self.SatUrunGrupKurumsal_SatKurumsal" FromRole="SatUrunGrupKurumsal_SatKurumsal_Source" ToRole="SatUrunGrupKurumsal_SatKurumsal_Target" />
          <NavigationProperty Name="SatUrunGrup" Relationship="Self.SatUrunGrupKurumsal_SatUrunGrup" FromRole="SatUrunGrupKurumsal_SatUrunGrup_Source" ToRole="SatUrunGrupKurumsal_SatUrunGrup_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.SatUrunGrupKurumsal_Sirket" FromRole="SatUrunGrupKurumsal_Sirket_Source" ToRole="SatUrunGrupKurumsal_Sirket_Target" />
        </EntityType>
        <EntityType Name="SatUrunGrupMail" customannotation:ClrType="Asyasoft.Data.Model.Stok.SatUrunGrupMail, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SatUrunGrupId" Type="Int32" Nullable="false" />
          <Property Name="MailAdres" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SatUrunGrup" Relationship="Self.SatUrunGrupMail_SatUrunGrup" FromRole="SatUrunGrupMail_SatUrunGrup_Source" ToRole="SatUrunGrupMail_SatUrunGrup_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.SatUrunGrupMail_Sirket" FromRole="SatUrunGrupMail_Sirket_Source" ToRole="SatUrunGrupMail_Sirket_Target" />
        </EntityType>
        <EntityType Name="SatUrunGrupUrun" customannotation:ClrType="Asyasoft.Data.Model.Stok.SatUrunGrupUrun, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SatUrunGrupId" Type="Int32" Nullable="false" />
          <Property Name="EnvanterId" Type="Int32" />
          <Property Name="UrunId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Envanter" Relationship="Self.SatUrunGrupUrun_Envanter" FromRole="SatUrunGrupUrun_Envanter_Source" ToRole="SatUrunGrupUrun_Envanter_Target" />
          <NavigationProperty Name="SatUrunGrup" Relationship="Self.SatUrunGrupUrun_SatUrunGrup" FromRole="SatUrunGrupUrun_SatUrunGrup_Source" ToRole="SatUrunGrupUrun_SatUrunGrup_Target" />
          <NavigationProperty Name="Urun" Relationship="Self.SatUrunGrupUrun_Urun" FromRole="SatUrunGrupUrun_Urun_Source" ToRole="SatUrunGrupUrun_Urun_Target" />
        </EntityType>
        <EntityType Name="SipHrkDetayAsama" customannotation:ClrType="Asyasoft.Data.Model.Stok.SipHrkDetayAsama, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" />
          <Property Name="YeniSatinAlma" Type="Boolean" />
          <Property Name="KapanmisSatinAlma" Type="Boolean" />
          <Property Name="SatinAlmaKontrolAsamasi" Type="Boolean" />
          <Property Name="SaticiEklemeAsamasi" Type="Boolean" />
          <Property Name="FiyatTeklifiGonderildi" Type="Boolean" />
          <Property Name="FiyatlandirmaAsamasi" Type="Boolean" />
          <Property Name="OnayAsamasi" Type="Boolean" />
          <Property Name="SiparisGonderimBekleniyor" Type="Boolean" />
          <Property Name="SiparisGonderildi" Type="Boolean" />
          <Property Name="SiparisTeslimEdildi" Type="Boolean" />
          <Property Name="DepoGirisiYapildi" Type="Boolean" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SipHrkDetay" Relationship="Self.SipHrkDetay_SipHrkDetayAsama" FromRole="SipHrkDetay_SipHrkDetayAsama_Target" ToRole="SipHrkDetay_SipHrkDetayAsama_Source" />
        </EntityType>
        <EntityType Name="SipHrkOnay" customannotation:ClrType="Asyasoft.Data.Model.Stok.SipHrkOnay, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SipHrkDetayId" Type="Int32" Nullable="false" />
          <Property Name="KullaniciId" Type="Int32" Nullable="false" />
          <Property Name="SatKurumsalId" Type="Int32" />
          <Property Name="OnayMiktar" Type="Double" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Kullanici" Relationship="Self.SipHrkOnay_Kullanici" FromRole="SipHrkOnay_Kullanici_Source" ToRole="SipHrkOnay_Kullanici_Target" />
          <NavigationProperty Name="SatKurumsal" Relationship="Self.SipHrkOnay_SatKurumsal" FromRole="SipHrkOnay_SatKurumsal_Source" ToRole="SipHrkOnay_SatKurumsal_Target" />
          <NavigationProperty Name="SipHrkDetay" Relationship="Self.SipHrkOnay_SipHrkDetay" FromRole="SipHrkOnay_SipHrkDetay_Source" ToRole="SipHrkOnay_SipHrkDetay_Target" />
        </EntityType>
        <EntityType Name="SayimHrkAna" customannotation:ClrType="Asyasoft.Data.Model.Stok.SayimHrkAna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="No" Type="Int32" Nullable="false" />
          <Property Name="SayimTarih" Type="DateTime" Nullable="false" />
          <Property Name="DepartmanAnaId" Type="Int32" />
          <Property Name="StokhrkAnaId" Type="Int32" />
          <Property Name="SayimHrkAnaGrupId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="DepartmanAna" Relationship="Self.SayimHrkAna_DepartmanAna" FromRole="SayimHrkAna_DepartmanAna_Source" ToRole="SayimHrkAna_DepartmanAna_Target" />
          <NavigationProperty Name="SayimHrkAnaBaglantilar" Relationship="Self.SayimHrkAnaBaglanti_SayimHrkAna" FromRole="SayimHrkAnaBaglanti_SayimHrkAna_Target" ToRole="SayimHrkAnaBaglanti_SayimHrkAna_Source" />
          <NavigationProperty Name="SayimHrkAnaGrup" Relationship="Self.SayimHrkAnaGrup_SayimHrkAnalar" FromRole="SayimHrkAnaGrup_SayimHrkAnalar_Target" ToRole="SayimHrkAnaGrup_SayimHrkAnalar_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.SayimHrkAna_Sirket" FromRole="SayimHrkAna_Sirket_Source" ToRole="SayimHrkAna_Sirket_Target" />
          <NavigationProperty Name="StokhrkAna" Relationship="Self.SayimHrkAna_StokhrkAna" FromRole="SayimHrkAna_StokhrkAna_Source" ToRole="SayimHrkAna_StokhrkAna_Target" />
        </EntityType>
        <EntityType Name="SayimHrkAnaBaglanti" customannotation:ClrType="Asyasoft.Data.Model.Stok.SayimHrkAnaBaglanti, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="SayimHrkAnaId" Type="Int32" Nullable="false" />
          <Property Name="StokhrkAnaId" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SayimHrkAna" Relationship="Self.SayimHrkAnaBaglanti_SayimHrkAna" FromRole="SayimHrkAnaBaglanti_SayimHrkAna_Source" ToRole="SayimHrkAnaBaglanti_SayimHrkAna_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.SayimHrkAnaBaglanti_Sirket" FromRole="SayimHrkAnaBaglanti_Sirket_Source" ToRole="SayimHrkAnaBaglanti_Sirket_Target" />
          <NavigationProperty Name="StokhrkAna" Relationship="Self.SayimHrkAnaBaglanti_StokhrkAna" FromRole="SayimHrkAnaBaglanti_StokhrkAna_Source" ToRole="SayimHrkAnaBaglanti_StokhrkAna_Target" />
        </EntityType>
        <EntityType Name="SayimHrkAnaGrup" customannotation:ClrType="Asyasoft.Data.Model.Stok.SayimHrkAnaGrup, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="SayimHrkAnalar" Relationship="Self.SayimHrkAnaGrup_SayimHrkAnalar" FromRole="SayimHrkAnaGrup_SayimHrkAnalar_Source" ToRole="SayimHrkAnaGrup_SayimHrkAnalar_Target" />
        </EntityType>
        <EntityType Name="Servisler" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Servisler, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kategori" Type="Self.ServisKategori" Nullable="false" />
          <Property Name="ServisTipi" Type="Self.ServisTipi" />
          <Property Name="DosyaTuru" Type="Self.DosyaTuru" Nullable="false" />
          <Property Name="DosyaAyrac" Type="Self.Ayrac" Nullable="false" />
          <Property Name="Dakika" Type="Int32" Nullable="false" />
          <Property Name="Baslangic" Type="Time" Nullable="false" />
          <Property Name="Bitis" Type="Time" Nullable="false" />
          <Property Name="RaporId" Type="Int32" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Rapor" Relationship="Self.Servisler_Rapor" FromRole="Servisler_Rapor_Source" ToRole="Servisler_Rapor_Target" />
          <NavigationProperty Name="ServislerBaglantilar" Relationship="Self.ServislerBaglanti_Servisler" FromRole="ServislerBaglanti_Servisler_Target" ToRole="ServislerBaglanti_Servisler_Source" />
          <NavigationProperty Name="Sirket" Relationship="Self.Servisler_Sirket" FromRole="Servisler_Sirket_Source" ToRole="Servisler_Sirket_Target" />
        </EntityType>
        <EntityType Name="ServislerBaglanti" customannotation:ClrType="Asyasoft.Data.Model.Ortak.ServislerBaglanti, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="ServislerId" Type="Int32" Nullable="false" />
          <Property Name="Adres" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Servisler" Relationship="Self.ServislerBaglanti_Servisler" FromRole="ServislerBaglanti_Servisler_Source" ToRole="ServislerBaglanti_Servisler_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.ServislerBaglanti_Sirket" FromRole="ServislerBaglanti_Sirket_Source" ToRole="ServislerBaglanti_Sirket_Target" />
        </EntityType>
        <EntityType Name="StokhrkIskonto" customannotation:ClrType="Asyasoft.Data.Model.Stok.StokhrkIskonto, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="StokhrkDetayID" Type="Int32" Nullable="false" />
          <Property Name="IskontoSira" Type="Int32" Nullable="false" />
          <Property Name="Oran" Type="Single" Nullable="false" />
          <Property Name="Tutar" Type="Single" Nullable="false" />
          <Property Name="Tip" Type="Self.IskTip" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.StokhrkIskonto_Sirket" FromRole="StokhrkIskonto_Sirket_Source" ToRole="StokhrkIskonto_Sirket_Target" />
          <NavigationProperty Name="StokhrkDetay" Relationship="Self.StokhrkIskonto_StokhrkDetay" FromRole="StokhrkIskonto_StokhrkDetay_Source" ToRole="StokhrkIskonto_StokhrkDetay_Target" />
        </EntityType>
        <EntityType Name="SubeKodu" customannotation:ClrType="Asyasoft.Data.Model.Muhasebe.SubeKodu, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UstKirilimId" Type="Int32" />
          <Property Name="BankaSubeTipi" Type="Self.BankaSubeTipi" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.SubeKodu_Sirket" FromRole="SubeKodu_Sirket_Source" ToRole="SubeKodu_Sirket_Target" />
          <NavigationProperty Name="UstKirilim" Relationship="Self.SubeKodu_UstKirilim" FromRole="SubeKodu_UstKirilim_Source" ToRole="SubeKodu_UstKirilim_Target" />
        </EntityType>
        <EntityType Name="UrunFiyatTipi" customannotation:ClrType="Asyasoft.Data.Model.Stok.UrunFiyatTipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="_DovizId" Type="Int32" />
          <Property Name="DovizId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Doviz" Relationship="Self.UrunFiyatTipi_Doviz" FromRole="UrunFiyatTipi_Doviz_Source" ToRole="UrunFiyatTipi_Doviz_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.UrunFiyatTipi_Sirket" FromRole="UrunFiyatTipi_Sirket_Source" ToRole="UrunFiyatTipi_Sirket_Target" />
        </EntityType>
        <EntityType Name="UrunKdvHesap" customannotation:ClrType="Asyasoft.Data.Model.Stok.UrunKdvHesap, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UrunKDVBelgeTipi" Type="Self.UrunKDVBelgeTipi" Nullable="false" />
          <Property Name="UrunKdvYil" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KdvId" Type="Int32" Nullable="false" />
          <Property Name="UrunKdvAy" Type="Int32" Nullable="false" />
          <Property Name="GirisHesapId" Type="Int32" />
          <Property Name="IadeHesapId" Type="Int32" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="GirisHesap" Relationship="Self.UrunKdvHesap_GirisHesap" FromRole="UrunKdvHesap_GirisHesap_Source" ToRole="UrunKdvHesap_GirisHesap_Target" />
          <NavigationProperty Name="IadeHesap" Relationship="Self.UrunKdvHesap_IadeHesap" FromRole="UrunKdvHesap_IadeHesap_Source" ToRole="UrunKdvHesap_IadeHesap_Target" />
          <NavigationProperty Name="Kdv" Relationship="Self.UrunKdvHesap_Kdv" FromRole="UrunKdvHesap_Kdv_Source" ToRole="UrunKdvHesap_Kdv_Target" />
          <NavigationProperty Name="Sirket" Relationship="Self.UrunKdvHesap_Sirket" FromRole="UrunKdvHesap_Sirket_Source" ToRole="UrunKdvHesap_Sirket_Target" />
        </EntityType>
        <EntityType Name="VergiTevkifatIstisna" customannotation:ClrType="Asyasoft.Data.Model.Muhasebe.VergiTevkifatIstisna, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="UstKirilimId" Type="Int32" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="Adi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Pasif" Type="Boolean" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.VergiTevkifatIstisna_Sirket" FromRole="VergiTevkifatIstisna_Sirket_Source" ToRole="VergiTevkifatIstisna_Sirket_Target" />
          <NavigationProperty Name="UstKirilim" Relationship="Self.VergiTevkifatIstisna_UstKirilim" FromRole="VergiTevkifatIstisna_UstKirilim_Source" ToRole="VergiTevkifatIstisna_UstKirilim_Target" />
        </EntityType>
        <EntityType Name="Versiyonlama" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Versiyonlama, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="VersiyonIslemTipi" Type="Self.VersiyonlamaTipi" Nullable="false" />
          <Property Name="Kodu" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Bilgi" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="Widget" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Widget, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Kulid" Type="Int32" Nullable="false" />
          <Property Name="WidgetId" Type="Int32" Nullable="false" />
          <Property Name="ModulId" Type="Int32" Nullable="false" />
          <Property Name="RowIndex" Type="Int32" Nullable="false" />
          <Property Name="ColumnIndex" Type="Int32" Nullable="false" />
          <Property Name="RowSpan" Type="Int32" Nullable="false" />
          <Property Name="ColumnSpan" Type="Int32" Nullable="false" />
          <Property Name="SirketId" Type="Int32" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
          <NavigationProperty Name="Sirket" Relationship="Self.Widget_Sirket" FromRole="Widget_Sirket_Source" ToRole="Widget_Sirket_Target" />
        </EntityType>
        <EntityType Name="Yayim" customannotation:ClrType="Asyasoft.Data.Model.Ortak.Yayim, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Aciklama" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Lokasyon" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Kullanici" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="Sifre" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="KullanimDisi" Type="Boolean" Nullable="false" />
          <Property Name="test" Type="Boolean" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="YillikParam" customannotation:ClrType="Asyasoft.Data.Model.Ortak.YillikParam, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="paramtipi" Type="Self.paramtip" Nullable="false" />
          <Property Name="Yil" Type="Int32" Nullable="false" />
          <Property Name="parametre1" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" Nullable="false" />
          <Property Name="parametre2" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="parametre3" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EntityType Name="YayimModul" customannotation:ClrType="Asyasoft.Data.Model.Ortak.YayimModul, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null">
          <Key>
            <PropertyRef Name="Id" />
          </Key>
          <Property Name="Id" Type="Int32" Nullable="false" annotation:StoreGeneratedPattern="Identity" />
          <Property Name="Modul" Type="Self.MenuModul" Nullable="false" />
          <Property Name="VersiyonCheck" Type="Boolean" Nullable="false" />
          <Property Name="IzciId" Type="Int32" />
          <Property Name="xmin" Type="String" MaxLength="Max" FixedLength="false" Unicode="true" annotation:StoreGeneratedPattern="Computed" />
          <Property Name="GuncellemeTarihi" Type="DateTime" Nullable="false" />
          <Property Name="Silinmis" Type="Boolean" Nullable="false" />
        </EntityType>
        <EnumType Name="AliciTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.AliciTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="CC" Value="1" />
          <Member Name="BCC" Value="2" />
          <Member Name="To" Value="3" />
        </EnumType>
        <EnumType Name="MailIslemTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.MailIslemTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Duzeltme" Value="1" />
          <Member Name="UpGrade" Value="2" />
          <Member Name="ProformaFatura" Value="3" />
          <Member Name="OdemeHatirlatmaServisi" Value="4" />
          <Member Name="AnketAlerjen" Value="5" />
          <Member Name="SaglikKaydi" Value="6" />
          <Member Name="Reklamasyon" Value="7" />
          <Member Name="AlacarteRestoranRap" Value="8" />
          <Member Name="MGBKaydi" Value="9" />
        </EnumType>
        <EnumType Name="SqlSummaryType" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SqlSummaryType, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Sum" Value="0" />
          <Member Name="Min" Value="1" />
          <Member Name="Max" Value="2" />
          <Member Name="Count" Value="3" />
          <Member Name="Average" Value="4" />
          <Member Name="Custom" Value="5" />
          <Member Name="None" Value="6" />
        </EnumType>
        <EnumType Name="MenuModul" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.MenuModul, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Ortak" Value="0" />
          <Member Name="Onburo" Value="1" />
          <Member Name="Stok" Value="2" />
          <Member Name="Cost" Value="3" />
          <Member Name="Admin" Value="4" />
          <Member Name="Muhasebe" Value="5" />
          <Member Name="Satinalma" Value="6" />
          <Member Name="Personel" Value="7" />
          <Member Name="Crm" Value="8" />
          <Member Name="Transfer" Value="9" />
          <Member Name="Report" Value="10" />
          <Member Name="Pos" Value="11" />
        </EnumType>
        <EnumType Name="MenuTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.MenuTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Sayfa" Value="1" />
          <Member Name="Kategori" Value="2" />
          <Member Name="AltMenu" Value="3" />
          <Member Name="Buton" Value="4" />
        </EnumType>
        <EnumType Name="MenuSimge" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.MenuSimge, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Kucuk" Value="1" />
          <Member Name="Buyuk" Value="2" />
        </EnumType>
        <EnumType Name="GelFilteTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.GelFilteTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Genel" Value="0" />
          <Member Name="IcFiltre" Value="1" />
          <Member Name="Genel_IcFiltre" Value="2" />
        </EnumType>
        <EnumType Name="TipAsyaReportPreviewDesignType" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Ortak.TipAsyaReportPreviewDesignType, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Dynamic" Value="0" />
          <Member Name="Static" Value="1" />
        </EnumType>
        <EnumType Name="TipFiltreKaynak" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Ortak.TipFiltreKaynak, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Tablo" Value="0" />
          <Member Name="Enum" Value="1" />
          <Member Name="Manual" Value="2" />
        </EnumType>
        <EnumType Name="SqlRaporTuru" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SqlRaporTuru, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Grid" Value="1" />
          <Member Name="PivotGrid" Value="2" />
          <Member Name="Grafik" Value="3" />
          <Member Name="WhitePage" Value="4" />
        </EnumType>
        <EnumType Name="TipRaporSqlDesignType" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Ortak.TipRaporSqlDesignType, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Dinamik" Value="0" />
          <Member Name="Static" Value="1" />
          <Member Name="Ozel" Value="2" />
        </EnumType>
        <EnumType Name="GrafikType" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.GrafikType, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Bar" Value="1" />
          <Member Name="StackedBar" Value="2" />
          <Member Name="Pie" Value="3" />
          <Member Name="Line" Value="4" />
          <Member Name="FullStackedBar" Value="5" />
        </EnumType>
        <EnumType Name="TipRaporLayout" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Ortak.TipRaporLayout, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Taslak" Value="0" />
          <Member Name="Standart" Value="1" />
          <Member Name="Other" Value="2" />
        </EnumType>
        <EnumType Name="SqlPivotArea" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SqlPivotArea, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="RowArea" Value="0" />
          <Member Name="ColumnArea" Value="1" />
          <Member Name="FilterArea" Value="2" />
          <Member Name="DataArea" Value="3" />
          <Member Name="None" Value="4" />
        </EnumType>
        <EnumType Name="SqlUnboundColumnType" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SqlUnboundColumnType, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Bound" Value="0" />
          <Member Name="Integer" Value="1" />
          <Member Name="Decimal" Value="2" />
          <Member Name="DateTime" Value="3" />
          <Member Name="String" Value="4" />
          <Member Name="Boolean" Value="5" />
          <Member Name="Object" Value="6" />
        </EnumType>
        <EnumType Name="SqlUnboundExpressionMode" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SqlUnboundExpressionMode, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Default" Value="0" />
          <Member Name="UseSummaryValues" Value="1" />
          <Member Name="DataSource" Value="2" />
          <Member Name="UseAggregateFunctions" Value="3" />
        </EnumType>
        <EnumType Name="SqlPivotSummaryDisplayType" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SqlPivotSummaryDisplayType, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Default" Value="0" />
          <Member Name="AbsoluteVariation" Value="1" />
          <Member Name="PercentVariation" Value="2" />
          <Member Name="PercentOfColumn" Value="3" />
          <Member Name="PercentOfRow" Value="4" />
          <Member Name="PercentOfColumnGrandTotal" Value="5" />
          <Member Name="PercentOfRowGrandTotal" Value="6" />
          <Member Name="PercentOfGrandTotal" Value="7" />
          <Member Name="RankInColumnSmallestToLargest" Value="8" />
          <Member Name="RankInRowSmallestToLargest" Value="9" />
          <Member Name="RankInColumnLargestToSmallest" Value="10" />
          <Member Name="RankInRowLargestToSmallest" Value="11" />
          <Member Name="Index" Value="12" />
        </EnumType>
        <EnumType Name="SqlFormatType" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SqlFormatType, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="None" Value="0" />
          <Member Name="Numeric" Value="1" />
          <Member Name="DateTime" Value="2" />
          <Member Name="Custom" Value="3" />
        </EnumType>
        <EnumType Name="GrafikValueType" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.GrafikValueType, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Series" Value="1" />
          <Member Name="Key" Value="2" />
          <Member Name="Value" Value="3" />
        </EnumType>
        <EnumType Name="SqlFormatRuleSecim" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SqlFormatRuleSecim, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Hucre" Value="0" />
          <Member Name="Satir" Value="1" />
        </EnumType>
        <EnumType Name="OzelYetkiTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.OzelYetkiTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="DEVIRDEN_ONCEYE_FIS_GIREMEZ" Value="1" />
          <Member Name="GECMISE_KAYIT_GIREBILIR" Value="2" />
          <Member Name="POS_FIS_IPTAL_EDEBILIR" Value="3" />
          <Member Name="POS_INDIRIM_UYGULAYABÄ°LÄ°R" Value="4" />
          <Member Name="POS_TUTAR_DEGIS" Value="5" />
          <Member Name="CRM_ALACARTE_MASA_KAPASITESI_ASILSIN" Value="6" />
          <Member Name="CRM_ALACARTE_REZERVASYON_HAKKI_ASILSIN" Value="7" />
          <Member Name="CRM_ANKET_ILERI_TARIHLI_GIRIS" Value="8" />
          <Member Name="CRM_ANKET_GERI_TARIHLI_GIRIS" Value="9" />
          <Member Name="CRM_ALACARTE_YAS_SINIRI_KONTROLU_YAPILMASIN" Value="10" />
          <Member Name="CRM_ALACARTE_TAM_DOLU_OLMAYAN_MASAYA_ILAVE_REZERVASYON" Value="11" />
          <Member Name="POS_MASA_CAGIRABILIR" Value="12" />
          <Member Name="POS_URUN_SILEBILIR" Value="13" />
          <Member Name="POS_ADISYON_IPTAL_EDEBILIR" Value="14" />
          <Member Name="CORRECTION_YETKISI_VAR" Value="15" />
          <Member Name="KVKK_BILGI_GIZLE" Value="16" />
          <Member Name="UPGRADE_YETKISI_VAR" Value="17" />
          <Member Name="SABIT_FIYAT_ETKIN" Value="18" />
          <Member Name="REZ_YETKILISI" Value="19" />
          <Member Name="CRM_ALACARTE_EKRAN_ACIK_KALSIN" Value="20" />
          <Member Name="CRM_ANKET_EKRAN_ACIK_KALSIN" Value="21" />
          <Member Name="CRM_MGB_EKRAN_ACIK_KALSIN" Value="22" />
          <Member Name="CRM_SAGLIK_EKRAN_ACIK_KALSIN" Value="23" />
          <Member Name="CRM_REKLAMASYON_EKRAN_ACIK_KALSIN" Value="24" />
          <Member Name="BLOKAJ_YETKILISI" Value="25" />
          <Member Name="BLOKAJ_SUPERVISOR" Value="26" />
          <Member Name="ARIZA_TAKIP_GECEN_SUREDE_EKRANA_UYARI_VER" Value="27" />
          <Member Name="ARIZA_TAKIP_PLANLAMA_TARIH_SAAT_DUZELTEBILIR" Value="28" />
          <Member Name="UYUSMAZLIK_GOREMEZ" Value="29" />
          <Member Name="SABIT_KUR_ISARETLEYEMEZ" Value="30" />
          <Member Name="UYUSMAZLIK_ONBURO_MISAFIR_SAYISINI_GOREMEZ" Value="31" />
          <Member Name="NAKIT_REZERVASYONDA_CL_YAPILAMAZ" Value="32" />
          <Member Name="CRM_ALACARTE_AYNI_GUN_SAAT_KONTROLU_YAPMA" Value="33" />
          <Member Name="CRM_ALACARTE_GECMIS_GUN_SAYISI_KONTROL_ETME" Value="34" />
          <Member Name="CRM_ANKET_GECMIS_GUN_SAYISI_KONTROL_ETME" Value="35" />
          <Member Name="CRM_MGB_GECMIS_GUN_SAYISI_KONTROL_ETME" Value="36" />
          <Member Name="CRM_SAGLIK_GECMIS_GUN_SAYISI_KONTROL_ETME" Value="37" />
          <Member Name="CRM_REKLAMASYON_GECMIS_GUN_SAYISI_KONTROL_ETME" Value="38" />
        </EnumType>
        <EnumType Name="FormulTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.FormulTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Esittir" Value="1" />
          <Member Name="Buyuktur" Value="2" />
          <Member Name="Kucuktur" Value="3" />
          <Member Name="Icerir" Value="4" />
          <Member Name="KucukEsittir" Value="5" />
          <Member Name="BuyukEsittir" Value="6" />
          <Member Name="EsitDegildir" Value="7" />
        </EnumType>
        <EnumType Name="Unvan" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.Unvan, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Bay" Value="1" />
          <Member Name="Bayan" Value="2" />
          <Member Name="Kurumsal" Value="9" />
        </EnumType>
        <EnumType Name="ProfilTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.ProfilTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Misafir" Value="1" />
          <Member Name="Cari" Value="2" />
          <Member Name="Fihrist" Value="3" />
          <Member Name="Kullanici" Value="4" />
          <Member Name="Personel" Value="5" />
          <Member Name="Diger" Value="9" />
        </EnumType>
        <EnumType Name="ReceteBaglantiTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.ReceteBaglantiTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Varsayilan" Value="1" />
          <Member Name="Ozel" Value="2" />
        </EnumType>
        <EnumType Name="PosDepDurum" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosDepDurum, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Acik" Value="1" />
          <Member Name="Kapali" Value="2" />
        </EnumType>
        <EnumType Name="PosDepTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosDepTipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Normal" Value="1" />
          <Member Name="ReferansVarsayilan" Value="2" />
        </EnumType>
        <EnumType Name="PosChargeTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosChargeTipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Kisi" Value="1" />
          <Member Name="Fis" Value="2" />
        </EnumType>
        <EnumType Name="PosChargeTutarTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Pos.PosChargeTutarTipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Yuzde" Value="1" />
          <Member Name="Tutar" Value="2" />
        </EnumType>
        <EnumType Name="KurTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.KurTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="DovizAlis" Value="1" />
          <Member Name="DovizSatis" Value="2" />
          <Member Name="EfektifAlis" Value="3" />
          <Member Name="EfektifSatis" Value="4" />
        </EnumType>
        <EnumType Name="IslemTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.IslemTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Otomatik" Value="1" />
          <Member Name="Pos" Value="2" />
          <Member Name="SinglePosting" Value="3" />
          <Member Name="Manuel" Value="4" />
          <Member Name="Yilbasi" Value="5" />
          <Member Name="CheckOut" Value="6" />
          <Member Name="Santral" Value="7" />
          <Member Name="XXXTransfer" Value="8" />
          <Member Name="Duzeltme" Value="9" />
          <Member Name="HayaliPosting" Value="10" />
          <Member Name="DovizBozumu" Value="11" />
          <Member Name="KasaAvans" Value="12" />
          <Member Name="HesapKapatma" Value="13" />
          <Member Name="Route" Value="14" />
          <Member Name="Gala" Value="15" />
          <Member Name="Internet" Value="16" />
        </EnumType>
        <EnumType Name="IslemKaynakTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.IslemKaynakTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Normal" Value="1" />
          <Member Name="OdaPosting" Value="2" />
        </EnumType>
        <EnumType Name="HrkKurTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.HrkKurTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="GunlukKur" Value="1" />
          <Member Name="OrtalamaKur" Value="2" />
          <Member Name="CinKuru" Value="3" />
        </EnumType>
        <EnumType Name="TipOdeme" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.TipOdeme, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Pesin" Value="1" />
          <Member Name="Kredi" Value="2" />
          <Member Name="Comp" Value="3" />
          <Member Name="FullComp" Value="4" />
          <Member Name="HouseUse" Value="5" />
        </EnumType>
        <EnumType Name="TurboBonusIndirimTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.TurboBonusIndirimTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Per_pax_toplam" Value="1" />
          <Member Name="Per_pax_arti_child_bolu2_toplam" Value="2" />
          <Member Name="Per_pax_arti_child_toplam" Value="3" />
          <Member Name="Per_oda_toplam" Value="4" />
          <Member Name="Per_pax_gunluk" Value="5" />
          <Member Name="Per_pax_arti_child_bolu2_gunluk" Value="6" />
          <Member Name="Per_pax_child_arti_gunluk" Value="7" />
          <Member Name="Per_oda_gunluk" Value="8" />
        </EnumType>
        <EnumType Name="BorcAlacak" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.BorcAlacak, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Borc" Value="1" />
          <Member Name="Alacak" Value="2" />
        </EnumType>
        <EnumType Name="DepartmanTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.DepartmanTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Oda" Value="1" />
          <Member Name="Extra" Value="2" />
          <Member Name="Nakit" Value="3" />
          <Member Name="Kredi" Value="4" />
          <Member Name="KrediKarti" Value="5" />
          <Member Name="Havale" Value="6" />
          <Member Name="Correction" Value="7" />
          <Member Name="GuestRefund" Value="8" />
          <Member Name="Genel" Value="9" />
          <Member Name="Kambiyo" Value="10" />
        </EnumType>
        <EnumType Name="FolioTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.FolioTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Oda" Value="1" />
          <Member Name="Extra" Value="2" />
          <Member Name="Pos" Value="3" />
          <Member Name="Telefon" Value="4" />
          <Member Name="Ozel" Value="5" />
          <Member Name="Yilbasi" Value="6" />
        </EnumType>
        <EnumType Name="FolioDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.FolioDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Acik" Value="1" />
          <Member Name="Kapali" Value="2" />
          <Member Name="AcikHesap" Value="3" />
        </EnumType>
        <EnumType Name="DepozitDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.DepozitDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Alindi" Value="1" />
          <Member Name="Iade" Value="2" />
        </EnumType>
        <EnumType Name="DepozitUcretDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.DepozitUcretDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Ucretli" Value="1" />
          <Member Name="Ucretsiz" Value="2" />
        </EnumType>
        <EnumType Name="FaturaDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.FaturaDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Bos" Value="1" />
          <Member Name="Dolu" Value="2" />
          <Member Name="Iptal" Value="3" />
        </EnumType>
        <EnumType Name="FaturaTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.FaturaTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="AlisFaturasi" Value="1" />
          <Member Name="SatisFaturasi" Value="2" />
          <Member Name="AlisIrsaliyesi" Value="3" />
          <Member Name="SatisIrsaliyesi" Value="4" />
          <Member Name="AlisProforma" Value="5" />
          <Member Name="SatisProforma" Value="6" />
        </EnumType>
        <EnumType Name="FaturaAltTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.FaturaAltTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="OnburoFaturasi" Value="1" />
          <Member Name="MuhasebeFaturasi" Value="2" />
          <Member Name="StokFaturasi" Value="3" />
          <Member Name="TevkifatliFatura" Value="4" />
          <Member Name="Ä°adeFaturasi" Value="5" />
          <Member Name="IstisnaFaturasi" Value="6" />
        </EnumType>
        <EnumType Name="GunTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.GunTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="OzelGun" Value="0" />
          <Member Name="DiniBayram" Value="1" />
          <Member Name="ResmiBayram" Value="2" />
        </EnumType>
        <EnumType Name="ZamanOlcegi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.ZamanOlcegi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Saat" Value="0" />
          <Member Name="Gun" Value="1" />
          <Member Name="Hafta" Value="2" />
          <Member Name="Ay" Value="3" />
        </EnumType>
        <EnumType Name="VergiNoTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.VergiNoTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="VergiNo" Value="1" />
          <Member Name="TcKimlikNo" Value="2" />
          <Member Name="PasaportNo" Value="3" />
          <Member Name="YabanciVergiNo" Value="4" />
          <Member Name="Diger" Value="50" />
        </EnumType>
        <EnumType Name="EnumFaturaSeriKaynak" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.EnumFaturaSeriKaynak, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Efatura" Value="0" />
          <Member Name="EarÅŸiv" Value="1" />
          <Member Name="Eirsaliye" Value="2" />
          <Member Name="Kagit" Value="3" />
        </EnumType>
        <EnumType Name="EnumFaturaSeriOzellik" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.EnumFaturaSeriOzellik, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Normal" Value="0" />
          <Member Name="Ä°nternet" Value="1" />
        </EnumType>
        <EnumType Name="EnumFaturaOnburoTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.EnumFaturaOnburoTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Onemsiz" Value="0" />
          <Member Name="AcentaFaturasi" Value="1" />
          <Member Name="FolioFaturasi" Value="2" />
        </EnumType>
        <EnumType Name="TipRezStatus" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.TipRezStatus, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="NotConfirmed" Value="1" />
          <Member Name="Beklemede" Value="2" />
          <Member Name="Confirmed" Value="3" />
          <Member Name="Optional" Value="4" />
          <Member Name="Definite" Value="5" />
          <Member Name="PreCin" Value="6" />
          <Member Name="Cin" Value="7" />
          <Member Name="Cout" Value="8" />
          <Member Name="Iptal" Value="9" />
        </EnumType>
        <EnumType Name="TipRezTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.TipRezTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Allotment" Value="1" />
          <Member Name="It" Value="2" />
          <Member Name="Grup" Value="3" />
          <Member Name="WalkIn" Value="4" />
        </EnumType>
        <EnumType Name="RezTuru" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.RezTuru, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Oda" Value="1" />
          <Member Name="Extra" Value="2" />
        </EnumType>
        <EnumType Name="KayitTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.KayitTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Desktop" Value="1" />
          <Member Name="Web" Value="2" />
          <Member Name="Kiosk" Value="3" />
          <Member Name="Entegrasyon" Value="4" />
        </EnumType>
        <EnumType Name="Anketsorutipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.Anketsorutipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Departman" Value="1" />
          <Member Name="Soru" Value="2" />
        </EnumType>
        <EnumType Name="CrmDepartmanKirilim" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.CrmDepartmanKirilim, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Departman" Value="1" />
          <Member Name="Bolum" Value="2" />
          <Member Name="Hizmet" Value="3" />
        </EnumType>
        <EnumType Name="YazKisSaatUygulamasi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.YazKisSaatUygulamasi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Tümü" Value="1" />
          <Member Name="Yaz" Value="2" />
          <Member Name="Kis" Value="3" />
        </EnumType>
        <EnumType Name="MasaKonumTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.MasaKonumTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="IcAlan" Value="0" />
          <Member Name="Teras" Value="1" />
          <Member Name="Balkon" Value="2" />
          <Member Name="Kiosk" Value="3" />
          <Member Name="Online" Value="4" />
          <Member Name="Entegrasyon" Value="5" />
        </EnumType>
        <EnumType Name="RestoranBolumMasaTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.RestoranBolumMasaTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Restoran" Value="1" />
          <Member Name="Bolum" Value="2" />
          <Member Name="Masa" Value="3" />
        </EnumType>
        <EnumType Name="TipOdaTemiz" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.TipOdaTemiz, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Temiz" Value="1" />
          <Member Name="Kirli" Value="2" />
          <Member Name="Touch" Value="3" />
          <Member Name="Islemde" Value="4" />
          <Member Name="Dnd" Value="5" />
          <Member Name="KullanimDisi" Value="6" />
          <Member Name="TemizlikIstemiyor" Value="7" />
          <Member Name="SleepOut" Value="8" />
          <Member Name="Dolu" Value="9" />
        </EnumType>
        <EnumType Name="TipOdaOK" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.TipOdaOK, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="OK" Value="1" />
          <Member Name="OKDegil" Value="2" />
          <Member Name="Islemde" Value="3" />
        </EnumType>
        <EnumType Name="TipOdaServis" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.TipOdaServis, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Serviste" Value="1" />
          <Member Name="ServisDisi" Value="2" />
          <Member Name="Islemde" Value="3" />
        </EnumType>
        <EnumType Name="StopSaleDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.StopSaleDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Acik" Value="1" />
          <Member Name="Kapali" Value="2" />
        </EnumType>
        <EnumType Name="AnaUpgrTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.AnaUpgrTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Default" Value="1" />
          <Member Name="EsDeger" Value="2" />
          <Member Name="UpGrade" Value="3" />
          <Member Name="DownGrade" Value="4" />
          <Member Name="SupUpgrade" Value="5" />
          <Member Name="SupDownGrade" Value="6" />
        </EnumType>
        <EnumType Name="UpgrCarpan" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.UpgrCarpan, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Oda" Value="1" />
          <Member Name="Kisi" Value="2" />
        </EnumType>
        <EnumType Name="HouseKeepingTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.HouseKeepingTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Ariza" Value="1" />
          <Member Name="Istek" Value="2" />
        </EnumType>
        <EnumType Name="OperasyonTakipIslemTuru" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.OperasyonTakipIslemTuru, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Acil" Value="1" />
          <Member Name="Planlandi" Value="2" />
          <Member Name="Normal" Value="3" />
        </EnumType>
        <EnumType Name="OperasyonTakipKonu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.OperasyonTakipKonu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Tesis" Value="1" />
          <Member Name="Misafir" Value="2" />
        </EnumType>
        <EnumType Name="BolumYerOda" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.BolumYerOda, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Bolum" Value="1" />
          <Member Name="Yer" Value="2" />
          <Member Name="Oda" Value="3" />
        </EnumType>
        <EnumType Name="Istipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.Istipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Departman" Value="1" />
          <Member Name="Istipi" Value="2" />
          <Member Name="IstipiDetay" Value="3" />
        </EnumType>
        <EnumType Name="geridonus" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.geridonus, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="GeriDonusYapilmadi" Value="1" />
          <Member Name="TelefonÄ°leDonus" Value="2" />
          <Member Name="HalklaIliskiler" Value="3" />
          <Member Name="Onburo" Value="4" />
        </EnumType>
        <EnumType Name="DahiliTelTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.DahiliTelTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Musteri" Value="1" />
          <Member Name="Personel" Value="2" />
          <Member Name="Odenmez" Value="3" />
          <Member Name="Diger" Value="4" />
        </EnumType>
        <EnumType Name="Kolbandihrktipi" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Onburo.KolBandiHrk+Kolbandihrktipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Tanimlama" Value="0" />
          <Member Name="Baglama" Value="1" />
          <Member Name="Cozme" Value="2" />
          <Member Name="Zayi" Value="3" />
          <Member Name="Kayip" Value="4" />
        </EnumType>
        <EnumType Name="Cinsiyet" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.Cinsiyet, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Erkek" Value="1" />
          <Member Name="Kadin" Value="2" />
        </EnumType>
        <EnumType Name="MedeniHali" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.MedeniHali, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Evli" Value="1" />
          <Member Name="Bekar" Value="2" />
        </EnumType>
        <EnumType Name="KimlikBelgeTuru" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.KimlikBelgeTuru, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Pasaport" Value="1" />
          <Member Name="AbKimligi" Value="2" />
          <Member Name="KimlikKarti" Value="3" />
          <Member Name="Ehliyet" Value="4" />
          <Member Name="Diger" Value="5" />
        </EnumType>
        <EnumType Name="KbsBildirimDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.KbsBildirimDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Basarili" Value="1" />
          <Member Name="Basarisiz" Value="2" />
        </EnumType>
        <EnumType Name="OdemeDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.OdemeDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="KrediKartiGarantili" Value="1" />
          <Member Name="SirketGarantili" Value="2" />
          <Member Name="AcentaGarantili" Value="3" />
          <Member Name="Garantisiz" Value="4" />
          <Member Name="DepositOdemeli" Value="5" />
          <Member Name="NoShow" Value="6" />
        </EnumType>
        <EnumType Name="HatAcmaTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.HatAcmaTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Beklemede" Value="0" />
          <Member Name="Cin" Value="1" />
          <Member Name="Cout" Value="2" />
        </EnumType>
        <EnumType Name="RezIslemTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.RezIslemTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="RezIptal" Value="0" />
          <Member Name="RezSilme" Value="1" />
          <Member Name="CinIptal" Value="2" />
          <Member Name="BlokajIptal" Value="3" />
          <Member Name="CoutIptal" Value="4" />
          <Member Name="Cin" Value="5" />
          <Member Name="Cout" Value="6" />
          <Member Name="FiyatDegisim" Value="7" />
          <Member Name="KisiDegisim" Value="8" />
          <Member Name="AcenteDegisim" Value="9" />
          <Member Name="Uzatma" Value="10" />
          <Member Name="OdaDegisim" Value="11" />
          <Member Name="RezGeriAlma" Value="12" />
          <Member Name="BlokajKilit" Value="13" />
          <Member Name="BlokajKilitCozuldu" Value="14" />
        </EnumType>
        <EnumType Name="Durum" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.Durum, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Onaylandi" Value="1" />
          <Member Name="Reddedildi" Value="2" />
          <Member Name="CevapYok" Value="3" />
        </EnumType>
        <EnumType Name="BlokajTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.BlokajTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Kilitli" Value="1" />
          <Member Name="KilitCozuldu" Value="2" />
        </EnumType>
        <EnumType Name="PaketIndirimSekli" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PaketIndirimSekli, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Eb" Value="1" />
          <Member Name="Kkp" Value="2" />
          <Member Name="Kb" Value="3" />
          <Member Name="Aksiyon" Value="4" />
          <Member Name="UzunGeceleme" Value="5" />
          <Member Name="Balayi" Value="6" />
          <Member Name="Yasli" Value="7" />
          <Member Name="Ozel" Value="8" />
          <Member Name="SpoYuzde" Value="9" />
          <Member Name="AksiyonGeceleme" Value="10" />
          <Member Name="Spo" Value="11" />
          <Member Name="Ham" Value="12" />
          <Member Name="Komisyon" Value="13" />
          <Member Name="WebIndirim" Value="14" />
          <Member Name="Gala" Value="15" />
        </EnumType>
        <EnumType Name="OnlineOdemeTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.OnlineOdemeTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="KrediKarti" Value="1" />
          <Member Name="Havale" Value="2" />
          <Member Name="KapidaOdeme" Value="3" />
        </EnumType>
        <EnumType Name="DogrulamaDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.DogrulamaDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Sifreli" Value="1" />
          <Member Name="Sifresiz" Value="2" />
          <Member Name="YarımSifresli" Value="3" />
        </EnumType>
        <EnumType Name="BilbordKaynak" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.BilbordKaynak, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="AcentaBilbord" Value="1" />
          <Member Name="AcentaKontenjan" Value="2" />
          <Member Name="Grup" Value="3" />
        </EnumType>
        <EnumType Name="TipBilbord" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.TipBilbord, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="GarantiTahsil" Value="1" />
          <Member Name="GarantiCek" Value="2" />
          <Member Name="GarantiSözlü" Value="3" />
          <Member Name="GarantiEdilmemis" Value="4" />
          <Member Name="GarantiEdilmemis2" Value="5" />
          <Member Name="Diger" Value="6" />
        </EnumType>
        <EnumType Name="OnburoMahsupTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.OnburoMahsupTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Tahakkuk" Value="1" />
          <Member Name="Fatura" Value="2" />
          <Member Name="Kasa" Value="3" />
          <Member Name="Cari" Value="4" />
          <Member Name="Avans" Value="5" />
          <Member Name="AcentaKontrol" Value="6" />
          <Member Name="Doviz" Value="7" />
          <Member Name="OdemeTakip" Value="8" />
        </EnumType>
        <EnumType Name="YasKisiTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.YasKisiTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Single" Value="1" />
          <Member Name="Double" Value="2" />
          <Member Name="Triple" Value="3" />
        </EnumType>
        <EnumType Name="YasKisiSiniri" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.YasKisiSiniri, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Pax" Value="1" />
          <Member Name="Cocuk1" Value="2" />
          <Member Name="Cocuk2" Value="3" />
          <Member Name="Cocuk3" Value="4" />
          <Member Name="Bebek" Value="5" />
        </EnumType>
        <EnumType Name="GirisKonaklama" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.GirisKonaklama, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Konaklama" Value="1" />
          <Member Name="Giris" Value="2" />
        </EnumType>
        <EnumType Name="HesTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.HesTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="SabitPerPax" Value="1" />
          <Member Name="OranToplamFiyattan" Value="2" />
          <Member Name="OranKalanFiyattan" Value="3" />
          <Member Name="Tutar" Value="4" />
        </EnumType>
        <EnumType Name="GrupTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.GrupTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Kahvalti" Value="1" />
          <Member Name="OgleYemegi" Value="2" />
          <Member Name="AksamYemegi" Value="3" />
          <Member Name="KahveArasi" Value="4" />
          <Member Name="Diger" Value="5" />
          <Member Name="Oda" Value="6" />
        </EnumType>
        <EnumType Name="PosFiyatTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosFiyatTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Doviz" Value="1" />
          <Member Name="Tl" Value="2" />
        </EnumType>
        <EnumType Name="PosSipAnaDurum" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosSipAnaDurum, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Acik" Value="1" />
          <Member Name="Kapali" Value="2" />
        </EnumType>
        <EnumType Name="PosAdisyonTuru" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosAdisyonTuru, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Seri" Value="1" />
          <Member Name="Manuel" Value="2" />
        </EnumType>
        <EnumType Name="PosIptalTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosIptalTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Fis" Value="1" />
          <Member Name="Hareket" Value="2" />
        </EnumType>
        <EnumType Name="PosOdemeTipiEnum" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosOdemeTipiEnum, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Nakit" Value="1" />
          <Member Name="KrediKarti" Value="2" />
          <Member Name="Ikram" Value="3" />
          <Member Name="Odenmez" Value="4" />
          <Member Name="OdaHesabi" Value="5" />
          <Member Name="Veresiye" Value="6" />
          <Member Name="Ticket" Value="7" />
          <Member Name="Multinet" Value="8" />
          <Member Name="Sodexo" Value="9" />
        </EnumType>
        <EnumType Name="PosSipDetayTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosSipDetayTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Normal" Value="1" />
          <Member Name="Iptal" Value="2" />
          <Member Name="Ikram" Value="3" />
        </EnumType>
        <EnumType Name="PosMutfakDurum" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosMutfakDurum, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Gonderildi" Value="1" />
          <Member Name="Gonderilmedi" Value="2" />
        </EnumType>
        <EnumType Name="PosKategoriTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosKategoriTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Yiyecek" Value="1" />
          <Member Name="Icecek" Value="2" />
          <Member Name="Diger" Value="3" />
        </EnumType>
        <EnumType Name="PosSipDetayFiyTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosSipDetayFiyTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="AnaFiyat" Value="1" />
          <Member Name="FiyatDegisim" Value="2" />
          <Member Name="DepBazliFiyatDegisim" Value="3" />
        </EnumType>
        <EnumType Name="PosIndirimTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosIndirimTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Normal" Value="1" />
          <Member Name="Sabit" Value="2" />
          <Member Name="Derecelendirme" Value="3" />
        </EnumType>
        <EnumType Name="SBelgeTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SBelgeTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Fatura" Value="1" />
          <Member Name="Irsaliye" Value="2" />
          <Member Name="MustahsilMakbuzu" Value="3" />
          <Member Name="GiderPusulasi" Value="4" />
          <Member Name="TevkifatliFatura" Value="5" />
          <Member Name="RusumluFatura" Value="6" />
          <Member Name="Odenmez" Value="7" />
          <Member Name="Ikram" Value="8" />
          <Member Name="Musteri" Value="9" />
        </EnumType>
        <EnumType Name="Operant" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Stok.Operant, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Plus" Value="1" />
          <Member Name="Minus" Value="2" />
          <Member Name="NaN" Value="3" />
        </EnumType>
        <EnumType Name="PosKartTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosKartTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Odenmez" Value="1" />
          <Member Name="Ikram" Value="2" />
          <Member Name="Musteri" Value="3" />
        </EnumType>
        <EnumType Name="EnumEH" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.EnumEH, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Evet" Value="1" />
          <Member Name="Hayir" Value="2" />
        </EnumType>
        <EnumType Name="AmbDep" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.AmbDep, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Ambar" Value="1" />
          <Member Name="Departman" Value="2" />
        </EnumType>
        <EnumType Name="BirimTuru" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.BirimTuru, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="VarsayilanBirim" Value="1" />
          <Member Name="GirisBirim" Value="2" />
          <Member Name="CostBirim" Value="3" />
        </EnumType>
        <EnumType Name="BaglantiTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Stok.BaglantiTipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="DepartmanCikis" Value="1" />
          <Member Name="IrsaliyeFatura" Value="2" />
          <Member Name="IptaFatura" Value="3" />
          <Member Name="Fatura" Value="4" />
          <Member Name="Sayim" Value="5" />
          <Member Name="Devir" Value="6" />
          <Member Name="Tuketim" Value="7" />
          <Member Name="IadeFaturasi" Value="8" />
        </EnumType>
        <EnumType Name="UrunSatisFiltre" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.UrunSatisFiltre, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Genel" Value="1" />
          <Member Name="Market" Value="2" />
        </EnumType>
        <EnumType Name="ReceteHareketTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.ReceteHareketTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="YariMamul" Value="1" />
          <Member Name="Urun" Value="2" />
        </EnumType>
        <EnumType Name="YID" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.YID, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Yiyecek" Value="0" />
          <Member Name="Icecek" Value="1" />
          <Member Name="Diger" Value="2" />
        </EnumType>
        <EnumType Name="AlanTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.AlanTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Barkod" Value="0" />
          <Member Name="Miktar" Value="1" />
          <Member Name="SKT" Value="2" />
          <Member Name="PartiNo" Value="3" />
        </EnumType>
        <EnumType Name="HesSaglikDurum" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.HesSaglikDurum, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Riskli" Value="1" />
          <Member Name="Risksiz" Value="2" />
          <Member Name="SuresiGecmis" Value="3" />
          <Member Name="Hatali" Value="4" />
          <Member Name="IslemHatali" Value="5" />
        </EnumType>
        <EnumType Name="GonderimDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.GonderimDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Cin" Value="1" />
          <Member Name="Cout" Value="2" />
        </EnumType>
        <EnumType Name="GonderimZamani" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.GonderimZamani, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Once" Value="1" />
          <Member Name="Sonra" Value="2" />
        </EnumType>
        <EnumType Name="GonderimDosyaTuru" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.GonderimDosyaTuru, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Pdf" Value="1" />
          <Member Name="Excel" Value="2" />
        </EnumType>
        <EnumType Name="TipAsyaReportColumn" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Ortak.TipAsyaReportColumn, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Table" Value="0" />
          <Member Name="Custom" Value="1" />
          <Member Name="CalculatedField" Value="2" />
        </EnumType>
        <EnumType Name="TipCalculatedField" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Ortak.TipCalculatedField, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="None" Value="0" />
          <Member Name="String" Value="1" />
          <Member Name="DateTime" Value="2" />
          <Member Name="TimeSpan" Value="3" />
          <Member Name="Byte" Value="4" />
          <Member Name="Int16" Value="5" />
          <Member Name="Int32" Value="6" />
          <Member Name="Float" Value="7" />
          <Member Name="Double" Value="8" />
          <Member Name="Decimal" Value="9" />
          <Member Name="Boolean" Value="10" />
          <Member Name="Guid" Value="11" />
        </EnumType>
        <EnumType Name="TipFooterExpressionType" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Ortak.TipFooterExpressionType, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Custom" Value="0" />
          <Member Name="Avg" Value="1" />
          <Member Name="Sum" Value="2" />
          <Member Name="Count" Value="3" />
          <Member Name="Max" Value="4" />
          <Member Name="Min" Value="5" />
        </EnumType>
        <EnumType Name="omurtipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.omurtipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Yillik" Value="1" />
          <Member Name="Aylik" Value="2" />
          <Member Name="Gunluk" Value="3" />
          <Member Name="Bos" Value="4" />
        </EnumType>
        <EnumType Name="CiktiFormati" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.CiktiFormati, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Xml" Value="1" />
          <Member Name="Csv" Value="2" />
        </EnumType>
        <EnumType Name="CikisHesapTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.CikisHesapTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Grup" Value="1" />
          <Member Name="AltGrup" Value="2" />
          <Member Name="Envanter" Value="3" />
          <Member Name="Urun" Value="4" />
        </EnumType>
        <EnumType Name="TaslakTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.TaslakTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Rapor" Value="1" />
          <Member Name="Grid" Value="2" />
        </EnumType>
        <EnumType Name="SablonTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SablonTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Genel" Value="0" />
          <Member Name="Ozel" Value="1" />
        </EnumType>
        <EnumType Name="yapilacakislem_tipi" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Ortak.ClientIslemler+yapilacakislem_tipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Cachesilverestartet" Value="0" />
          <Member Name="Dllindir" Value="1" />
          <Member Name="UpdateIslemi" Value="2" />
          <Member Name="Gorev" Value="3" />
        </EnumType>
        <EnumType Name="CrmParamTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.CrmParamTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="CRM_ALACARTE_CIKIS_GUNU_REZ" Value="2" />
          <Member Name="CRM_AYNI_GUN_TEK_REZ" Value="3" />
          <Member Name="CRM_MASA_KAPASITESI_ASILAMAZ" Value="4" />
          <Member Name="CRM_REZ_IPTAL_NEDENI_SORULSUN" Value="5" />
          <Member Name="CRM_TAM_DOLU_OLMAYAN_MASAYA_BASKA_REZ" Value="6" />
          <Member Name="CRM_ALACARTE_UCRETLI_REZ" Value="7" />
          <Member Name="CRM_ALACARTE_RESTORAN_INFO" Value="8" />
          <Member Name="CRM_ALACARTE_MASA_KAPASITESI_GUNLUK_DEGISIR" Value="9" />
          <Member Name="CRM_ALACARTE_KIOSK_REZ_GIREBILIR" Value="10" />
          <Member Name="CRM_ALACARTE_COCUK_YAS_SINIRI_KONTROL_ET" Value="11" />
          <Member Name="CRM_ANKET_GECMIS_TARIHE_ANKET_GIRISI" Value="12" />
          <Member Name="CRM_ANKET_KIOSKTAN_ANKET_GIRISI" Value="13" />
          <Member Name="CRM_ALACARTE_HAK_TANIM_SEKLI" Value="14" />
          <Member Name="CRM_ALACARTE_X_PARAMETRESI" Value="15" />
          <Member Name="CRM_ANKET_VARSAYILAN_DIL" Value="16" />
          <Member Name="CRM_ANKET_ILERI_TARIHLI_KAYIT_GIRISI" Value="17" />
          <Member Name="CRM_ALACARTE_FIS_YAZDIR" Value="19" />
          <Member Name="CRM_ALACARTE_ONLINE_ILERI_TARIH_REZERVASYON_GUN_SAYISI" Value="20" />
          <Member Name="CRM_ALACARTE_REZ_TIPI_UYARISI_VER" Value="21" />
          <Member Name="CRM_ALACARTE_FAZLALIK_REZ" Value="22" />
          <Member Name="CRM_ALACARTE_FAZLALIK_OLSUNMU" Value="23" />
          <Member Name="CRM_ANKET_KAC_ADET" Value="24" />
          <Member Name="CRM_ALACARTE_KIOSK_KAC_GUN_ILERI_REZ_GIREBILIR" Value="25" />
          <Member Name="ALACARTE_YAZ_KIS_SAATI_KONTROL" Value="26" />
          <Member Name="ALACARTE_YAZ_SAATI_BITISI" Value="27" />
          <Member Name="ALACARTE_YAZ_SAATI_BASLANGIC" Value="28" />
          <Member Name="ARIZA_TAKIP_SINIRLI_DATA_ERISIMI" Value="29" />
          <Member Name="ARIZA_TAKIP_GECEN_SUREDE_EKRANA_KAC_DAKIKADA_BIR_UYARI_VERILSIN" Value="30" />
          <Member Name="CRM_ANKET_GIRISINDE_FORM_NO_ZORUNLU" Value="31" />
          <Member Name="CRM_ANKET_GIRISINDE_FORM_NO_ALANI_TEKIL_OLSUN" Value="32" />
          <Member Name="CRM_ALACARTE_KIOSK_M_ENTEGRASYON_M_GORUNSUN" Value="33" />
          <Member Name="CRM_ALACARTE_KIOSK_M_ONLINE_M_GORUNSUN" Value="34" />
          <Member Name="CRM_ALACARTE_ENTEGRASYON_M_ONLINE_M_GORUNSUN" Value="35" />
          <Member Name="CRM_ALACARTE_ENTEGRASYON_M_KIOSK_M_GORUNSUN" Value="36" />
          <Member Name="CRM_ALACARTE_ONLINE_M_KIOSK_M_GORUNSUN" Value="37" />
          <Member Name="CRM_ALACARTE_ONLINE_M_ENTEGRASYON_M_GORUNSUN" Value="38" />
          <Member Name="CRM_ALACARTE_REZERVASYONUNDA_TUM_MISAFIRLER_SECILI_GELSIN" Value="39" />
          <Member Name="CRM_ALACARTE_KIOSK_MISAFIR_REZ_LISTESINI_GUNCELLEYEBILSIN" Value="40" />
          <Member Name="CRM_ALACARTE_Y_PARAMETRESI" Value="41" />
          <Member Name="CRM_ALACARTE_MAKS_REZERVASYON_SAYISI_KONTROL_ET" Value="42" />
          <Member Name="CRM_ALACARTE_MAKS_REZERVASYON_SAYISI" Value="43" />
          <Member Name="CRM_ALACARTE_PAX_CARPANI" Value="44" />
          <Member Name="CRM_ALACARTE_CHILD_CARPANI" Value="45" />
          <Member Name="CRM_ALACARTE_FREE_CARPANI" Value="46" />
          <Member Name="CRM_ALACARTE_BEBEK_CARPANI" Value="47" />
          <Member Name="CRM_HARICI_KAYIT_GIRISINDE_RESTORAN_KAPASITESI_ASILAMASIN" Value="48" />
          <Member Name="CRM_DESKTOP_KAYIT_GIRISINDE_RESTORAN_KAPASITESI_ASILAMASIN" Value="49" />
          <Member Name="CRM_ALACARTE_COCUK_YASI" Value="50" />
          <Member Name="CRM_ALACARTE_PAX_CHILD_TOPLAMI_SIFIR_OLAMAZ" Value="51" />
          <Member Name="CRM_ALERJEN_TEMA_ID" Value="52" />
          <Member Name="CRM_ALACARTE_REZ_LISTESI_REZ_TOPLAMINDAN_FARKLI_OLAMAZ" Value="53" />
          <Member Name="CRM_ALERJEN_VAR_CEVABI" Value="54" />
          <Member Name="CRM_ALACARTE_FIS_CIKTISI_ALERJEN_DAHIL_OLSUN" Value="55" />
          <Member Name="CRM_MAIL_ANKET_ALERJEN" Value="56" />
          <Member Name="CRM_MAIL_REKLAMASYON" Value="57" />
          <Member Name="CRM_MAIL_SAGLIK" Value="58" />
          <Member Name="CRM_MAIL_MGB" Value="69" />
          <Member Name="CRM_ALACARTE_MISAFIR_DOGUM_GUNUNDE_UYARI_VER" Value="70" />
          <Member Name="CRM_TARIH_REZERVASYON_GUNCELLEME_GUN_ONCESI" Value="71" />
          <Member Name="CRM_TARIH_REKLAMASYON_GUNCELLEME_GUN_ONCESI" Value="72" />
          <Member Name="CRM_TARIH_MGB_GUNCELLEME_GUN_ONCESI" Value="73" />
          <Member Name="CRM_TARIH_ANKET_GUNCELLEME_GUN_ONCESI" Value="74" />
          <Member Name="CRM_TARIH_SAGLIK_GUNCELLEME_GUN_ONCESI" Value="75" />
          <Member Name="CRM_ALACARTE_AYNI_GUN_GUNCELLEME" Value="76" />
        </EnumType>
        <EnumType Name="FiyatFiltresi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.FiyatFiltresi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Rate" Value="1" />
          <Member Name="Paket" Value="2" />
        </EnumType>
        <EnumType Name="ToplantiKisiStatus" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.ToplantiKisiStatus, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Katilimci" Value="1" />
          <Member Name="Duzenleyici" Value="2" />
        </EnumType>
        <EnumType Name="GunTanimTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.GunTanimTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Resmi" Value="1" />
          <Member Name="Tatil" Value="2" />
          <Member Name="DiniBayram" Value="3" />
          <Member Name="ArefeGunu" Value="4" />
        </EnumType>
        <EnumType Name="GunAdi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.GunAdi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Pazartesi" Value="1" />
          <Member Name="Sali" Value="2" />
          <Member Name="Carsamba" Value="3" />
          <Member Name="Persembe" Value="4" />
          <Member Name="Cuma" Value="5" />
          <Member Name="Cumartesi" Value="6" />
          <Member Name="Pazar" Value="7" />
        </EnumType>
        <EnumType Name="PerHakedisTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PerHakedisTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="CalismaGun" Value="1" />
          <Member Name="FazlaMesai" Value="2" />
          <Member Name="IlaveKazanc" Value="3" />
          <Member Name="Kesinti" Value="4" />
        </EnumType>
        <EnumType Name="PerUcretTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PerUcretTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Brut" Value="1" />
          <Member Name="Net" Value="2" />
        </EnumType>
        <EnumType Name="PerGunTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PerGunTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="SigortaGunu" Value="1" />
          <Member Name="ShiftGunu" Value="2" />
        </EnumType>
        <EnumType Name="HalFiyatTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.HalFiyatTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="YuksekFiyat" Value="1" />
          <Member Name="DusukFiyat" Value="2" />
        </EnumType>
        <EnumType Name="KanalEsitlemeTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.KanalEsitlemeTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Acente" Value="1" />
          <Member Name="Operator" Value="2" />
          <Member Name="Pansiyon" Value="3" />
          <Member Name="Doviz" Value="4" />
          <Member Name="Ulke" Value="5" />
          <Member Name="Konum" Value="6" />
          <Member Name="NotKonfirme" Value="7" />
        </EnumType>
        <EnumType Name="KanalEntegrasyonFirmasi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.KanalEntegrasyonFirmasi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Hotel2Sejour" Value="1" />
          <Member Name="HotelRunner" Value="2" />
          <Member Name="Booklogic" Value="3" />
          <Member Name="Sedna" Value="4" />
        </EnumType>
        <EnumType Name="KayipHrkTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.KayipHrkTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Kayip" Value="1" />
          <Member Name="Bulundu" Value="2" />
          <Member Name="Teslim" Value="3" />
          <Member Name="Hibe" Value="4" />
          <Member Name="Zayi" Value="5" />
        </EnumType>
        <EnumType Name="KolBandiAramaTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.KolBandiAramaTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Oda" Value="1" />
          <Member Name="Rez" Value="2" />
          <Member Name="KolBandi" Value="3" />
        </EnumType>
        <EnumType Name="KolBandiSorguYeri" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.KolBandiSorguYeri, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Web" Value="1" />
          <Member Name="Onburo" Value="2" />
        </EnumType>
        <EnumType Name="KolBandiSorguDonus" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.KolBandiSorguDonus, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Ok" Value="1" />
          <Member Name="Hata" Value="2" />
        </EnumType>
        <EnumType Name="KonumTipBirles" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.KonumTipBirles, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Birinci" Value="1" />
          <Member Name="Ikinci" Value="2" />
          <Member Name="Ucuncu" Value="3" />
        </EnumType>
        <EnumType Name="MuhasebeMahsupTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.MuhasebeMahsupTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Mahsup" Value="1" />
          <Member Name="Tahsil" Value="2" />
          <Member Name="Tediye" Value="3" />
          <Member Name="Diger" Value="4" />
        </EnumType>
        <EnumType Name="MuhasebeMahsupBA" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.MuhasebeMahsupBA, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Borc" Value="1" />
          <Member Name="Alacak" Value="2" />
        </EnumType>
        <EnumType Name="OnbParamTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.OnbParamTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="CALISMA_TARIHI" Value="1" />
          <Member Name="REFERANSLI" Value="2" />
          <Member Name="DONEM_BASLANGIC_TARIHI" Value="3" />
          <Member Name="DONEM_BITIS_TARIHI" Value="4" />
          <Member Name="TESIS_KODU" Value="5" />
          <Member Name="SHORTTA_UYARI_VERSIN" Value="6" />
          <Member Name="SHORTTA_UYARI_VERSA_DEVAM_ETSIN" Value="7" />
          <Member Name="STOPTA_UYARI_VERSIN" Value="8" />
          <Member Name="STOPTA_UYARI_VERSA_DEVAM_ETSIN" Value="9" />
          <Member Name="ON_ODEMEM_ODA_NUMARASI" Value="10" />
          <Member Name="BOS_ODALAR_MUSTERI_LISTESINDE_CIKSIN" Value="11" />
          <Member Name="TL_DOVIZ_ID" Value="12" />
          <Member Name="POSTING_DEP_ID" Value="13" />
          <Member Name="DOVBOZ_DEPKOD_ID" Value="14" />
          <Member Name="BAVEL_DOSYA_ADRES" Value="15" />
          <Member Name="ODA_GELIRI_KDV_ID" Value="16" />
          <Member Name="PESIN_MUS_CARI_ID" Value="17" />
          <Member Name="GECMIS_SILINEN_GERI_ALINABILSIN" Value="18" />
          <Member Name="KREDI_DEPARTMAN_KODU" Value="19" />
          <Member Name="EXTRA_FOLIO_YARAT" Value="20" />
          <Member Name="WIDGET_SAT_SAY" Value="21" />
          <Member Name="WIDGET_COL_SAY" Value="22" />
          <Member Name="MUHASEBE_SERVER_IP" Value="23" />
          <Member Name="MUHASEBE_WS_PORT" Value="24" />
          <Member Name="MUHASEBE_SIRKET_KLASOR" Value="25" />
          <Member Name="KIMLIK_BILDIRIM_SISTEMI" Value="26" />
          <Member Name="KIMLIK_BILDIRIM_SISTEMI_KODU" Value="27" />
          <Member Name="KIMLIK_BILDIRIM_SISTEMI_SIFRESI" Value="28" />
          <Member Name="REFERANS_NEREDEN" Value="29" />
          <Member Name="ODA_UPGRADE_SISTEMI_DEVREDE" Value="30" />
          <Member Name="FATURA_FOLIO_DIZAYN" Value="31" />
          <Member Name="OTOMATIK_CASH_FOLIO_ACILSIN" Value="32" />
          <Member Name="CASH_FOLIO_ACENTA" Value="33" />
          <Member Name="CASH_FOLIO_ODA" Value="34" />
          <Member Name="TAHAKKUK_HESAPLARINI_KULLANMA" Value="35" />
          <Member Name="WEB_SERVIS_ADRES" Value="36" />
          <Member Name="GUNSONU_ODA_KIRLET" Value="37" />
          <Member Name="ELEKTRONIK_FATURA_GECIS_TARIHI" Value="38" />
          <Member Name="MUHASEBE_SERVER_IP_XBIS" Value="39" />
          <Member Name="MUHASEBE_WS_PORT_XBIS" Value="40" />
          <Member Name="BELLEK_GUN_SAYISI" Value="41" />
          <Member Name="VARSAYILAN_EARSIV_SERISI" Value="42" />
          <Member Name="FATMAHSUP_NAKIT_ACENTADAN" Value="43" />
          <Member Name="DEPARTMAN_CIKIS_DEPARTMAN_BAZINDA" Value="44" />
          <Member Name="MUHASEBE_ENTEGRASYON_DOVIZLI" Value="45" />
          <Member Name="STOK_REFERANSLI" Value="46" />
          <Member Name="FIYAT_DEGISIM_IRSALIYE_HARIC" Value="47" />
          <Member Name="FATURA_GIRISINDE_MALZEME_MARKASI_SOR" Value="48" />
          <Member Name="SIPARIS_BITIMINDE_KASA_FISI_YAZDIR" Value="49" />
          <Member Name="MAKSIMUM_TUTAR_KONTROLU" Value="50" />
          <Member Name="DOVIZ_BOZUM_CIKTI_VER" Value="51" />
          <Member Name="ARIZALI_ODA_BLOKAJ_ATILAMASIN" Value="52" />
          <Member Name="BREAKDOWN_SISTEMI_DEVREDE" Value="53" />
          <Member Name="EXTRA_FOLIO_GUNSONU_KONTROL" Value="54" />
          <Member Name="ADISYON_BOSLUK" Value="55" />
          <Member Name="ADISYON_FONT" Value="56" />
          <Member Name="KIRLI_ODA_CIN_YAPILMASIN" Value="57" />
          <Member Name="HESAP_KAPAT_ADISYON_YAZDIR" Value="58" />
          <Member Name="RAPOR_DOVIZ_KODU" Value="59" />
          <Member Name="GUNSONU_SIFIR_FIYAT" Value="60" />
          <Member Name="ACIK_HESAP_AKTIF" Value="61" />
          <Member Name="IYS_API_KEY" Value="62" />
          <Member Name="IYS_API_SECRET" Value="63" />
          <Member Name="IYS_API_COLLECTOR" Value="64" />
          <Member Name="IYS_API_ENDPOINT" Value="65" />
          <Member Name="MATRAHSIZ_IRSALIYE_DAHIL_ET" Value="66" />
          <Member Name="MUHASEBE_REF_KODU" Value="67" />
          <Member Name="DOLU_ODA_HK_KODU" Value="68" />
          <Member Name="FATMAHSUP_ACIKLAMA_TIP" Value="69" />
          <Member Name="FATMAHSUP_SADECE_CITYLEDGER" Value="70" />
          <Member Name="ACENTA_ODEME_HATIRLATMA" Value="71" />
          <Member Name="KIMLIK_BILDIRIM_SISTEMI_POLIS_TC" Value="72" />
          <Member Name="KVKK_ANKET_AKTIF" Value="73" />
          <Member Name="GUNSONU_OTOPROFORMA_GONDER" Value="74" />
          <Member Name="GUNSONU_OTOPUPGRADE_GONDER" Value="75" />
          <Member Name="POS_PRINT_PC_ADI" Value="76" />
          <Member Name="EB_VIRMAN_MAHSUBU_AKTIF" Value="76" />
          <Member Name="SABIT_FIYAT_KULLANILAMAZ" Value="77" />
          <Member Name="GUNSONU_CITY_KONTROL" Value="78" />
          <Member Name="DEFAULT_WEB_ULKE" Value="79" />
          <Member Name="ERAYSOFT_DYS" Value="80" />
          <Member Name="UPGRADE_TL_REZ_EURO_HESAPLA" Value="81" />
          <Member Name="STOK_CALISMA_SISTEMI" Value="82" />
          <Member Name="MIKTAR_KONTROL_SISTEMI" Value="83" />
          <Member Name="FOLIO_HAREKET_SABIT_DOVIZ" Value="84" />
          <Member Name="ERAYSOFT_KOLBANDI" Value="85" />
          <Member Name="DIS_HAT_AC_KAPA" Value="86" />
          <Member Name="FATMAHSUP_TEK_FIS" Value="87" />
          <Member Name="GRUP_FIYATLAR_UNITE" Value="88" />
          <Member Name="COUT_ODA_FOLIO" Value="89" />
          <Member Name="COUT_ODA_TEMIZ" Value="90" />
          <Member Name="FATMAHSUP_NAKIT_KREDI_AYRI" Value="91" />
          <Member Name="FOLIO_DETAY_ICMAL" Value="92" />
          <Member Name="DEFAULTGRUPBILBORD" Value="234" />
          <Member Name="DEFAULTBILBORD" Value="235" />
          <Member Name="DEFAULTKONTENJANBILBORD" Value="236" />
          <Member Name="POSCALISMATARIHI" Value="237" />
          <Member Name="TARIH_PERDELEMESI" Value="401" />
          <Member Name="ILERI_TARIHE_FIS_GIRILEMESIN" Value="402" />
          <Member Name="FATURADA_BIRIM_FIYAT_SOR" Value="403" />
          <Member Name="KDVYI_HAREKETTEN_AL" Value="404" />
        </EnumType>
        <EnumType Name="OrtakGrupModel" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Onburo.OrtakGrupModel, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Acenta" Value="1" />
          <Member Name="Ulke" Value="2" />
          <Member Name="Depkod" Value="3" />
        </EnumType>
        <EnumType Name="OutOfDurum" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.OutOfDurum, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="SatisaKapali" Value="1" />
          <Member Name="SatisaAcik" Value="2" />
        </EnumType>
        <EnumType Name="TipKalisGun" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.TipKalisGun, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Giris" Value="1" />
          <Member Name="Cikis" Value="2" />
          <Member Name="AraKonaklama" Value="3" />
        </EnumType>
        <EnumType Name="TipYemek" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.TipYemek, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Kahvalti" Value="1" />
          <Member Name="Oglen" Value="2" />
          <Member Name="Aksam" Value="3" />
        </EnumType>
        <EnumType Name="PerUcretHesTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PerUcretHesTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Aylik" Value="1" />
          <Member Name="Gunluk" Value="2" />
        </EnumType>
        <EnumType Name="PerCalDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PerCalDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Normal" Value="1" />
          <Member Name="Stajyer" Value="2" />
          <Member Name="Hukumlu" Value="3" />
          <Member Name="Engelli" Value="4" />
        </EnumType>
        <EnumType Name="PerIstDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PerIstDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Daimi" Value="1" />
          <Member Name="Mevsimlik" Value="2" />
          <Member Name="Gecici" Value="3" />
        </EnumType>
        <EnumType Name="PerOgrenimDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PerOgrenimDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Yok" Value="1" />
          <Member Name="OkurYazar" Value="2" />
          <Member Name="IlkOkul" Value="3" />
          <Member Name="IlkOgretim" Value="4" />
          <Member Name="OrtaOkul" Value="5" />
          <Member Name="Lise" Value="6" />
          <Member Name="YuksekOkul" Value="7" />
          <Member Name="Lisans" Value="8" />
          <Member Name="Onlisans" Value="9" />
          <Member Name="YuksekLisans" Value="10" />
        </EnumType>
        <EnumType Name="PerSakatlikDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PerSakatlikDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Yok" Value="0" />
          <Member Name="Derece1" Value="1" />
          <Member Name="Derece2" Value="2" />
          <Member Name="Derece3" Value="3" />
        </EnumType>
        <EnumType Name="PerSakatlikSahip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PerSakatlikSahip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Yok" Value="0" />
          <Member Name="Kendisi" Value="1" />
          <Member Name="Es" Value="2" />
          <Member Name="Cocuk" Value="3" />
        </EnumType>
        <EnumType Name="PerCalGrupTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PerCalGrupTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Normal" Value="1" />
          <Member Name="Emekli" Value="2" />
          <Member Name="Stajyer" Value="3" />
          <Member Name="Engelli" Value="4" />
        </EnumType>
        <EnumType Name="ShiftTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.ShiftTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Shift" Value="1" />
          <Member Name="Ä°zin" Value="2" />
        </EnumType>
        <EnumType Name="PsirketTuru" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PsirketTuru, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Merkez" Value="1" />
          <Member Name="Sube" Value="2" />
        </EnumType>
        <EnumType Name="PsirketMulkDurumu" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PsirketMulkDurumu, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="MalSahibi" Value="1" />
          <Member Name="Kira" Value="2" />
          <Member Name="Diger" Value="3" />
        </EnumType>
        <EnumType Name="PersCalParamTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PersCalParamTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="DONEM_BAS_TAR" Value="1" />
          <Member Name="DONEM_BIT_TAR" Value="2" />
          <Member Name="PUANTAJ_PERDELEME" Value="3" />
          <Member Name="PUANTAJ_AYIN_GERCEK_GUNLERI" Value="4" />
        </EnumType>
        <EnumType Name="PgircikKaynak" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PgircikKaynak, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Cihaz" Value="1" />
          <Member Name="Manuel" Value="2" />
        </EnumType>
        <EnumType Name="PosYaziciTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosYaziciTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Kasa" Value="1" />
          <Member Name="Iptal" Value="2" />
          <Member Name="Duzeltme" Value="3" />
          <Member Name="Mutfak" Value="4" />
          <Member Name="Adisyon" Value="5" />
        </EnumType>
        <EnumType Name="PosDizaynTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PosDizaynTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Kasa" Value="1" />
          <Member Name="Iptal" Value="2" />
          <Member Name="Duzeltme" Value="3" />
          <Member Name="Mutfak" Value="4" />
        </EnumType>
        <EnumType Name="PerZimmetTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.PerZimmetTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Oda" Value="1" />
          <Member Name="Dolap" Value="2" />
          <Member Name="Esya" Value="3" />
        </EnumType>
        <EnumType Name="TipFiltreOperator" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Ortak.TipFiltreOperator, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Buyuktur" Value="0" />
          <Member Name="Kucuktur" Value="1" />
          <Member Name="BuyukDegil" Value="2" />
          <Member Name="KucukDegil" Value="3" />
          <Member Name="Icerir" Value="4" />
          <Member Name="Farklidir" Value="5" />
          <Member Name="Esittir" Value="6" />
        </EnumType>
        <EnumType Name="CrmRestoranDurum" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.CrmRestoranDurum, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Acik" Value="1" />
          <Member Name="Kapali" Value="2" />
        </EnumType>
        <EnumType Name="SantralBaglanti" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SantralBaglanti, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Ip" Value="1" />
          <Member Name="Com" Value="2" />
          <Member Name="Tellog" Value="3" />
        </EnumType>
        <EnumType Name="SantralMarka" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SantralMarka, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Karel_DS200" Value="1" />
          <Member Name="Samsung" Value="2" />
          <Member Name="DiÄŸer" Value="99" />
        </EnumType>
        <EnumType Name="ComBaudRate" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.ComBaudRate, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="B110" Value="1" />
          <Member Name="B300" Value="2" />
          <Member Name="B600" Value="3" />
          <Member Name="B1200" Value="4" />
          <Member Name="B2400" Value="5" />
          <Member Name="B4800" Value="6" />
          <Member Name="B9600" Value="7" />
          <Member Name="B14400" Value="8" />
          <Member Name="B19200" Value="9" />
          <Member Name="B38400" Value="10" />
          <Member Name="B56000" Value="11" />
          <Member Name="B57600" Value="12" />
          <Member Name="B115000" Value="13" />
          <Member Name="B128000" Value="14" />
          <Member Name="B256000" Value="15" />
        </EnumType>
        <EnumType Name="ComParity" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.ComParity, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="None" Value="1" />
          <Member Name="Odd" Value="2" />
          <Member Name="Even" Value="3" />
          <Member Name="Mark" Value="4" />
          <Member Name="Space" Value="5" />
        </EnumType>
        <EnumType Name="ComFlowControl" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.ComFlowControl, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="None" Value="1" />
          <Member Name="XOn_XOff" Value="2" />
          <Member Name="RTS_CTS" Value="3" />
          <Member Name="DST_DTR" Value="4" />
        </EnumType>
        <EnumType Name="ComDataBit" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.ComDataBit, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Bit4" Value="1" />
          <Member Name="Bit5" Value="2" />
          <Member Name="Bit6" Value="3" />
          <Member Name="Bit7" Value="4" />
          <Member Name="Bit8" Value="5" />
        </EnumType>
        <EnumType Name="ComStopBit" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.ComStopBit, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Bit1" Value="1" />
          <Member Name="Bit1_5" Value="2" />
          <Member Name="Bit2" Value="3" />
        </EnumType>
        <EnumType Name="SantralIslemeTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SantralIslemeTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Saniye" Value="1" />
          <Member Name="Kontor" Value="2" />
        </EnumType>
        <EnumType Name="SatAnlasmaDurum" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SatAnlasmaDurum, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Aktif" Value="1" />
          <Member Name="Pasif" Value="2" />
        </EnumType>
        <EnumType Name="SipHrkAnaDurum" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.SipHrkAnaDurum, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Sablon" Value="1" />
          <Member Name="GercekKayit" Value="2" />
        </EnumType>
        <EnumType Name="ServisKategori" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.ServisKategori, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="ExportFile" Value="1" />
          <Member Name="Direct" Value="2" />
        </EnumType>
        <EnumType Name="ServisTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.ServisTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Hotspot" Value="1" />
          <Member Name="HotelRunner" Value="2" />
          <Member Name="BookLogic" Value="3" />
        </EnumType>
        <EnumType Name="DosyaTuru" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.DosyaTuru, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Txt" Value="1" />
          <Member Name="Xml" Value="2" />
          <Member Name="Json" Value="3" />
          <Member Name="Yok" Value="4" />
        </EnumType>
        <EnumType Name="Ayrac" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.Ayrac, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="NoktaliVirgul" Value="1" />
          <Member Name="Tab" Value="2" />
          <Member Name="Pipe" Value="3" />
          <Member Name="TirenYolu" Value="4" />
        </EnumType>
        <EnumType Name="IskTip" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.IskTip, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Indirim" Value="1" />
          <Member Name="Arttirim" Value="2" />
        </EnumType>
        <EnumType Name="BankaSubeTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.BankaSubeTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Banka" Value="1" />
          <Member Name="Sube" Value="2" />
        </EnumType>
        <EnumType Name="UrunKDVBelgeTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Interface.UrunKDVBelgeTipi, Asyasoft.Interface, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="Tesellum" Value="1" />
          <Member Name="SaticiIade" Value="2" />
          <Member Name="MustahsilMakbuzu" Value="3" />
          <Member Name="DamgaVergisi" Value="4" />
          <Member Name="RusumVergisi" Value="5" />
        </EnumType>
        <EnumType Name="VersiyonlamaTipi" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Ortak.VersiyonlamaTipi, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="ValidasyonScript" Value="0" />
          <Member Name="DllVersiyon" Value="1" />
          <Member Name="ModulVersiyon" Value="2" />
        </EnumType>
        <EnumType Name="paramtip" IsFlags="false" customannotation:ClrType="Asyasoft.Data.Model.Ortak.YillikParam+paramtip, Asyasoft.Data.Model, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null" UnderlyingType="Int32">
          <Member Name="MuhasebeSirketi" Value="1" />
        </EnumType>
        <Association Name="AcentaMail_Acenta">
          <End Role="AcentaMail_Acenta_Source" Type="Self.AcentaMail" Multiplicity="*" />
          <End Role="AcentaMail_Acenta_Target" Type="Self.Acenta" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="AcentaMail_Acenta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AcentaMail_Acenta_Source">
              <PropertyRef Name="AcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Email_MailIslemler">
          <End Role="Email_MailIslemler_Source" Type="Self.Email" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Email_MailIslemler_Target" Type="Self.MailIslem" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Email_MailIslemler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Email_MailIslemler_Target">
              <PropertyRef Name="EmailId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MailSunucu_Emailler">
          <End Role="MailSunucu_Emailler_Source" Type="Self.MailSunucu" Multiplicity="0..1" />
          <End Role="MailSunucu_Emailler_Target" Type="Self.Email" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MailSunucu_Emailler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MailSunucu_Emailler_Target">
              <PropertyRef Name="MailSunucuId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SirketGrupSirket_Sirket">
          <End Role="SirketGrupSirket_Sirket_Source" Type="Self.SirketGrupSirket" Multiplicity="*" />
          <End Role="SirketGrupSirket_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SirketGrupSirket_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SirketGrupSirket_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SirketGrup_SirketGrupSirketler">
          <End Role="SirketGrup_SirketGrupSirketler_Source" Type="Self.SirketGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SirketGrup_SirketGrupSirketler_Target" Type="Self.SirketGrupSirket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SirketGrup_SirketGrupSirketler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SirketGrup_SirketGrupSirketler_Target">
              <PropertyRef Name="SirketGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AlanYetki_AlanYetkiKullanicilar">
          <End Role="AlanYetki_AlanYetkiKullanicilar_Source" Type="Self.AlanYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AlanYetki_AlanYetkiKullanicilar_Target" Type="Self.AlanYetkiKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AlanYetki_AlanYetkiKullanicilar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AlanYetki_AlanYetkiKullanicilar_Target">
              <PropertyRef Name="AlanYetkiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AlanYetkiYetkiGrup_AlanYetki">
          <End Role="AlanYetkiYetkiGrup_AlanYetki_Source" Type="Self.AlanYetkiYetkiGrup" Multiplicity="*" />
          <End Role="AlanYetkiYetkiGrup_AlanYetki_Target" Type="Self.AlanYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AlanYetkiYetkiGrup_AlanYetki_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AlanYetkiYetkiGrup_AlanYetki_Source">
              <PropertyRef Name="AlanYetkiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YetkiGrup_AlanYetkiYetkiGruplar">
          <End Role="YetkiGrup_AlanYetkiYetkiGruplar_Source" Type="Self.YetkiGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="YetkiGrup_AlanYetkiYetkiGruplar_Target" Type="Self.AlanYetkiYetkiGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="YetkiGrup_AlanYetkiYetkiGruplar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="YetkiGrup_AlanYetkiYetkiGruplar_Target">
              <PropertyRef Name="YetkiGrupID" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IslemYetkiKullanici_IslemYetki">
          <End Role="IslemYetkiKullanici_IslemYetki_Source" Type="Self.IslemYetkiKullanici" Multiplicity="*" />
          <End Role="IslemYetkiKullanici_IslemYetki_Target" Type="Self.IslemYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="IslemYetkiKullanici_IslemYetki_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="IslemYetkiKullanici_IslemYetki_Source">
              <PropertyRef Name="IslemYetkiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IslemYetkiKullanici_Kullanici">
          <End Role="IslemYetkiKullanici_Kullanici_Source" Type="Self.IslemYetkiKullanici" Multiplicity="*" />
          <End Role="IslemYetkiKullanici_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="IslemYetkiKullanici_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="IslemYetkiKullanici_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IslemYetki_IslemYetkiYetkiGruplar">
          <End Role="IslemYetki_IslemYetkiYetkiGruplar_Source" Type="Self.IslemYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="IslemYetki_IslemYetkiYetkiGruplar_Target" Type="Self.IslemYetkiYetkiGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="IslemYetki_IslemYetkiYetkiGruplar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="IslemYetki_IslemYetkiYetkiGruplar_Target">
              <PropertyRef Name="IslemYetkiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IslemYetki_Sirket">
          <End Role="IslemYetki_Sirket_Source" Type="Self.IslemYetki" Multiplicity="*" />
          <End Role="IslemYetki_Sirket_Target" Type="Self.Sirket" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="IslemYetki_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="IslemYetki_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Tablo_IslemYetkiler">
          <End Role="Tablo_IslemYetkiler_Source" Type="Self.Tablo" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Tablo_IslemYetkiler_Target" Type="Self.IslemYetki" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Tablo_IslemYetkiler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Tablo_IslemYetkiler_Target">
              <PropertyRef Name="TabloId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Simge_Kolonlar">
          <End Role="Simge_Kolonlar_Source" Type="Self.Simge" Multiplicity="0..1" />
          <End Role="Simge_Kolonlar_Target" Type="Self.Kolon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Simge_Kolonlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Simge_Kolonlar_Target">
              <PropertyRef Name="SimgeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Simge_Tablolar">
          <End Role="Simge_Tablolar_Source" Type="Self.Simge" Multiplicity="0..1" />
          <End Role="Simge_Tablolar_Target" Type="Self.Tablo" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Simge_Tablolar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Simge_Tablolar_Target">
              <PropertyRef Name="SimgeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kolon_Tablo">
          <End Role="Kolon_Tablo_Source" Type="Self.Kolon" Multiplicity="*" />
          <End Role="Kolon_Tablo_Target" Type="Self.Tablo" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Kolon_Tablo_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kolon_Tablo_Source">
              <PropertyRef Name="TabloId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IslemYetkiYetkiGrup_YetkiGrup">
          <End Role="IslemYetkiYetkiGrup_YetkiGrup_Source" Type="Self.IslemYetkiYetkiGrup" Multiplicity="*" />
          <End Role="IslemYetkiYetkiGrup_YetkiGrup_Target" Type="Self.YetkiGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="IslemYetkiYetkiGrup_YetkiGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="IslemYetkiYetkiGrup_YetkiGrup_Source">
              <PropertyRef Name="YetkiGrupID" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnaMenu_UstMenu">
          <End Role="AnaMenu_UstMenu_Source" Type="Self.AnaMenu" Multiplicity="*" />
          <End Role="AnaMenu_UstMenu_Target" Type="Self.AnaMenu" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="AnaMenu_UstMenu_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AnaMenu_UstMenu_Source">
              <PropertyRef Name="UstMenuId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYetki_AnaMenu">
          <End Role="MenuYetki_AnaMenu_Source" Type="Self.MenuYetki" Multiplicity="*" />
          <End Role="MenuYetki_AnaMenu_Target" Type="Self.AnaMenu" Multiplicity="0..1" />
        </Association>
        <Association Name="MenuYetkiKullanici_Kullanici">
          <End Role="MenuYetkiKullanici_Kullanici_Source" Type="Self.MenuYetkiKullanici" Multiplicity="*" />
          <End Role="MenuYetkiKullanici_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MenuYetkiKullanici_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MenuYetkiKullanici_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYetkiKullanici_MenuYetki">
          <End Role="MenuYetkiKullanici_MenuYetki_Source" Type="Self.MenuYetkiKullanici" Multiplicity="*" />
          <End Role="MenuYetkiKullanici_MenuYetki_Target" Type="Self.MenuYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MenuYetkiKullanici_MenuYetki_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MenuYetkiKullanici_MenuYetki_Source">
              <PropertyRef Name="MenuYetkiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYetki_MenuYetkiYetkiGruplar">
          <End Role="MenuYetki_MenuYetkiYetkiGruplar_Source" Type="Self.MenuYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MenuYetki_MenuYetkiYetkiGruplar_Target" Type="Self.MenuYetkiYetkiGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MenuYetki_MenuYetkiYetkiGruplar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MenuYetki_MenuYetkiYetkiGruplar_Target">
              <PropertyRef Name="MenuYetkiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYetki_Sirket">
          <End Role="MenuYetki_Sirket_Source" Type="Self.MenuYetki" Multiplicity="*" />
          <End Role="MenuYetki_Sirket_Target" Type="Self.Sirket" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="MenuYetki_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MenuYetki_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYetkiYetkiGrup_YetkiGrup">
          <End Role="MenuYetkiYetkiGrup_YetkiGrup_Source" Type="Self.MenuYetkiYetkiGrup" Multiplicity="*" />
          <End Role="MenuYetkiYetkiGrup_YetkiGrup_Target" Type="Self.YetkiGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MenuYetkiYetkiGrup_YetkiGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MenuYetkiYetkiGrup_YetkiGrup_Source">
              <PropertyRef Name="YetkiGrupID" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AsyaReportPreviewDesign_AsyaReportBaseLayout">
          <End Role="AsyaReportPreviewDesign_AsyaReportBaseLayout_Source" Type="Self.AsyaReportPreviewDesign" Multiplicity="*" />
          <End Role="AsyaReportPreviewDesign_AsyaReportBaseLayout_Target" Type="Self.AsyaReportBaseLayout" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="AsyaReportPreviewDesign_AsyaReportBaseLayout_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AsyaReportPreviewDesign_AsyaReportBaseLayout_Source">
              <PropertyRef Name="AsyaReportBaseLayoutId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AsyaReportPreviewDesign_Rapor">
          <End Role="AsyaReportPreviewDesign_Rapor_Source" Type="Self.AsyaReportPreviewDesign" Multiplicity="*" />
          <End Role="AsyaReportPreviewDesign_Rapor_Target" Type="Self.Rapor" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="AsyaReportPreviewDesign_Rapor_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AsyaReportPreviewDesign_Rapor_Source">
              <PropertyRef Name="RaporId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporFiltre_Rapor">
          <End Role="RaporFiltre_Rapor_Source" Type="Self.RaporFiltre" Multiplicity="*" />
          <End Role="RaporFiltre_Rapor_Target" Type="Self.Rapor" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RaporFiltre_Rapor_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporFiltre_Rapor_Source">
              <PropertyRef Name="RaporId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporFiltre_UstIliski">
          <End Role="RaporFiltre_UstIliski_Source" Type="Self.RaporFiltre" Multiplicity="*" />
          <End Role="RaporFiltre_UstIliski_Target" Type="Self.RaporFiltre" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RaporFiltre_UstIliski_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporFiltre_UstIliski_Source">
              <PropertyRef Name="UstIliskiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSql_Rapor">
          <End Role="RaporSql_Rapor_Source" Type="Self.RaporSql" Multiplicity="*" />
          <End Role="RaporSql_Rapor_Target" Type="Self.Rapor" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RaporSql_Rapor_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporSql_Rapor_Source">
              <PropertyRef Name="RaporId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizayn_BaseRaporLayout">
          <End Role="RaporSqlDizayn_BaseRaporLayout_Source" Type="Self.RaporSqlDizayn" Multiplicity="*" />
          <End Role="RaporSqlDizayn_BaseRaporLayout_Target" Type="Self.RaporLayout" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RaporSqlDizayn_BaseRaporLayout_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporSqlDizayn_BaseRaporLayout_Source">
              <PropertyRef Name="BaseRaporLayoutId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizayn_RaporLayout">
          <End Role="RaporSqlDizayn_RaporLayout_Source" Type="Self.RaporSqlDizayn" Multiplicity="*" />
          <End Role="RaporSqlDizayn_RaporLayout_Target" Type="Self.RaporLayout" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RaporSqlDizayn_RaporLayout_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporSqlDizayn_RaporLayout_Source">
              <PropertyRef Name="RaporLayoutId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizayn_RaporSql">
          <End Role="RaporSqlDizayn_RaporSql_Source" Type="Self.RaporSqlDizayn" Multiplicity="*" />
          <End Role="RaporSqlDizayn_RaporSql_Target" Type="Self.RaporSql" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RaporSqlDizayn_RaporSql_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporSqlDizayn_RaporSql_Source">
              <PropertyRef Name="RaporSqlId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizaynKolon_RaporSqlDizayn">
          <End Role="RaporSqlDizaynKolon_RaporSqlDizayn_Source" Type="Self.RaporSqlDizaynKolon" Multiplicity="*" />
          <End Role="RaporSqlDizaynKolon_RaporSqlDizayn_Target" Type="Self.RaporSqlDizayn" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RaporSqlDizaynKolon_RaporSqlDizayn_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporSqlDizaynKolon_RaporSqlDizayn_Source">
              <PropertyRef Name="RaporSqlDizaynId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizaynRenk_RaporSqlDizayn">
          <End Role="RaporSqlDizaynRenk_RaporSqlDizayn_Source" Type="Self.RaporSqlDizaynRenk" Multiplicity="*" />
          <End Role="RaporSqlDizaynRenk_RaporSqlDizayn_Target" Type="Self.RaporSqlDizayn" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RaporSqlDizaynRenk_RaporSqlDizayn_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporSqlDizaynRenk_RaporSqlDizayn_Source">
              <PropertyRef Name="RaporSqlDizaynId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizaynRenk_RaporSqlDizaynKolon">
          <End Role="RaporSqlDizaynRenk_RaporSqlDizaynKolon_Source" Type="Self.RaporSqlDizaynRenk" Multiplicity="*" />
          <End Role="RaporSqlDizaynRenk_RaporSqlDizaynKolon_Target" Type="Self.RaporSqlDizaynKolon" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RaporSqlDizaynRenk_RaporSqlDizaynKolon_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporSqlDizaynRenk_RaporSqlDizaynKolon_Source">
              <PropertyRef Name="RaporSqlDizaynKolonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="WhitePage_Sirket">
          <End Role="WhitePage_Sirket_Source" Type="Self.WhitePage" Multiplicity="*" />
          <End Role="WhitePage_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="WhitePage_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="WhitePage_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="WhitePage_WhitePageDizaynlar">
          <End Role="WhitePage_WhitePageDizaynlar_Source" Type="Self.WhitePage" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="WhitePage_WhitePageDizaynlar_Target" Type="Self.WhitePageDizayn" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="WhitePage_WhitePageDizaynlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="WhitePage_WhitePageDizaynlar_Target">
              <PropertyRef Name="WhitePageId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizayn_WhitePageDizayn">
          <End Role="RaporSqlDizayn_WhitePageDizayn_Source" Type="Self.RaporSqlDizayn" Multiplicity="*" />
          <End Role="RaporSqlDizayn_WhitePageDizayn_Target" Type="Self.WhitePageDizayn" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RaporSqlDizayn_WhitePageDizayn_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporSqlDizayn_WhitePageDizayn_Source">
              <PropertyRef Name="WhitePageDizaynId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporYetki_Rapor">
          <End Role="RaporYetki_Rapor_Source" Type="Self.RaporYetki" Multiplicity="*" />
          <End Role="RaporYetki_Rapor_Target" Type="Self.Rapor" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RaporYetki_Rapor_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporYetki_Rapor_Source">
              <PropertyRef Name="RaporId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporYetkiKullanici_Kullanici">
          <End Role="RaporYetkiKullanici_Kullanici_Source" Type="Self.RaporYetkiKullanici" Multiplicity="*" />
          <End Role="RaporYetkiKullanici_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RaporYetkiKullanici_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporYetkiKullanici_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporYetkiKullanici_RaporYetki">
          <End Role="RaporYetkiKullanici_RaporYetki_Source" Type="Self.RaporYetkiKullanici" Multiplicity="*" />
          <End Role="RaporYetkiKullanici_RaporYetki_Target" Type="Self.RaporYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RaporYetkiKullanici_RaporYetki_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporYetkiKullanici_RaporYetki_Source">
              <PropertyRef Name="RaporYetkiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporYetki_RaporYetkiYetkiGruplar">
          <End Role="RaporYetki_RaporYetkiYetkiGruplar_Source" Type="Self.RaporYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporYetki_RaporYetkiYetkiGruplar_Target" Type="Self.RaporYetkiYetkiGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporYetki_RaporYetkiYetkiGruplar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporYetki_RaporYetkiYetkiGruplar_Target">
              <PropertyRef Name="RaporYetkiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporYetki_Sirket">
          <End Role="RaporYetki_Sirket_Source" Type="Self.RaporYetki" Multiplicity="*" />
          <End Role="RaporYetki_Sirket_Target" Type="Self.Sirket" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RaporYetki_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporYetki_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporYetkiYetkiGrup_YetkiGrup">
          <End Role="RaporYetkiYetkiGrup_YetkiGrup_Source" Type="Self.RaporYetkiYetkiGrup" Multiplicity="*" />
          <End Role="RaporYetkiYetkiGrup_YetkiGrup_Target" Type="Self.YetkiGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RaporYetkiYetkiGrup_YetkiGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporYetkiYetkiGrup_YetkiGrup_Source">
              <PropertyRef Name="YetkiGrupID" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YetkiGrupKullanici_Kullanici">
          <End Role="YetkiGrupKullanici_Kullanici_Source" Type="Self.YetkiGrupKullanici" Multiplicity="*" />
          <End Role="YetkiGrupKullanici_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="YetkiGrupKullanici_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="YetkiGrupKullanici_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YetkiGrupKullanici_YetkiGrup">
          <End Role="YetkiGrupKullanici_YetkiGrup_Source" Type="Self.YetkiGrupKullanici" Multiplicity="*" />
          <End Role="YetkiGrupKullanici_YetkiGrup_Target" Type="Self.YetkiGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="YetkiGrupKullanici_YetkiGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="YetkiGrupKullanici_YetkiGrup_Source">
              <PropertyRef Name="YetkiGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AlanYetki_Sirket">
          <End Role="AlanYetki_Sirket_Source" Type="Self.AlanYetki" Multiplicity="*" />
          <End Role="AlanYetki_Sirket_Target" Type="Self.Sirket" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="AlanYetki_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AlanYetki_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AlanYetki_Tablo">
          <End Role="AlanYetki_Tablo_Source" Type="Self.AlanYetki" Multiplicity="*" />
          <End Role="AlanYetki_Tablo_Target" Type="Self.Tablo" Multiplicity="0..1" />
        </Association>
        <Association Name="AlanYetkiKullanici_Kullanici">
          <End Role="AlanYetkiKullanici_Kullanici_Source" Type="Self.AlanYetkiKullanici" Multiplicity="*" />
          <End Role="AlanYetkiKullanici_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AlanYetkiKullanici_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AlanYetkiKullanici_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KullaniciOzelYetki_Kullanici">
          <End Role="KullaniciOzelYetki_Kullanici_Source" Type="Self.KullaniciOzelYetki" Multiplicity="*" />
          <End Role="KullaniciOzelYetki_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KullaniciOzelYetki_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KullaniciOzelYetki_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Musteri_Acentalar">
          <End Role="Musteri_Acentalar_Source" Type="Self.Musteri" Multiplicity="0..1" />
          <End Role="Musteri_Acentalar_Target" Type="Self.Acenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri_Acentalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Musteri_Acentalar_Target">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmMenuTanimMenuYemek_CrmMenuTanim">
          <End Role="CrmMenuTanimMenuYemek_CrmMenuTanim_Source" Type="Self.CrmMenuTanimMenuYemek" Multiplicity="*" />
          <End Role="CrmMenuTanimMenuYemek_CrmMenuTanim_Target" Type="Self.CrmMenuTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmMenuTanimMenuYemek_CrmMenuTanim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmMenuTanimMenuYemek_CrmMenuTanim_Source">
              <PropertyRef Name="CrmMenuTanimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYemek_CrmMenuTanimMenuYemekler">
          <End Role="MenuYemek_CrmMenuTanimMenuYemekler_Source" Type="Self.MenuYemek" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MenuYemek_CrmMenuTanimMenuYemekler_Target" Type="Self.CrmMenuTanimMenuYemek" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MenuYemek_CrmMenuTanimMenuYemekler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MenuYemek_CrmMenuTanimMenuYemekler_Target">
              <PropertyRef Name="MenuYemekId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYemekRecete_MenuYemek">
          <End Role="MenuYemekRecete_MenuYemek_Source" Type="Self.MenuYemekRecete" Multiplicity="*" />
          <End Role="MenuYemekRecete_MenuYemek_Target" Type="Self.MenuYemek" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MenuYemekRecete_MenuYemek_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MenuYemekRecete_MenuYemek_Source">
              <PropertyRef Name="MenuYemekId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Banka_Dovizler">
          <End Role="Banka_Dovizler_Source" Type="Self.Banka" Multiplicity="0..1" />
          <End Role="Banka_Dovizler_Target" Type="Self.Doviz" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Banka_Dovizler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Banka_Dovizler_Target">
              <PropertyRef Name="BankaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Banka_Sirket">
          <End Role="Banka_Sirket_Source" Type="Self.Banka" Multiplicity="*" />
          <End Role="Banka_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Banka_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Banka_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Dovboz_Alinan_Doviz">
          <End Role="Dovboz_Alinan_Doviz_Source" Type="Self.Dovboz" Multiplicity="*" />
          <End Role="Dovboz_Alinan_Doviz_Target" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Dovboz_Alinan_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Dovboz_Alinan_Doviz_Source">
              <PropertyRef Name="Alinan_DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BilbordFiyatKonum_Bilbord">
          <End Role="BilbordFiyatKonum_Bilbord_Source" Type="Self.BilbordFiyatKonum" Multiplicity="*" />
          <End Role="BilbordFiyatKonum_Bilbord_Target" Type="Self.Bilbord" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="BilbordFiyatKonum_Bilbord_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BilbordFiyatKonum_Bilbord_Source">
              <PropertyRef Name="BilbordId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatKonum_BilbordFiyatKonumlar">
          <End Role="FiyatKonum_BilbordFiyatKonumlar_Source" Type="Self.FiyatKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FiyatKonum_BilbordFiyatKonumlar_Target" Type="Self.BilbordFiyatKonum" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FiyatKonum_BilbordFiyatKonumlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FiyatKonum_BilbordFiyatKonumlar_Target">
              <PropertyRef Name="FiyatKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Geceleme_Acenta">
          <End Role="Geceleme_Acenta_Source" Type="Self.Geceleme" Multiplicity="*" />
          <End Role="Geceleme_Acenta_Target" Type="Self.Acenta" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Geceleme_Acenta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Geceleme_Acenta_Source">
              <PropertyRef Name="AcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Geceleme_Bilbord">
          <End Role="Geceleme_Bilbord_Source" Type="Self.Geceleme" Multiplicity="*" />
          <End Role="Geceleme_Bilbord_Target" Type="Self.Bilbord" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Geceleme_Bilbord_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Geceleme_Bilbord_Source">
              <PropertyRef Name="BilbordId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Geceleme_FiyatKonum">
          <End Role="Geceleme_FiyatKonum_Source" Type="Self.Geceleme" Multiplicity="*" />
          <End Role="Geceleme_FiyatKonum_Target" Type="Self.FiyatKonum" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Geceleme_FiyatKonum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Geceleme_FiyatKonum_Source">
              <PropertyRef Name="FiyatKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatPlan_Geceleme">
          <End Role="FiyatPlan_Geceleme_Source" Type="Self.FiyatPlan" Multiplicity="*" />
          <End Role="FiyatPlan_Geceleme_Target" Type="Self.Geceleme" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FiyatPlan_Geceleme_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FiyatPlan_Geceleme_Source">
              <PropertyRef Name="GecelemeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatPlan_Sirket">
          <End Role="FiyatPlan_Sirket_Source" Type="Self.FiyatPlan" Multiplicity="*" />
          <End Role="FiyatPlan_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FiyatPlan_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FiyatPlan_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Odeme_GecelemeDetayEkler">
          <End Role="Odeme_GecelemeDetayEkler_Source" Type="Self.Odeme" Multiplicity="0..1" />
          <End Role="Odeme_GecelemeDetayEkler_Target" Type="Self.GecelemeDetayEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Odeme_GecelemeDetayEkler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Odeme_GecelemeDetayEkler_Target">
              <PropertyRef Name="OdemeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Odeme_Sirket">
          <End Role="Odeme_Sirket_Source" Type="Self.Odeme" Multiplicity="*" />
          <End Role="Odeme_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Odeme_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Odeme_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pazar_GecelemeDetayEkler">
          <End Role="Pazar_GecelemeDetayEkler_Source" Type="Self.Pazar" Multiplicity="0..1" />
          <End Role="Pazar_GecelemeDetayEkler_Target" Type="Self.GecelemeDetayEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pazar_GecelemeDetayEkler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pazar_GecelemeDetayEkler_Target">
              <PropertyRef Name="PazarId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MerkezAcenta_Acentalar">
          <End Role="MerkezAcenta_Acentalar_Source" Type="Self.MerkezAcenta" Multiplicity="0..1" />
          <End Role="MerkezAcenta_Acentalar_Target" Type="Self.Acenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MerkezAcenta_Acentalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MerkezAcenta_Acentalar_Target">
              <PropertyRef Name="MerkezAcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MerkezAcenta_MerkezPazar">
          <End Role="MerkezAcenta_MerkezPazar_Source" Type="Self.MerkezAcenta" Multiplicity="*" />
          <End Role="MerkezAcenta_MerkezPazar_Target" Type="Self.MerkezPazar" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="MerkezAcenta_MerkezPazar_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MerkezAcenta_MerkezPazar_Source">
              <PropertyRef Name="MerkezPazarId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CarpanHrk_Carpan">
          <End Role="CarpanHrk_Carpan_Source" Type="Self.CarpanHrk" Multiplicity="*" />
          <End Role="CarpanHrk_Carpan_Target" Type="Self.Carpan" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CarpanHrk_Carpan_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CarpanHrk_Carpan_Source">
              <PropertyRef Name="CarpanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CarpanHrk_FiyatKonum">
          <End Role="CarpanHrk_FiyatKonum_Source" Type="Self.CarpanHrk" Multiplicity="*" />
          <End Role="CarpanHrk_FiyatKonum_Target" Type="Self.FiyatKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CarpanHrk_FiyatKonum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CarpanHrk_FiyatKonum_Source">
              <PropertyRef Name="FiyatKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumHamFiyat_FiyatKonum">
          <End Role="KonumHamFiyat_FiyatKonum_Source" Type="Self.KonumHamFiyat" Multiplicity="*" />
          <End Role="KonumHamFiyat_FiyatKonum_Target" Type="Self.FiyatKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KonumHamFiyat_FiyatKonum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KonumHamFiyat_FiyatKonum_Source">
              <PropertyRef Name="FiyatKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumHamFiyat_Kategori">
          <End Role="KonumHamFiyat_Kategori_Source" Type="Self.KonumHamFiyat" Multiplicity="*" />
          <End Role="KonumHamFiyat_Kategori_Target" Type="Self.Kategori" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KonumHamFiyat_Kategori_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KonumHamFiyat_Kategori_Source">
              <PropertyRef Name="KategoriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumHamFiyatPaket_KonumHamFiyat">
          <End Role="KonumHamFiyatPaket_KonumHamFiyat_Source" Type="Self.KonumHamFiyatPaket" Multiplicity="*" />
          <End Role="KonumHamFiyatPaket_KonumHamFiyat_Target" Type="Self.KonumHamFiyat" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KonumHamFiyatPaket_KonumHamFiyat_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KonumHamFiyatPaket_KonumHamFiyat_Source">
              <PropertyRef Name="KonumHamFiyatId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepkodGrup_Depkodlar">
          <End Role="DepkodGrup_Depkodlar_Source" Type="Self.DepkodGrup" Multiplicity="0..1" />
          <End Role="DepkodGrup_Depkodlar_Target" Type="Self.Depkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepkodGrup_Depkodlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DepkodGrup_Depkodlar_Target">
              <PropertyRef Name="DepkodGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRouteDepkodGrup_DepkodGrup">
          <End Role="FolioRouteDepkodGrup_DepkodGrup_Source" Type="Self.FolioRouteDepkodGrup" Multiplicity="*" />
          <End Role="FolioRouteDepkodGrup_DepkodGrup_Target" Type="Self.DepkodGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FolioRouteDepkodGrup_DepkodGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FolioRouteDepkodGrup_DepkodGrup_Source">
              <PropertyRef Name="DepkodGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ExtraHrk_Doviz">
          <End Role="ExtraHrk_Doviz_Source" Type="Self.ExtraHrk" Multiplicity="*" />
          <End Role="ExtraHrk_Doviz_Target" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ExtraHrk_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ExtraHrk_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ExtraDepkod_Sirket">
          <End Role="ExtraDepkod_Sirket_Source" Type="Self.ExtraDepkod" Multiplicity="*" />
          <End Role="ExtraDepkod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ExtraDepkod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ExtraDepkod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ExtraHrk_ExtraDepkod">
          <End Role="ExtraHrk_ExtraDepkod_Source" Type="Self.ExtraHrk" Multiplicity="*" />
          <End Role="ExtraHrk_ExtraDepkod_Target" Type="Self.ExtraDepkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ExtraHrk_ExtraDepkod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ExtraHrk_ExtraDepkod_Source">
              <PropertyRef Name="ExtraDepkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ExtraHrk_Folio">
          <End Role="ExtraHrk_Folio_Source" Type="Self.ExtraHrk" Multiplicity="*" />
          <End Role="ExtraHrk_Folio_Target" Type="Self.Folio" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ExtraHrk_Folio_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ExtraHrk_Folio_Source">
              <PropertyRef Name="FolioId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ExtraHrk_Sirket">
          <End Role="ExtraHrk_Sirket_Source" Type="Self.ExtraHrk" Multiplicity="*" />
          <End Role="ExtraHrk_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ExtraHrk_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ExtraHrk_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AdresIlce_AdresIl">
          <End Role="AdresIlce_AdresIl_Source" Type="Self.AdresIlce" Multiplicity="*" />
          <End Role="AdresIlce_AdresIl_Target" Type="Self.AdresIl" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AdresIlce_AdresIl_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AdresIlce_AdresIl_Source">
              <PropertyRef Name="AdresIlId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AdresUlke_AdresIller">
          <End Role="AdresUlke_AdresIller_Source" Type="Self.AdresUlke" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AdresUlke_AdresIller_Target" Type="Self.AdresIl" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AdresUlke_AdresIller_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AdresUlke_AdresIller_Target">
              <PropertyRef Name="AdresUlkeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DayEventGrupAdresUlke_AdresUlke">
          <End Role="DayEventGrupAdresUlke_AdresUlke_Source" Type="Self.DayEventGrupAdresUlke" Multiplicity="*" />
          <End Role="DayEventGrupAdresUlke_AdresUlke_Target" Type="Self.AdresUlke" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DayEventGrupAdresUlke_AdresUlke_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DayEventGrupAdresUlke_AdresUlke_Source">
              <PropertyRef Name="AdresUlkeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DayEvent_Sirket">
          <End Role="DayEvent_Sirket_Source" Type="Self.DayEvent" Multiplicity="*" />
          <End Role="DayEvent_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DayEvent_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DayEvent_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DayEventGrup_DayEvent">
          <End Role="DayEventGrup_DayEvent_Source" Type="Self.DayEventGrup" Multiplicity="*" />
          <End Role="DayEventGrup_DayEvent_Target" Type="Self.DayEvent" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DayEventGrup_DayEvent_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DayEventGrup_DayEvent_Source">
              <PropertyRef Name="DayEventId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DayEventGrup_DayEventGrupAdresUlkeler">
          <End Role="DayEventGrup_DayEventGrupAdresUlkeler_Source" Type="Self.DayEventGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DayEventGrup_DayEventGrupAdresUlkeler_Target" Type="Self.DayEventGrupAdresUlke" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DayEventGrup_DayEventGrupAdresUlkeler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DayEventGrup_DayEventGrupAdresUlkeler_Target">
              <PropertyRef Name="DayEventGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DayEventGrup_Sirket">
          <End Role="DayEventGrup_Sirket_Source" Type="Self.DayEventGrup" Multiplicity="*" />
          <End Role="DayEventGrup_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DayEventGrup_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DayEventGrup_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MailSablonu_Sirket">
          <End Role="MailSablonu_Sirket_Source" Type="Self.MailSablonu" Multiplicity="*" />
          <End Role="MailSablonu_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MailSablonu_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MailSablonu_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DayEventGrupAdresUlke_MailSablonu">
          <End Role="DayEventGrupAdresUlke_MailSablonu_Source" Type="Self.DayEventGrupAdresUlke" Multiplicity="*" />
          <End Role="DayEventGrupAdresUlke_MailSablonu_Target" Type="Self.MailSablonu" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DayEventGrupAdresUlke_MailSablonu_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DayEventGrupAdresUlke_MailSablonu_Source">
              <PropertyRef Name="MailSablonuId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Adres_AdresIl">
          <End Role="Adres_AdresIl_Source" Type="Self.Adres" Multiplicity="*" />
          <End Role="Adres_AdresIl_Target" Type="Self.AdresIl" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Adres_AdresIl_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Adres_AdresIl_Source">
              <PropertyRef Name="AdresIlId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Adres_AdresIlce">
          <End Role="Adres_AdresIlce_Source" Type="Self.Adres" Multiplicity="*" />
          <End Role="Adres_AdresIlce_Target" Type="Self.AdresIlce" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Adres_AdresIlce_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Adres_AdresIlce_Source">
              <PropertyRef Name="AdresIlceId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Adres_AdresUlke">
          <End Role="Adres_AdresUlke_Source" Type="Self.Adres" Multiplicity="*" />
          <End Role="Adres_AdresUlke_Target" Type="Self.AdresUlke" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Adres_AdresUlke_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Adres_AdresUlke_Source">
              <PropertyRef Name="AdresUlkeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kurumsal_Adres">
          <End Role="Kurumsal_Adres_Source" Type="Self.Kurumsal" Multiplicity="*" />
          <End Role="Kurumsal_Adres_Target" Type="Self.Adres" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Kurumsal_Adres_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kurumsal_Adres_Source">
              <PropertyRef Name="AdresId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesap_KurumsalHesaplar">
          <End Role="Hesap_KurumsalHesaplar_Source" Type="Self.Hesap" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Hesap_KurumsalHesaplar_Target" Type="Self.KurumsalHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap_KurumsalHesaplar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hesap_KurumsalHesaplar_Target">
              <PropertyRef Name="HesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesap_Sirket">
          <End Role="Hesap_Sirket_Source" Type="Self.Hesap" Multiplicity="*" />
          <End Role="Hesap_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Hesap_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hesap_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KurumsalHesap_Kurumsal">
          <End Role="KurumsalHesap_Kurumsal_Source" Type="Self.KurumsalHesap" Multiplicity="*" />
          <End Role="KurumsalHesap_Kurumsal_Target" Type="Self.Kurumsal" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KurumsalHesap_Kurumsal_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KurumsalHesap_Kurumsal_Source">
              <PropertyRef Name="KurumsalId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriKurumsal_Kurumsal">
          <End Role="MusteriKurumsal_Kurumsal_Source" Type="Self.MusteriKurumsal" Multiplicity="*" />
          <End Role="MusteriKurumsal_Kurumsal_Target" Type="Self.Kurumsal" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MusteriKurumsal_Kurumsal_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MusteriKurumsal_Kurumsal_Source">
              <PropertyRef Name="KurumsalId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriKurumsal_Musteri">
          <End Role="MusteriKurumsal_Musteri_Source" Type="Self.MusteriKurumsal" Multiplicity="*" />
          <End Role="MusteriKurumsal_Musteri_Target" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MusteriKurumsal_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MusteriKurumsal_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriAdres_Adres">
          <End Role="MusteriAdres_Adres_Source" Type="Self.MusteriAdres" Multiplicity="*" />
          <End Role="MusteriAdres_Adres_Target" Type="Self.Adres" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MusteriAdres_Adres_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MusteriAdres_Adres_Source">
              <PropertyRef Name="AdresId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriAdres_Musteri">
          <End Role="MusteriAdres_Musteri_Source" Type="Self.MusteriAdres" Multiplicity="*" />
          <End Role="MusteriAdres_Musteri_Target" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MusteriAdres_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MusteriAdres_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_Adres">
          <End Role="Fatura_Adres_Source" Type="Self.Fatura" Multiplicity="*" />
          <End Role="Fatura_Adres_Target" Type="Self.Adres" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Fatura_Adres_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Fatura_Adres_Source">
              <PropertyRef Name="AdresId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_Doviz">
          <End Role="Fatura_Doviz_Source" Type="Self.Fatura" Multiplicity="*" />
          <End Role="Fatura_Doviz_Target" Type="Self.Doviz" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Fatura_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Fatura_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaIptal_Fatura">
          <End Role="FaturaIptal_Fatura_Source" Type="Self.FaturaIptal" Multiplicity="0..1" />
          <End Role="FaturaIptal_Fatura_Target" Type="Self.Fatura" Multiplicity="1" />
          <ReferentialConstraint>
            <Principal Role="FaturaIptal_Fatura_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FaturaIptal_Fatura_Source">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaIptal_Kullanici">
          <End Role="FaturaIptal_Kullanici_Source" Type="Self.FaturaIptal" Multiplicity="*" />
          <End Role="FaturaIptal_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FaturaIptal_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FaturaIptal_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSeri_Faturalar">
          <End Role="FaturaSeri_Faturalar_Source" Type="Self.FaturaSeri" Multiplicity="0..1" />
          <End Role="FaturaSeri_Faturalar_Target" Type="Self.Fatura" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FaturaSeri_Faturalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FaturaSeri_Faturalar_Target">
              <PropertyRef Name="FaturaSeriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSeri_Sirket">
          <End Role="FaturaSeri_Sirket_Source" Type="Self.FaturaSeri" Multiplicity="*" />
          <End Role="FaturaSeri_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FaturaSeri_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FaturaSeri_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="EFaturaBirimKodlari_Sirket">
          <End Role="EFaturaBirimKodlari_Sirket_Source" Type="Self.EFaturaBirimKodlari" Multiplicity="*" />
          <End Role="EFaturaBirimKodlari_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="EFaturaBirimKodlari_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="EFaturaBirimKodlari_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Birim_EFaturaBirimKodlari">
          <End Role="Birim_EFaturaBirimKodlari_Source" Type="Self.Birim" Multiplicity="*" />
          <End Role="Birim_EFaturaBirimKodlari_Target" Type="Self.EFaturaBirimKodlari" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Birim_EFaturaBirimKodlari_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Birim_EFaturaBirimKodlari_Source">
              <PropertyRef Name="EFaturaBirimKodlariId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Birim_Sirket">
          <End Role="Birim_Sirket_Source" Type="Self.Birim" Multiplicity="*" />
          <End Role="Birim_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Birim_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Birim_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSira_Birim">
          <End Role="FaturaSira_Birim_Source" Type="Self.FaturaSira" Multiplicity="*" />
          <End Role="FaturaSira_Birim_Target" Type="Self.Birim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FaturaSira_Birim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FaturaSira_Birim_Source">
              <PropertyRef Name="BirimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSira_Fatura">
          <End Role="FaturaSira_Fatura_Source" Type="Self.FaturaSira" Multiplicity="*" />
          <End Role="FaturaSira_Fatura_Target" Type="Self.Fatura" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FaturaSira_Fatura_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FaturaSira_Fatura_Source">
              <PropertyRef Name="FaturaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSira_Iskontolar">
          <End Role="FaturaSira_Iskontolar_Source" Type="Self.FaturaSira" Multiplicity="0..1" />
          <End Role="FaturaSira_Iskontolar_Target" Type="Self.Iskonto" Multiplicity="*" />
        </Association>
        <Association Name="Kdv_Depkodlar">
          <End Role="Kdv_Depkodlar_Source" Type="Self.Kdv" Multiplicity="0..1" />
          <End Role="Kdv_Depkodlar_Target" Type="Self.Depkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kdv_Depkodlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kdv_Depkodlar_Target">
              <PropertyRef Name="KdvId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kdv_Hrklar">
          <End Role="Kdv_Hrklar_Source" Type="Self.Kdv" Multiplicity="0..1" />
          <End Role="Kdv_Hrklar_Target" Type="Self.Hrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kdv_Hrklar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kdv_Hrklar_Target">
              <PropertyRef Name="KdvId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kdv_Sirket">
          <End Role="Kdv_Sirket_Source" Type="Self.Kdv" Multiplicity="*" />
          <End Role="Kdv_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Kdv_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kdv_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSira_Kdv">
          <End Role="FaturaSira_Kdv_Source" Type="Self.FaturaSira" Multiplicity="*" />
          <End Role="FaturaSira_Kdv_Target" Type="Self.Kdv" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="FaturaSira_Kdv_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FaturaSira_Kdv_Source">
              <PropertyRef Name="KdvId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSira_Sirket">
          <End Role="FaturaSira_Sirket_Source" Type="Self.FaturaSira" Multiplicity="*" />
          <End Role="FaturaSira_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FaturaSira_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FaturaSira_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Tevkifat_Sirket">
          <End Role="Tevkifat_Sirket_Source" Type="Self.Tevkifat" Multiplicity="*" />
          <End Role="Tevkifat_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Tevkifat_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Tevkifat_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TevkifatOran_Sirket">
          <End Role="TevkifatOran_Sirket_Source" Type="Self.TevkifatOran" Multiplicity="*" />
          <End Role="TevkifatOran_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="TevkifatOran_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="TevkifatOran_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TevkifatOran_Tevkifatlar">
          <End Role="TevkifatOran_Tevkifatlar_Source" Type="Self.TevkifatOran" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="TevkifatOran_Tevkifatlar_Target" Type="Self.Tevkifat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="TevkifatOran_Tevkifatlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="TevkifatOran_Tevkifatlar_Target">
              <PropertyRef Name="TevkifatOranId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSira_Tevkifat">
          <End Role="FaturaSira_Tevkifat_Source" Type="Self.FaturaSira" Multiplicity="*" />
          <End Role="FaturaSira_Tevkifat_Target" Type="Self.Tevkifat" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="FaturaSira_Tevkifat_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FaturaSira_Tevkifat_Source">
              <PropertyRef Name="TevkifatId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_Hesap">
          <End Role="Fatura_Hesap_Source" Type="Self.Fatura" Multiplicity="*" />
          <End Role="Fatura_Hesap_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Fatura_Hesap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Fatura_Hesap_Source">
              <PropertyRef Name="HesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_Kurumsal">
          <End Role="Fatura_Kurumsal_Source" Type="Self.Fatura" Multiplicity="*" />
          <End Role="Fatura_Kurumsal_Target" Type="Self.Kurumsal" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Fatura_Kurumsal_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Fatura_Kurumsal_Source">
              <PropertyRef Name="KurumsalId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_Musteri">
          <End Role="Fatura_Musteri_Source" Type="Self.Fatura" Multiplicity="*" />
          <End Role="Fatura_Musteri_Target" Type="Self.Musteri" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Fatura_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Fatura_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_OnburoFoliolar">
          <End Role="Fatura_OnburoFoliolar_Source" Type="Self.Fatura" Multiplicity="0..1" />
          <End Role="Fatura_OnburoFoliolar_Target" Type="Self.Folio" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Fatura_OnburoFoliolar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Fatura_OnburoFoliolar_Target">
              <PropertyRef Name="FaturaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_Sirket">
          <End Role="Fatura_Sirket_Source" Type="Self.Fatura" Multiplicity="*" />
          <End Role="Fatura_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Fatura_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Fatura_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Folio_FolioRoutelar">
          <End Role="Folio_FolioRoutelar_Source" Type="Self.Folio" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Folio_FolioRoutelar_Target" Type="Self.FolioRoute" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Folio_FolioRoutelar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Folio_FolioRoutelar_Target">
              <PropertyRef Name="FolioId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Folio_Hareketler">
          <End Role="Folio_Hareketler_Source" Type="Self.Folio" Multiplicity="0..1" />
          <End Role="Folio_Hareketler_Target" Type="Self.Hrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Folio_Hareketler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Folio_Hareketler_Target">
              <PropertyRef Name="FolioId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Folio_KaynakHareketler">
          <End Role="Folio_KaynakHareketler_Source" Type="Self.Folio" Multiplicity="0..1" />
          <End Role="Folio_KaynakHareketler_Target" Type="Self.Hrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Folio_KaynakHareketler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Folio_KaynakHareketler_Target">
              <PropertyRef Name="KaynakFolioId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketSira_Anket">
          <End Role="AnketSira_Anket_Source" Type="Self.AnketSira" Multiplicity="*" />
          <End Role="AnketSira_Anket_Target" Type="Self.Anket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AnketSira_Anket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AnketSira_Anket_Source">
              <PropertyRef Name="AnketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketSoru_AnketSiralar">
          <End Role="AnketSoru_AnketSiralar_Source" Type="Self.AnketSoru" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AnketSoru_AnketSiralar_Target" Type="Self.AnketSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AnketSoru_AnketSiralar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AnketSoru_AnketSiralar_Target">
              <PropertyRef Name="AnketSoruId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Cevap_AnketSorular">
          <End Role="Cevap_AnketSorular_Source" Type="Self.Cevap" Multiplicity="0..1" />
          <End Role="Cevap_AnketSorular_Target" Type="Self.AnketSoru" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Cevap_AnketSorular_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Cevap_AnketSorular_Target">
              <PropertyRef Name="CevapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CevapIcerik_AnketSiralar">
          <End Role="CevapIcerik_AnketSiralar_Source" Type="Self.CevapIcerik" Multiplicity="0..1" />
          <End Role="CevapIcerik_AnketSiralar_Target" Type="Self.AnketSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CevapIcerik_AnketSiralar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CevapIcerik_AnketSiralar_Target">
              <PropertyRef Name="CevapIcerikId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CevapIcerik_Cevap">
          <End Role="CevapIcerik_Cevap_Source" Type="Self.CevapIcerik" Multiplicity="*" />
          <End Role="CevapIcerik_Cevap_Target" Type="Self.Cevap" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CevapIcerik_Cevap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CevapIcerik_Cevap_Source">
              <PropertyRef Name="CevapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CevapIcerik_Sirket">
          <End Role="CevapIcerik_Sirket_Source" Type="Self.CevapIcerik" Multiplicity="*" />
          <End Role="CevapIcerik_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CevapIcerik_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CevapIcerik_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Cevap_Sirket">
          <End Role="Cevap_Sirket_Source" Type="Self.Cevap" Multiplicity="*" />
          <End Role="Cevap_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Cevap_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Cevap_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Dil_AnketSorular">
          <End Role="Dil_AnketSorular_Source" Type="Self.Dil" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Dil_AnketSorular_Target" Type="Self.AnketSoru" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Dil_AnketSorular_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Dil_AnketSorular_Target">
              <PropertyRef Name="DilId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Dil_Sirket">
          <End Role="Dil_Sirket_Source" Type="Self.Dil" Multiplicity="*" />
          <End Role="Dil_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Dil_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Dil_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketSoru_Sirket">
          <End Role="AnketSoru_Sirket_Source" Type="Self.AnketSoru" Multiplicity="*" />
          <End Role="AnketSoru_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AnketSoru_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AnketSoru_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketSoru_UstAnketSoru">
          <End Role="AnketSoru_UstAnketSoru_Source" Type="Self.AnketSoru" Multiplicity="*" />
          <End Role="AnketSoru_UstAnketSoru_Target" Type="Self.AnketSoru" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="AnketSoru_UstAnketSoru_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AnketSoru_UstAnketSoru_Source">
              <PropertyRef Name="UstAnketSoruId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketSira_Sirket">
          <End Role="AnketSira_Sirket_Source" Type="Self.AnketSira" Multiplicity="*" />
          <End Role="AnketSira_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AnketSira_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AnketSira_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketTemaDepartmanlar_AnketSoru">
          <End Role="AnketTemaDepartmanlar_AnketSoru_Source" Type="Self.AnketTemaDepartmanlar" Multiplicity="*" />
          <End Role="AnketTemaDepartmanlar_AnketSoru_Target" Type="Self.AnketSoru" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AnketTemaDepartmanlar_AnketSoru_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AnketTemaDepartmanlar_AnketSoru_Source">
              <PropertyRef Name="AnketSoruId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketTemaDepartmanlar_AnketTema">
          <End Role="AnketTemaDepartmanlar_AnketTema_Source" Type="Self.AnketTemaDepartmanlar" Multiplicity="*" />
          <End Role="AnketTemaDepartmanlar_AnketTema_Target" Type="Self.AnketTema" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AnketTemaDepartmanlar_AnketTema_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AnketTemaDepartmanlar_AnketTema_Source">
              <PropertyRef Name="AnketTemaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketTema_Sirket">
          <End Role="AnketTema_Sirket_Source" Type="Self.AnketTema" Multiplicity="*" />
          <End Role="AnketTema_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AnketTema_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AnketTema_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Anket_AnketTema">
          <End Role="Anket_AnketTema_Source" Type="Self.Anket" Multiplicity="*" />
          <End Role="Anket_AnketTema_Target" Type="Self.AnketTema" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Anket_AnketTema_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Anket_AnketTema_Source">
              <PropertyRef Name="AnketTemaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmOda_Anketler">
          <End Role="CrmOda_Anketler_Source" Type="Self.CrmOda" Multiplicity="0..1" />
          <End Role="CrmOda_Anketler_Target" Type="Self.Anket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmOda_Anketler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmOda_Anketler_Target">
              <PropertyRef Name="CrmOdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumAna_CrmOda">
          <End Role="CrmYorumAna_CrmOda_Source" Type="Self.CrmYorumAna" Multiplicity="*" />
          <End Role="CrmYorumAna_CrmOda_Target" Type="Self.CrmOda" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmYorumAna_CrmOda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmYorumAna_CrmOda_Source">
              <PropertyRef Name="CrmOdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersonel_CrmYorumAnalar">
          <End Role="CrmPersonel_CrmYorumAnalar_Source" Type="Self.CrmPersonel" Multiplicity="0..1" />
          <End Role="CrmPersonel_CrmYorumAnalar_Target" Type="Self.CrmYorumAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmPersonel_CrmYorumAnalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmPersonel_CrmYorumAnalar_Target">
              <PropertyRef Name="CrmPersonelId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersonel_Sirket">
          <End Role="CrmPersonel_Sirket_Source" Type="Self.CrmPersonel" Multiplicity="*" />
          <End Role="CrmPersonel_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmPersonel_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmPersonel_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmBildirimTur_CrmYorumSiralar">
          <End Role="CrmBildirimTur_CrmYorumSiralar_Source" Type="Self.CrmBildirimTur" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmBildirimTur_CrmYorumSiralar_Target" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmBildirimTur_CrmYorumSiralar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmBildirimTur_CrmYorumSiralar_Target">
              <PropertyRef Name="CrmBildirimTurId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmBildirimTur_Sirket">
          <End Role="CrmBildirimTur_Sirket_Source" Type="Self.CrmBildirimTur" Multiplicity="*" />
          <End Role="CrmBildirimTur_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmBildirimTur_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmBildirimTur_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmBilOnemTuru_CrmYorumSiralar">
          <End Role="CrmBilOnemTuru_CrmYorumSiralar_Source" Type="Self.CrmBilOnemTuru" Multiplicity="0..1" />
          <End Role="CrmBilOnemTuru_CrmYorumSiralar_Target" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmBilOnemTuru_CrmYorumSiralar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmBilOnemTuru_CrmYorumSiralar_Target">
              <PropertyRef Name="CrmBilOnemTuruId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmBilOnemTuru_Sirket">
          <End Role="CrmBilOnemTuru_Sirket_Source" Type="Self.CrmBilOnemTuru" Multiplicity="*" />
          <End Role="CrmBilOnemTuru_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmBilOnemTuru_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmBilOnemTuru_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmDepartman_CrmYorumSiralar">
          <End Role="CrmDepartman_CrmYorumSiralar_Source" Type="Self.CrmDepartman" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmDepartman_CrmYorumSiralar_Target" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmDepartman_CrmYorumSiralar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmDepartman_CrmYorumSiralar_Target">
              <PropertyRef Name="CrmDepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmDepartman_Sirket">
          <End Role="CrmDepartman_Sirket_Source" Type="Self.CrmDepartman" Multiplicity="*" />
          <End Role="CrmDepartman_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmDepartman_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmDepartman_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmDepartman_UstKirilim">
          <End Role="CrmDepartman_UstKirilim_Source" Type="Self.CrmDepartman" Multiplicity="*" />
          <End Role="CrmDepartman_UstKirilim_Target" Type="Self.CrmDepartman" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmDepartman_UstKirilim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmDepartman_UstKirilim_Source">
              <PropertyRef Name="UstKirilimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmDurumTip_CrmYorumSiralar">
          <End Role="CrmDurumTip_CrmYorumSiralar_Source" Type="Self.CrmDurumTip" Multiplicity="0..1" />
          <End Role="CrmDurumTip_CrmYorumSiralar_Target" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmDurumTip_CrmYorumSiralar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmDurumTip_CrmYorumSiralar_Target">
              <PropertyRef Name="CrmDurumTipId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmDurumTip_Sirket">
          <End Role="CrmDurumTip_Sirket_Source" Type="Self.CrmDurumTip" Multiplicity="*" />
          <End Role="CrmDurumTip_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmDurumTip_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmDurumTip_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmEvent_CrmBildirenDepartman">
          <End Role="CrmEvent_CrmBildirenDepartman_Source" Type="Self.CrmEvent" Multiplicity="*" />
          <End Role="CrmEvent_CrmBildirenDepartman_Target" Type="Self.CrmDepartman" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmEvent_CrmBildirenDepartman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmEvent_CrmBildirenDepartman_Source">
              <PropertyRef Name="CrmBildirenDepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmEvent_CrmBildirenKullanici">
          <End Role="CrmEvent_CrmBildirenKullanici_Source" Type="Self.CrmEvent" Multiplicity="*" />
          <End Role="CrmEvent_CrmBildirenKullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmEvent_CrmBildirenKullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmEvent_CrmBildirenKullanici_Source">
              <PropertyRef Name="CrmBildirenKullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmEvent_CrmSorumluDepartman">
          <End Role="CrmEvent_CrmSorumluDepartman_Source" Type="Self.CrmEvent" Multiplicity="*" />
          <End Role="CrmEvent_CrmSorumluDepartman_Target" Type="Self.CrmDepartman" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmEvent_CrmSorumluDepartman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmEvent_CrmSorumluDepartman_Source">
              <PropertyRef Name="CrmSorumluDepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmEvent_CrmSorumluKullanici">
          <End Role="CrmEvent_CrmSorumluKullanici_Source" Type="Self.CrmEvent" Multiplicity="*" />
          <End Role="CrmEvent_CrmSorumluKullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmEvent_CrmSorumluKullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmEvent_CrmSorumluKullanici_Source">
              <PropertyRef Name="CrmSorumluKullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmEvent_CrmYorumSira">
          <End Role="CrmEvent_CrmYorumSira_Source" Type="Self.CrmEvent" Multiplicity="*" />
          <End Role="CrmEvent_CrmYorumSira_Target" Type="Self.CrmYorumSira" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmEvent_CrmYorumSira_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmEvent_CrmYorumSira_Source">
              <PropertyRef Name="CrmYorumSiraId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmEvent_Sirket">
          <End Role="CrmEvent_Sirket_Source" Type="Self.CrmEvent" Multiplicity="*" />
          <End Role="CrmEvent_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmEvent_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmEvent_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersBeg_Sirket">
          <End Role="CrmPersBeg_Sirket_Source" Type="Self.CrmPersBeg" Multiplicity="*" />
          <End Role="CrmPersBeg_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmPersBeg_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmPersBeg_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersBegHrk_CrmPersBeg">
          <End Role="CrmPersBegHrk_CrmPersBeg_Source" Type="Self.CrmPersBegHrk" Multiplicity="*" />
          <End Role="CrmPersBegHrk_CrmPersBeg_Target" Type="Self.CrmPersBeg" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmPersBegHrk_CrmPersBeg_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmPersBegHrk_CrmPersBeg_Source">
              <PropertyRef Name="CrmPersBegId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersBegTip_Sirket">
          <End Role="CrmPersBegTip_Sirket_Source" Type="Self.CrmPersBegTip" Multiplicity="*" />
          <End Role="CrmPersBegTip_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmPersBegTip_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmPersBegTip_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersBegHrk_CrmPersBegTip">
          <End Role="CrmPersBegHrk_CrmPersBegTip_Source" Type="Self.CrmPersBegHrk" Multiplicity="*" />
          <End Role="CrmPersBegHrk_CrmPersBegTip_Target" Type="Self.CrmPersBegTip" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmPersBegHrk_CrmPersBegTip_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmPersBegHrk_CrmPersBegTip_Source">
              <PropertyRef Name="CrmPersBegTipId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersBegHrk_CrmYorumSira">
          <End Role="CrmPersBegHrk_CrmYorumSira_Source" Type="Self.CrmPersBegHrk" Multiplicity="*" />
          <End Role="CrmPersBegHrk_CrmYorumSira_Target" Type="Self.CrmYorumSira" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmPersBegHrk_CrmYorumSira_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmPersBegHrk_CrmYorumSira_Source">
              <PropertyRef Name="CrmYorumSiraId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersBegHrk_Sirket">
          <End Role="CrmPersBegHrk_Sirket_Source" Type="Self.CrmPersBegHrk" Multiplicity="*" />
          <End Role="CrmPersBegHrk_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmPersBegHrk_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmPersBegHrk_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSonucTip_CrmYorumSiralar">
          <End Role="CrmSonucTip_CrmYorumSiralar_Source" Type="Self.CrmSonucTip" Multiplicity="0..1" />
          <End Role="CrmSonucTip_CrmYorumSiralar_Target" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmSonucTip_CrmYorumSiralar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmSonucTip_CrmYorumSiralar_Target">
              <PropertyRef Name="CrmSonucTipId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSonucTip_Sirket">
          <End Role="CrmSonucTip_Sirket_Source" Type="Self.CrmSonucTip" Multiplicity="*" />
          <End Role="CrmSonucTip_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmSonucTip_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmSonucTip_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumSira_CrmYorumAna">
          <End Role="CrmYorumSira_CrmYorumAna_Source" Type="Self.CrmYorumSira" Multiplicity="*" />
          <End Role="CrmYorumSira_CrmYorumAna_Target" Type="Self.CrmYorumAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmYorumSira_CrmYorumAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmYorumSira_CrmYorumAna_Source">
              <PropertyRef Name="CrmYorumAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumKaynak_CrmYorumSiralar">
          <End Role="CrmYorumKaynak_CrmYorumSiralar_Source" Type="Self.CrmYorumKaynak" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmYorumKaynak_CrmYorumSiralar_Target" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmYorumKaynak_CrmYorumSiralar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmYorumKaynak_CrmYorumSiralar_Target">
              <PropertyRef Name="CrmYorumKaynakId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumKaynak_Sirket">
          <End Role="CrmYorumKaynak_Sirket_Source" Type="Self.CrmYorumKaynak" Multiplicity="*" />
          <End Role="CrmYorumKaynak_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmYorumKaynak_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmYorumKaynak_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumSira_Sirket">
          <End Role="CrmYorumSira_Sirket_Source" Type="Self.CrmYorumSira" Multiplicity="*" />
          <End Role="CrmYorumSira_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmYorumSira_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmYorumSira_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumAna_Kullanici">
          <End Role="CrmYorumAna_Kullanici_Source" Type="Self.CrmYorumAna" Multiplicity="*" />
          <End Role="CrmYorumAna_Kullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmYorumAna_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmYorumAna_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumAna_Musteri">
          <End Role="CrmYorumAna_Musteri_Source" Type="Self.CrmYorumAna" Multiplicity="*" />
          <End Role="CrmYorumAna_Musteri_Target" Type="Self.Musteri" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmYorumAna_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmYorumAna_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumAna_Oda">
          <End Role="CrmYorumAna_Oda_Source" Type="Self.CrmYorumAna" Multiplicity="*" />
          <End Role="CrmYorumAna_Oda_Target" Type="Self.Oda" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmYorumAna_Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmYorumAna_Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumAna_Rez">
          <End Role="CrmYorumAna_Rez_Source" Type="Self.CrmYorumAna" Multiplicity="*" />
          <End Role="CrmYorumAna_Rez_Target" Type="Self.Rez" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmYorumAna_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmYorumAna_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumAna_Sirket">
          <End Role="CrmYorumAna_Sirket_Source" Type="Self.CrmYorumAna" Multiplicity="*" />
          <End Role="CrmYorumAna_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmYorumAna_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmYorumAna_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_CrmOda">
          <End Role="Rezervasyon_CrmOda_Source" Type="Self.Rezervasyon" Multiplicity="*" />
          <End Role="Rezervasyon_CrmOda_Target" Type="Self.CrmOda" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rezervasyon_CrmOda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rezervasyon_CrmOda_Source">
              <PropertyRef Name="CrmOdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_CrmRezervasyonMenuler">
          <End Role="Rezervasyon_CrmRezervasyonMenuler_Source" Type="Self.Rezervasyon" Multiplicity="0..1" />
          <End Role="Rezervasyon_CrmRezervasyonMenuler_Target" Type="Self.CrmRezervasyonMenu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rezervasyon_CrmRezervasyonMenuler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rezervasyon_CrmRezervasyonMenuler_Target">
              <PropertyRef Name="RezervasyonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezSilSeb_Rezervasyonlar">
          <End Role="CrmRezSilSeb_Rezervasyonlar_Source" Type="Self.CrmRezSilSeb" Multiplicity="0..1" />
          <End Role="CrmRezSilSeb_Rezervasyonlar_Target" Type="Self.Rezervasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmRezSilSeb_Rezervasyonlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmRezSilSeb_Rezervasyonlar_Target">
              <PropertyRef Name="CrmRezSilSebId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezSilSeb_Sirket">
          <End Role="CrmRezSilSeb_Sirket_Source" Type="Self.CrmRezSilSeb" Multiplicity="*" />
          <End Role="CrmRezSilSeb_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmRezSilSeb_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmRezSilSeb_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_Kullanici">
          <End Role="Rezervasyon_Kullanici_Source" Type="Self.Rezervasyon" Multiplicity="*" />
          <End Role="Rezervasyon_Kullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rezervasyon_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rezervasyon_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_Musteri">
          <End Role="Rezervasyon_Musteri_Source" Type="Self.Rezervasyon" Multiplicity="*" />
          <End Role="Rezervasyon_Musteri_Target" Type="Self.Musteri" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rezervasyon_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rezervasyon_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BolumSaat_Sirket">
          <End Role="BolumSaat_Sirket_Source" Type="Self.BolumSaat" Multiplicity="*" />
          <End Role="BolumSaat_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BolumSaat_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BolumSaat_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanim_BolumSaat">
          <End Role="RestoranBolumMasaTanim_BolumSaat_Source" Type="Self.RestoranBolumMasaTanim" Multiplicity="*" />
          <End Role="RestoranBolumMasaTanim_BolumSaat_Target" Type="Self.BolumSaat" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanim_BolumSaat_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RestoranBolumMasaTanim_BolumSaat_Source">
              <PropertyRef Name="BolumSaatId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim">
          <End Role="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim_Source" Type="Self.RestoranBolumMasaTanimCrmMenuTanim" Multiplicity="*" />
          <End Role="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim_Target" Type="Self.CrmMenuTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim_Source">
              <PropertyRef Name="CrmMenuTanimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim">
          <End Role="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim_Source" Type="Self.RestoranBolumMasaTanimCrmMenuTanim" Multiplicity="*" />
          <End Role="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim_Target" Type="Self.RestoranBolumMasaTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim_Source">
              <PropertyRef Name="RestoranBolumMasaTanimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanimCrmMenuTanim_Sirket">
          <End Role="RestoranBolumMasaTanimCrmMenuTanim_Sirket_Source" Type="Self.RestoranBolumMasaTanimCrmMenuTanim" Multiplicity="*" />
          <End Role="RestoranBolumMasaTanimCrmMenuTanim_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanimCrmMenuTanim_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RestoranBolumMasaTanimCrmMenuTanim_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanim_Rezervasyonlar">
          <End Role="RestoranBolumMasaTanim_Rezervasyonlar_Source" Type="Self.RestoranBolumMasaTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RestoranBolumMasaTanim_Rezervasyonlar_Target" Type="Self.Rezervasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanim_Rezervasyonlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RestoranBolumMasaTanim_Rezervasyonlar_Target">
              <PropertyRef Name="RestoranBolumMasaTanimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanim_Sirket">
          <End Role="RestoranBolumMasaTanim_Sirket_Source" Type="Self.RestoranBolumMasaTanim" Multiplicity="*" />
          <End Role="RestoranBolumMasaTanim_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanim_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RestoranBolumMasaTanim_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanim_UstKirilim">
          <End Role="RestoranBolumMasaTanim_UstKirilim_Source" Type="Self.RestoranBolumMasaTanim" Multiplicity="*" />
          <End Role="RestoranBolumMasaTanim_UstKirilim_Target" Type="Self.RestoranBolumMasaTanim" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanim_UstKirilim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RestoranBolumMasaTanim_UstKirilim_Source">
              <PropertyRef Name="UstKirilimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_Rez">
          <End Role="Rezervasyon_Rez_Source" Type="Self.Rezervasyon" Multiplicity="*" />
          <End Role="Rezervasyon_Rez_Target" Type="Self.Rez" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rezervasyon_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rezervasyon_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezervasyonMusteri_Musteri">
          <End Role="RezervasyonMusteri_Musteri_Source" Type="Self.RezervasyonMusteri" Multiplicity="*" />
          <End Role="RezervasyonMusteri_Musteri_Target" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezervasyonMusteri_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezervasyonMusteri_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezervasyonMusteri_Rezervasyon">
          <End Role="RezervasyonMusteri_Rezervasyon_Source" Type="Self.RezervasyonMusteri" Multiplicity="*" />
          <End Role="RezervasyonMusteri_Rezervasyon_Target" Type="Self.Rezervasyon" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezervasyonMusteri_Rezervasyon_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezervasyonMusteri_Rezervasyon_Source">
              <PropertyRef Name="RezervasyonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezervasyonMusteri_Sirket">
          <End Role="RezervasyonMusteri_Sirket_Source" Type="Self.RezervasyonMusteri" Multiplicity="*" />
          <End Role="RezervasyonMusteri_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezervasyonMusteri_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezervasyonMusteri_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_RezervasyonOda">
          <End Role="Rezervasyon_RezervasyonOda_Source" Type="Self.Rezervasyon" Multiplicity="*" />
          <End Role="Rezervasyon_RezervasyonOda_Target" Type="Self.Oda" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rezervasyon_RezervasyonOda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rezervasyon_RezervasyonOda_Source">
              <PropertyRef Name="RezervasyonOdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_Sirket">
          <End Role="Rezervasyon_Sirket_Source" Type="Self.Rezervasyon" Multiplicity="*" />
          <End Role="Rezervasyon_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Rezervasyon_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rezervasyon_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmOda_Sirket">
          <End Role="CrmOda_Sirket_Source" Type="Self.CrmOda" Multiplicity="*" />
          <End Role="CrmOda_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmOda_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmOda_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Anket_Kullanici">
          <End Role="Anket_Kullanici_Source" Type="Self.Anket" Multiplicity="*" />
          <End Role="Anket_Kullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Anket_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Anket_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Anket_Musteri">
          <End Role="Anket_Musteri_Source" Type="Self.Anket" Multiplicity="*" />
          <End Role="Anket_Musteri_Target" Type="Self.Musteri" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Anket_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Anket_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Anket_Oda">
          <End Role="Anket_Oda_Source" Type="Self.Anket" Multiplicity="*" />
          <End Role="Anket_Oda_Target" Type="Self.Oda" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Anket_Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Anket_Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Anket_Rez">
          <End Role="Anket_Rez_Source" Type="Self.Anket" Multiplicity="*" />
          <End Role="Anket_Rez_Target" Type="Self.Rez" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Anket_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Anket_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Anket_Sirket">
          <End Role="Anket_Sirket_Source" Type="Self.Anket" Multiplicity="*" />
          <End Role="Anket_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Anket_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Anket_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Oda_Gecelemeler">
          <End Role="Oda_Gecelemeler_Source" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="Oda_Gecelemeler_Target" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda_Gecelemeler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Oda_Gecelemeler_Target">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_Geceleme">
          <End Role="HkKontrol_Geceleme_Source" Type="Self.HkKontrol" Multiplicity="*" />
          <End Role="HkKontrol_Geceleme_Target" Type="Self.Geceleme" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="HkKontrol_Geceleme_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HkKontrol_Geceleme_Source">
              <PropertyRef Name="GecelemeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaTemiz_Odalar">
          <End Role="OdaTemiz_Odalar_Source" Type="Self.OdaTemiz" Multiplicity="0..1" />
          <End Role="OdaTemiz_Odalar_Target" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaTemiz_Odalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaTemiz_Odalar_Target">
              <PropertyRef Name="OdaTemizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaTemiz_Sirket">
          <End Role="OdaTemiz_Sirket_Source" Type="Self.OdaTemiz" Multiplicity="*" />
          <End Role="OdaTemiz_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OdaTemiz_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaTemiz_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_HOdaTemiz">
          <End Role="HkKontrol_HOdaTemiz_Source" Type="Self.HkKontrol" Multiplicity="*" />
          <End Role="HkKontrol_HOdaTemiz_Target" Type="Self.OdaTemiz" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="HkKontrol_HOdaTemiz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HkKontrol_HOdaTemiz_Source">
              <PropertyRef Name="HOdaTemizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_Oda">
          <End Role="HkKontrol_Oda_Source" Type="Self.HkKontrol" Multiplicity="*" />
          <End Role="HkKontrol_Oda_Target" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="HkKontrol_Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HkKontrol_Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaOK_Odalar">
          <End Role="OdaOK_Odalar_Source" Type="Self.OdaOK" Multiplicity="0..1" />
          <End Role="OdaOK_Odalar_Target" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaOK_Odalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaOK_Odalar_Target">
              <PropertyRef Name="OdaOkId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaOK_Sirket">
          <End Role="OdaOK_Sirket_Source" Type="Self.OdaOK" Multiplicity="*" />
          <End Role="OdaOK_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OdaOK_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaOK_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_OdaOK">
          <End Role="HkKontrol_OdaOK_Source" Type="Self.HkKontrol" Multiplicity="*" />
          <End Role="HkKontrol_OdaOK_Target" Type="Self.OdaOK" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="HkKontrol_OdaOK_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HkKontrol_OdaOK_Source">
              <PropertyRef Name="OdaOKId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaServis_Odalar">
          <End Role="OdaServis_Odalar_Source" Type="Self.OdaServis" Multiplicity="0..1" />
          <End Role="OdaServis_Odalar_Target" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaServis_Odalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaServis_Odalar_Target">
              <PropertyRef Name="OdaServisId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaServis_Sirket">
          <End Role="OdaServis_Sirket_Source" Type="Self.OdaServis" Multiplicity="*" />
          <End Role="OdaServis_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OdaServis_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaServis_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_OdaServis">
          <End Role="HkKontrol_OdaServis_Source" Type="Self.HkKontrol" Multiplicity="*" />
          <End Role="HkKontrol_OdaServis_Target" Type="Self.OdaServis" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="HkKontrol_OdaServis_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HkKontrol_OdaServis_Source">
              <PropertyRef Name="OdaServisId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_OdaTemiz">
          <End Role="HkKontrol_OdaTemiz_Source" Type="Self.HkKontrol" Multiplicity="*" />
          <End Role="HkKontrol_OdaTemiz_Target" Type="Self.OdaTemiz" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="HkKontrol_OdaTemiz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HkKontrol_OdaTemiz_Source">
              <PropertyRef Name="OdaTemizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_Rez">
          <End Role="HkKontrol_Rez_Source" Type="Self.HkKontrol" Multiplicity="*" />
          <End Role="HkKontrol_Rez_Target" Type="Self.Rez" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="HkKontrol_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HkKontrol_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_Sirket">
          <End Role="HkKontrol_Sirket_Source" Type="Self.HkKontrol" Multiplicity="*" />
          <End Role="HkKontrol_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="HkKontrol_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HkKontrol_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kat_Oda">
          <End Role="Kat_Oda_Source" Type="Self.Kat" Multiplicity="0..1" />
          <End Role="Kat_Oda_Target" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kat_Oda_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kat_Oda_Target">
              <PropertyRef Name="KatId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kat_Sirket">
          <End Role="Kat_Sirket_Source" Type="Self.Kat" Multiplicity="*" />
          <End Role="Kat_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Kat_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kat_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MaidSef_Sirket">
          <End Role="MaidSef_Sirket_Source" Type="Self.MaidSef" Multiplicity="*" />
          <End Role="MaidSef_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MaidSef_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MaidSef_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Maid_MaidSef">
          <End Role="Maid_MaidSef_Source" Type="Self.Maid" Multiplicity="*" />
          <End Role="Maid_MaidSef_Target" Type="Self.MaidSef" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Maid_MaidSef_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Maid_MaidSef_Source">
              <PropertyRef Name="MaidSefId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Maid_Oda">
          <End Role="Maid_Oda_Source" Type="Self.Maid" Multiplicity="0..1" />
          <End Role="Maid_Oda_Target" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Maid_Oda_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Maid_Oda_Target">
              <PropertyRef Name="MaidId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Maid_Sirket">
          <End Role="Maid_Sirket_Source" Type="Self.Maid" Multiplicity="*" />
          <End Role="Maid_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Maid_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Maid_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaDegisim_Oda">
          <End Role="OdaDegisim_Oda_Source" Type="Self.OdaDegisim" Multiplicity="*" />
          <End Role="OdaDegisim_Oda_Target" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OdaDegisim_Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaDegisim_Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaDegisim_Rez">
          <End Role="OdaDegisim_Rez_Source" Type="Self.OdaDegisim" Multiplicity="*" />
          <End Role="OdaDegisim_Rez_Target" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OdaDegisim_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaDegisim_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaDegisim_YeniOda">
          <End Role="OdaDegisim_YeniOda_Source" Type="Self.OdaDegisim" Multiplicity="*" />
          <End Role="OdaDegisim_YeniOda_Target" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OdaDegisim_YeniOda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaDegisim_YeniOda_Source">
              <PropertyRef Name="YeniOdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Oda_OdaDegisimler">
          <End Role="Oda_OdaDegisimler_Source" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="Oda_OdaDegisimler_Target" Type="Self.OdaDegisim" Multiplicity="*" />
        </Association>
        <Association Name="OdaKonum_Gecelemeler">
          <End Role="OdaKonum_Gecelemeler_Source" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OdaKonum_Gecelemeler_Target" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaKonum_Gecelemeler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaKonum_Gecelemeler_Target">
              <PropertyRef Name="OdaKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaKonum_Oda">
          <End Role="OdaKonum_Oda_Source" Type="Self.OdaKonum" Multiplicity="0..1" />
          <End Role="OdaKonum_Oda_Target" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaKonum_Oda_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaKonum_Oda_Target">
              <PropertyRef Name="OdaKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnbReferans_Sirket">
          <End Role="OnbReferans_Sirket_Source" Type="Self.OnbReferans" Multiplicity="*" />
          <End Role="OnbReferans_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OnbReferans_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OnbReferans_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnbReferans_UstOnbReferans">
          <End Role="OnbReferans_UstOnbReferans_Source" Type="Self.OnbReferans" Multiplicity="*" />
          <End Role="OnbReferans_UstOnbReferans_Target" Type="Self.OnbReferans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="OnbReferans_UstOnbReferans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OnbReferans_UstOnbReferans_Source">
              <PropertyRef Name="UstOnbReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaKonum_OnbReferans">
          <End Role="OdaKonum_OnbReferans_Source" Type="Self.OdaKonum" Multiplicity="*" />
          <End Role="OdaKonum_OnbReferans_Target" Type="Self.OnbReferans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="OdaKonum_OnbReferans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaKonum_OnbReferans_Source">
              <PropertyRef Name="OnbReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaKonum_Sirket">
          <End Role="OdaKonum_Sirket_Source" Type="Self.OdaKonum" Multiplicity="*" />
          <End Role="OdaKonum_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OdaKonum_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaKonum_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSaleOdaKonumu_OdaKonum">
          <End Role="StopSaleOdaKonumu_OdaKonum_Source" Type="Self.StopSaleOdaKonumu" Multiplicity="*" />
          <End Role="StopSaleOdaKonumu_OdaKonum_Target" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StopSaleOdaKonumu_OdaKonum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StopSaleOdaKonumu_OdaKonum_Source">
              <PropertyRef Name="OdaKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSale_Sirket">
          <End Role="StopSale_Sirket_Source" Type="Self.StopSale" Multiplicity="*" />
          <End Role="StopSale_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StopSale_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StopSale_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSaleAcenta_Acenta">
          <End Role="StopSaleAcenta_Acenta_Source" Type="Self.StopSaleAcenta" Multiplicity="*" />
          <End Role="StopSaleAcenta_Acenta_Target" Type="Self.Acenta" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StopSaleAcenta_Acenta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StopSaleAcenta_Acenta_Source">
              <PropertyRef Name="AcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSaleAcenta_StopSale">
          <End Role="StopSaleAcenta_StopSale_Source" Type="Self.StopSaleAcenta" Multiplicity="*" />
          <End Role="StopSaleAcenta_StopSale_Target" Type="Self.StopSale" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StopSaleAcenta_StopSale_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StopSaleAcenta_StopSale_Source">
              <PropertyRef Name="StopSaleId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSale_StopSaleOdaKonumular">
          <End Role="StopSale_StopSaleOdaKonumular_Source" Type="Self.StopSale" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StopSale_StopSaleOdaKonumular_Target" Type="Self.StopSaleOdaKonumu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StopSale_StopSaleOdaKonumular_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StopSale_StopSaleOdaKonumular_Target">
              <PropertyRef Name="StopSaleId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSalePazar_Pazar">
          <End Role="StopSalePazar_Pazar_Source" Type="Self.StopSalePazar" Multiplicity="*" />
          <End Role="StopSalePazar_Pazar_Target" Type="Self.Pazar" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StopSalePazar_Pazar_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StopSalePazar_Pazar_Source">
              <PropertyRef Name="PazarId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSalePazar_StopSale">
          <End Role="StopSalePazar_StopSale_Source" Type="Self.StopSalePazar" Multiplicity="*" />
          <End Role="StopSalePazar_StopSale_Target" Type="Self.StopSale" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StopSalePazar_StopSale_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StopSalePazar_StopSale_Source">
              <PropertyRef Name="StopSaleId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeOdaFiyat_Depkod">
          <End Role="UpgradeOdaFiyat_Depkod_Source" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
          <End Role="UpgradeOdaFiyat_Depkod_Target" Type="Self.Depkod" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="UpgradeOdaFiyat_Depkod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeOdaFiyat_Depkod_Source">
              <PropertyRef Name="DepkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeOdaFiyat_Doviz">
          <End Role="UpgradeOdaFiyat_Doviz_Source" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
          <End Role="UpgradeOdaFiyat_Doviz_Target" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UpgradeOdaFiyat_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeOdaFiyat_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeOdaFiyat_EskiOdaKonum">
          <End Role="UpgradeOdaFiyat_EskiOdaKonum_Source" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
          <End Role="UpgradeOdaFiyat_EskiOdaKonum_Target" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UpgradeOdaFiyat_EskiOdaKonum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeOdaFiyat_EskiOdaKonum_Source">
              <PropertyRef Name="EskiOdaKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeOdaFiyat_Sirket">
          <End Role="UpgradeOdaFiyat_Sirket_Source" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
          <End Role="UpgradeOdaFiyat_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UpgradeOdaFiyat_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeOdaFiyat_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeOdaFiyat_YeniOdaKonum">
          <End Role="UpgradeOdaFiyat_YeniOdaKonum_Source" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
          <End Role="UpgradeOdaFiyat_YeniOdaKonum_Target" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UpgradeOdaFiyat_YeniOdaKonum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeOdaFiyat_YeniOdaKonum_Source">
              <PropertyRef Name="YeniOdaKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaKonum_UpgradeOdaFiyat">
          <End Role="OdaKonum_UpgradeOdaFiyat_Source" Type="Self.OdaKonum" Multiplicity="0..1" />
          <End Role="OdaKonum_UpgradeOdaFiyat_Target" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
        </Association>
        <Association Name="OdaOzellik_Oda">
          <End Role="OdaOzellik_Oda_Source" Type="Self.OdaOzellik" Multiplicity="*" />
          <End Role="OdaOzellik_Oda_Target" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OdaOzellik_Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaOzellik_Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OzellikGrup_Sirket">
          <End Role="OzellikGrup_Sirket_Source" Type="Self.OzellikGrup" Multiplicity="*" />
          <End Role="OzellikGrup_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OzellikGrup_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OzellikGrup_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ozellik_OzellikGrup">
          <End Role="Ozellik_OzellikGrup_Source" Type="Self.Ozellik" Multiplicity="*" />
          <End Role="Ozellik_OzellikGrup_Target" Type="Self.OzellikGrup" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Ozellik_OzellikGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Ozellik_OzellikGrup_Source">
              <PropertyRef Name="OzellikGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AsyaModel_OzellikGrupModel">
          <End Role="AsyaModel_OzellikGrupModel_Source" Type="Self.AsyaModel" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AsyaModel_OzellikGrupModel_Target" Type="Self.OzellikGrupModel" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AsyaModel_OzellikGrupModel_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AsyaModel_OzellikGrupModel_Target">
              <PropertyRef Name="AsyaModelId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AsyaModel_Sirket">
          <End Role="AsyaModel_Sirket_Source" Type="Self.AsyaModel" Multiplicity="*" />
          <End Role="AsyaModel_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AsyaModel_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AsyaModel_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OzellikGrupModel_Ozellik">
          <End Role="OzellikGrupModel_Ozellik_Source" Type="Self.OzellikGrupModel" Multiplicity="*" />
          <End Role="OzellikGrupModel_Ozellik_Target" Type="Self.Ozellik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OzellikGrupModel_Ozellik_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OzellikGrupModel_Ozellik_Source">
              <PropertyRef Name="OzellikId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OzellikGrupModel_Sirket">
          <End Role="OzellikGrupModel_Sirket_Source" Type="Self.OzellikGrupModel" Multiplicity="*" />
          <End Role="OzellikGrupModel_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OzellikGrupModel_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OzellikGrupModel_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ozellik_Sirket">
          <End Role="Ozellik_Sirket_Source" Type="Self.Ozellik" Multiplicity="*" />
          <End Role="Ozellik_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Ozellik_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Ozellik_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaOzellik_Ozellik">
          <End Role="OdaOzellik_Ozellik_Source" Type="Self.OdaOzellik" Multiplicity="*" />
          <End Role="OdaOzellik_Ozellik_Target" Type="Self.Ozellik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OdaOzellik_Ozellik_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaOzellik_Ozellik_Source">
              <PropertyRef Name="OzellikId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaOzellik_Sirket">
          <End Role="OdaOzellik_Sirket_Source" Type="Self.OdaOzellik" Multiplicity="*" />
          <End Role="OdaOzellik_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OdaOzellik_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaOzellik_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Oda_OnbReferans">
          <End Role="Oda_OnbReferans_Source" Type="Self.Oda" Multiplicity="*" />
          <End Role="Oda_OnbReferans_Target" Type="Self.OnbReferans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Oda_OnbReferans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Oda_OnbReferans_Source">
              <PropertyRef Name="OnbReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Oda_Sirket">
          <End Role="Oda_Sirket_Source" Type="Self.Oda" Multiplicity="*" />
          <End Role="Oda_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Oda_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Oda_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Teknik_Oda">
          <End Role="Teknik_Oda_Source" Type="Self.Teknik" Multiplicity="*" />
          <End Role="Teknik_Oda_Target" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Teknik_Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Teknik_Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BolumYer_Sirket">
          <End Role="BolumYer_Sirket_Source" Type="Self.BolumYer" Multiplicity="*" />
          <End Role="BolumYer_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BolumYer_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BolumYer_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BolumYer_UstBolumYer">
          <End Role="BolumYer_UstBolumYer_Source" Type="Self.BolumYer" Multiplicity="*" />
          <End Role="BolumYer_UstBolumYer_Target" Type="Self.BolumYer" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="BolumYer_UstBolumYer_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BolumYer_UstBolumYer_Source">
              <PropertyRef Name="UstBolumYerId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_BolumYer">
          <End Role="Operasyon_BolumYer_Source" Type="Self.Operasyon" Multiplicity="*" />
          <End Role="Operasyon_BolumYer_Target" Type="Self.BolumYer" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Operasyon_BolumYer_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Operasyon_BolumYer_Source">
              <PropertyRef Name="BolumYerId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Departman_Sirket">
          <End Role="Departman_Sirket_Source" Type="Self.Departman" Multiplicity="*" />
          <End Role="Departman_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Departman_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Departman_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IstipiTum_Departman">
          <End Role="IstipiTum_Departman_Source" Type="Self.IstipiTum" Multiplicity="*" />
          <End Role="IstipiTum_Departman_Target" Type="Self.Departman" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="IstipiTum_Departman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="IstipiTum_Departman_Source">
              <PropertyRef Name="DepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IstipiTum_Sirket">
          <End Role="IstipiTum_Sirket_Source" Type="Self.IstipiTum" Multiplicity="*" />
          <End Role="IstipiTum_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="IstipiTum_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="IstipiTum_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IstipiTum_UstIstipiTum">
          <End Role="IstipiTum_UstIstipiTum_Source" Type="Self.IstipiTum" Multiplicity="*" />
          <End Role="IstipiTum_UstIstipiTum_Target" Type="Self.IstipiTum" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="IstipiTum_UstIstipiTum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="IstipiTum_UstIstipiTum_Source">
              <PropertyRef Name="UstIstipiTumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_IstipiTum">
          <End Role="Operasyon_IstipiTum_Source" Type="Self.Operasyon" Multiplicity="*" />
          <End Role="Operasyon_IstipiTum_Target" Type="Self.IstipiTum" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Operasyon_IstipiTum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Operasyon_IstipiTum_Source">
              <PropertyRef Name="IstipiTumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_OperasyonEk">
          <End Role="Operasyon_OperasyonEk_Source" Type="Self.Operasyon" Multiplicity="1" />
          <End Role="Operasyon_OperasyonEk_Target" Type="Self.OperasyonEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Operasyon_OperasyonEk_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Operasyon_OperasyonEk_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaNedeni_Sirket">
          <End Role="ArizaNedeni_Sirket_Source" Type="Self.ArizaNedeni" Multiplicity="*" />
          <End Role="ArizaNedeni_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ArizaNedeni_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ArizaNedeni_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OperasyonEk2_ArizaNedeni">
          <End Role="OperasyonEk2_ArizaNedeni_Source" Type="Self.OperasyonEk2" Multiplicity="*" />
          <End Role="OperasyonEk2_ArizaNedeni_Target" Type="Self.ArizaNedeni" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="OperasyonEk2_ArizaNedeni_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OperasyonEk2_ArizaNedeni_Source">
              <PropertyRef Name="ArizaNedeniId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaGorevli_Departman">
          <End Role="ArizaGorevli_Departman_Source" Type="Self.ArizaGorevli" Multiplicity="*" />
          <End Role="ArizaGorevli_Departman_Target" Type="Self.Departman" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ArizaGorevli_Departman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ArizaGorevli_Departman_Source">
              <PropertyRef Name="DepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaGorevli_Sirket">
          <End Role="ArizaGorevli_Sirket_Source" Type="Self.ArizaGorevli" Multiplicity="*" />
          <End Role="ArizaGorevli_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ArizaGorevli_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ArizaGorevli_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OperasyonEk2_BaslatanGorevli">
          <End Role="OperasyonEk2_BaslatanGorevli_Source" Type="Self.OperasyonEk2" Multiplicity="*" />
          <End Role="OperasyonEk2_BaslatanGorevli_Target" Type="Self.ArizaGorevli" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="OperasyonEk2_BaslatanGorevli_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OperasyonEk2_BaslatanGorevli_Source">
              <PropertyRef Name="BaslatanGorevliId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OperasyonEk2_BitirenGorevli">
          <End Role="OperasyonEk2_BitirenGorevli_Source" Type="Self.OperasyonEk2" Multiplicity="*" />
          <End Role="OperasyonEk2_BitirenGorevli_Target" Type="Self.ArizaGorevli" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="OperasyonEk2_BitirenGorevli_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OperasyonEk2_BitirenGorevli_Source">
              <PropertyRef Name="BitirenGorevliId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OperasyonEk2_Departman">
          <End Role="OperasyonEk2_Departman_Source" Type="Self.OperasyonEk2" Multiplicity="*" />
          <End Role="OperasyonEk2_Departman_Target" Type="Self.Departman" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="OperasyonEk2_Departman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OperasyonEk2_Departman_Source">
              <PropertyRef Name="DepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IptalNedeni_Sirket">
          <End Role="IptalNedeni_Sirket_Source" Type="Self.IptalNedeni" Multiplicity="*" />
          <End Role="IptalNedeni_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="IptalNedeni_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="IptalNedeni_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OperasyonEk2_IptalNedeni">
          <End Role="OperasyonEk2_IptalNedeni_Source" Type="Self.OperasyonEk2" Multiplicity="*" />
          <End Role="OperasyonEk2_IptalNedeni_Target" Type="Self.IptalNedeni" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="OperasyonEk2_IptalNedeni_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OperasyonEk2_IptalNedeni_Source">
              <PropertyRef Name="IptalNedeniId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_OperasyonEk2">
          <End Role="Operasyon_OperasyonEk2_Source" Type="Self.Operasyon" Multiplicity="1" />
          <End Role="Operasyon_OperasyonEk2_Target" Type="Self.OperasyonEk2" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Operasyon_OperasyonEk2_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Operasyon_OperasyonEk2_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_OperasyonTarih">
          <End Role="Operasyon_OperasyonTarih_Source" Type="Self.Operasyon" Multiplicity="1" />
          <End Role="Operasyon_OperasyonTarih_Target" Type="Self.OperasyonTarih" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Operasyon_OperasyonTarih_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Operasyon_OperasyonTarih_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_Rez">
          <End Role="Operasyon_Rez_Source" Type="Self.Operasyon" Multiplicity="*" />
          <End Role="Operasyon_Rez_Target" Type="Self.Rez" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Operasyon_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Operasyon_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_Sirket">
          <End Role="Operasyon_Sirket_Source" Type="Self.Operasyon" Multiplicity="*" />
          <End Role="Operasyon_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Operasyon_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Operasyon_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_Teknikler">
          <End Role="Operasyon_Teknikler_Source" Type="Self.Operasyon" Multiplicity="0..1" />
          <End Role="Operasyon_Teknikler_Target" Type="Self.Teknik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Operasyon_Teknikler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Operasyon_Teknikler_Target">
              <PropertyRef Name="OperasyonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Teknik_Sirket">
          <End Role="Teknik_Sirket_Source" Type="Self.Teknik" Multiplicity="*" />
          <End Role="Teknik_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Teknik_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Teknik_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Telkod__Oda">
          <End Role="Telkod__Oda_Source" Type="Self.Telkod" Multiplicity="*" />
          <End Role="Telkod__Oda_Target" Type="Self.Oda" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Telkod__Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Telkod__Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Telkod_Sirket">
          <End Role="Telkod_Sirket_Source" Type="Self.Telkod" Multiplicity="*" />
          <End Role="Telkod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Telkod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Telkod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Teldata_Folio">
          <End Role="Teldata_Folio_Source" Type="Self.Teldata" Multiplicity="*" />
          <End Role="Teldata_Folio_Target" Type="Self.Folio" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Teldata_Folio_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Teldata_Folio_Source">
              <PropertyRef Name="FolioId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Teldata_Sirket">
          <End Role="Teldata_Sirket_Source" Type="Self.Teldata" Multiplicity="*" />
          <End Role="Teldata_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Teldata_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Teldata_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Teldata_Telkod">
          <End Role="Teldata_Telkod_Source" Type="Self.Teldata" Multiplicity="*" />
          <End Role="Teldata_Telkod_Target" Type="Self.Telkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Teldata_Telkod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Teldata_Telkod_Source">
              <PropertyRef Name="TelkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_BaglantiOda">
          <End Role="Rez_BaglantiOda_Source" Type="Self.Rez" Multiplicity="*" />
          <End Role="Rez_BaglantiOda_Target" Type="Self.Oda" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rez_BaglantiOda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rez_BaglantiOda_Source">
              <PropertyRef Name="BaglantiOdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_Foliolar">
          <End Role="Rez_Foliolar_Source" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="Rez_Foliolar_Target" Type="Self.Folio" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez_Foliolar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rez_Foliolar_Target">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRouteRez_FolioRoute">
          <End Role="FolioRouteRez_FolioRoute_Source" Type="Self.FolioRouteRez" Multiplicity="*" />
          <End Role="FolioRouteRez_FolioRoute_Target" Type="Self.FolioRoute" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FolioRouteRez_FolioRoute_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FolioRouteRez_FolioRoute_Source">
              <PropertyRef Name="FolioRouteId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRouteRez_Rez">
          <End Role="FolioRouteRez_Rez_Source" Type="Self.FolioRouteRez" Multiplicity="*" />
          <End Role="FolioRouteRez_Rez_Target" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FolioRouteRez_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FolioRouteRez_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_Gecelemeler">
          <End Role="Rez_Gecelemeler_Source" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="Rez_Gecelemeler_Target" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez_Gecelemeler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rez_Gecelemeler_Target">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_GrupRez">
          <End Role="Rez_GrupRez_Source" Type="Self.Rez" Multiplicity="*" />
          <End Role="Rez_GrupRez_Target" Type="Self.Rez" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rez_GrupRez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rez_GrupRez_Source">
              <PropertyRef Name="GrupRezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiHrk_KolBandi">
          <End Role="KolBandiHrk_KolBandi_Source" Type="Self.KolBandiHrk" Multiplicity="*" />
          <End Role="KolBandiHrk_KolBandi_Target" Type="Self.KolBandi" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KolBandiHrk_KolBandi_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KolBandiHrk_KolBandi_Source">
              <PropertyRef Name="KolBandiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiHrk_Kullanici">
          <End Role="KolBandiHrk_Kullanici_Source" Type="Self.KolBandiHrk" Multiplicity="*" />
          <End Role="KolBandiHrk_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KolBandiHrk_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KolBandiHrk_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiHrk_Musteri">
          <End Role="KolBandiHrk_Musteri_Source" Type="Self.KolBandiHrk" Multiplicity="*" />
          <End Role="KolBandiHrk_Musteri_Target" Type="Self.Musteri" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KolBandiHrk_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KolBandiHrk_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiHrk_Rez">
          <End Role="KolBandiHrk_Rez_Source" Type="Self.KolBandiHrk" Multiplicity="*" />
          <End Role="KolBandiHrk_Rez_Target" Type="Self.Rez" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KolBandiHrk_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KolBandiHrk_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiHrk_Sirket">
          <End Role="KolBandiHrk_Sirket_Source" Type="Self.KolBandiHrk" Multiplicity="*" />
          <End Role="KolBandiHrk_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KolBandiHrk_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KolBandiHrk_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Karaliste_Kullanici">
          <End Role="Karaliste_Kullanici_Source" Type="Self.Karaliste" Multiplicity="*" />
          <End Role="Karaliste_Kullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Karaliste_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Karaliste_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Karaliste_MusteriKonaklamaEk">
          <End Role="Karaliste_MusteriKonaklamaEk_Source" Type="Self.Karaliste" Multiplicity="*" />
          <End Role="Karaliste_MusteriKonaklamaEk_Target" Type="Self.MusteriKonaklamaEk" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Karaliste_MusteriKonaklamaEk_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Karaliste_MusteriKonaklamaEk_Source">
              <PropertyRef Name="MusteriKonaklamaEkId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriKonaklamaEk_Konbandlari">
          <End Role="MusteriKonaklamaEk_Konbandlari_Source" Type="Self.MusteriKonaklamaEk" Multiplicity="0..1" />
          <End Role="MusteriKonaklamaEk_Konbandlari_Target" Type="Self.KolBandi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MusteriKonaklamaEk_Konbandlari_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MusteriKonaklamaEk_Konbandlari_Target">
              <PropertyRef Name="MusteriKonaklamaEkId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Uyruk_MusteriKonaklamaEk">
          <End Role="Uyruk_MusteriKonaklamaEk_Source" Type="Self.Uyruk" Multiplicity="0..1" />
          <End Role="Uyruk_MusteriKonaklamaEk_Target" Type="Self.MusteriKonaklamaEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Uyruk_MusteriKonaklamaEk_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Uyruk_MusteriKonaklamaEk_Target">
              <PropertyRef Name="UyrukId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Uyruk_Sirket">
          <End Role="Uyruk_Sirket_Source" Type="Self.Uyruk" Multiplicity="*" />
          <End Role="Uyruk_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Uyruk_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Uyruk_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ulke_Acenta">
          <End Role="Ulke_Acenta_Source" Type="Self.Ulke" Multiplicity="*" />
          <End Role="Ulke_Acenta_Target" Type="Self.Acenta" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Ulke_Acenta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Ulke_Acenta_Source">
              <PropertyRef Name="AcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ulke_Pazar">
          <End Role="Ulke_Pazar_Source" Type="Self.Ulke" Multiplicity="*" />
          <End Role="Ulke_Pazar_Target" Type="Self.Pazar" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Ulke_Pazar_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Ulke_Pazar_Source">
              <PropertyRef Name="PazarId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezDetayEk_Doviz">
          <End Role="RezDetayEk_Doviz_Source" Type="Self.RezDetayEk" Multiplicity="*" />
          <End Role="RezDetayEk_Doviz_Target" Type="Self.Doviz" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RezDetayEk_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezDetayEk_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IsYeri_Sirket">
          <End Role="IsYeri_Sirket_Source" Type="Self.IsYeri" Multiplicity="*" />
          <End Role="IsYeri_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="IsYeri_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="IsYeri_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezDetayEk_IsYeri">
          <End Role="RezDetayEk_IsYeri_Source" Type="Self.RezDetayEk" Multiplicity="*" />
          <End Role="RezDetayEk_IsYeri_Target" Type="Self.IsYeri" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RezDetayEk_IsYeri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezDetayEk_IsYeri_Source">
              <PropertyRef Name="IsYeriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operator_Sirket">
          <End Role="Operator_Sirket_Source" Type="Self.Operator" Multiplicity="*" />
          <End Role="Operator_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Operator_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Operator_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezDetayEk_Operator">
          <End Role="RezDetayEk_Operator_Source" Type="Self.RezDetayEk" Multiplicity="*" />
          <End Role="RezDetayEk_Operator_Target" Type="Self.Operator" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RezDetayEk_Operator_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezDetayEk_Operator_Source">
              <PropertyRef Name="OperatorId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezDetayEk_Ulke">
          <End Role="RezDetayEk_Ulke_Source" Type="Self.RezDetayEk" Multiplicity="*" />
          <End Role="RezDetayEk_Ulke_Target" Type="Self.Ulke" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RezDetayEk_Ulke_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezDetayEk_Ulke_Source">
              <PropertyRef Name="UlkeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Vip_RezDetayEkler">
          <End Role="Vip_RezDetayEkler_Source" Type="Self.Vip" Multiplicity="0..1" />
          <End Role="Vip_RezDetayEkler_Target" Type="Self.RezDetayEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Vip_RezDetayEkler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Vip_RezDetayEkler_Target">
              <PropertyRef Name="VipId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Vip_Sirket">
          <End Role="Vip_Sirket_Source" Type="Self.Vip" Multiplicity="*" />
          <End Role="Vip_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Vip_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Vip_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Malzeme_Departman">
          <End Role="Malzeme_Departman_Source" Type="Self.Malzeme" Multiplicity="*" />
          <End Role="Malzeme_Departman_Target" Type="Self.Departman" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Malzeme_Departman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Malzeme_Departman_Source">
              <PropertyRef Name="DepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Malzeme_Sirket">
          <End Role="Malzeme_Sirket_Source" Type="Self.Malzeme" Multiplicity="*" />
          <End Role="Malzeme_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Malzeme_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Malzeme_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Malzeme_VipHrkler">
          <End Role="Malzeme_VipHrkler_Source" Type="Self.Malzeme" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Malzeme_VipHrkler_Target" Type="Self.VipHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Malzeme_VipHrkler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Malzeme_VipHrkler_Target">
              <PropertyRef Name="MalzemeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="VipHrk_Sirket">
          <End Role="VipHrk_Sirket_Source" Type="Self.VipHrk" Multiplicity="*" />
          <End Role="VipHrk_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="VipHrk_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="VipHrk_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="VipHrk_Vip">
          <End Role="VipHrk_Vip_Source" Type="Self.VipHrk" Multiplicity="*" />
          <End Role="VipHrk_Vip_Target" Type="Self.Vip" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="VipHrk_Vip_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="VipHrk_Vip_Source">
              <PropertyRef Name="VipId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ulke_Sirket">
          <End Role="Ulke_Sirket_Source" Type="Self.Ulke" Multiplicity="*" />
          <End Role="Ulke_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Ulke_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Ulke_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ulke_Uyruklar">
          <End Role="Ulke_Uyruklar_Source" Type="Self.Ulke" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Ulke_Uyruklar_Target" Type="Self.Uyruk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Ulke_Uyruklar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Ulke_Uyruklar_Target">
              <PropertyRef Name="UlkeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandi_Rez">
          <End Role="KolBandi_Rez_Source" Type="Self.KolBandi" Multiplicity="*" />
          <End Role="KolBandi_Rez_Target" Type="Self.Rez" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KolBandi_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KolBandi_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandi_Sirket">
          <End Role="KolBandi_Sirket_Source" Type="Self.KolBandi" Multiplicity="*" />
          <End Role="KolBandi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KolBandi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KolBandi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaUzatma_Rez">
          <End Role="OdaUzatma_Rez_Source" Type="Self.OdaUzatma" Multiplicity="*" />
          <End Role="OdaUzatma_Rez_Target" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OdaUzatma_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OdaUzatma_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_Paketler">
          <End Role="Rez_Paketler_Source" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="Rez_Paketler_Target" Type="Self.Paket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez_Paketler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rez_Paketler_Target">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_Rate">
          <End Role="Rez_Rate_Source" Type="Self.Rez" Multiplicity="*" />
          <End Role="Rez_Rate_Target" Type="Self.Rate" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rez_Rate_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rez_Rate_Source">
              <PropertyRef Name="RateId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_Rateler">
          <End Role="Rez_Rateler_Source" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="Rez_Rateler_Target" Type="Self.Rate" Multiplicity="*" />
        </Association>
        <Association Name="RezDetayBilgi_Rez">
          <End Role="RezDetayBilgi_Rez_Source" Type="Self.RezDetayBilgi" Multiplicity="*" />
          <End Role="RezDetayBilgi_Rez_Target" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezDetayBilgi_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezDetayBilgi_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezDetayBilgi_Sirket">
          <End Role="RezDetayBilgi_Sirket_Source" Type="Self.RezDetayBilgi" Multiplicity="*" />
          <End Role="RezDetayBilgi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezDetayBilgi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezDetayBilgi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_RezDetayEk">
          <End Role="Rez_RezDetayEk_Source" Type="Self.Rez" Multiplicity="1" />
          <End Role="Rez_RezDetayEk_Target" Type="Self.RezDetayEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rez_RezDetayEk_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rez_RezDetayEk_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_RezEntegrasyonBilgi">
          <End Role="Rez_RezEntegrasyonBilgi_Source" Type="Self.Rez" Multiplicity="1" />
          <End Role="Rez_RezEntegrasyonBilgi_Target" Type="Self.RezEntegrasyonBilgi" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rez_RezEntegrasyonBilgi_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rez_RezEntegrasyonBilgi_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KvkkSoru_Sirket">
          <End Role="KvkkSoru_Sirket_Source" Type="Self.KvkkSoru" Multiplicity="*" />
          <End Role="KvkkSoru_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KvkkSoru_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KvkkSoru_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezKvkkSoru_KvkkSoru">
          <End Role="RezKvkkSoru_KvkkSoru_Source" Type="Self.RezKvkkSoru" Multiplicity="*" />
          <End Role="RezKvkkSoru_KvkkSoru_Target" Type="Self.KvkkSoru" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezKvkkSoru_KvkkSoru_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezKvkkSoru_KvkkSoru_Source">
              <PropertyRef Name="KvkkSoruId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezKvkkSoru_Musteri">
          <End Role="RezKvkkSoru_Musteri_Source" Type="Self.RezKvkkSoru" Multiplicity="*" />
          <End Role="RezKvkkSoru_Musteri_Target" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezKvkkSoru_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezKvkkSoru_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezKvkkSoru_Rez">
          <End Role="RezKvkkSoru_Rez_Source" Type="Self.RezKvkkSoru" Multiplicity="*" />
          <End Role="RezKvkkSoru_Rez_Target" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezKvkkSoru_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezKvkkSoru_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOdaKilit_Kullanici">
          <End Role="RezOdaKilit_Kullanici_Source" Type="Self.RezOdaKilit" Multiplicity="*" />
          <End Role="RezOdaKilit_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezOdaKilit_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezOdaKilit_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOdaKilit_Oda">
          <End Role="RezOdaKilit_Oda_Source" Type="Self.RezOdaKilit" Multiplicity="*" />
          <End Role="RezOdaKilit_Oda_Target" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezOdaKilit_Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezOdaKilit_Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOdaKilit_Rez">
          <End Role="RezOdaKilit_Rez_Source" Type="Self.RezOdaKilit" Multiplicity="*" />
          <End Role="RezOdaKilit_Rez_Target" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezOdaKilit_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezOdaKilit_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOdaKilit_Sirket">
          <End Role="RezOdaKilit_Sirket_Source" Type="Self.RezOdaKilit" Multiplicity="*" />
          <End Role="RezOdaKilit_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezOdaKilit_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezOdaKilit_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOzellik_Ozellik">
          <End Role="RezOzellik_Ozellik_Source" Type="Self.RezOzellik" Multiplicity="*" />
          <End Role="RezOzellik_Ozellik_Target" Type="Self.Ozellik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezOzellik_Ozellik_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezOzellik_Ozellik_Source">
              <PropertyRef Name="OzellikId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOzellik_Rez">
          <End Role="RezOzellik_Rez_Source" Type="Self.RezOzellik" Multiplicity="*" />
          <End Role="RezOzellik_Rez_Target" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezOzellik_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezOzellik_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOzellik_Sirket">
          <End Role="RezOzellik_Sirket_Source" Type="Self.RezOzellik" Multiplicity="*" />
          <End Role="RezOzellik_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezOzellik_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezOzellik_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PaketindirimTipi_Paketler">
          <End Role="PaketindirimTipi_Paketler_Source" Type="Self.PaketindirimTipi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PaketindirimTipi_Paketler_Target" Type="Self.Paket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PaketindirimTipi_Paketler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PaketindirimTipi_Paketler_Target">
              <PropertyRef Name="PaketindirimTipiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PaketindirimTipi_Sirket">
          <End Role="PaketindirimTipi_Sirket_Source" Type="Self.PaketindirimTipi" Multiplicity="*" />
          <End Role="PaketindirimTipi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PaketindirimTipi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PaketindirimTipi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezPaketindirimtipi_PaketindirimTipi">
          <End Role="RezPaketindirimtipi_PaketindirimTipi_Source" Type="Self.RezPaketindirimtipi" Multiplicity="*" />
          <End Role="RezPaketindirimtipi_PaketindirimTipi_Target" Type="Self.PaketindirimTipi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezPaketindirimtipi_PaketindirimTipi_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezPaketindirimtipi_PaketindirimTipi_Source">
              <PropertyRef Name="PaketindirimTipiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezPaketindirimtipi_Rez">
          <End Role="RezPaketindirimtipi_Rez_Source" Type="Self.RezPaketindirimtipi" Multiplicity="*" />
          <End Role="RezPaketindirimtipi_Rez_Target" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RezPaketindirimtipi_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RezPaketindirimtipi_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_RezWeb">
          <End Role="Rez_RezWeb_Source" Type="Self.Rez" Multiplicity="1" />
          <End Role="Rez_RezWeb_Target" Type="Self.RezWeb" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rez_RezWeb_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rez_RezWeb_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_Sirket">
          <End Role="Rez_Sirket_Source" Type="Self.Rez" Multiplicity="*" />
          <End Role="Rez_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Rez_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rez_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbord_Acentalar">
          <End Role="TumBilbord_Acentalar_Source" Type="Self.TumBilbord" Multiplicity="0..1" />
          <End Role="TumBilbord_Acentalar_Target" Type="Self.Acenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="TumBilbord_Acentalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="TumBilbord_Acentalar_Target">
              <PropertyRef Name="TumBilbordId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbord_Bilbordlar">
          <End Role="TumBilbord_Bilbordlar_Source" Type="Self.TumBilbord" Multiplicity="0..1" />
          <End Role="TumBilbord_Bilbordlar_Target" Type="Self.Bilbord" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="TumBilbord_Bilbordlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="TumBilbord_Bilbordlar_Target">
              <PropertyRef Name="TumBilbordId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbord_DefAcenta">
          <End Role="TumBilbord_DefAcenta_Source" Type="Self.TumBilbord" Multiplicity="*" />
          <End Role="TumBilbord_DefAcenta_Target" Type="Self.Acenta" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="TumBilbord_DefAcenta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="TumBilbord_DefAcenta_Source">
              <PropertyRef Name="DefAcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbord_KAcentalar">
          <End Role="TumBilbord_KAcentalar_Source" Type="Self.TumBilbord" Multiplicity="0..1" />
          <End Role="TumBilbord_KAcentalar_Target" Type="Self.Acenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="TumBilbord_KAcentalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="TumBilbord_KAcentalar_Target">
              <PropertyRef Name="KTumBilbordId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbord_Sirket">
          <End Role="TumBilbord_Sirket_Source" Type="Self.TumBilbord" Multiplicity="*" />
          <End Role="TumBilbord_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="TumBilbord_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="TumBilbord_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbordEk_Acenta">
          <End Role="TumBilbordEk_Acenta_Source" Type="Self.TumBilbordEk" Multiplicity="*" />
          <End Role="TumBilbordEk_Acenta_Target" Type="Self.Acenta" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="TumBilbordEk_Acenta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="TumBilbordEk_Acenta_Source">
              <PropertyRef Name="AcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbord_TumBilbordEk">
          <End Role="TumBilbord_TumBilbordEk_Source" Type="Self.TumBilbord" Multiplicity="1" />
          <End Role="TumBilbord_TumBilbordEk_Target" Type="Self.TumBilbordEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="TumBilbord_TumBilbordEk_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="TumBilbord_TumBilbordEk_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_TumBilbord">
          <End Role="Rez_TumBilbord_Source" Type="Self.Rez" Multiplicity="*" />
          <End Role="Rez_TumBilbord_Target" Type="Self.TumBilbord" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rez_TumBilbord_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rez_TumBilbord_Source">
              <PropertyRef Name="TumBilbordId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_EskiOdaKonum">
          <End Role="UpgradeHrk_EskiOdaKonum_Source" Type="Self.UpgradeHrk" Multiplicity="*" />
          <End Role="UpgradeHrk_EskiOdaKonum_Target" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UpgradeHrk_EskiOdaKonum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeHrk_EskiOdaKonum_Source">
              <PropertyRef Name="EskiOdaKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_Kullanici">
          <End Role="UpgradeHrk_Kullanici_Source" Type="Self.UpgradeHrk" Multiplicity="*" />
          <End Role="UpgradeHrk_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UpgradeHrk_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeHrk_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_Rez">
          <End Role="UpgradeHrk_Rez_Source" Type="Self.UpgradeHrk" Multiplicity="*" />
          <End Role="UpgradeHrk_Rez_Target" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UpgradeHrk_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeHrk_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_Sirket">
          <End Role="UpgradeHrk_Sirket_Source" Type="Self.UpgradeHrk" Multiplicity="*" />
          <End Role="UpgradeHrk_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UpgradeHrk_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeHrk_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeNedeni_Sirket">
          <End Role="UpgradeNedeni_Sirket_Source" Type="Self.UpgradeNedeni" Multiplicity="*" />
          <End Role="UpgradeNedeni_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UpgradeNedeni_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeNedeni_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_UpgradeNedeni">
          <End Role="UpgradeHrk_UpgradeNedeni_Source" Type="Self.UpgradeHrk" Multiplicity="*" />
          <End Role="UpgradeHrk_UpgradeNedeni_Target" Type="Self.UpgradeNedeni" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UpgradeHrk_UpgradeNedeni_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeHrk_UpgradeNedeni_Source">
              <PropertyRef Name="UpgradeNedeniId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_UpgradeOdaFiyat">
          <End Role="UpgradeHrk_UpgradeOdaFiyat_Source" Type="Self.UpgradeHrk" Multiplicity="*" />
          <End Role="UpgradeHrk_UpgradeOdaFiyat_Target" Type="Self.UpgradeOdaFiyat" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="UpgradeHrk_UpgradeOdaFiyat_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeHrk_UpgradeOdaFiyat_Source">
              <PropertyRef Name="UpgradeOdaFiyatId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_YeniOdaKonum">
          <End Role="UpgradeHrk_YeniOdaKonum_Source" Type="Self.UpgradeHrk" Multiplicity="*" />
          <End Role="UpgradeHrk_YeniOdaKonum_Target" Type="Self.FiyatKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UpgradeHrk_YeniOdaKonum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeHrk_YeniOdaKonum_Source">
              <PropertyRef Name="YeniOdaKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_YetkiliKullanici">
          <End Role="UpgradeHrk_YetkiliKullanici_Source" Type="Self.UpgradeHrk" Multiplicity="*" />
          <End Role="UpgradeHrk_YetkiliKullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UpgradeHrk_YetkiliKullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UpgradeHrk_YetkiliKullanici_Source">
              <PropertyRef Name="YetkiliKullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Folio_Sirket">
          <End Role="Folio_Sirket_Source" Type="Self.Folio" Multiplicity="*" />
          <End Role="Folio_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Folio_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Folio_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRoute_FolioRouteDepkodGruplar">
          <End Role="FolioRoute_FolioRouteDepkodGruplar_Source" Type="Self.FolioRoute" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FolioRoute_FolioRouteDepkodGruplar_Target" Type="Self.FolioRouteDepkodGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FolioRoute_FolioRouteDepkodGruplar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FolioRoute_FolioRouteDepkodGruplar_Target">
              <PropertyRef Name="FolioRouteId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRouteDepkod_Depkod">
          <End Role="FolioRouteDepkod_Depkod_Source" Type="Self.FolioRouteDepkod" Multiplicity="*" />
          <End Role="FolioRouteDepkod_Depkod_Target" Type="Self.Depkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FolioRouteDepkod_Depkod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FolioRouteDepkod_Depkod_Source">
              <PropertyRef Name="DepkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRouteDepkod_FolioRoute">
          <End Role="FolioRouteDepkod_FolioRoute_Source" Type="Self.FolioRouteDepkod" Multiplicity="*" />
          <End Role="FolioRouteDepkod_FolioRoute_Target" Type="Self.FolioRoute" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FolioRouteDepkod_FolioRoute_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FolioRouteDepkod_FolioRoute_Source">
              <PropertyRef Name="FolioRouteId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HrkTransfer_FolioRoute">
          <End Role="HrkTransfer_FolioRoute_Source" Type="Self.HrkTransfer" Multiplicity="*" />
          <End Role="HrkTransfer_FolioRoute_Target" Type="Self.FolioRoute" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="HrkTransfer_FolioRoute_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HrkTransfer_FolioRoute_Source">
              <PropertyRef Name="FolioRouteId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HrkTransfer_Sirket">
          <End Role="HrkTransfer_Sirket_Source" Type="Self.HrkTransfer" Multiplicity="*" />
          <End Role="HrkTransfer_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="HrkTransfer_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HrkTransfer_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRoute_Sirket">
          <End Role="FolioRoute_Sirket_Source" Type="Self.FolioRoute" Multiplicity="*" />
          <End Role="FolioRoute_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FolioRoute_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FolioRoute_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepkodGrup_Sirket">
          <End Role="DepkodGrup_Sirket_Source" Type="Self.DepkodGrup" Multiplicity="*" />
          <End Role="DepkodGrup_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DepkodGrup_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DepkodGrup_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepkodHeskod_Depkod">
          <End Role="DepkodHeskod_Depkod_Source" Type="Self.DepkodHeskod" Multiplicity="*" />
          <End Role="DepkodHeskod_Depkod_Target" Type="Self.Depkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DepkodHeskod_Depkod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DepkodHeskod_Depkod_Source">
              <PropertyRef Name="DepkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Heskod_KdvHesap">
          <End Role="Heskod_KdvHesap_Source" Type="Self.Heskod" Multiplicity="*" />
          <End Role="Heskod_KdvHesap_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Heskod_KdvHesap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Heskod_KdvHesap_Source">
              <PropertyRef Name="KdvHesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Heskod_MatrahHesap">
          <End Role="Heskod_MatrahHesap_Source" Type="Self.Heskod" Multiplicity="*" />
          <End Role="Heskod_MatrahHesap_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Heskod_MatrahHesap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Heskod_MatrahHesap_Source">
              <PropertyRef Name="MatrahHesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Heskod_Sirket">
          <End Role="Heskod_Sirket_Source" Type="Self.Heskod" Multiplicity="*" />
          <End Role="Heskod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Heskod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Heskod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Heskod_ToplamHesap">
          <End Role="Heskod_ToplamHesap_Source" Type="Self.Heskod" Multiplicity="*" />
          <End Role="Heskod_ToplamHesap_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Heskod_ToplamHesap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Heskod_ToplamHesap_Source">
              <PropertyRef Name="ToplamHesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepkodHeskod_Heskod">
          <End Role="DepkodHeskod_Heskod_Source" Type="Self.DepkodHeskod" Multiplicity="*" />
          <End Role="DepkodHeskod_Heskod_Target" Type="Self.Heskod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DepkodHeskod_Heskod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DepkodHeskod_Heskod_Source">
              <PropertyRef Name="HeskodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepkodHeskod_Sirket">
          <End Role="DepkodHeskod_Sirket_Source" Type="Self.DepkodHeskod" Multiplicity="*" />
          <End Role="DepkodHeskod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DepkodHeskod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DepkodHeskod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Depkod_Hrklar">
          <End Role="Depkod_Hrklar_Source" Type="Self.Depkod" Multiplicity="0..1" />
          <End Role="Depkod_Hrklar_Target" Type="Self.Hrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Depkod_Hrklar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Depkod_Hrklar_Target">
              <PropertyRef Name="DepkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Depkod_Sirket">
          <End Role="Depkod_Sirket_Source" Type="Self.Depkod" Multiplicity="*" />
          <End Role="Depkod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Depkod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Depkod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Paket_Depkod">
          <End Role="Paket_Depkod_Source" Type="Self.Paket" Multiplicity="*" />
          <End Role="Paket_Depkod_Target" Type="Self.Depkod" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Paket_Depkod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Paket_Depkod_Source">
              <PropertyRef Name="DepkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Paket_KonumHamFiyatPaketler">
          <End Role="Paket_KonumHamFiyatPaketler_Source" Type="Self.Paket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Paket_KonumHamFiyatPaketler_Target" Type="Self.KonumHamFiyatPaket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Paket_KonumHamFiyatPaketler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Paket_KonumHamFiyatPaketler_Target">
              <PropertyRef Name="PaketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Paketistisna_Paket">
          <End Role="Paketistisna_Paket_Source" Type="Self.Paketistisna" Multiplicity="*" />
          <End Role="Paketistisna_Paket_Target" Type="Self.Paket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Paketistisna_Paket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Paketistisna_Paket_Source">
              <PropertyRef Name="PaketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Paketistisna_PaketindirimTipi">
          <End Role="Paketistisna_PaketindirimTipi_Source" Type="Self.Paketistisna" Multiplicity="*" />
          <End Role="Paketistisna_PaketindirimTipi_Target" Type="Self.PaketindirimTipi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Paketistisna_PaketindirimTipi_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Paketistisna_PaketindirimTipi_Source">
              <PropertyRef Name="PaketindirimTipiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PaketUlke_Paket">
          <End Role="PaketUlke_Paket_Source" Type="Self.PaketUlke" Multiplicity="*" />
          <End Role="PaketUlke_Paket_Target" Type="Self.Paket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PaketUlke_Paket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PaketUlke_Paket_Source">
              <PropertyRef Name="PaketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PaketUlke_Ulke">
          <End Role="PaketUlke_Ulke_Source" Type="Self.PaketUlke" Multiplicity="*" />
          <End Role="PaketUlke_Ulke_Target" Type="Self.Ulke" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PaketUlke_Ulke_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PaketUlke_Ulke_Source">
              <PropertyRef Name="UlkeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RateAcentaPaket_Paket">
          <End Role="RateAcentaPaket_Paket_Source" Type="Self.RateAcentaPaket" Multiplicity="*" />
          <End Role="RateAcentaPaket_Paket_Target" Type="Self.Paket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RateAcentaPaket_Paket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RateAcentaPaket_Paket_Source">
              <PropertyRef Name="PaketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RateAcenta_Acenta">
          <End Role="RateAcenta_Acenta_Source" Type="Self.RateAcenta" Multiplicity="*" />
          <End Role="RateAcenta_Acenta_Target" Type="Self.Acenta" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RateAcenta_Acenta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RateAcenta_Acenta_Source">
              <PropertyRef Name="AcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RateAcenta_Rate">
          <End Role="RateAcenta_Rate_Source" Type="Self.RateAcenta" Multiplicity="*" />
          <End Role="RateAcenta_Rate_Target" Type="Self.Rate" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RateAcenta_Rate_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RateAcenta_Rate_Source">
              <PropertyRef Name="RateId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RateAcenta_RateAcentaPaketler">
          <End Role="RateAcenta_RateAcentaPaketler_Source" Type="Self.RateAcenta" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RateAcenta_RateAcentaPaketler_Target" Type="Self.RateAcentaPaket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RateAcenta_RateAcentaPaketler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RateAcenta_RateAcentaPaketler_Target">
              <PropertyRef Name="RateAcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKod_FiyatKonum">
          <End Role="YasKod_FiyatKonum_Source" Type="Self.YasKod" Multiplicity="*" />
          <End Role="YasKod_FiyatKonum_Target" Type="Self.FiyatKonum" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="YasKod_FiyatKonum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="YasKod_FiyatKonum_Source">
              <PropertyRef Name="FiyatKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKod_RateAcentalar">
          <End Role="YasKod_RateAcentalar_Source" Type="Self.YasKod" Multiplicity="0..1" />
          <End Role="YasKod_RateAcentalar_Target" Type="Self.RateAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="YasKod_RateAcentalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="YasKod_RateAcentalar_Target">
              <PropertyRef Name="YasKodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKod_Rateler">
          <End Role="YasKod_Rateler_Source" Type="Self.YasKod" Multiplicity="0..1" />
          <End Role="YasKod_Rateler_Target" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="YasKod_Rateler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="YasKod_Rateler_Target">
              <PropertyRef Name="YasKodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKod_Sirket">
          <End Role="YasKod_Sirket_Source" Type="Self.YasKod" Multiplicity="*" />
          <End Role="YasKod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="YasKod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="YasKod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKodSiraIstisna_Sirket">
          <End Role="YasKodSiraIstisna_Sirket_Source" Type="Self.YasKodSiraIstisna" Multiplicity="*" />
          <End Role="YasKodSiraIstisna_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="YasKodSiraIstisna_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="YasKodSiraIstisna_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKodSiraIstisna_YasKod">
          <End Role="YasKodSiraIstisna_YasKod_Source" Type="Self.YasKodSiraIstisna" Multiplicity="*" />
          <End Role="YasKodSiraIstisna_YasKod_Target" Type="Self.YasKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="YasKodSiraIstisna_YasKod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="YasKodSiraIstisna_YasKod_Source">
              <PropertyRef Name="YasKodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKodSira_Sirket">
          <End Role="YasKodSira_Sirket_Source" Type="Self.YasKodSira" Multiplicity="*" />
          <End Role="YasKodSira_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="YasKodSira_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="YasKodSira_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKodSira_YasKod">
          <End Role="YasKodSira_YasKod_Source" Type="Self.YasKodSira" Multiplicity="*" />
          <End Role="YasKodSira_YasKod_Target" Type="Self.YasKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="YasKodSira_YasKod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="YasKodSira_YasKod_Source">
              <PropertyRef Name="YasKodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RatePaket_Paket">
          <End Role="RatePaket_Paket_Source" Type="Self.RatePaket" Multiplicity="*" />
          <End Role="RatePaket_Paket_Target" Type="Self.Paket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RatePaket_Paket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RatePaket_Paket_Source">
              <PropertyRef Name="PaketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RatePaket_Rate">
          <End Role="RatePaket_Rate_Source" Type="Self.RatePaket" Multiplicity="*" />
          <End Role="RatePaket_Rate_Target" Type="Self.Rate" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RatePaket_Rate_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RatePaket_Rate_Source">
              <PropertyRef Name="RateId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Sart_Paketler">
          <End Role="Sart_Paketler_Source" Type="Self.Sart" Multiplicity="0..1" />
          <End Role="Sart_Paketler_Target" Type="Self.Paket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sart_Paketler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Sart_Paketler_Target">
              <PropertyRef Name="SartId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Sart_Rateler">
          <End Role="Sart_Rateler_Source" Type="Self.Sart" Multiplicity="0..1" />
          <End Role="Sart_Rateler_Target" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sart_Rateler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Sart_Rateler_Target">
              <PropertyRef Name="SartId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SartFiyatKonum_FiyatKonum">
          <End Role="SartFiyatKonum_FiyatKonum_Source" Type="Self.SartFiyatKonum" Multiplicity="*" />
          <End Role="SartFiyatKonum_FiyatKonum_Target" Type="Self.FiyatKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SartFiyatKonum_FiyatKonum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SartFiyatKonum_FiyatKonum_Source">
              <PropertyRef Name="FiyatKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SartFiyatKonum_Sart">
          <End Role="SartFiyatKonum_Sart_Source" Type="Self.SartFiyatKonum" Multiplicity="*" />
          <End Role="SartFiyatKonum_Sart_Target" Type="Self.Sart" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SartFiyatKonum_Sart_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SartFiyatKonum_Sart_Source">
              <PropertyRef Name="SartId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Sart_Sartlar">
          <End Role="Sart_Sartlar_Source" Type="Self.Sart" Multiplicity="0..1" />
          <End Role="Sart_Sartlar_Target" Type="Self.Sart" Multiplicity="*" />
        </Association>
        <Association Name="RatePeriyotKonumHamFiyat_KonumHamFiyat">
          <End Role="RatePeriyotKonumHamFiyat_KonumHamFiyat_Source" Type="Self.RatePeriyotKonumHamFiyat" Multiplicity="*" />
          <End Role="RatePeriyotKonumHamFiyat_KonumHamFiyat_Target" Type="Self.KonumHamFiyat" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RatePeriyotKonumHamFiyat_KonumHamFiyat_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RatePeriyotKonumHamFiyat_KonumHamFiyat_Source">
              <PropertyRef Name="KonumHamFiyatId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Periyot_RatePeriyotlar">
          <End Role="Periyot_RatePeriyotlar_Source" Type="Self.Periyot" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Periyot_RatePeriyotlar_Target" Type="Self.RatePeriyot" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Periyot_RatePeriyotlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Periyot_RatePeriyotlar_Target">
              <PropertyRef Name="PeriyotId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RatePeriyot_Rate">
          <End Role="RatePeriyot_Rate_Source" Type="Self.RatePeriyot" Multiplicity="*" />
          <End Role="RatePeriyot_Rate_Target" Type="Self.Rate" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RatePeriyot_Rate_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RatePeriyot_Rate_Source">
              <PropertyRef Name="RateId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RatePeriyot_RatePeriyotKonumHamFiyatlar">
          <End Role="RatePeriyot_RatePeriyotKonumHamFiyatlar_Source" Type="Self.RatePeriyot" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RatePeriyot_RatePeriyotKonumHamFiyatlar_Target" Type="Self.RatePeriyotKonumHamFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RatePeriyot_RatePeriyotKonumHamFiyatlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RatePeriyot_RatePeriyotKonumHamFiyatlar_Target">
              <PropertyRef Name="RatePeriyotId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CarpanHrk_Kategori">
          <End Role="CarpanHrk_Kategori_Source" Type="Self.CarpanHrk" Multiplicity="*" />
          <End Role="CarpanHrk_Kategori_Target" Type="Self.Kategori" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CarpanHrk_Kategori_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CarpanHrk_Kategori_Source">
              <PropertyRef Name="KategoriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CarpanHrk_Sirket">
          <End Role="CarpanHrk_Sirket_Source" Type="Self.CarpanHrk" Multiplicity="*" />
          <End Role="CarpanHrk_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CarpanHrk_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CarpanHrk_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Carpan_Ratelar">
          <End Role="Carpan_Ratelar_Source" Type="Self.Carpan" Multiplicity="0..1" />
          <End Role="Carpan_Ratelar_Target" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Carpan_Ratelar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Carpan_Ratelar_Target">
              <PropertyRef Name="CarpanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Carpan_Sirket">
          <End Role="Carpan_Sirket_Source" Type="Self.Carpan" Multiplicity="*" />
          <End Role="Carpan_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Carpan_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Carpan_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rate_Doviz">
          <End Role="Rate_Doviz_Source" Type="Self.Rate" Multiplicity="*" />
          <End Role="Rate_Doviz_Target" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Rate_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rate_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Formul_Acentalar">
          <End Role="Formul_Acentalar_Source" Type="Self.Formul" Multiplicity="0..1" />
          <End Role="Formul_Acentalar_Target" Type="Self.Acenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Formul_Acentalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Formul_Acentalar_Target">
              <PropertyRef Name="FormulId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FormulSira_Formul">
          <End Role="FormulSira_Formul_Source" Type="Self.FormulSira" Multiplicity="*" />
          <End Role="FormulSira_Formul_Target" Type="Self.Formul" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FormulSira_Formul_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FormulSira_Formul_Source">
              <PropertyRef Name="FormulId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesayr_FormulSira">
          <End Role="Hesayr_FormulSira_Source" Type="Self.Hesayr" Multiplicity="*" />
          <End Role="Hesayr_FormulSira_Target" Type="Self.FormulSira" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Hesayr_FormulSira_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hesayr_FormulSira_Source">
              <PropertyRef Name="FormulSiraId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesayr_Geceleme">
          <End Role="Hesayr_Geceleme_Source" Type="Self.Hesayr" Multiplicity="*" />
          <End Role="Hesayr_Geceleme_Target" Type="Self.Geceleme" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Hesayr_Geceleme_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hesayr_Geceleme_Source">
              <PropertyRef Name="GecelemeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesayr_KonumHamFiyat">
          <End Role="Hesayr_KonumHamFiyat_Source" Type="Self.Hesayr" Multiplicity="*" />
          <End Role="Hesayr_KonumHamFiyat_Target" Type="Self.KonumHamFiyat" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Hesayr_KonumHamFiyat_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hesayr_KonumHamFiyat_Source">
              <PropertyRef Name="KonumHamFiyatId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesayr_Paket">
          <End Role="Hesayr_Paket_Source" Type="Self.Hesayr" Multiplicity="*" />
          <End Role="Hesayr_Paket_Target" Type="Self.Paket" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Hesayr_Paket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hesayr_Paket_Source">
              <PropertyRef Name="PaketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesayr_Rate">
          <End Role="Hesayr_Rate_Source" Type="Self.Hesayr" Multiplicity="*" />
          <End Role="Hesayr_Rate_Target" Type="Self.Rate" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Hesayr_Rate_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hesayr_Rate_Source">
              <PropertyRef Name="RateId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesayr_Sirket">
          <End Role="Hesayr_Sirket_Source" Type="Self.Hesayr" Multiplicity="*" />
          <End Role="Hesayr_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Hesayr_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hesayr_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FormulSira_PaketIndirimTipi">
          <End Role="FormulSira_PaketIndirimTipi_Source" Type="Self.FormulSira" Multiplicity="*" />
          <End Role="FormulSira_PaketIndirimTipi_Target" Type="Self.PaketindirimTipi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FormulSira_PaketIndirimTipi_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FormulSira_PaketIndirimTipi_Source">
              <PropertyRef Name="PaketIndirimTipiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Formul_Rateler">
          <End Role="Formul_Rateler_Source" Type="Self.Formul" Multiplicity="0..1" />
          <End Role="Formul_Rateler_Target" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Formul_Rateler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Formul_Rateler_Target">
              <PropertyRef Name="FormulId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Formul_Sirket">
          <End Role="Formul_Sirket_Source" Type="Self.Formul" Multiplicity="*" />
          <End Role="Formul_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Formul_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Formul_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rate_IsYeri">
          <End Role="Rate_IsYeri_Source" Type="Self.Rate" Multiplicity="*" />
          <End Role="Rate_IsYeri_Target" Type="Self.IsYeri" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rate_IsYeri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rate_IsYeri_Source">
              <PropertyRef Name="IsYeriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rate_OnbReferans">
          <End Role="Rate_OnbReferans_Source" Type="Self.Rate" Multiplicity="*" />
          <End Role="Rate_OnbReferans_Target" Type="Self.OnbReferans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rate_OnbReferans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rate_OnbReferans_Source">
              <PropertyRef Name="OnbReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Breakdown_Sirket">
          <End Role="Breakdown_Sirket_Source" Type="Self.Breakdown" Multiplicity="*" />
          <End Role="Breakdown_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Breakdown_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Breakdown_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pansiyon_Breakdown">
          <End Role="Pansiyon_Breakdown_Source" Type="Self.Pansiyon" Multiplicity="*" />
          <End Role="Pansiyon_Breakdown_Target" Type="Self.Breakdown" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Pansiyon_Breakdown_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pansiyon_Breakdown_Source">
              <PropertyRef Name="BreakdownId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pansiyon_Gecelemeler">
          <End Role="Pansiyon_Gecelemeler_Source" Type="Self.Pansiyon" Multiplicity="0..1" />
          <End Role="Pansiyon_Gecelemeler_Target" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pansiyon_Gecelemeler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pansiyon_Gecelemeler_Target">
              <PropertyRef Name="PansiyonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pansiyon_Sirket">
          <End Role="Pansiyon_Sirket_Source" Type="Self.Pansiyon" Multiplicity="*" />
          <End Role="Pansiyon_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pansiyon_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pansiyon_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rate_Pansiyon">
          <End Role="Rate_Pansiyon_Source" Type="Self.Rate" Multiplicity="*" />
          <End Role="Rate_Pansiyon_Target" Type="Self.Pansiyon" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Rate_Pansiyon_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rate_Pansiyon_Source">
              <PropertyRef Name="PansiyonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rate_Rez">
          <End Role="Rate_Rez_Source" Type="Self.Rate" Multiplicity="*" />
          <End Role="Rate_Rez_Target" Type="Self.Rez" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rate_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rate_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rate_Sirket">
          <End Role="Rate_Sirket_Source" Type="Self.Rate" Multiplicity="*" />
          <End Role="Rate_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Rate_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Rate_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MerkezAcenta_Rate">
          <End Role="MerkezAcenta_Rate_Source" Type="Self.MerkezAcenta" Multiplicity="*" />
          <End Role="MerkezAcenta_Rate_Target" Type="Self.Rate" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="MerkezAcenta_Rate_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MerkezAcenta_Rate_Source">
              <PropertyRef Name="RateId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MerkezAcenta_Sirket">
          <End Role="MerkezAcenta_Sirket_Source" Type="Self.MerkezAcenta" Multiplicity="*" />
          <End Role="MerkezAcenta_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MerkezAcenta_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MerkezAcenta_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MerkezPazar_Pazarlar">
          <End Role="MerkezPazar_Pazarlar_Source" Type="Self.MerkezPazar" Multiplicity="0..1" />
          <End Role="MerkezPazar_Pazarlar_Target" Type="Self.Pazar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MerkezPazar_Pazarlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MerkezPazar_Pazarlar_Target">
              <PropertyRef Name="MerkezPazarId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MerkezPazar_Sirket">
          <End Role="MerkezPazar_Sirket_Source" Type="Self.MerkezPazar" Multiplicity="*" />
          <End Role="MerkezPazar_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MerkezPazar_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MerkezPazar_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pazar_Rate">
          <End Role="Pazar_Rate_Source" Type="Self.Pazar" Multiplicity="*" />
          <End Role="Pazar_Rate_Target" Type="Self.Rate" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Pazar_Rate_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pazar_Rate_Source">
              <PropertyRef Name="RateId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pazar_Sirket">
          <End Role="Pazar_Sirket_Source" Type="Self.Pazar" Multiplicity="*" />
          <End Role="Pazar_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pazar_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pazar_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Geceleme_GecelemeDetayEk">
          <End Role="Geceleme_GecelemeDetayEk_Source" Type="Self.Geceleme" Multiplicity="1" />
          <End Role="Geceleme_GecelemeDetayEk_Target" Type="Self.GecelemeDetayEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Geceleme_GecelemeDetayEk_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Geceleme_GecelemeDetayEk_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GecelemeFiyatpaket_Geceleme">
          <End Role="GecelemeFiyatpaket_Geceleme_Source" Type="Self.GecelemeFiyatpaket" Multiplicity="*" />
          <End Role="GecelemeFiyatpaket_Geceleme_Target" Type="Self.Geceleme" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="GecelemeFiyatpaket_Geceleme_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="GecelemeFiyatpaket_Geceleme_Source">
              <PropertyRef Name="GecelemeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GecelemeFiyatpaket_Paket">
          <End Role="GecelemeFiyatpaket_Paket_Source" Type="Self.GecelemeFiyatpaket" Multiplicity="*" />
          <End Role="GecelemeFiyatpaket_Paket_Target" Type="Self.Paket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="GecelemeFiyatpaket_Paket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="GecelemeFiyatpaket_Paket_Source">
              <PropertyRef Name="PaketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GecelemeMusteri_Geceleme">
          <End Role="GecelemeMusteri_Geceleme_Source" Type="Self.GecelemeMusteri" Multiplicity="*" />
          <End Role="GecelemeMusteri_Geceleme_Target" Type="Self.Geceleme" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="GecelemeMusteri_Geceleme_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="GecelemeMusteri_Geceleme_Source">
              <PropertyRef Name="GecelemeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GecelemeMusteri_Musteri">
          <End Role="GecelemeMusteri_Musteri_Source" Type="Self.GecelemeMusteri" Multiplicity="*" />
          <End Role="GecelemeMusteri_Musteri_Target" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="GecelemeMusteri_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="GecelemeMusteri_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GecelemeMusteri_Sirket">
          <End Role="GecelemeMusteri_Sirket_Source" Type="Self.GecelemeMusteri" Multiplicity="*" />
          <End Role="GecelemeMusteri_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="GecelemeMusteri_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="GecelemeMusteri_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Share_Gecelemeler">
          <End Role="Share_Gecelemeler_Source" Type="Self.Share" Multiplicity="0..1" />
          <End Role="Share_Gecelemeler_Target" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Share_Gecelemeler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Share_Gecelemeler_Target">
              <PropertyRef Name="ShareId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Geceleme_Sirket">
          <End Role="Geceleme_Sirket_Source" Type="Self.Geceleme" Multiplicity="*" />
          <End Role="Geceleme_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Geceleme_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Geceleme_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatKonum_OnbReferans">
          <End Role="FiyatKonum_OnbReferans_Source" Type="Self.FiyatKonum" Multiplicity="*" />
          <End Role="FiyatKonum_OnbReferans_Target" Type="Self.OnbReferans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="FiyatKonum_OnbReferans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FiyatKonum_OnbReferans_Source">
              <PropertyRef Name="OnbReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatKonum_Sirket">
          <End Role="FiyatKonum_Sirket_Source" Type="Self.FiyatKonum" Multiplicity="*" />
          <End Role="FiyatKonum_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FiyatKonum_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FiyatKonum_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatKonum_UpgradeOdaFiyat">
          <End Role="FiyatKonum_UpgradeOdaFiyat_Source" Type="Self.FiyatKonum" Multiplicity="0..1" />
          <End Role="FiyatKonum_UpgradeOdaFiyat_Target" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
        </Association>
        <Association Name="Bilbord_ForecastKonum">
          <End Role="Bilbord_ForecastKonum_Source" Type="Self.Bilbord" Multiplicity="*" />
          <End Role="Bilbord_ForecastKonum_Target" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Bilbord_ForecastKonum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Bilbord_ForecastKonum_Source">
              <PropertyRef Name="ForecastKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Bilbord_Sirket">
          <End Role="Bilbord_Sirket_Source" Type="Self.Bilbord" Multiplicity="*" />
          <End Role="Bilbord_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Bilbord_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Bilbord_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hrk_Bilbord">
          <End Role="Hrk_Bilbord_Source" Type="Self.Hrk" Multiplicity="*" />
          <End Role="Hrk_Bilbord_Target" Type="Self.Bilbord" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Hrk_Bilbord_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hrk_Bilbord_Source">
              <PropertyRef Name="BilbordId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakMalzeme_Depkod">
          <End Role="BreakMalzeme_Depkod_Source" Type="Self.BreakMalzeme" Multiplicity="*" />
          <End Role="BreakMalzeme_Depkod_Target" Type="Self.Depkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakMalzeme_Depkod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakMalzeme_Depkod_Source">
              <PropertyRef Name="DepkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakMalzeme_Doviz">
          <End Role="BreakMalzeme_Doviz_Source" Type="Self.BreakMalzeme" Multiplicity="*" />
          <End Role="BreakMalzeme_Doviz_Target" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakMalzeme_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakMalzeme_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakMalzeme_Sirket">
          <End Role="BreakMalzeme_Sirket_Source" Type="Self.BreakMalzeme" Multiplicity="*" />
          <End Role="BreakMalzeme_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakMalzeme_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakMalzeme_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownDagilim_BreakMalzeme">
          <End Role="BreakdownDagilim_BreakMalzeme_Source" Type="Self.BreakdownDagilim" Multiplicity="*" />
          <End Role="BreakdownDagilim_BreakMalzeme_Target" Type="Self.BreakMalzeme" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakdownDagilim_BreakMalzeme_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakdownDagilim_BreakMalzeme_Source">
              <PropertyRef Name="BreakMalzemeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownDagilim_Hrk">
          <End Role="BreakdownDagilim_Hrk_Source" Type="Self.BreakdownDagilim" Multiplicity="*" />
          <End Role="BreakdownDagilim_Hrk_Target" Type="Self.Hrk" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakdownDagilim_Hrk_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakdownDagilim_Hrk_Source">
              <PropertyRef Name="HrkId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownDagilim_Sirket">
          <End Role="BreakdownDagilim_Sirket_Source" Type="Self.BreakdownDagilim" Multiplicity="*" />
          <End Role="BreakdownDagilim_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakdownDagilim_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakdownDagilim_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hrk_Dovboz">
          <End Role="Hrk_Dovboz_Source" Type="Self.Hrk" Multiplicity="*" />
          <End Role="Hrk_Dovboz_Target" Type="Self.Dovboz" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Hrk_Dovboz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hrk_Dovboz_Source">
              <PropertyRef Name="DovbozId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hrk_Doviz">
          <End Role="Hrk_Doviz_Source" Type="Self.Hrk" Multiplicity="*" />
          <End Role="Hrk_Doviz_Target" Type="Self.Doviz" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Hrk_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hrk_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hrk_Sirket">
          <End Role="Hrk_Sirket_Source" Type="Self.Hrk" Multiplicity="*" />
          <End Role="Hrk_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Hrk_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hrk_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hrk_UpgradeHrk">
          <End Role="Hrk_UpgradeHrk_Source" Type="Self.Hrk" Multiplicity="*" />
          <End Role="Hrk_UpgradeHrk_Target" Type="Self.UpgradeHrk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Hrk_UpgradeHrk_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hrk_UpgradeHrk_Source">
              <PropertyRef Name="UpgradeHrkId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Dovboz_Rez">
          <End Role="Dovboz_Rez_Source" Type="Self.Dovboz" Multiplicity="*" />
          <End Role="Dovboz_Rez_Target" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Dovboz_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Dovboz_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Dovboz_Sirket">
          <End Role="Dovboz_Sirket_Source" Type="Self.Dovboz" Multiplicity="*" />
          <End Role="Dovboz_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Dovboz_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Dovboz_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Dovboz_Verilen_Doviz">
          <End Role="Dovboz_Verilen_Doviz_Source" Type="Self.Dovboz" Multiplicity="*" />
          <End Role="Dovboz_Verilen_Doviz_Target" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Dovboz_Verilen_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Dovboz_Verilen_Doviz_Source">
              <PropertyRef Name="Verilen_DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Doviz_Dovbozlar">
          <End Role="Doviz_Dovbozlar_Source" Type="Self.Doviz" Multiplicity="0..1" />
          <End Role="Doviz_Dovbozlar_Target" Type="Self.Dovboz" Multiplicity="*" />
        </Association>
        <Association Name="DovizHeskod_Doviz">
          <End Role="DovizHeskod_Doviz_Source" Type="Self.DovizHeskod" Multiplicity="*" />
          <End Role="DovizHeskod_Doviz_Target" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DovizHeskod_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DovizHeskod_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DovizHeskod_Heskod">
          <End Role="DovizHeskod_Heskod_Source" Type="Self.DovizHeskod" Multiplicity="*" />
          <End Role="DovizHeskod_Heskod_Target" Type="Self.Heskod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DovizHeskod_Heskod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DovizHeskod_Heskod_Source">
              <PropertyRef Name="HeskodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DovizHeskod_Sirket">
          <End Role="DovizHeskod_Sirket_Source" Type="Self.DovizHeskod" Multiplicity="*" />
          <End Role="DovizHeskod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DovizHeskod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DovizHeskod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KasaAvans_Doviz">
          <End Role="KasaAvans_Doviz_Source" Type="Self.KasaAvans" Multiplicity="*" />
          <End Role="KasaAvans_Doviz_Target" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KasaAvans_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KasaAvans_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KasaAvans_Hrk">
          <End Role="KasaAvans_Hrk_Source" Type="Self.KasaAvans" Multiplicity="*" />
          <End Role="KasaAvans_Hrk_Target" Type="Self.Hrk" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KasaAvans_Hrk_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KasaAvans_Hrk_Source">
              <PropertyRef Name="HrkId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KasaAvans_Kullanici">
          <End Role="KasaAvans_Kullanici_Source" Type="Self.KasaAvans" Multiplicity="*" />
          <End Role="KasaAvans_Kullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KasaAvans_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KasaAvans_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KasaAvans_Sirket">
          <End Role="KasaAvans_Sirket_Source" Type="Self.KasaAvans" Multiplicity="*" />
          <End Role="KasaAvans_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KasaAvans_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KasaAvans_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kur_Doviz">
          <End Role="Kur_Doviz_Source" Type="Self.Kur" Multiplicity="*" />
          <End Role="Kur_Doviz_Target" Type="Self.Doviz" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Kur_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kur_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kur_Sirket">
          <End Role="Kur_Sirket_Source" Type="Self.Kur" Multiplicity="*" />
          <End Role="Kur_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Kur_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kur_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Doviz_Sirket">
          <End Role="Doviz_Sirket_Source" Type="Self.Doviz" Multiplicity="*" />
          <End Role="Doviz_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Doviz_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Doviz_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDep_Doviz">
          <End Role="PosDep_Doviz_Source" Type="Self.PosDep" Multiplicity="*" />
          <End Role="PosDep_Doviz_Target" Type="Self.Doviz" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosDep_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosDep_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDep_Oda">
          <End Role="PosDep_Oda_Source" Type="Self.PosDep" Multiplicity="*" />
          <End Role="PosDep_Oda_Target" Type="Self.Oda" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosDep_Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosDep_Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDep_PosFiyat">
          <End Role="PosDep_PosFiyat_Source" Type="Self.PosDep" Multiplicity="0..1" />
          <End Role="PosDep_PosFiyat_Target" Type="Self.PosFiyat" Multiplicity="*" />
        </Association>
        <Association Name="PosMasa_PosDep">
          <End Role="PosMasa_PosDep_Source" Type="Self.PosMasa" Multiplicity="*" />
          <End Role="PosMasa_PosDep_Target" Type="Self.PosDep" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosMasa_PosDep_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosMasa_PosDep_Source">
              <PropertyRef Name="PosDepId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipAna_Folio">
          <End Role="PosSipAna_Folio_Source" Type="Self.PosSipAna" Multiplicity="*" />
          <End Role="PosSipAna_Folio_Target" Type="Self.Folio" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosSipAna_Folio_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipAna_Folio_Source">
              <PropertyRef Name="FolioId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyonSeri_PosDep">
          <End Role="PosAdisyonSeri_PosDep_Source" Type="Self.PosAdisyonSeri" Multiplicity="*" />
          <End Role="PosAdisyonSeri_PosDep_Target" Type="Self.PosDep" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosAdisyonSeri_PosDep_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosAdisyonSeri_PosDep_Source">
              <PropertyRef Name="PosDepId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosGarson_Kullanici">
          <End Role="PosGarson_Kullanici_Source" Type="Self.PosGarson" Multiplicity="*" />
          <End Role="PosGarson_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosGarson_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosGarson_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosGarson_Sirket">
          <End Role="PosGarson_Sirket_Source" Type="Self.PosGarson" Multiplicity="*" />
          <End Role="PosGarson_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosGarson_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosGarson_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyonSeri_PosGarson">
          <End Role="PosAdisyonSeri_PosGarson_Source" Type="Self.PosAdisyonSeri" Multiplicity="*" />
          <End Role="PosAdisyonSeri_PosGarson_Target" Type="Self.PosGarson" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosAdisyonSeri_PosGarson_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosAdisyonSeri_PosGarson_Source">
              <PropertyRef Name="PosGarsonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyonSeri_Sirket">
          <End Role="PosAdisyonSeri_Sirket_Source" Type="Self.PosAdisyonSeri" Multiplicity="*" />
          <End Role="PosAdisyonSeri_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosAdisyonSeri_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosAdisyonSeri_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyon_PosAdisyonSeri">
          <End Role="PosAdisyon_PosAdisyonSeri_Source" Type="Self.PosAdisyon" Multiplicity="*" />
          <End Role="PosAdisyon_PosAdisyonSeri_Target" Type="Self.PosAdisyonSeri" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosAdisyon_PosAdisyonSeri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosAdisyon_PosAdisyonSeri_Source">
              <PropertyRef Name="PosAdisyonSeriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyon_PosGarson">
          <End Role="PosAdisyon_PosGarson_Source" Type="Self.PosAdisyon" Multiplicity="*" />
          <End Role="PosAdisyon_PosGarson_Target" Type="Self.PosGarson" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosAdisyon_PosGarson_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosAdisyon_PosGarson_Source">
              <PropertyRef Name="PosGarsonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyon_PosSipAna">
          <End Role="PosAdisyon_PosSipAna_Source" Type="Self.PosAdisyon" Multiplicity="*" />
          <End Role="PosAdisyon_PosSipAna_Target" Type="Self.PosSipAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosAdisyon_PosSipAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosAdisyon_PosSipAna_Source">
              <PropertyRef Name="PosSipAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyon_Sirket">
          <End Role="PosAdisyon_Sirket_Source" Type="Self.PosAdisyon" Multiplicity="*" />
          <End Role="PosAdisyon_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosAdisyon_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosAdisyon_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipAna_PosGarson">
          <End Role="PosSipAna_PosGarson_Source" Type="Self.PosSipAna" Multiplicity="*" />
          <End Role="PosSipAna_PosGarson_Target" Type="Self.PosGarson" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSipAna_PosGarson_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipAna_PosGarson_Source">
              <PropertyRef Name="PosGarsonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosIptalSebep_Sirket">
          <End Role="PosIptalSebep_Sirket_Source" Type="Self.PosIptalSebep" Multiplicity="*" />
          <End Role="PosIptalSebep_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosIptalSebep_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosIptalSebep_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipAna_PosIptalSebep">
          <End Role="PosSipAna_PosIptalSebep_Source" Type="Self.PosSipAna" Multiplicity="*" />
          <End Role="PosSipAna_PosIptalSebep_Target" Type="Self.PosIptalSebep" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosSipAna_PosIptalSebep_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipAna_PosIptalSebep_Source">
              <PropertyRef Name="PosIptalSebepId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipAna_PosMasa">
          <End Role="PosSipAna_PosMasa_Source" Type="Self.PosSipAna" Multiplicity="*" />
          <End Role="PosSipAna_PosMasa_Target" Type="Self.PosMasa" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSipAna_PosMasa_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipAna_PosMasa_Source">
              <PropertyRef Name="PosMasaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeBazHareket_PosOdemeler">
          <End Role="PosOdemeBazHareket_PosOdemeler_Source" Type="Self.PosOdemeBazHareket" Multiplicity="*" />
          <End Role="PosOdemeBazHareket_PosOdemeler_Target" Type="Self.PosOdemeler" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosOdemeBazHareket_PosOdemeler_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosOdemeBazHareket_PosOdemeler_Source">
              <PropertyRef Name="PosOdemelerId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetay_PosGarson">
          <End Role="PosSipDetay_PosGarson_Source" Type="Self.PosSipDetay" Multiplicity="*" />
          <End Role="PosSipDetay_PosGarson_Target" Type="Self.PosGarson" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSipDetay_PosGarson_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipDetay_PosGarson_Source">
              <PropertyRef Name="PosGarsonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetay_PosIptalSebep">
          <End Role="PosSipDetay_PosIptalSebep_Source" Type="Self.PosSipDetay" Multiplicity="*" />
          <End Role="PosSipDetay_PosIptalSebep_Target" Type="Self.PosIptalSebep" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosSipDetay_PosIptalSebep_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipDetay_PosIptalSebep_Source">
              <PropertyRef Name="PosIptalSebepId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetay_PosOdemeBazHareket">
          <End Role="PosSipDetay_PosOdemeBazHareket_Source" Type="Self.PosSipDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSipDetay_PosOdemeBazHareket_Target" Type="Self.PosOdemeBazHareket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSipDetay_PosOdemeBazHareket_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipDetay_PosOdemeBazHareket_Target">
              <PropertyRef Name="PosSipDetayId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAltKategoriler_PosSatKodlar">
          <End Role="PosAltKategoriler_PosSatKodlar_Source" Type="Self.PosAltKategoriler" Multiplicity="0..1" />
          <End Role="PosAltKategoriler_PosSatKodlar_Target" Type="Self.PosSatKod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosAltKategoriler_PosSatKodlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosAltKategoriler_PosSatKodlar_Target">
              <PropertyRef Name="PosAltKategorilerId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAltKategoriler_Sirket">
          <End Role="PosAltKategoriler_Sirket_Source" Type="Self.PosAltKategoriler" Multiplicity="*" />
          <End Role="PosAltKategoriler_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosAltKategoriler_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosAltKategoriler_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosCondTanim_PosSatKodCondiment">
          <End Role="PosCondTanim_PosSatKodCondiment_Source" Type="Self.PosCondTanim" Multiplicity="*" />
          <End Role="PosCondTanim_PosSatKodCondiment_Target" Type="Self.PosSatKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosCondTanim_PosSatKodCondiment_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosCondTanim_PosSatKodCondiment_Source">
              <PropertyRef Name="PosSatKodCondimentId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosCondTanim_Sirket">
          <End Role="PosCondTanim_Sirket_Source" Type="Self.PosCondTanim" Multiplicity="*" />
          <End Role="PosCondTanim_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosCondTanim_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosCondTanim_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSatKod_PosSatKodCondimentler">
          <End Role="PosSatKod_PosSatKodCondimentler_Source" Type="Self.PosSatKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSatKod_PosSatKodCondimentler_Target" Type="Self.PosCondTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSatKod_PosSatKodCondimentler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSatKod_PosSatKodCondimentler_Target">
              <PropertyRef Name="PosSatKodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSatKodFiyat_PosDep">
          <End Role="PosSatKodFiyat_PosDep_Source" Type="Self.PosSatKodFiyat" Multiplicity="*" />
          <End Role="PosSatKodFiyat_PosDep_Target" Type="Self.PosDep" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosSatKodFiyat_PosDep_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSatKodFiyat_PosDep_Source">
              <PropertyRef Name="PosDepId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosKdvTipi_Kdv">
          <End Role="PosKdvTipi_Kdv_Source" Type="Self.PosKdvTipi" Multiplicity="*" />
          <End Role="PosKdvTipi_Kdv_Target" Type="Self.Kdv" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosKdvTipi_Kdv_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosKdvTipi_Kdv_Source">
              <PropertyRef Name="KdvId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosKdvTipi_Sirket">
          <End Role="PosKdvTipi_Sirket_Source" Type="Self.PosKdvTipi" Multiplicity="*" />
          <End Role="PosKdvTipi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosKdvTipi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosKdvTipi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSatKodFiyat_PosKdvTipi">
          <End Role="PosSatKodFiyat_PosKdvTipi_Source" Type="Self.PosSatKodFiyat" Multiplicity="*" />
          <End Role="PosSatKodFiyat_PosKdvTipi_Target" Type="Self.PosKdvTipi" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosSatKodFiyat_PosKdvTipi_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSatKodFiyat_PosKdvTipi_Source">
              <PropertyRef Name="PosKdvTipiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSatKodFiyat_PosSatKod">
          <End Role="PosSatKodFiyat_PosSatKod_Source" Type="Self.PosSatKodFiyat" Multiplicity="*" />
          <End Role="PosSatKodFiyat_PosSatKod_Target" Type="Self.PosSatKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSatKodFiyat_PosSatKod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSatKodFiyat_PosSatKod_Source">
              <PropertyRef Name="PosSatKodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSatKod_Recete">
          <End Role="PosSatKod_Recete_Source" Type="Self.PosSatKod" Multiplicity="*" />
          <End Role="PosSatKod_Recete_Target" Type="Self.Recete" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosSatKod_Recete_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSatKod_Recete_Source">
              <PropertyRef Name="ReceteId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSatKod_Sirket">
          <End Role="PosSatKod_Sirket_Source" Type="Self.PosSatKod" Multiplicity="*" />
          <End Role="PosSatKod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSatKod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSatKod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetay_PosSatKod">
          <End Role="PosSipDetay_PosSatKod_Source" Type="Self.PosSipDetay" Multiplicity="*" />
          <End Role="PosSipDetay_PosSatKod_Target" Type="Self.PosSatKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSipDetay_PosSatKod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipDetay_PosSatKod_Source">
              <PropertyRef Name="PosSatKodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetay_PosSipAna">
          <End Role="PosSipDetay_PosSipAna_Source" Type="Self.PosSipDetay" Multiplicity="*" />
          <End Role="PosSipDetay_PosSipAna_Target" Type="Self.PosSipAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSipDetay_PosSipAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipDetay_PosSipAna_Source">
              <PropertyRef Name="PosSipAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosCond_PosSatKodCondimentlerTanim">
          <End Role="PosCond_PosSatKodCondimentlerTanim_Source" Type="Self.PosCond" Multiplicity="*" />
          <End Role="PosCond_PosSatKodCondimentlerTanim_Target" Type="Self.PosCondTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosCond_PosSatKodCondimentlerTanim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosCond_PosSatKodCondimentlerTanim_Source">
              <PropertyRef Name="PosSatKodCondimentlerTanimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosCond_PosSipDetay">
          <End Role="PosCond_PosSipDetay_Source" Type="Self.PosCond" Multiplicity="*" />
          <End Role="PosCond_PosSipDetay_Target" Type="Self.PosSipDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosCond_PosSipDetay_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosCond_PosSipDetay_Source">
              <PropertyRef Name="PosSipDetayId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosCond_Sirket">
          <End Role="PosCond_Sirket_Source" Type="Self.PosCond" Multiplicity="*" />
          <End Role="PosCond_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosCond_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosCond_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetayFiyHrk_PosSipDetay">
          <End Role="PosSipDetayFiyHrk_PosSipDetay_Source" Type="Self.PosSipDetayFiyHrk" Multiplicity="*" />
          <End Role="PosSipDetayFiyHrk_PosSipDetay_Target" Type="Self.PosSipDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSipDetayFiyHrk_PosSipDetay_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipDetayFiyHrk_PosSipDetay_Source">
              <PropertyRef Name="PosSipDetayId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetayIndirimler_PosGarson">
          <End Role="PosSipDetayIndirimler_PosGarson_Source" Type="Self.PosSipDetayIndirimler" Multiplicity="*" />
          <End Role="PosSipDetayIndirimler_PosGarson_Target" Type="Self.PosGarson" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSipDetayIndirimler_PosGarson_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipDetayIndirimler_PosGarson_Source">
              <PropertyRef Name="PosGarsonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetayIndirimler_PosSipDetay">
          <End Role="PosSipDetayIndirimler_PosSipDetay_Source" Type="Self.PosSipDetayIndirimler" Multiplicity="*" />
          <End Role="PosSipDetayIndirimler_PosSipDetay_Target" Type="Self.PosSipDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSipDetayIndirimler_PosSipDetay_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipDetayIndirimler_PosSipDetay_Source">
              <PropertyRef Name="PosSipDetayId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetayVaryasyonlar_PosSipDetay">
          <End Role="PosSipDetayVaryasyonlar_PosSipDetay_Source" Type="Self.PosSipDetayVaryasyonlar" Multiplicity="*" />
          <End Role="PosSipDetayVaryasyonlar_PosSipDetay_Target" Type="Self.PosSipDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSipDetayVaryasyonlar_PosSipDetay_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipDetayVaryasyonlar_PosSipDetay_Source">
              <PropertyRef Name="PosSipDetayId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosVaryasyonlarTanim_PosAltKategoriler">
          <End Role="PosVaryasyonlarTanim_PosAltKategoriler_Source" Type="Self.PosVaryasyonlarTanim" Multiplicity="*" />
          <End Role="PosVaryasyonlarTanim_PosAltKategoriler_Target" Type="Self.PosAltKategoriler" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosVaryasyonlarTanim_PosAltKategoriler_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosVaryasyonlarTanim_PosAltKategoriler_Source">
              <PropertyRef Name="PosAltKategorilerId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosVaryasyonlarTanim_PosSatKod">
          <End Role="PosVaryasyonlarTanim_PosSatKod_Source" Type="Self.PosVaryasyonlarTanim" Multiplicity="*" />
          <End Role="PosVaryasyonlarTanim_PosSatKod_Target" Type="Self.PosSatKod" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosVaryasyonlarTanim_PosSatKod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosVaryasyonlarTanim_PosSatKod_Source">
              <PropertyRef Name="PosSatKodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosVaryasyonlarTanim_Sirket">
          <End Role="PosVaryasyonlarTanim_Sirket_Source" Type="Self.PosVaryasyonlarTanim" Multiplicity="*" />
          <End Role="PosVaryasyonlarTanim_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosVaryasyonlarTanim_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosVaryasyonlarTanim_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetayVaryasyonlar_PosVaryasyonlarTanim">
          <End Role="PosSipDetayVaryasyonlar_PosVaryasyonlarTanim_Source" Type="Self.PosSipDetayVaryasyonlar" Multiplicity="*" />
          <End Role="PosSipDetayVaryasyonlar_PosVaryasyonlarTanim_Target" Type="Self.PosVaryasyonlarTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSipDetayVaryasyonlar_PosVaryasyonlarTanim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipDetayVaryasyonlar_PosVaryasyonlarTanim_Source">
              <PropertyRef Name="PosVaryasyonlarTanimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetayVaryasyonlar_Sirket">
          <End Role="PosSipDetayVaryasyonlar_Sirket_Source" Type="Self.PosSipDetayVaryasyonlar" Multiplicity="*" />
          <End Role="PosSipDetayVaryasyonlar_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSipDetayVaryasyonlar_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipDetayVaryasyonlar_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FisTip_Sirket">
          <End Role="FisTip_Sirket_Source" Type="Self.FisTip" Multiplicity="*" />
          <End Role="FisTip_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FisTip_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FisTip_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_FisTip">
          <End Role="StokhrkAna_FisTip_Source" Type="Self.StokhrkAna" Multiplicity="*" />
          <End Role="StokhrkAna_FisTip_Target" Type="Self.FisTip" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StokhrkAna_FisTip_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkAna_FisTip_Source">
              <PropertyRef Name="FisTipId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_Hesap">
          <End Role="StokhrkAna_Hesap_Source" Type="Self.StokhrkAna" Multiplicity="*" />
          <End Role="StokhrkAna_Hesap_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="StokhrkAna_Hesap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkAna_Hesap_Source">
              <PropertyRef Name="HesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdenmezIkram_Sirket">
          <End Role="PosOdenmezIkram_Sirket_Source" Type="Self.PosOdenmezIkram" Multiplicity="*" />
          <End Role="PosOdenmezIkram_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosOdenmezIkram_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosOdenmezIkram_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_PosOdenmezIkram">
          <End Role="StokhrkAna_PosOdenmezIkram_Source" Type="Self.StokhrkAna" Multiplicity="*" />
          <End Role="StokhrkAna_PosOdenmezIkram_Target" Type="Self.PosOdenmezIkram" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="StokhrkAna_PosOdenmezIkram_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkAna_PosOdenmezIkram_Source">
              <PropertyRef Name="PosOdenmezIkramId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkAna_FisTip">
          <End Role="ReceteHrkAna_FisTip_Source" Type="Self.ReceteHrkAna" Multiplicity="*" />
          <End Role="ReceteHrkAna_FisTip_Target" Type="Self.FisTip" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ReceteHrkAna_FisTip_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteHrkAna_FisTip_Source">
              <PropertyRef Name="FisTipId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkAna_PosOdenmezIkram">
          <End Role="ReceteHrkAna_PosOdenmezIkram_Source" Type="Self.ReceteHrkAna" Multiplicity="*" />
          <End Role="ReceteHrkAna_PosOdenmezIkram_Target" Type="Self.PosOdenmezIkram" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ReceteHrkAna_PosOdenmezIkram_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteHrkAna_PosOdenmezIkram_Source">
              <PropertyRef Name="PosOdenmezIkramId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepartmanAna_DepartmanAmbar">
          <End Role="DepartmanAna_DepartmanAmbar_Source" Type="Self.DepartmanAna" Multiplicity="*" />
          <End Role="DepartmanAna_DepartmanAmbar_Target" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="DepartmanAna_DepartmanAmbar_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DepartmanAna_DepartmanAmbar_Source">
              <PropertyRef Name="DepartmanAmbarId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepDevir_DepartmanAna">
          <End Role="DepDevir_DepartmanAna_Source" Type="Self.DepDevir" Multiplicity="*" />
          <End Role="DepDevir_DepartmanAna_Target" Type="Self.DepartmanAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DepDevir_DepartmanAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DepDevir_DepartmanAna_Source">
              <PropertyRef Name="DepartmanAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepDevir_Sirket">
          <End Role="DepDevir_Sirket_Source" Type="Self.DepDevir" Multiplicity="*" />
          <End Role="DepDevir_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DepDevir_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DepDevir_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepDevir_StokhrkAna">
          <End Role="DepDevir_StokhrkAna_Source" Type="Self.DepDevir" Multiplicity="*" />
          <End Role="DepDevir_StokhrkAna_Target" Type="Self.StokhrkAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="DepDevir_StokhrkAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DepDevir_StokhrkAna_Source">
              <PropertyRef Name="StokhrkAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Referans_OnbReferans">
          <End Role="Referans_OnbReferans_Source" Type="Self.Referans" Multiplicity="*" />
          <End Role="Referans_OnbReferans_Target" Type="Self.OnbReferans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Referans_OnbReferans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Referans_OnbReferans_Source">
              <PropertyRef Name="OnbReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Referans_Sirket">
          <End Role="Referans_Sirket_Source" Type="Self.Referans" Multiplicity="*" />
          <End Role="Referans_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Referans_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Referans_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepartmanAna_Referans">
          <End Role="DepartmanAna_Referans_Source" Type="Self.DepartmanAna" Multiplicity="*" />
          <End Role="DepartmanAna_Referans_Target" Type="Self.Referans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="DepartmanAna_Referans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DepartmanAna_Referans_Source">
              <PropertyRef Name="ReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepartmanAna_Sirket">
          <End Role="DepartmanAna_Sirket_Source" Type="Self.DepartmanAna" Multiplicity="*" />
          <End Role="DepartmanAna_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DepartmanAna_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DepartmanAna_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkDetay_AlanDepartman">
          <End Role="ReceteHrkDetay_AlanDepartman_Source" Type="Self.ReceteHrkDetay" Multiplicity="*" />
          <End Role="ReceteHrkDetay_AlanDepartman_Target" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ReceteHrkDetay_AlanDepartman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteHrkDetay_AlanDepartman_Source">
              <PropertyRef Name="AlanDepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkDetay_Recete">
          <End Role="ReceteHrkDetay_Recete_Source" Type="Self.ReceteHrkDetay" Multiplicity="*" />
          <End Role="ReceteHrkDetay_Recete_Target" Type="Self.Recete" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ReceteHrkDetay_Recete_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteHrkDetay_Recete_Source">
              <PropertyRef Name="ReceteId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkDetay_ReceteBaglantiAna">
          <End Role="ReceteHrkDetay_ReceteBaglantiAna_Source" Type="Self.ReceteHrkDetay" Multiplicity="*" />
          <End Role="ReceteHrkDetay_ReceteBaglantiAna_Target" Type="Self.ReceteBaglantiAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ReceteHrkDetay_ReceteBaglantiAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteHrkDetay_ReceteBaglantiAna_Source">
              <PropertyRef Name="ReceteBaglantiAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkDetay_ReceteHrkAna">
          <End Role="ReceteHrkDetay_ReceteHrkAna_Source" Type="Self.ReceteHrkDetay" Multiplicity="*" />
          <End Role="ReceteHrkDetay_ReceteHrkAna_Target" Type="Self.ReceteHrkAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ReceteHrkDetay_ReceteHrkAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteHrkDetay_ReceteHrkAna_Source">
              <PropertyRef Name="ReceteHrkAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkDetay_Sirket">
          <End Role="ReceteHrkDetay_Sirket_Source" Type="Self.ReceteHrkDetay" Multiplicity="*" />
          <End Role="ReceteHrkDetay_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ReceteHrkDetay_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteHrkDetay_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_AlanDepartman">
          <End Role="StokhrkDetay_AlanDepartman_Source" Type="Self.StokhrkDetay" Multiplicity="*" />
          <End Role="StokhrkDetay_AlanDepartman_Target" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay_AlanDepartman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkDetay_AlanDepartman_Source">
              <PropertyRef Name="AlanDepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_Kdv">
          <End Role="StokhrkDetay_Kdv_Source" Type="Self.StokhrkDetay" Multiplicity="*" />
          <End Role="StokhrkDetay_Kdv_Target" Type="Self.Kdv" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay_Kdv_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkDetay_Kdv_Source">
              <PropertyRef Name="KdvId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_ReceteHrkDetay">
          <End Role="StokhrkDetay_ReceteHrkDetay_Source" Type="Self.StokhrkDetay" Multiplicity="*" />
          <End Role="StokhrkDetay_ReceteHrkDetay_Target" Type="Self.ReceteHrkDetay" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay_ReceteHrkDetay_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkDetay_ReceteHrkDetay_Source">
              <PropertyRef Name="ReceteHrkDetayId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_Sirket">
          <End Role="StokhrkDetay_Sirket_Source" Type="Self.StokhrkDetay" Multiplicity="*" />
          <End Role="StokhrkDetay_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkDetay_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_StokhrkAna">
          <End Role="StokhrkDetay_StokhrkAna_Source" Type="Self.StokhrkDetay" Multiplicity="*" />
          <End Role="StokhrkDetay_StokhrkAna_Target" Type="Self.StokhrkAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay_StokhrkAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkDetay_StokhrkAna_Source">
              <PropertyRef Name="StokhrkAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_StokhrkDetayAyrinti">
          <End Role="StokhrkDetay_StokhrkDetayAyrinti_Source" Type="Self.StokhrkDetay" Multiplicity="1" />
          <End Role="StokhrkDetay_StokhrkDetayAyrinti_Target" Type="Self.StokhrkDetayAyrinti" Multiplicity="1" />
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay_StokhrkDetayAyrinti_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkDetay_StokhrkDetayAyrinti_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetayBaglanti_Sirket">
          <End Role="StokhrkDetayBaglanti_Sirket_Source" Type="Self.StokhrkDetayBaglanti" Multiplicity="*" />
          <End Role="StokhrkDetayBaglanti_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StokhrkDetayBaglanti_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkDetayBaglanti_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_StokhrkDetayBaglantiAna">
          <End Role="StokhrkDetay_StokhrkDetayBaglantiAna_Source" Type="Self.StokhrkDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkDetay_StokhrkDetayBaglantiAna_Target" Type="Self.StokhrkDetayBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay_StokhrkDetayBaglantiAna_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkDetay_StokhrkDetayBaglantiAna_Target">
              <PropertyRef Name="StokhrkDetayId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_StokhrkDetayBaglantiUst">
          <End Role="StokhrkDetay_StokhrkDetayBaglantiUst_Source" Type="Self.StokhrkDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkDetay_StokhrkDetayBaglantiUst_Target" Type="Self.StokhrkDetayBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay_StokhrkDetayBaglantiUst_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkDetay_StokhrkDetayBaglantiUst_Target">
              <PropertyRef Name="UstStokhrkDetayId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AltGrup_Envanterler">
          <End Role="AltGrup_Envanterler_Source" Type="Self.AltGrup" Multiplicity="0..1" />
          <End Role="AltGrup_Envanterler_Target" Type="Self.Envanter" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AltGrup_Envanterler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AltGrup_Envanterler_Target">
              <PropertyRef Name="AltGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Grup_Altgruplar">
          <End Role="Grup_Altgruplar_Source" Type="Self.Grup" Multiplicity="0..1" />
          <End Role="Grup_Altgruplar_Target" Type="Self.AltGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Grup_Altgruplar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Grup_Altgruplar_Target">
              <PropertyRef Name="GrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Grup_Sirket">
          <End Role="Grup_Sirket_Source" Type="Self.Grup" Multiplicity="*" />
          <End Role="Grup_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Grup_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Grup_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AltGrup_Sirket">
          <End Role="AltGrup_Sirket_Source" Type="Self.AltGrup" Multiplicity="*" />
          <End Role="AltGrup_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AltGrup_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AltGrup_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Envanter_Grup">
          <End Role="Envanter_Grup_Source" Type="Self.Envanter" Multiplicity="*" />
          <End Role="Envanter_Grup_Target" Type="Self.Grup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Envanter_Grup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Envanter_Grup_Source">
              <PropertyRef Name="GrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Envanter_Sirket">
          <End Role="Envanter_Sirket_Source" Type="Self.Envanter" Multiplicity="*" />
          <End Role="Envanter_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Envanter_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Envanter_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Envanter_Urunler">
          <End Role="Envanter_Urunler_Source" Type="Self.Envanter" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Envanter_Urunler_Target" Type="Self.Urun" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Envanter_Urunler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Envanter_Urunler_Target">
              <PropertyRef Name="EnvanterId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Urun_Kdv">
          <End Role="Urun_Kdv_Source" Type="Self.Urun" Multiplicity="*" />
          <End Role="Urun_Kdv_Target" Type="Self.Kdv" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Urun_Kdv_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Urun_Kdv_Source">
              <PropertyRef Name="KdvId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Urun_Receteler">
          <End Role="Urun_Receteler_Source" Type="Self.Urun" Multiplicity="0..1" />
          <End Role="Urun_Receteler_Target" Type="Self.Recete" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Urun_Receteler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Urun_Receteler_Target">
              <PropertyRef Name="UrunId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Urun_Sirket">
          <End Role="Urun_Sirket_Source" Type="Self.Urun" Multiplicity="*" />
          <End Role="Urun_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Urun_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Urun_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunBarkod_Sirket">
          <End Role="UrunBarkod_Sirket_Source" Type="Self.UrunBarkod" Multiplicity="*" />
          <End Role="UrunBarkod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UrunBarkod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunBarkod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunBarkod_Urun">
          <End Role="UrunBarkod_Urun_Source" Type="Self.UrunBarkod" Multiplicity="*" />
          <End Role="UrunBarkod_Urun_Target" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UrunBarkod_Urun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunBarkod_Urun_Source">
              <PropertyRef Name="UrunID" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunBirim_AltBirim">
          <End Role="UrunBirim_AltBirim_Source" Type="Self.UrunBirim" Multiplicity="*" />
          <End Role="UrunBirim_AltBirim_Target" Type="Self.Birim" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="UrunBirim_AltBirim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunBirim_AltBirim_Source">
              <PropertyRef Name="AltBirimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunBirim_Birim">
          <End Role="UrunBirim_Birim_Source" Type="Self.UrunBirim" Multiplicity="*" />
          <End Role="UrunBirim_Birim_Target" Type="Self.Birim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UrunBirim_Birim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunBirim_Birim_Source">
              <PropertyRef Name="BirimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunBirim_Sirket">
          <End Role="UrunBirim_Sirket_Source" Type="Self.UrunBirim" Multiplicity="*" />
          <End Role="UrunBirim_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UrunBirim_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunBirim_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunBirim_Urun">
          <End Role="UrunBirim_Urun_Source" Type="Self.UrunBirim" Multiplicity="*" />
          <End Role="UrunBirim_Urun_Target" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UrunBirim_Urun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunBirim_Urun_Source">
              <PropertyRef Name="UrunID" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMarka_Sirket">
          <End Role="UrunMarka_Sirket_Source" Type="Self.UrunMarka" Multiplicity="*" />
          <End Role="UrunMarka_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UrunMarka_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunMarka_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMarka_Urun">
          <End Role="UrunMarka_Urun_Source" Type="Self.UrunMarka" Multiplicity="*" />
          <End Role="UrunMarka_Urun_Target" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UrunMarka_Urun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunMarka_Urun_Source">
              <PropertyRef Name="UrunID" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMuhasebeHesap_HesapCikis">
          <End Role="UrunMuhasebeHesap_HesapCikis_Source" Type="Self.UrunMuhasebeHesap" Multiplicity="*" />
          <End Role="UrunMuhasebeHesap_HesapCikis_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="UrunMuhasebeHesap_HesapCikis_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunMuhasebeHesap_HesapCikis_Source">
              <PropertyRef Name="HesapCikisId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMuhasebeHesap_HesapEmanetGiris">
          <End Role="UrunMuhasebeHesap_HesapEmanetGiris_Source" Type="Self.UrunMuhasebeHesap" Multiplicity="*" />
          <End Role="UrunMuhasebeHesap_HesapEmanetGiris_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="UrunMuhasebeHesap_HesapEmanetGiris_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunMuhasebeHesap_HesapEmanetGiris_Source">
              <PropertyRef Name="HesapEmanetGirisId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMuhasebeHesap_HesapGiris">
          <End Role="UrunMuhasebeHesap_HesapGiris_Source" Type="Self.UrunMuhasebeHesap" Multiplicity="*" />
          <End Role="UrunMuhasebeHesap_HesapGiris_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="UrunMuhasebeHesap_HesapGiris_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunMuhasebeHesap_HesapGiris_Source">
              <PropertyRef Name="HesapGirisId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMuhasebeHesap_HesapOtellerArasiTransfer">
          <End Role="UrunMuhasebeHesap_HesapOtellerArasiTransfer_Source" Type="Self.UrunMuhasebeHesap" Multiplicity="*" />
          <End Role="UrunMuhasebeHesap_HesapOtellerArasiTransfer_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="UrunMuhasebeHesap_HesapOtellerArasiTransfer_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunMuhasebeHesap_HesapOtellerArasiTransfer_Source">
              <PropertyRef Name="HesapOtellerArasiTransferId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMuhasebeHesap_HesapTuketim">
          <End Role="UrunMuhasebeHesap_HesapTuketim_Source" Type="Self.UrunMuhasebeHesap" Multiplicity="*" />
          <End Role="UrunMuhasebeHesap_HesapTuketim_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="UrunMuhasebeHesap_HesapTuketim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunMuhasebeHesap_HesapTuketim_Source">
              <PropertyRef Name="HesapTuketimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Urun_UrunMuhasebeHesap">
          <End Role="Urun_UrunMuhasebeHesap_Source" Type="Self.Urun" Multiplicity="1" />
          <End Role="Urun_UrunMuhasebeHesap_Target" Type="Self.UrunMuhasebeHesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Urun_UrunMuhasebeHesap_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Urun_UrunMuhasebeHesap_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunOzelBarkod_Sirket">
          <End Role="UrunOzelBarkod_Sirket_Source" Type="Self.UrunOzelBarkod" Multiplicity="*" />
          <End Role="UrunOzelBarkod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UrunOzelBarkod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunOzelBarkod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunOzelBarkod_Urun">
          <End Role="UrunOzelBarkod_Urun_Source" Type="Self.UrunOzelBarkod" Multiplicity="*" />
          <End Role="UrunOzelBarkod_Urun_Target" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UrunOzelBarkod_Urun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunOzelBarkod_Urun_Source">
              <PropertyRef Name="UrunID" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_Urun">
          <End Role="StokhrkDetay_Urun_Source" Type="Self.StokhrkDetay" Multiplicity="*" />
          <End Role="StokhrkDetay_Urun_Target" Type="Self.Urun" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay_Urun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkDetay_Urun_Source">
              <PropertyRef Name="UrunId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_UrunBirim">
          <End Role="StokhrkDetay_UrunBirim_Source" Type="Self.StokhrkDetay" Multiplicity="*" />
          <End Role="StokhrkDetay_UrunBirim_Target" Type="Self.UrunBirim" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay_UrunBirim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkDetay_UrunBirim_Source">
              <PropertyRef Name="UrunBirimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_VerenDepartman">
          <End Role="StokhrkDetay_VerenDepartman_Source" Type="Self.StokhrkDetay" Multiplicity="*" />
          <End Role="StokhrkDetay_VerenDepartman_Target" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay_VerenDepartman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkDetay_VerenDepartman_Source">
              <PropertyRef Name="VerenDepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkAna_Sirket">
          <End Role="ReceteHrkAna_Sirket_Source" Type="Self.ReceteHrkAna" Multiplicity="*" />
          <End Role="ReceteHrkAna_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ReceteHrkAna_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteHrkAna_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkAna_StokhrkAna">
          <End Role="ReceteHrkAna_StokhrkAna_Source" Type="Self.ReceteHrkAna" Multiplicity="*" />
          <End Role="ReceteHrkAna_StokhrkAna_Target" Type="Self.StokhrkAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ReceteHrkAna_StokhrkAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteHrkAna_StokhrkAna_Source">
              <PropertyRef Name="StokhrkAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_Sirket">
          <End Role="StokhrkAna_Sirket_Source" Type="Self.StokhrkAna" Multiplicity="*" />
          <End Role="StokhrkAna_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StokhrkAna_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkAna_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAnaBaglanti_Sirket">
          <End Role="StokhrkAnaBaglanti_Sirket_Source" Type="Self.StokhrkAnaBaglanti" Multiplicity="*" />
          <End Role="StokhrkAnaBaglanti_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StokhrkAnaBaglanti_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkAnaBaglanti_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_StokhrkAnaBaglantilar">
          <End Role="StokhrkAna_StokhrkAnaBaglantilar_Source" Type="Self.StokhrkAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkAna_StokhrkAnaBaglantilar_Target" Type="Self.StokhrkAnaBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkAna_StokhrkAnaBaglantilar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkAna_StokhrkAnaBaglantilar_Target">
              <PropertyRef Name="StokhrkAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_StokhrkAnaBaglantilarDiger">
          <End Role="StokhrkAna_StokhrkAnaBaglantilarDiger_Source" Type="Self.StokhrkAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkAna_StokhrkAnaBaglantilarDiger_Target" Type="Self.StokhrkAnaBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkAna_StokhrkAnaBaglantilarDiger_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkAna_StokhrkAnaBaglantilarDiger_Target">
              <PropertyRef Name="StokhrkAnaIliskiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_Tevkifat">
          <End Role="StokhrkAna_Tevkifat_Source" Type="Self.StokhrkAna" Multiplicity="*" />
          <End Role="StokhrkAna_Tevkifat_Target" Type="Self.Tevkifat" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="StokhrkAna_Tevkifat_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkAna_Tevkifat_Source">
              <PropertyRef Name="TevkifatId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetay_StokhrkAna">
          <End Role="PosSipDetay_StokhrkAna_Source" Type="Self.PosSipDetay" Multiplicity="*" />
          <End Role="PosSipDetay_StokhrkAna_Target" Type="Self.StokhrkAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosSipDetay_StokhrkAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipDetay_StokhrkAna_Source">
              <PropertyRef Name="StokhrkAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeTipi_Depkod">
          <End Role="PosOdemeTipi_Depkod_Source" Type="Self.PosOdemeTipi" Multiplicity="*" />
          <End Role="PosOdemeTipi_Depkod_Target" Type="Self.Depkod" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosOdemeTipi_Depkod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosOdemeTipi_Depkod_Source">
              <PropertyRef Name="DepkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeTipi_Doviz">
          <End Role="PosOdemeTipi_Doviz_Source" Type="Self.PosOdemeTipi" Multiplicity="*" />
          <End Role="PosOdemeTipi_Doviz_Target" Type="Self.Doviz" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosOdemeTipi_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosOdemeTipi_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeTipi_Sirket">
          <End Role="PosOdemeTipi_Sirket_Source" Type="Self.PosOdemeTipi" Multiplicity="*" />
          <End Role="PosOdemeTipi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosOdemeTipi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosOdemeTipi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeler_PosOdemeTipi">
          <End Role="PosOdemeler_PosOdemeTipi_Source" Type="Self.PosOdemeler" Multiplicity="*" />
          <End Role="PosOdemeler_PosOdemeTipi_Target" Type="Self.PosOdemeTipi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosOdemeler_PosOdemeTipi_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosOdemeler_PosOdemeTipi_Source">
              <PropertyRef Name="PosOdemeTipiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeler_PosOdenmezIkram">
          <End Role="PosOdemeler_PosOdenmezIkram_Source" Type="Self.PosOdemeler" Multiplicity="*" />
          <End Role="PosOdemeler_PosOdenmezIkram_Target" Type="Self.PosOdenmezIkram" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosOdemeler_PosOdenmezIkram_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosOdemeler_PosOdenmezIkram_Source">
              <PropertyRef Name="PosOdenmezIkramId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeler_PosSipAna">
          <End Role="PosOdemeler_PosSipAna_Source" Type="Self.PosOdemeler" Multiplicity="*" />
          <End Role="PosOdemeler_PosSipAna_Target" Type="Self.PosSipAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosOdemeler_PosSipAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosOdemeler_PosSipAna_Source">
              <PropertyRef Name="PosSipAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeler_UstOdeme">
          <End Role="PosOdemeler_UstOdeme_Source" Type="Self.PosOdemeler" Multiplicity="*" />
          <End Role="PosOdemeler_UstOdeme_Target" Type="Self.PosOdemeler" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosOdemeler_UstOdeme_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosOdemeler_UstOdeme_Source">
              <PropertyRef Name="UstOdemeID" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipAna_Sirket">
          <End Role="PosSipAna_Sirket_Source" Type="Self.PosSipAna" Multiplicity="*" />
          <End Role="PosSipAna_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosSipAna_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosSipAna_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosMasa_Sirket">
          <End Role="PosMasa_Sirket_Source" Type="Self.PosMasa" Multiplicity="*" />
          <End Role="PosMasa_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosMasa_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosMasa_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDep_Referans">
          <End Role="PosDep_Referans_Source" Type="Self.PosDep" Multiplicity="*" />
          <End Role="PosDep_Referans_Target" Type="Self.Referans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosDep_Referans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosDep_Referans_Source">
              <PropertyRef Name="ReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDep_Sirket">
          <End Role="PosDep_Sirket_Source" Type="Self.PosDep" Multiplicity="*" />
          <End Role="PosDep_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosDep_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosDep_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglantiAna_PosDep">
          <End Role="ReceteBaglantiAna_PosDep_Source" Type="Self.ReceteBaglantiAna" Multiplicity="*" />
          <End Role="ReceteBaglantiAna_PosDep_Target" Type="Self.PosDep" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ReceteBaglantiAna_PosDep_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteBaglantiAna_PosDep_Source">
              <PropertyRef Name="PosDepId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglantiAna_PosSatKod">
          <End Role="ReceteBaglantiAna_PosSatKod_Source" Type="Self.ReceteBaglantiAna" Multiplicity="*" />
          <End Role="ReceteBaglantiAna_PosSatKod_Target" Type="Self.PosSatKod" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ReceteBaglantiAna_PosSatKod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteBaglantiAna_PosSatKod_Source">
              <PropertyRef Name="PosSatKodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglanti_GelirDepartmani">
          <End Role="ReceteBaglanti_GelirDepartmani_Source" Type="Self.ReceteBaglanti" Multiplicity="*" />
          <End Role="ReceteBaglanti_GelirDepartmani_Target" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ReceteBaglanti_GelirDepartmani_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteBaglanti_GelirDepartmani_Source">
              <PropertyRef Name="GelirDepartmaniId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglanti_ReceteBaglantiAna">
          <End Role="ReceteBaglanti_ReceteBaglantiAna_Source" Type="Self.ReceteBaglanti" Multiplicity="*" />
          <End Role="ReceteBaglanti_ReceteBaglantiAna_Target" Type="Self.ReceteBaglantiAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ReceteBaglanti_ReceteBaglantiAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteBaglanti_ReceteBaglantiAna_Source">
              <PropertyRef Name="ReceteBaglantiAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteIcerik_Recete">
          <End Role="ReceteIcerik_Recete_Source" Type="Self.ReceteIcerik" Multiplicity="*" />
          <End Role="ReceteIcerik_Recete_Target" Type="Self.Recete" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ReceteIcerik_Recete_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteIcerik_Recete_Source">
              <PropertyRef Name="ReceteId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteIcerik_ReceteBaglanti">
          <End Role="ReceteIcerik_ReceteBaglanti_Source" Type="Self.ReceteIcerik" Multiplicity="0..1" />
          <End Role="ReceteIcerik_ReceteBaglanti_Target" Type="Self.ReceteBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ReceteIcerik_ReceteBaglanti_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteIcerik_ReceteBaglanti_Target">
              <PropertyRef Name="ReceteIcerikId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteIcerik_Sirket">
          <End Role="ReceteIcerik_Sirket_Source" Type="Self.ReceteIcerik" Multiplicity="*" />
          <End Role="ReceteIcerik_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ReceteIcerik_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteIcerik_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteIcerik_Urun">
          <End Role="ReceteIcerik_Urun_Source" Type="Self.ReceteIcerik" Multiplicity="*" />
          <End Role="ReceteIcerik_Urun_Target" Type="Self.Urun" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ReceteIcerik_Urun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteIcerik_Urun_Source">
              <PropertyRef Name="UrunId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteIcerik_UrunBirim">
          <End Role="ReceteIcerik_UrunBirim_Source" Type="Self.ReceteIcerik" Multiplicity="*" />
          <End Role="ReceteIcerik_UrunBirim_Target" Type="Self.UrunBirim" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ReceteIcerik_UrunBirim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteIcerik_UrunBirim_Source">
              <PropertyRef Name="UrunBirimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglanti_Sirket">
          <End Role="ReceteBaglanti_Sirket_Source" Type="Self.ReceteBaglanti" Multiplicity="*" />
          <End Role="ReceteBaglanti_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ReceteBaglanti_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteBaglanti_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglanti_TuketimDepartmani">
          <End Role="ReceteBaglanti_TuketimDepartmani_Source" Type="Self.ReceteBaglanti" Multiplicity="*" />
          <End Role="ReceteBaglanti_TuketimDepartmani_Target" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ReceteBaglanti_TuketimDepartmani_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteBaglanti_TuketimDepartmani_Source">
              <PropertyRef Name="TuketimDepartmaniId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglantiAna_Sirket">
          <End Role="ReceteBaglantiAna_Sirket_Source" Type="Self.ReceteBaglantiAna" Multiplicity="*" />
          <End Role="ReceteBaglantiAna_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ReceteBaglantiAna_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ReceteBaglantiAna_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Recete_ReceteBaglantiAnalar">
          <End Role="Recete_ReceteBaglantiAnalar_Source" Type="Self.Recete" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Recete_ReceteBaglantiAnalar_Target" Type="Self.ReceteBaglantiAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Recete_ReceteBaglantiAnalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Recete_ReceteBaglantiAnalar_Target">
              <PropertyRef Name="ReceteId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Recete_Sirket">
          <End Role="Recete_Sirket_Source" Type="Self.Recete" Multiplicity="*" />
          <End Role="Recete_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Recete_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Recete_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYemekRecete_Recete">
          <End Role="MenuYemekRecete_Recete_Source" Type="Self.MenuYemekRecete" Multiplicity="*" />
          <End Role="MenuYemekRecete_Recete_Target" Type="Self.Recete" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MenuYemekRecete_Recete_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MenuYemekRecete_Recete_Source">
              <PropertyRef Name="ReceteId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYemekRecete_Sirket">
          <End Role="MenuYemekRecete_Sirket_Source" Type="Self.MenuYemekRecete" Multiplicity="*" />
          <End Role="MenuYemekRecete_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MenuYemekRecete_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MenuYemekRecete_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYemek_Sirket">
          <End Role="MenuYemek_Sirket_Source" Type="Self.MenuYemek" Multiplicity="*" />
          <End Role="MenuYemek_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MenuYemek_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MenuYemek_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmMenuTanimMenuYemek_Sirket">
          <End Role="CrmMenuTanimMenuYemek_Sirket_Source" Type="Self.CrmMenuTanimMenuYemek" Multiplicity="*" />
          <End Role="CrmMenuTanimMenuYemek_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmMenuTanimMenuYemek_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmMenuTanimMenuYemek_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmMenuTanim_Sirket">
          <End Role="CrmMenuTanim_Sirket_Source" Type="Self.CrmMenuTanim" Multiplicity="*" />
          <End Role="CrmMenuTanim_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmMenuTanim_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmMenuTanim_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezervasyonMenu_CrmMenuTanim">
          <End Role="CrmRezervasyonMenu_CrmMenuTanim_Source" Type="Self.CrmRezervasyonMenu" Multiplicity="*" />
          <End Role="CrmRezervasyonMenu_CrmMenuTanim_Target" Type="Self.CrmMenuTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmRezervasyonMenu_CrmMenuTanim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmRezervasyonMenu_CrmMenuTanim_Source">
              <PropertyRef Name="CrmMenuTanimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezervasyonMenu_MenuYemek">
          <End Role="CrmRezervasyonMenu_MenuYemek_Source" Type="Self.CrmRezervasyonMenu" Multiplicity="*" />
          <End Role="CrmRezervasyonMenu_MenuYemek_Target" Type="Self.MenuYemek" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmRezervasyonMenu_MenuYemek_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmRezervasyonMenu_MenuYemek_Source">
              <PropertyRef Name="MenuYemekId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezervasyonMenu_Musteri">
          <End Role="CrmRezervasyonMenu_Musteri_Source" Type="Self.CrmRezervasyonMenu" Multiplicity="*" />
          <End Role="CrmRezervasyonMenu_Musteri_Target" Type="Self.Musteri" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmRezervasyonMenu_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmRezervasyonMenu_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezervasyonMenu_Sirket">
          <End Role="CrmRezervasyonMenu_Sirket_Source" Type="Self.CrmRezervasyonMenu" Multiplicity="*" />
          <End Role="CrmRezervasyonMenu_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmRezervasyonMenu_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmRezervasyonMenu_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HesSorguSonuc_Kullanici">
          <End Role="HesSorguSonuc_Kullanici_Source" Type="Self.HesSorguSonuc" Multiplicity="*" />
          <End Role="HesSorguSonuc_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="HesSorguSonuc_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HesSorguSonuc_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HesSorguSonuc_Musteri">
          <End Role="HesSorguSonuc_Musteri_Source" Type="Self.HesSorguSonuc" Multiplicity="*" />
          <End Role="HesSorguSonuc_Musteri_Target" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="HesSorguSonuc_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HesSorguSonuc_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Musteri_Kullanicilar">
          <End Role="Musteri_Kullanicilar_Source" Type="Self.Musteri" Multiplicity="0..1" />
          <End Role="Musteri_Kullanicilar_Target" Type="Self.Kullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri_Kullanicilar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Musteri_Kullanicilar_Target">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriEmail_Email">
          <End Role="MusteriEmail_Email_Source" Type="Self.MusteriEmail" Multiplicity="*" />
          <End Role="MusteriEmail_Email_Target" Type="Self.Email" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MusteriEmail_Email_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MusteriEmail_Email_Source">
              <PropertyRef Name="EmailId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriEmail_Musteri">
          <End Role="MusteriEmail_Musteri_Source" Type="Self.MusteriEmail" Multiplicity="*" />
          <End Role="MusteriEmail_Musteri_Target" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MusteriEmail_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MusteriEmail_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Musteri_MusteriKonaklamaEk">
          <End Role="Musteri_MusteriKonaklamaEk_Source" Type="Self.Musteri" Multiplicity="1" />
          <End Role="Musteri_MusteriKonaklamaEk_Target" Type="Self.MusteriKonaklamaEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Musteri_MusteriKonaklamaEk_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Musteri_MusteriKonaklamaEk_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriOzellik_Musteri">
          <End Role="MusteriOzellik_Musteri_Source" Type="Self.MusteriOzellik" Multiplicity="*" />
          <End Role="MusteriOzellik_Musteri_Target" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MusteriOzellik_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MusteriOzellik_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriOzellik_Ozellik">
          <End Role="MusteriOzellik_Ozellik_Source" Type="Self.MusteriOzellik" Multiplicity="*" />
          <End Role="MusteriOzellik_Ozellik_Target" Type="Self.Ozellik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MusteriOzellik_Ozellik_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MusteriOzellik_Ozellik_Source">
              <PropertyRef Name="OzellikId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriOzellik_Sirket">
          <End Role="MusteriOzellik_Sirket_Source" Type="Self.MusteriOzellik" Multiplicity="*" />
          <End Role="MusteriOzellik_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MusteriOzellik_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MusteriOzellik_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Musteri_MusteriPersonelEk">
          <End Role="Musteri_MusteriPersonelEk_Source" Type="Self.Musteri" Multiplicity="1" />
          <End Role="Musteri_MusteriPersonelEk_Target" Type="Self.MusteriPersonelEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Musteri_MusteriPersonelEk_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Musteri_MusteriPersonelEk_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriPlaka_Musteri">
          <End Role="MusteriPlaka_Musteri_Source" Type="Self.MusteriPlaka" Multiplicity="*" />
          <End Role="MusteriPlaka_Musteri_Target" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MusteriPlaka_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MusteriPlaka_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Plaka_MusteriPlakalar">
          <End Role="Plaka_MusteriPlakalar_Source" Type="Self.Plaka" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Plaka_MusteriPlakalar_Target" Type="Self.MusteriPlaka" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Plaka_MusteriPlakalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Plaka_MusteriPlakalar_Target">
              <PropertyRef Name="PlakaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Kullanici">
          <End Role="Reklamasyon_Kullanici_Source" Type="Self.Reklamasyon" Multiplicity="*" />
          <End Role="Reklamasyon_Kullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Reklamasyon_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Reklamasyon_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Musteri">
          <End Role="Reklamasyon_Musteri_Source" Type="Self.Reklamasyon" Multiplicity="*" />
          <End Role="Reklamasyon_Musteri_Target" Type="Self.Musteri" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Reklamasyon_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Reklamasyon_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Oda">
          <End Role="Reklamasyon_Oda_Source" Type="Self.Reklamasyon" Multiplicity="*" />
          <End Role="Reklamasyon_Oda_Target" Type="Self.Oda" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Reklamasyon_Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Reklamasyon_Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Rez">
          <End Role="Reklamasyon_Rez_Source" Type="Self.Reklamasyon" Multiplicity="*" />
          <End Role="Reklamasyon_Rez_Target" Type="Self.Rez" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Reklamasyon_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Reklamasyon_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Sikayet_Sirket">
          <End Role="Sikayet_Sirket_Source" Type="Self.Sikayet" Multiplicity="*" />
          <End Role="Sikayet_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Sikayet_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Sikayet_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Sikayet">
          <End Role="Reklamasyon_Sikayet_Source" Type="Self.Reklamasyon" Multiplicity="*" />
          <End Role="Reklamasyon_Sikayet_Target" Type="Self.Sikayet" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Reklamasyon_Sikayet_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Reklamasyon_Sikayet_Source">
              <PropertyRef Name="SikayetId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Sirket">
          <End Role="Reklamasyon_Sirket_Source" Type="Self.Reklamasyon" Multiplicity="*" />
          <End Role="Reklamasyon_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Reklamasyon_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Reklamasyon_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Talep_Sirket">
          <End Role="Talep_Sirket_Source" Type="Self.Talep" Multiplicity="*" />
          <End Role="Talep_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Talep_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Talep_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Talep">
          <End Role="Reklamasyon_Talep_Source" Type="Self.Reklamasyon" Multiplicity="*" />
          <End Role="Reklamasyon_Talep_Target" Type="Self.Talep" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Reklamasyon_Talep_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Reklamasyon_Talep_Source">
              <PropertyRef Name="TalepId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmKurum_CrmSagliklar">
          <End Role="CrmKurum_CrmSagliklar_Source" Type="Self.CrmKurum" Multiplicity="0..1" />
          <End Role="CrmKurum_CrmSagliklar_Target" Type="Self.CrmSaglik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmKurum_CrmSagliklar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmKurum_CrmSagliklar_Target">
              <PropertyRef Name="CrmKurumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmKurum_Sirket">
          <End Role="CrmKurum_Sirket_Source" Type="Self.CrmKurum" Multiplicity="*" />
          <End Role="CrmKurum_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmKurum_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmKurum_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglikSemptom_CrmSaglik">
          <End Role="CrmSaglikSemptom_CrmSaglik_Source" Type="Self.CrmSaglikSemptom" Multiplicity="*" />
          <End Role="CrmSaglikSemptom_CrmSaglik_Target" Type="Self.CrmSaglik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmSaglikSemptom_CrmSaglik_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmSaglikSemptom_CrmSaglik_Source">
              <PropertyRef Name="CrmSaglikId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSemptom_CrmSaglikSemptomlar">
          <End Role="CrmSemptom_CrmSaglikSemptomlar_Source" Type="Self.CrmSemptom" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmSemptom_CrmSaglikSemptomlar_Target" Type="Self.CrmSaglikSemptom" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmSemptom_CrmSaglikSemptomlar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmSemptom_CrmSaglikSemptomlar_Target">
              <PropertyRef Name="CrmSemptomId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSemptom_Sirket">
          <End Role="CrmSemptom_Sirket_Source" Type="Self.CrmSemptom" Multiplicity="*" />
          <End Role="CrmSemptom_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmSemptom_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmSemptom_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglikTeshis_CrmSaglik">
          <End Role="CrmSaglikTeshis_CrmSaglik_Source" Type="Self.CrmSaglikTeshis" Multiplicity="*" />
          <End Role="CrmSaglikTeshis_CrmSaglik_Target" Type="Self.CrmSaglik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmSaglikTeshis_CrmSaglik_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmSaglikTeshis_CrmSaglik_Source">
              <PropertyRef Name="CrmSaglikId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmTeshis_CrmSaglikTeshisler">
          <End Role="CrmTeshis_CrmSaglikTeshisler_Source" Type="Self.CrmTeshis" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmTeshis_CrmSaglikTeshisler_Target" Type="Self.CrmSaglikTeshis" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmTeshis_CrmSaglikTeshisler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmTeshis_CrmSaglikTeshisler_Target">
              <PropertyRef Name="CrmTeshisId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmTeshis_Sirket">
          <End Role="CrmTeshis_Sirket_Source" Type="Self.CrmTeshis" Multiplicity="*" />
          <End Role="CrmTeshis_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmTeshis_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmTeshis_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglik_Kullanici">
          <End Role="CrmSaglik_Kullanici_Source" Type="Self.CrmSaglik" Multiplicity="*" />
          <End Role="CrmSaglik_Kullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmSaglik_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmSaglik_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglik_Musteri">
          <End Role="CrmSaglik_Musteri_Source" Type="Self.CrmSaglik" Multiplicity="*" />
          <End Role="CrmSaglik_Musteri_Target" Type="Self.Musteri" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmSaglik_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmSaglik_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglik_Oda">
          <End Role="CrmSaglik_Oda_Source" Type="Self.CrmSaglik" Multiplicity="*" />
          <End Role="CrmSaglik_Oda_Target" Type="Self.Oda" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmSaglik_Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmSaglik_Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglik_Rez">
          <End Role="CrmSaglik_Rez_Source" Type="Self.CrmSaglik" Multiplicity="*" />
          <End Role="CrmSaglik_Rez_Target" Type="Self.Rez" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmSaglik_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmSaglik_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglik_Sirket">
          <End Role="CrmSaglik_Sirket_Source" Type="Self.CrmSaglik" Multiplicity="*" />
          <End Role="CrmSaglik_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmSaglik_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmSaglik_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriTel_Musteri">
          <End Role="MusteriTel_Musteri_Source" Type="Self.MusteriTel" Multiplicity="*" />
          <End Role="MusteriTel_Musteri_Target" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MusteriTel_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MusteriTel_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Tel_MusteriTeller">
          <End Role="Tel_MusteriTeller_Source" Type="Self.Tel" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Tel_MusteriTeller_Target" Type="Self.MusteriTel" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Tel_MusteriTeller_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Tel_MusteriTeller_Target">
              <PropertyRef Name="TelId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kullanici_SirketKullanicilar">
          <End Role="Kullanici_SirketKullanicilar_Source" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Kullanici_SirketKullanicilar_Target" Type="Self.SirketKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici_SirketKullanicilar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kullanici_SirketKullanicilar_Target">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SirketKullanici_Sirket">
          <End Role="SirketKullanici_Sirket_Source" Type="Self.SirketKullanici" Multiplicity="*" />
          <End Role="SirketKullanici_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SirketKullanici_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SirketKullanici_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MailSunucu_Sirket">
          <End Role="MailSunucu_Sirket_Source" Type="Self.MailSunucu" Multiplicity="*" />
          <End Role="MailSunucu_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MailSunucu_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MailSunucu_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AcentaMail_MailIslem">
          <End Role="AcentaMail_MailIslem_Source" Type="Self.AcentaMail" Multiplicity="*" />
          <End Role="AcentaMail_MailIslem_Target" Type="Self.MailIslem" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="AcentaMail_MailIslem_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AcentaMail_MailIslem_Source">
              <PropertyRef Name="MailIslemId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AcentaProforma_Acenta">
          <End Role="AcentaProforma_Acenta_Source" Type="Self.AcentaProforma" Multiplicity="*" />
          <End Role="AcentaProforma_Acenta_Target" Type="Self.Acenta" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="AcentaProforma_Acenta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AcentaProforma_Acenta_Source">
              <PropertyRef Name="AcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Acenta_AcenteBavelEk">
          <End Role="Acenta_AcenteBavelEk_Source" Type="Self.Acenta" Multiplicity="1" />
          <End Role="Acenta_AcenteBavelEk_Target" Type="Self.AcenteBavelEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Acenta_AcenteBavelEk_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Acenta_AcenteBavelEk_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AcenteHeskod_Acenta">
          <End Role="AcenteHeskod_Acenta_Source" Type="Self.AcenteHeskod" Multiplicity="*" />
          <End Role="AcenteHeskod_Acenta_Target" Type="Self.Acenta" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AcenteHeskod_Acenta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AcenteHeskod_Acenta_Source">
              <PropertyRef Name="AcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AcenteHeskod_Heskod">
          <End Role="AcenteHeskod_Heskod_Source" Type="Self.AcenteHeskod" Multiplicity="*" />
          <End Role="AcenteHeskod_Heskod_Target" Type="Self.Heskod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AcenteHeskod_Heskod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AcenteHeskod_Heskod_Source">
              <PropertyRef Name="HeskodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AcenteHeskod_Sirket">
          <End Role="AcenteHeskod_Sirket_Source" Type="Self.AcenteHeskod" Multiplicity="*" />
          <End Role="AcenteHeskod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AcenteHeskod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AcenteHeskod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakDownAcenta_Acenta">
          <End Role="BreakDownAcenta_Acenta_Source" Type="Self.BreakDownAcenta" Multiplicity="*" />
          <End Role="BreakDownAcenta_Acenta_Target" Type="Self.Acenta" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakDownAcenta_Acenta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakDownAcenta_Acenta_Source">
              <PropertyRef Name="AcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakDownAcenta_Breakdown">
          <End Role="BreakDownAcenta_Breakdown_Source" Type="Self.BreakDownAcenta" Multiplicity="*" />
          <End Role="BreakDownAcenta_Breakdown_Target" Type="Self.Breakdown" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakDownAcenta_Breakdown_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakDownAcenta_Breakdown_Source">
              <PropertyRef Name="BreakdownId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakDownAcenta_Pansiyon">
          <End Role="BreakDownAcenta_Pansiyon_Source" Type="Self.BreakDownAcenta" Multiplicity="*" />
          <End Role="BreakDownAcenta_Pansiyon_Target" Type="Self.Pansiyon" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakDownAcenta_Pansiyon_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakDownAcenta_Pansiyon_Source">
              <PropertyRef Name="PansiyonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakDownAcenta_Sirket">
          <End Role="BreakDownAcenta_Sirket_Source" Type="Self.BreakDownAcenta" Multiplicity="*" />
          <End Role="BreakDownAcenta_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakDownAcenta_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakDownAcenta_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnbGrupAcenta_Acenta">
          <End Role="OnbGrupAcenta_Acenta_Source" Type="Self.OnbGrupAcenta" Multiplicity="*" />
          <End Role="OnbGrupAcenta_Acenta_Target" Type="Self.Acenta" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OnbGrupAcenta_Acenta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OnbGrupAcenta_Acenta_Source">
              <PropertyRef Name="AcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnbGrup_OnbGrupAcentalar">
          <End Role="OnbGrup_OnbGrupAcentalar_Source" Type="Self.OnbGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OnbGrup_OnbGrupAcentalar_Target" Type="Self.OnbGrupAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbGrup_OnbGrupAcentalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OnbGrup_OnbGrupAcentalar_Target">
              <PropertyRef Name="OnbGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnbGrup_Sirket">
          <End Role="OnbGrup_Sirket_Source" Type="Self.OnbGrup" Multiplicity="*" />
          <End Role="OnbGrup_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OnbGrup_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OnbGrup_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Acenta_OnbReferans">
          <End Role="Acenta_OnbReferans_Source" Type="Self.Acenta" Multiplicity="*" />
          <End Role="Acenta_OnbReferans_Target" Type="Self.OnbReferans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Acenta_OnbReferans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Acenta_OnbReferans_Source">
              <PropertyRef Name="OnbReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Acenta_Sirket">
          <End Role="Acenta_Sirket_Source" Type="Self.Acenta" Multiplicity="*" />
          <End Role="Acenta_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Acenta_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Acenta_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ATkpGrupIzin_Sirket">
          <End Role="ATkpGrupIzin_Sirket_Source" Type="Self.ATkpGrupIzin" Multiplicity="*" />
          <End Role="ATkpGrupIzin_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ATkpGrupIzin_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ATkpGrupIzin_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaTakipIzin_ATkpGrupIzin">
          <End Role="ArizaTakipIzin_ATkpGrupIzin_Source" Type="Self.ArizaTakipIzin" Multiplicity="*" />
          <End Role="ArizaTakipIzin_ATkpGrupIzin_Target" Type="Self.ATkpGrupIzin" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ArizaTakipIzin_ATkpGrupIzin_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ArizaTakipIzin_ATkpGrupIzin_Source">
              <PropertyRef Name="ATkpGrupIzinId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaTakipIzin_Kullanici">
          <End Role="ArizaTakipIzin_Kullanici_Source" Type="Self.ArizaTakipIzin" Multiplicity="*" />
          <End Role="ArizaTakipIzin_Kullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ArizaTakipIzin_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ArizaTakipIzin_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaTakipIzin_Sirket">
          <End Role="ArizaTakipIzin_Sirket_Source" Type="Self.ArizaTakipIzin" Multiplicity="*" />
          <End Role="ArizaTakipIzin_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ArizaTakipIzin_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ArizaTakipIzin_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaTakipSablon_IstipiTum">
          <End Role="ArizaTakipSablon_IstipiTum_Source" Type="Self.ArizaTakipSablon" Multiplicity="*" />
          <End Role="ArizaTakipSablon_IstipiTum_Target" Type="Self.IstipiTum" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ArizaTakipSablon_IstipiTum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ArizaTakipSablon_IstipiTum_Source">
              <PropertyRef Name="IstipiTumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaTakipSablon_Sirket">
          <End Role="ArizaTakipSablon_Sirket_Source" Type="Self.ArizaTakipSablon" Multiplicity="*" />
          <End Role="ArizaTakipSablon_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ArizaTakipSablon_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ArizaTakipSablon_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup">
          <End Role="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup_Source" Type="Self.AsyaReportPreviewGroupDetail" Multiplicity="*" />
          <End Role="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup_Target" Type="Self.AsyaReportPreviewGroup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup_Source">
              <PropertyRef Name="AsyaReportPreviewGroupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ATkpDepKlnc_ATkpGrupIzin">
          <End Role="ATkpDepKlnc_ATkpGrupIzin_Source" Type="Self.ATkpDepKlnc" Multiplicity="*" />
          <End Role="ATkpDepKlnc_ATkpGrupIzin_Target" Type="Self.ATkpGrupIzin" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ATkpDepKlnc_ATkpGrupIzin_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ATkpDepKlnc_ATkpGrupIzin_Source">
              <PropertyRef Name="ATkpGrupIzinId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ATkpDepKlnc_Kullanici">
          <End Role="ATkpDepKlnc_Kullanici_Source" Type="Self.ATkpDepKlnc" Multiplicity="*" />
          <End Role="ATkpDepKlnc_Kullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="ATkpDepKlnc_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ATkpDepKlnc_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ATkpDepKlnc_Sirket">
          <End Role="ATkpDepKlnc_Sirket_Source" Type="Self.ATkpDepKlnc" Multiplicity="*" />
          <End Role="ATkpDepKlnc_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ATkpDepKlnc_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ATkpDepKlnc_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimStok_BakimEnvanter">
          <End Role="BakimStok_BakimEnvanter_Source" Type="Self.BakimStok" Multiplicity="*" />
          <End Role="BakimStok_BakimEnvanter_Target" Type="Self.BakimEnvanter" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BakimStok_BakimEnvanter_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimStok_BakimEnvanter_Source">
              <PropertyRef Name="BakimEnvanterId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimIcerik_BakimStok">
          <End Role="BakimIcerik_BakimStok_Source" Type="Self.BakimIcerik" Multiplicity="*" />
          <End Role="BakimIcerik_BakimStok_Target" Type="Self.BakimStok" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BakimIcerik_BakimStok_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimIcerik_BakimStok_Source">
              <PropertyRef Name="BakimStokId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimIcerik_Sirket">
          <End Role="BakimIcerik_Sirket_Source" Type="Self.BakimIcerik" Multiplicity="*" />
          <End Role="BakimIcerik_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BakimIcerik_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimIcerik_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakinaAna_BakimMakinalar">
          <End Role="BakimMakinaAna_BakimMakinalar_Source" Type="Self.BakimMakinaAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BakimMakinaAna_BakimMakinalar_Target" Type="Self.BakimMakina" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="BakimMakinaAna_BakimMakinalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimMakinaAna_BakimMakinalar_Target">
              <PropertyRef Name="BakimMakinaAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakinaAna_Sirket">
          <End Role="BakimMakinaAna_Sirket_Source" Type="Self.BakimMakinaAna" Multiplicity="*" />
          <End Role="BakimMakinaAna_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BakimMakinaAna_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimMakinaAna_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakinaEk_iptalArizaGorevli">
          <End Role="BakimMakinaEk_iptalArizaGorevli_Source" Type="Self.BakimMakinaEk" Multiplicity="*" />
          <End Role="BakimMakinaEk_iptalArizaGorevli_Target" Type="Self.ArizaGorevli" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="BakimMakinaEk_iptalArizaGorevli_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimMakinaEk_iptalArizaGorevli_Source">
              <PropertyRef Name="iptalArizaGorevliId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakinaEk_OnayArizaGorevli">
          <End Role="BakimMakinaEk_OnayArizaGorevli_Source" Type="Self.BakimMakinaEk" Multiplicity="*" />
          <End Role="BakimMakinaEk_OnayArizaGorevli_Target" Type="Self.ArizaGorevli" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="BakimMakinaEk_OnayArizaGorevli_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimMakinaEk_OnayArizaGorevli_Source">
              <PropertyRef Name="OnayArizaGorevliId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakinaEk_TamamArizaGorevli">
          <End Role="BakimMakinaEk_TamamArizaGorevli_Source" Type="Self.BakimMakinaEk" Multiplicity="*" />
          <End Role="BakimMakinaEk_TamamArizaGorevli_Target" Type="Self.ArizaGorevli" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="BakimMakinaEk_TamamArizaGorevli_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimMakinaEk_TamamArizaGorevli_Source">
              <PropertyRef Name="TamamArizaGorevliId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakina_BakimMakinaEk">
          <End Role="BakimMakina_BakimMakinaEk_Source" Type="Self.BakimMakina" Multiplicity="1" />
          <End Role="BakimMakina_BakimMakinaEk_Target" Type="Self.BakimMakinaEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="BakimMakina_BakimMakinaEk_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimMakina_BakimMakinaEk_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakina_BakimStok">
          <End Role="BakimMakina_BakimStok_Source" Type="Self.BakimMakina" Multiplicity="*" />
          <End Role="BakimMakina_BakimStok_Target" Type="Self.BakimStok" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BakimMakina_BakimStok_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimMakina_BakimStok_Source">
              <PropertyRef Name="BakimStokId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakina_Sirket">
          <End Role="BakimMakina_Sirket_Source" Type="Self.BakimMakina" Multiplicity="*" />
          <End Role="BakimMakina_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BakimMakina_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimMakina_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimStok_BakimStokEk">
          <End Role="BakimStok_BakimStokEk_Source" Type="Self.BakimStok" Multiplicity="1" />
          <End Role="BakimStok_BakimStokEk_Target" Type="Self.BakimStokEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="BakimStok_BakimStokEk_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimStok_BakimStokEk_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimTipi_Sirket">
          <End Role="BakimTipi_Sirket_Source" Type="Self.BakimTipi" Multiplicity="*" />
          <End Role="BakimTipi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BakimTipi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimTipi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimStok_BakimTipi">
          <End Role="BakimStok_BakimTipi_Source" Type="Self.BakimStok" Multiplicity="*" />
          <End Role="BakimStok_BakimTipi_Target" Type="Self.BakimTipi" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="BakimStok_BakimTipi_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimStok_BakimTipi_Source">
              <PropertyRef Name="BakimTipiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimStok_BolumYer">
          <End Role="BakimStok_BolumYer_Source" Type="Self.BakimStok" Multiplicity="*" />
          <End Role="BakimStok_BolumYer_Target" Type="Self.BolumYer" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="BakimStok_BolumYer_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimStok_BolumYer_Source">
              <PropertyRef Name="BolumYerId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimStok_IstipiTum">
          <End Role="BakimStok_IstipiTum_Source" Type="Self.BakimStok" Multiplicity="*" />
          <End Role="BakimStok_IstipiTum_Target" Type="Self.IstipiTum" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="BakimStok_IstipiTum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimStok_IstipiTum_Source">
              <PropertyRef Name="IstipiTumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimStok_Sirket">
          <End Role="BakimStok_Sirket_Source" Type="Self.BakimStok" Multiplicity="*" />
          <End Role="BakimStok_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BakimStok_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimStok_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimEnvanter_Sirket">
          <End Role="BakimEnvanter_Sirket_Source" Type="Self.BakimEnvanter" Multiplicity="*" />
          <End Role="BakimEnvanter_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BakimEnvanter_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BakimEnvanter_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BavelBilgiTanim_OnbReferans">
          <End Role="BavelBilgiTanim_OnbReferans_Source" Type="Self.BavelBilgiTanim" Multiplicity="*" />
          <End Role="BavelBilgiTanim_OnbReferans_Target" Type="Self.OnbReferans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="BavelBilgiTanim_OnbReferans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BavelBilgiTanim_OnbReferans_Source">
              <PropertyRef Name="OnbReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BavelBilgiTanim_Sirket">
          <End Role="BavelBilgiTanim_Sirket_Source" Type="Self.BavelBilgiTanim" Multiplicity="*" />
          <End Role="BavelBilgiTanim_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BavelBilgiTanim_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BavelBilgiTanim_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Blok_Sirket">
          <End Role="Blok_Sirket_Source" Type="Self.Blok" Multiplicity="*" />
          <End Role="Blok_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Blok_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Blok_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownHrk_Breakdown">
          <End Role="BreakdownHrk_Breakdown_Source" Type="Self.BreakdownHrk" Multiplicity="*" />
          <End Role="BreakdownHrk_Breakdown_Target" Type="Self.Breakdown" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakdownHrk_Breakdown_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakdownHrk_Breakdown_Source">
              <PropertyRef Name="BreakdownId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownHrk_BreakMalzeme">
          <End Role="BreakdownHrk_BreakMalzeme_Source" Type="Self.BreakdownHrk" Multiplicity="*" />
          <End Role="BreakdownHrk_BreakMalzeme_Target" Type="Self.BreakMalzeme" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakdownHrk_BreakMalzeme_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakdownHrk_BreakMalzeme_Source">
              <PropertyRef Name="BreakMalzemeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownHrk_Doviz">
          <End Role="BreakdownHrk_Doviz_Source" Type="Self.BreakdownHrk" Multiplicity="*" />
          <End Role="BreakdownHrk_Doviz_Target" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakdownHrk_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakdownHrk_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownHrk_Sirket">
          <End Role="BreakdownHrk_Sirket_Source" Type="Self.BreakdownHrk" Multiplicity="*" />
          <End Role="BreakdownHrk_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="BreakdownHrk_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="BreakdownHrk_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_AltGrup">
          <End Role="CikisHesap_AltGrup_Source" Type="Self.CikisHesap" Multiplicity="*" />
          <End Role="CikisHesap_AltGrup_Target" Type="Self.AltGrup" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CikisHesap_AltGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CikisHesap_AltGrup_Source">
              <PropertyRef Name="AltGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_DepartmanAna">
          <End Role="CikisHesap_DepartmanAna_Source" Type="Self.CikisHesap" Multiplicity="*" />
          <End Role="CikisHesap_DepartmanAna_Target" Type="Self.DepartmanAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CikisHesap_DepartmanAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CikisHesap_DepartmanAna_Source">
              <PropertyRef Name="DepartmanAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_DepartmanCikisHesap">
          <End Role="CikisHesap_DepartmanCikisHesap_Source" Type="Self.CikisHesap" Multiplicity="*" />
          <End Role="CikisHesap_DepartmanCikisHesap_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CikisHesap_DepartmanCikisHesap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CikisHesap_DepartmanCikisHesap_Source">
              <PropertyRef Name="DepartmanCikisHesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_EmanetDepoHesap">
          <End Role="CikisHesap_EmanetDepoHesap_Source" Type="Self.CikisHesap" Multiplicity="*" />
          <End Role="CikisHesap_EmanetDepoHesap_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CikisHesap_EmanetDepoHesap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CikisHesap_EmanetDepoHesap_Source">
              <PropertyRef Name="EmanetDepoHesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_Envanter">
          <End Role="CikisHesap_Envanter_Source" Type="Self.CikisHesap" Multiplicity="*" />
          <End Role="CikisHesap_Envanter_Target" Type="Self.Envanter" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CikisHesap_Envanter_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CikisHesap_Envanter_Source">
              <PropertyRef Name="EnvanterId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_GirisHesap">
          <End Role="CikisHesap_GirisHesap_Source" Type="Self.CikisHesap" Multiplicity="*" />
          <End Role="CikisHesap_GirisHesap_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CikisHesap_GirisHesap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CikisHesap_GirisHesap_Source">
              <PropertyRef Name="GirisHesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_Grup">
          <End Role="CikisHesap_Grup_Source" Type="Self.CikisHesap" Multiplicity="*" />
          <End Role="CikisHesap_Grup_Target" Type="Self.Grup" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CikisHesap_Grup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CikisHesap_Grup_Source">
              <PropertyRef Name="GrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_Sirket">
          <End Role="CikisHesap_Sirket_Source" Type="Self.CikisHesap" Multiplicity="*" />
          <End Role="CikisHesap_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CikisHesap_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CikisHesap_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_TransferHesap">
          <End Role="CikisHesap_TransferHesap_Source" Type="Self.CikisHesap" Multiplicity="*" />
          <End Role="CikisHesap_TransferHesap_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CikisHesap_TransferHesap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CikisHesap_TransferHesap_Source">
              <PropertyRef Name="TransferHesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_TuketimHesap">
          <End Role="CikisHesap_TuketimHesap_Source" Type="Self.CikisHesap" Multiplicity="*" />
          <End Role="CikisHesap_TuketimHesap_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CikisHesap_TuketimHesap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CikisHesap_TuketimHesap_Source">
              <PropertyRef Name="TuketimHesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_Urun">
          <End Role="CikisHesap_Urun_Source" Type="Self.CikisHesap" Multiplicity="*" />
          <End Role="CikisHesap_Urun_Target" Type="Self.Urun" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CikisHesap_Urun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CikisHesap_Urun_Source">
              <PropertyRef Name="UrunId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CiktiTaslakKolon_CiktiTaslak">
          <End Role="CiktiTaslakKolon_CiktiTaslak_Source" Type="Self.CiktiTaslakKolon" Multiplicity="*" />
          <End Role="CiktiTaslakKolon_CiktiTaslak_Target" Type="Self.CiktiTaslak" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CiktiTaslakKolon_CiktiTaslak_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CiktiTaslakKolon_CiktiTaslak_Source">
              <PropertyRef Name="CiktiTaslakId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CiktiTaslak_Kullanici">
          <End Role="CiktiTaslak_Kullanici_Source" Type="Self.CiktiTaslak" Multiplicity="*" />
          <End Role="CiktiTaslak_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CiktiTaslak_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CiktiTaslak_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CiktiTaslak_Sirket">
          <End Role="CiktiTaslak_Sirket_Source" Type="Self.CiktiTaslak" Multiplicity="*" />
          <End Role="CiktiTaslak_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CiktiTaslak_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CiktiTaslak_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGenelInfo_Dil">
          <End Role="CrmGenelInfo_Dil_Source" Type="Self.CrmGenelInfo" Multiplicity="*" />
          <End Role="CrmGenelInfo_Dil_Target" Type="Self.Dil" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmGenelInfo_Dil_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmGenelInfo_Dil_Source">
              <PropertyRef Name="DilId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGenelInfo_Sirket">
          <End Role="CrmGenelInfo_Sirket_Source" Type="Self.CrmGenelInfo" Multiplicity="*" />
          <End Role="CrmGenelInfo_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmGenelInfo_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmGenelInfo_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_CrmBildirenDepartman">
          <End Role="CrmGorevAtamaSira_CrmBildirenDepartman_Source" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <End Role="CrmGorevAtamaSira_CrmBildirenDepartman_Target" Type="Self.CrmDepartman" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmGorevAtamaSira_CrmBildirenDepartman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira_CrmBildirenDepartman_Source">
              <PropertyRef Name="CrmBildirenDepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_CrmBilOnemTuru">
          <End Role="CrmGorevAtamaSira_CrmBilOnemTuru_Source" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <End Role="CrmGorevAtamaSira_CrmBilOnemTuru_Target" Type="Self.CrmBilOnemTuru" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmGorevAtamaSira_CrmBilOnemTuru_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira_CrmBilOnemTuru_Source">
              <PropertyRef Name="CrmBilOnemTuruId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_CrmGorevAtamaAna">
          <End Role="CrmGorevAtamaSira_CrmGorevAtamaAna_Source" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <End Role="CrmGorevAtamaSira_CrmGorevAtamaAna_Target" Type="Self.CrmGorevAtamaAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmGorevAtamaSira_CrmGorevAtamaAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira_CrmGorevAtamaAna_Source">
              <PropertyRef Name="CrmGorevAtamaAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_CrmSorumluDepartman">
          <End Role="CrmGorevAtamaSira_CrmSorumluDepartman_Source" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <End Role="CrmGorevAtamaSira_CrmSorumluDepartman_Target" Type="Self.CrmDepartman" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmGorevAtamaSira_CrmSorumluDepartman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira_CrmSorumluDepartman_Source">
              <PropertyRef Name="CrmSorumluDepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_Kullanici">
          <End Role="CrmGorevAtamaSira_Kullanici_Source" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <End Role="CrmGorevAtamaSira_Kullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmGorevAtamaSira_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_Oda">
          <End Role="CrmGorevAtamaSira_Oda_Source" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <End Role="CrmGorevAtamaSira_Oda_Target" Type="Self.Oda" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmGorevAtamaSira_Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira_Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_Sirket">
          <End Role="CrmGorevAtamaSira_Sirket_Source" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <End Role="CrmGorevAtamaSira_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmGorevAtamaSira_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaAna_Kullanici">
          <End Role="CrmGorevAtamaAna_Kullanici_Source" Type="Self.CrmGorevAtamaAna" Multiplicity="*" />
          <End Role="CrmGorevAtamaAna_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmGorevAtamaAna_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaAna_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaAna_Sirket">
          <End Role="CrmGorevAtamaAna_Sirket_Source" Type="Self.CrmGorevAtamaAna" Multiplicity="*" />
          <End Role="CrmGorevAtamaAna_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmGorevAtamaAna_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaAna_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmKioskAyar_Sirket">
          <End Role="CrmKioskAyar_Sirket_Source" Type="Self.CrmKioskAyar" Multiplicity="*" />
          <End Role="CrmKioskAyar_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmKioskAyar_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmKioskAyar_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRestoranInfo_RestoranBolumMasaTanim">
          <End Role="CrmRestoranInfo_RestoranBolumMasaTanim_Source" Type="Self.CrmRestoranInfo" Multiplicity="*" />
          <End Role="CrmRestoranInfo_RestoranBolumMasaTanim_Target" Type="Self.RestoranBolumMasaTanim" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmRestoranInfo_RestoranBolumMasaTanim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmRestoranInfo_RestoranBolumMasaTanim_Source">
              <PropertyRef Name="RestoranBolumMasaTanimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRestoranInfo_Sirket">
          <End Role="CrmRestoranInfo_Sirket_Source" Type="Self.CrmRestoranInfo" Multiplicity="*" />
          <End Role="CrmRestoranInfo_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmRestoranInfo_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmRestoranInfo_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezTipUyari_Sirket">
          <End Role="CrmRezTipUyari_Sirket_Source" Type="Self.CrmRezTipUyari" Multiplicity="*" />
          <End Role="CrmRezTipUyari_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmRezTipUyari_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmRezTipUyari_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezTipUyari_Vip">
          <End Role="CrmRezTipUyari_Vip_Source" Type="Self.CrmRezTipUyari" Multiplicity="*" />
          <End Role="CrmRezTipUyari_Vip_Target" Type="Self.Vip" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmRezTipUyari_Vip_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmRezTipUyari_Vip_Source">
              <PropertyRef Name="VipId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmWebAyar_CrmBildirimTur">
          <End Role="CrmWebAyar_CrmBildirimTur_Source" Type="Self.CrmWebAyar" Multiplicity="*" />
          <End Role="CrmWebAyar_CrmBildirimTur_Target" Type="Self.CrmBildirimTur" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmWebAyar_CrmBildirimTur_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmWebAyar_CrmBildirimTur_Source">
              <PropertyRef Name="CrmBildirimTurId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmWebAyar_CrmDepartman">
          <End Role="CrmWebAyar_CrmDepartman_Source" Type="Self.CrmWebAyar" Multiplicity="*" />
          <End Role="CrmWebAyar_CrmDepartman_Target" Type="Self.CrmDepartman" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmWebAyar_CrmDepartman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmWebAyar_CrmDepartman_Source">
              <PropertyRef Name="CrmDepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmWebAyar_CrmYorumKaynak">
          <End Role="CrmWebAyar_CrmYorumKaynak_Source" Type="Self.CrmWebAyar" Multiplicity="*" />
          <End Role="CrmWebAyar_CrmYorumKaynak_Target" Type="Self.CrmYorumKaynak" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="CrmWebAyar_CrmYorumKaynak_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmWebAyar_CrmYorumKaynak_Source">
              <PropertyRef Name="CrmYorumKaynakId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmWebAyar_Sirket">
          <End Role="CrmWebAyar_Sirket_Source" Type="Self.CrmWebAyar" Multiplicity="*" />
          <End Role="CrmWebAyar_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="CrmWebAyar_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="CrmWebAyar_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DysDokuman_DysAna">
          <End Role="DysDokuman_DysAna_Source" Type="Self.DysDokuman" Multiplicity="*" />
          <End Role="DysDokuman_DysAna_Target" Type="Self.DysAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DysDokuman_DysAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DysDokuman_DysAna_Source">
              <PropertyRef Name="DysAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DysDokumanTip_Sirket">
          <End Role="DysDokumanTip_Sirket_Source" Type="Self.DysDokumanTip" Multiplicity="*" />
          <End Role="DysDokumanTip_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="DysDokumanTip_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DysDokumanTip_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DysDokuman_DysDokumanTip">
          <End Role="DysDokuman_DysDokumanTip_Source" Type="Self.DysDokuman" Multiplicity="*" />
          <End Role="DysDokuman_DysDokumanTip_Target" Type="Self.DysDokumanTip" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="DysDokuman_DysDokumanTip_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="DysDokuman_DysDokumanTip_Source">
              <PropertyRef Name="DysDokumanTipId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="EDefterBelgeTipi_Sirket">
          <End Role="EDefterBelgeTipi_Sirket_Source" Type="Self.EDefterBelgeTipi" Multiplicity="*" />
          <End Role="EDefterBelgeTipi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="EDefterBelgeTipi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="EDefterBelgeTipi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Esya_Sirket">
          <End Role="Esya_Sirket_Source" Type="Self.Esya" Multiplicity="*" />
          <End Role="Esya_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Esya_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Esya_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaKaynak_Sirket">
          <End Role="FaturaKaynak_Sirket_Source" Type="Self.FaturaKaynak" Multiplicity="*" />
          <End Role="FaturaKaynak_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FaturaKaynak_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FaturaKaynak_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FisKaynagi_Sirket">
          <End Role="FisKaynagi_Sirket_Source" Type="Self.FisKaynagi" Multiplicity="*" />
          <End Role="FisKaynagi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="FisKaynagi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FisKaynagi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatFiltre_Kullanici">
          <End Role="FiyatFiltre_Kullanici_Source" Type="Self.FiyatFiltre" Multiplicity="*" />
          <End Role="FiyatFiltre_Kullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="FiyatFiltre_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="FiyatFiltre_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GoogleDil_Sirket">
          <End Role="GoogleDil_Sirket_Source" Type="Self.GoogleDil" Multiplicity="*" />
          <End Role="GoogleDil_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="GoogleDil_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="GoogleDil_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GoogleOzelGun_GoogleDil">
          <End Role="GoogleOzelGun_GoogleDil_Source" Type="Self.GoogleOzelGun" Multiplicity="*" />
          <End Role="GoogleOzelGun_GoogleDil_Target" Type="Self.GoogleDil" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="GoogleOzelGun_GoogleDil_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="GoogleOzelGun_GoogleDil_Source">
              <PropertyRef Name="GoogleDilId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GoogleOzelGun_Sirket">
          <End Role="GoogleOzelGun_Sirket_Source" Type="Self.GoogleOzelGun" Multiplicity="*" />
          <End Role="GoogleOzelGun_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="GoogleOzelGun_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="GoogleOzelGun_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Gundem_Sirket">
          <End Role="Gundem_Sirket_Source" Type="Self.Gundem" Multiplicity="*" />
          <End Role="Gundem_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Gundem_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Gundem_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Toplanti_Gundemler">
          <End Role="Toplanti_Gundemler_Source" Type="Self.Toplanti" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Toplanti_Gundemler_Target" Type="Self.Gundem" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Toplanti_Gundemler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Toplanti_Gundemler_Target">
              <PropertyRef Name="ToplantiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Salon_Sirket">
          <End Role="Salon_Sirket_Source" Type="Self.Salon" Multiplicity="*" />
          <End Role="Salon_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Salon_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Salon_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Toplanti_Salon">
          <End Role="Toplanti_Salon_Source" Type="Self.Toplanti" Multiplicity="*" />
          <End Role="Toplanti_Salon_Target" Type="Self.Salon" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Toplanti_Salon_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Toplanti_Salon_Source">
              <PropertyRef Name="SalonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Toplanti_Sirket">
          <End Role="Toplanti_Sirket_Source" Type="Self.Toplanti" Multiplicity="*" />
          <End Role="Toplanti_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Toplanti_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Toplanti_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ToplantiKisi_Sirket">
          <End Role="ToplantiKisi_Sirket_Source" Type="Self.ToplantiKisi" Multiplicity="*" />
          <End Role="ToplantiKisi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ToplantiKisi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ToplantiKisi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ToplantiKisi_Toplanti">
          <End Role="ToplantiKisi_Toplanti_Source" Type="Self.ToplantiKisi" Multiplicity="*" />
          <End Role="ToplantiKisi_Toplanti_Target" Type="Self.Toplanti" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ToplantiKisi_Toplanti_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ToplantiKisi_Toplanti_Source">
              <PropertyRef Name="ToplantiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GunlukRestoranKapasitesi_RestoranBolumMasaTanim">
          <End Role="GunlukRestoranKapasitesi_RestoranBolumMasaTanim_Source" Type="Self.GunlukRestoranKapasitesi" Multiplicity="*" />
          <End Role="GunlukRestoranKapasitesi_RestoranBolumMasaTanim_Target" Type="Self.RestoranBolumMasaTanim" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="GunlukRestoranKapasitesi_RestoranBolumMasaTanim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="GunlukRestoranKapasitesi_RestoranBolumMasaTanim_Source">
              <PropertyRef Name="RestoranBolumMasaTanimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GunlukRestoranKapasitesi_Sirket">
          <End Role="GunlukRestoranKapasitesi_Sirket_Source" Type="Self.GunlukRestoranKapasitesi" Multiplicity="*" />
          <End Role="GunlukRestoranKapasitesi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="GunlukRestoranKapasitesi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="GunlukRestoranKapasitesi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GunTanim_Sirket">
          <End Role="GunTanim_Sirket_Source" Type="Self.GunTanim" Multiplicity="*" />
          <End Role="GunTanim_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="GunTanim_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="GunTanim_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hakedis_Sirket">
          <End Role="Hakedis_Sirket_Source" Type="Self.Hakedis" Multiplicity="*" />
          <End Role="Hakedis_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Hakedis_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Hakedis_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HalFiyat_Sirket">
          <End Role="HalFiyat_Sirket_Source" Type="Self.HalFiyat" Multiplicity="*" />
          <End Role="HalFiyat_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="HalFiyat_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HalFiyat_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HalFiyat_Urun">
          <End Role="HalFiyat_Urun_Source" Type="Self.HalFiyat" Multiplicity="*" />
          <End Role="HalFiyat_Urun_Target" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="HalFiyat_Urun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HalFiyat_Urun_Source">
              <PropertyRef Name="UrunId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HesBilgi_Sirket">
          <End Role="HesBilgi_Sirket_Source" Type="Self.HesBilgi" Multiplicity="*" />
          <End Role="HesBilgi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="HesBilgi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HesBilgi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SirketBilgi_OnbReferans">
          <End Role="SirketBilgi_OnbReferans_Source" Type="Self.SirketBilgi" Multiplicity="*" />
          <End Role="SirketBilgi_OnbReferans_Target" Type="Self.OnbReferans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SirketBilgi_OnbReferans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SirketBilgi_OnbReferans_Source">
              <PropertyRef Name="OnbReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SirketBilgi_Sirket">
          <End Role="SirketBilgi_Sirket_Source" Type="Self.SirketBilgi" Multiplicity="*" />
          <End Role="SirketBilgi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SirketBilgi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SirketBilgi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HesBilgi_SirketBilgi">
          <End Role="HesBilgi_SirketBilgi_Source" Type="Self.HesBilgi" Multiplicity="*" />
          <End Role="HesBilgi_SirketBilgi_Target" Type="Self.SirketBilgi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="HesBilgi_SirketBilgi_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="HesBilgi_SirketBilgi_Source">
              <PropertyRef Name="SirketBilgiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Schedule_Sirket">
          <End Role="Schedule_Sirket_Source" Type="Self.Schedule" Multiplicity="*" />
          <End Role="Schedule_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Schedule_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Schedule_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Job_Schedule">
          <End Role="Job_Schedule_Source" Type="Self.Job" Multiplicity="*" />
          <End Role="Job_Schedule_Target" Type="Self.Schedule" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Job_Schedule_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Job_Schedule_Source">
              <PropertyRef Name="ScheduleId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Job_Sirket">
          <End Role="Job_Sirket_Source" Type="Self.Job" Multiplicity="*" />
          <End Role="Job_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Job_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Job_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="JobHistory_Job">
          <End Role="JobHistory_Job_Source" Type="Self.JobHistory" Multiplicity="*" />
          <End Role="JobHistory_Job_Target" Type="Self.Job" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="JobHistory_Job_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="JobHistory_Job_Source">
              <PropertyRef Name="JobId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="JobHistory_Sirket">
          <End Role="JobHistory_Sirket_Source" Type="Self.JobHistory" Multiplicity="*" />
          <End Role="JobHistory_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="JobHistory_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="JobHistory_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalAcente_Acenta">
          <End Role="KanalAcente_Acenta_Source" Type="Self.KanalAcente" Multiplicity="*" />
          <End Role="KanalAcente_Acenta_Target" Type="Self.Acenta" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KanalAcente_Acenta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KanalAcente_Acenta_Source">
              <PropertyRef Name="AcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_Acenta">
          <End Role="KanalEsitleme_Acenta_Source" Type="Self.KanalEsitleme" Multiplicity="*" />
          <End Role="KanalEsitleme_Acenta_Target" Type="Self.Acenta" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KanalEsitleme_Acenta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KanalEsitleme_Acenta_Source">
              <PropertyRef Name="AcentaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_KanalAcente">
          <End Role="KanalEsitleme_KanalAcente_Source" Type="Self.KanalEsitleme" Multiplicity="*" />
          <End Role="KanalEsitleme_KanalAcente_Target" Type="Self.KanalAcente" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KanalEsitleme_KanalAcente_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KanalEsitleme_KanalAcente_Source">
              <PropertyRef Name="KanalAcenteId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_OdaKonum">
          <End Role="KanalEsitleme_OdaKonum_Source" Type="Self.KanalEsitleme" Multiplicity="*" />
          <End Role="KanalEsitleme_OdaKonum_Target" Type="Self.OdaKonum" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KanalEsitleme_OdaKonum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KanalEsitleme_OdaKonum_Source">
              <PropertyRef Name="OdaKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_OnbReferans">
          <End Role="KanalEsitleme_OnbReferans_Source" Type="Self.KanalEsitleme" Multiplicity="*" />
          <End Role="KanalEsitleme_OnbReferans_Target" Type="Self.OnbReferans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KanalEsitleme_OnbReferans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KanalEsitleme_OnbReferans_Source">
              <PropertyRef Name="OnbReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_Pansiyon">
          <End Role="KanalEsitleme_Pansiyon_Source" Type="Self.KanalEsitleme" Multiplicity="*" />
          <End Role="KanalEsitleme_Pansiyon_Target" Type="Self.Pansiyon" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KanalEsitleme_Pansiyon_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KanalEsitleme_Pansiyon_Source">
              <PropertyRef Name="PansiyonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_Sirket">
          <End Role="KanalEsitleme_Sirket_Source" Type="Self.KanalEsitleme" Multiplicity="*" />
          <End Role="KanalEsitleme_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KanalEsitleme_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KanalEsitleme_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_Ulke">
          <End Role="KanalEsitleme_Ulke_Source" Type="Self.KanalEsitleme" Multiplicity="*" />
          <End Role="KanalEsitleme_Ulke_Target" Type="Self.Ulke" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KanalEsitleme_Ulke_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KanalEsitleme_Ulke_Source">
              <PropertyRef Name="UlkeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalGiris_KanalAcente">
          <End Role="KanalGiris_KanalAcente_Source" Type="Self.KanalGiris" Multiplicity="0..1" />
          <End Role="KanalGiris_KanalAcente_Target" Type="Self.KanalAcente" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="KanalGiris_KanalAcente_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KanalGiris_KanalAcente_Target">
              <PropertyRef Name="KanalGirisId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalGiris_OnbReferans">
          <End Role="KanalGiris_OnbReferans_Source" Type="Self.KanalGiris" Multiplicity="*" />
          <End Role="KanalGiris_OnbReferans_Target" Type="Self.OnbReferans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KanalGiris_OnbReferans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KanalGiris_OnbReferans_Source">
              <PropertyRef Name="OnbReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalGiris_Sirket">
          <End Role="KanalGiris_Sirket_Source" Type="Self.KanalGiris" Multiplicity="*" />
          <End Role="KanalGiris_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KanalGiris_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KanalGiris_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalAcente_OnbReferans">
          <End Role="KanalAcente_OnbReferans_Source" Type="Self.KanalAcente" Multiplicity="*" />
          <End Role="KanalAcente_OnbReferans_Target" Type="Self.OnbReferans" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KanalAcente_OnbReferans_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KanalAcente_OnbReferans_Source">
              <PropertyRef Name="OnbReferansId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalAcente_Sirket">
          <End Role="KanalAcente_Sirket_Source" Type="Self.KanalAcente" Multiplicity="*" />
          <End Role="KanalAcente_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KanalAcente_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KanalAcente_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kapasite_RestoranBolumMasaId">
          <End Role="Kapasite_RestoranBolumMasaId_Source" Type="Self.Kapasite" Multiplicity="*" />
          <End Role="Kapasite_RestoranBolumMasaId_Target" Type="Self.RestoranBolumMasaTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Kapasite_RestoranBolumMasaId_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kapasite_RestoranBolumMasaId_Source">
              <PropertyRef Name="RestoranBolumMasaTanimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kapasite_Sirket">
          <End Role="Kapasite_Sirket_Source" Type="Self.Kapasite" Multiplicity="*" />
          <End Role="Kapasite_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Kapasite_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kapasite_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kayip_Departman">
          <End Role="Kayip_Departman_Source" Type="Self.Kayip" Multiplicity="*" />
          <End Role="Kayip_Departman_Target" Type="Self.Departman" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Kayip_Departman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kayip_Departman_Source">
              <PropertyRef Name="DepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kayip_Esya">
          <End Role="Kayip_Esya_Source" Type="Self.Kayip" Multiplicity="*" />
          <End Role="Kayip_Esya_Target" Type="Self.Esya" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Kayip_Esya_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kayip_Esya_Source">
              <PropertyRef Name="EsyaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kayiphrk_Kayip">
          <End Role="Kayiphrk_Kayip_Source" Type="Self.Kayiphrk" Multiplicity="*" />
          <End Role="Kayiphrk_Kayip_Target" Type="Self.Kayip" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Kayiphrk_Kayip_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kayiphrk_Kayip_Source">
              <PropertyRef Name="KayipId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kayiphrk_Sirket">
          <End Role="Kayiphrk_Sirket_Source" Type="Self.Kayiphrk" Multiplicity="*" />
          <End Role="Kayiphrk_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Kayiphrk_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kayiphrk_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kayip_Oda">
          <End Role="Kayip_Oda_Source" Type="Self.Kayip" Multiplicity="*" />
          <End Role="Kayip_Oda_Target" Type="Self.Oda" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Kayip_Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kayip_Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kayip_Sirket">
          <End Role="Kayip_Sirket_Source" Type="Self.Kayip" Multiplicity="*" />
          <End Role="Kayip_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Kayip_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Kayip_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiSeri_Sirket">
          <End Role="KolBandiSeri_Sirket_Source" Type="Self.KolBandiSeri" Multiplicity="*" />
          <End Role="KolBandiSeri_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KolBandiSeri_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KolBandiSeri_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiSorgu_Kullanici">
          <End Role="KolBandiSorgu_Kullanici_Source" Type="Self.KolBandiSorgu" Multiplicity="*" />
          <End Role="KolBandiSorgu_Kullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KolBandiSorgu_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KolBandiSorgu_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiSorgu_Rez">
          <End Role="KolBandiSorgu_Rez_Source" Type="Self.KolBandiSorgu" Multiplicity="*" />
          <End Role="KolBandiSorgu_Rez_Target" Type="Self.Rez" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="KolBandiSorgu_Rez_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KolBandiSorgu_Rez_Source">
              <PropertyRef Name="RezId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiSorgu_Sirket">
          <End Role="KolBandiSorgu_Sirket_Source" Type="Self.KolBandiSorgu" Multiplicity="*" />
          <End Role="KolBandiSorgu_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KolBandiSorgu_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KolBandiSorgu_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumGrup_Sirket">
          <End Role="KonumGrup_Sirket_Source" Type="Self.KonumGrup" Multiplicity="*" />
          <End Role="KonumGrup_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KonumGrup_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KonumGrup_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumGrupBaglanti_KonumGrup">
          <End Role="KonumGrupBaglanti_KonumGrup_Source" Type="Self.KonumGrupBaglanti" Multiplicity="*" />
          <End Role="KonumGrupBaglanti_KonumGrup_Target" Type="Self.KonumGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KonumGrupBaglanti_KonumGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KonumGrupBaglanti_KonumGrup_Source">
              <PropertyRef Name="KonumGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumGrupBaglanti_OdaKonum">
          <End Role="KonumGrupBaglanti_OdaKonum_Source" Type="Self.KonumGrupBaglanti" Multiplicity="*" />
          <End Role="KonumGrupBaglanti_OdaKonum_Target" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KonumGrupBaglanti_OdaKonum_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KonumGrupBaglanti_OdaKonum_Source">
              <PropertyRef Name="OdaKonumId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumGrupBaglanti_Sirket">
          <End Role="KonumGrupBaglanti_Sirket_Source" Type="Self.KonumGrupBaglanti" Multiplicity="*" />
          <End Role="KonumGrupBaglanti_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="KonumGrupBaglanti_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="KonumGrupBaglanti_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MahsupKaynak_Mahsuplar">
          <End Role="MahsupKaynak_Mahsuplar_Source" Type="Self.MahsupKaynak" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MahsupKaynak_Mahsuplar_Target" Type="Self.Mahsup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MahsupKaynak_Mahsuplar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MahsupKaynak_Mahsuplar_Target">
              <PropertyRef Name="MahsupKaynakId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MahsupKaynak_Sirket">
          <End Role="MahsupKaynak_Sirket_Source" Type="Self.MahsupKaynak" Multiplicity="*" />
          <End Role="MahsupKaynak_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MahsupKaynak_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MahsupKaynak_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MahsupSira_Hesap">
          <End Role="MahsupSira_Hesap_Source" Type="Self.MahsupSira" Multiplicity="*" />
          <End Role="MahsupSira_Hesap_Target" Type="Self.Hesap" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MahsupSira_Hesap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MahsupSira_Hesap_Source">
              <PropertyRef Name="HesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MahsupSira_Mahsup">
          <End Role="MahsupSira_Mahsup_Source" Type="Self.MahsupSira" Multiplicity="*" />
          <End Role="MahsupSira_Mahsup_Target" Type="Self.Mahsup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MahsupSira_Mahsup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MahsupSira_Mahsup_Source">
              <PropertyRef Name="MahsupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MahsupSira_Sirket">
          <End Role="MahsupSira_Sirket_Source" Type="Self.MahsupSira" Multiplicity="*" />
          <End Role="MahsupSira_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MahsupSira_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MahsupSira_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Mahsup_Sirket">
          <End Role="Mahsup_Sirket_Source" Type="Self.Mahsup" Multiplicity="*" />
          <End Role="Mahsup_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Mahsup_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Mahsup_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MasrafMerkezi_Sirket">
          <End Role="MasrafMerkezi_Sirket_Source" Type="Self.MasrafMerkezi" Multiplicity="*" />
          <End Role="MasrafMerkezi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MasrafMerkezi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MasrafMerkezi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Mesaj_Tablo">
          <End Role="Mesaj_Tablo_Source" Type="Self.Mesaj" Multiplicity="*" />
          <End Role="Mesaj_Tablo_Target" Type="Self.Tablo" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Mesaj_Tablo_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Mesaj_Tablo_Source">
              <PropertyRef Name="TabloId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MGBSablon_CrmBildirimTur">
          <End Role="MGBSablon_CrmBildirimTur_Source" Type="Self.MGBSablon" Multiplicity="*" />
          <End Role="MGBSablon_CrmBildirimTur_Target" Type="Self.CrmBildirimTur" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MGBSablon_CrmBildirimTur_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MGBSablon_CrmBildirimTur_Source">
              <PropertyRef Name="CrmBildirimTurId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MGBSablon_CrmDepartman">
          <End Role="MGBSablon_CrmDepartman_Source" Type="Self.MGBSablon" Multiplicity="*" />
          <End Role="MGBSablon_CrmDepartman_Target" Type="Self.CrmDepartman" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MGBSablon_CrmDepartman_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MGBSablon_CrmDepartman_Source">
              <PropertyRef Name="CrmDepartmanId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MuhasebeReferans_Sirket">
          <End Role="MuhasebeReferans_Sirket_Source" Type="Self.MuhasebeReferans" Multiplicity="*" />
          <End Role="MuhasebeReferans_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="MuhasebeReferans_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="MuhasebeReferans_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Notlar_Kullanici">
          <End Role="Notlar_Kullanici_Source" Type="Self.Notlar" Multiplicity="*" />
          <End Role="Notlar_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Notlar_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Notlar_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Notlar_NotHedefler">
          <End Role="Notlar_NotHedefler_Source" Type="Self.Notlar" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Notlar_NotHedefler_Target" Type="Self.NotHedef" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Notlar_NotHedefler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Notlar_NotHedefler_Target">
              <PropertyRef Name="NotId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="NotHedefLog_Kullanici">
          <End Role="NotHedefLog_Kullanici_Source" Type="Self.NotHedefLog" Multiplicity="*" />
          <End Role="NotHedefLog_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="NotHedefLog_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="NotHedefLog_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="NotHedefLog_NotHedef">
          <End Role="NotHedefLog_NotHedef_Source" Type="Self.NotHedefLog" Multiplicity="*" />
          <End Role="NotHedefLog_NotHedef_Target" Type="Self.NotHedef" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="NotHedefLog_NotHedef_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="NotHedefLog_NotHedef_Source">
              <PropertyRef Name="NotHedefId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnayAdim_Sirket">
          <End Role="OnayAdim_Sirket_Source" Type="Self.OnayAdim" Multiplicity="*" />
          <End Role="OnayAdim_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OnayAdim_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OnayAdim_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnayAdimKullanici_Kullanici">
          <End Role="OnayAdimKullanici_Kullanici_Source" Type="Self.OnayAdimKullanici" Multiplicity="*" />
          <End Role="OnayAdimKullanici_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OnayAdimKullanici_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OnayAdimKullanici_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnayAdimKullanici_OnayAdim">
          <End Role="OnayAdimKullanici_OnayAdim_Source" Type="Self.OnayAdimKullanici" Multiplicity="*" />
          <End Role="OnayAdimKullanici_OnayAdim_Target" Type="Self.OnayAdim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OnayAdimKullanici_OnayAdim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OnayAdimKullanici_OnayAdim_Source">
              <PropertyRef Name="OnayAdimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnayAdimKullanici_Sirket">
          <End Role="OnayAdimKullanici_Sirket_Source" Type="Self.OnayAdimKullanici" Multiplicity="*" />
          <End Role="OnayAdimKullanici_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OnayAdimKullanici_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OnayAdimKullanici_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OrtakGrupDetay_OrtakGrup">
          <End Role="OrtakGrupDetay_OrtakGrup_Source" Type="Self.OrtakGrupDetay" Multiplicity="*" />
          <End Role="OrtakGrupDetay_OrtakGrup_Target" Type="Self.OrtakGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OrtakGrupDetay_OrtakGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OrtakGrupDetay_OrtakGrup_Source">
              <PropertyRef Name="OrtakGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OrtakGrupDetay_Sirket">
          <End Role="OrtakGrupDetay_Sirket_Source" Type="Self.OrtakGrupDetay" Multiplicity="*" />
          <End Role="OrtakGrupDetay_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OrtakGrupDetay_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OrtakGrupDetay_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OrtakGrup_Sirket">
          <End Role="OrtakGrup_Sirket_Source" Type="Self.OrtakGrup" Multiplicity="*" />
          <End Role="OrtakGrup_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OrtakGrup_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OrtakGrup_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OutOfOrder_Oda">
          <End Role="OutOfOrder_Oda_Source" Type="Self.OutOfOrder" Multiplicity="*" />
          <End Role="OutOfOrder_Oda_Target" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OutOfOrder_Oda_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OutOfOrder_Oda_Source">
              <PropertyRef Name="OdaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OutOfOrderSira_OutOfOrder">
          <End Role="OutOfOrderSira_OutOfOrder_Source" Type="Self.OutOfOrderSira" Multiplicity="*" />
          <End Role="OutOfOrderSira_OutOfOrder_Target" Type="Self.OutOfOrder" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OutOfOrderSira_OutOfOrder_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OutOfOrderSira_OutOfOrder_Source">
              <PropertyRef Name="OutOfOrderId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OutOfOrderSira_Sirket">
          <End Role="OutOfOrderSira_Sirket_Source" Type="Self.OutOfOrderSira" Multiplicity="*" />
          <End Role="OutOfOrderSira_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OutOfOrderSira_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OutOfOrderSira_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OutOfOrder_Sirket">
          <End Role="OutOfOrder_Sirket_Source" Type="Self.OutOfOrder" Multiplicity="*" />
          <End Role="OutOfOrder_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OutOfOrder_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OutOfOrder_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OzelKod_Sirket">
          <End Role="OzelKod_Sirket_Source" Type="Self.OzelKod" Multiplicity="*" />
          <End Role="OzelKod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="OzelKod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="OzelKod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PanYemek_Pansiyon">
          <End Role="PanYemek_Pansiyon_Source" Type="Self.PanYemek" Multiplicity="*" />
          <End Role="PanYemek_Pansiyon_Target" Type="Self.Pansiyon" Multiplicity="0..1" />
        </Association>
        <Association Name="PanYemek_Sirket">
          <End Role="PanYemek_Sirket_Source" Type="Self.PanYemek" Multiplicity="*" />
          <End Role="PanYemek_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PanYemek_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PanYemek_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pbelge_Sirket">
          <End Role="Pbelge_Sirket_Source" Type="Self.Pbelge" Multiplicity="*" />
          <End Role="Pbelge_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pbelge_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pbelge_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Parametre_Pbelge">
          <End Role="Parametre_Pbelge_Source" Type="Self.Parametre" Multiplicity="*" />
          <End Role="Parametre_Pbelge_Target" Type="Self.Pbelge" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Parametre_Pbelge_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Parametre_Pbelge_Source">
              <PropertyRef Name="PbelgeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pkanun_Sirket">
          <End Role="Pkanun_Sirket_Source" Type="Self.Pkanun" Multiplicity="*" />
          <End Role="Pkanun_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pkanun_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pkanun_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Parametre_Pkanun">
          <End Role="Parametre_Pkanun_Source" Type="Self.Parametre" Multiplicity="*" />
          <End Role="Parametre_Pkanun_Target" Type="Self.Pkanun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Parametre_Pkanun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Parametre_Pkanun_Source">
              <PropertyRef Name="PkanunId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Parametre_Sirket">
          <End Role="Parametre_Sirket_Source" Type="Self.Parametre" Multiplicity="*" />
          <End Role="Parametre_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Parametre_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Parametre_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pavans_Hakedis">
          <End Role="Pavans_Hakedis_Source" Type="Self.Pavans" Multiplicity="*" />
          <End Role="Pavans_Hakedis_Target" Type="Self.Hakedis" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pavans_Hakedis_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pavans_Hakedis_Source">
              <PropertyRef Name="HakedisId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pcikisneden_Sirket">
          <End Role="Pcikisneden_Sirket_Source" Type="Self.Pcikisneden" Multiplicity="*" />
          <End Role="Pcikisneden_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pcikisneden_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pcikisneden_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirket_Pcikisneden">
          <End Role="PersonelSirket_Pcikisneden_Source" Type="Self.PersonelSirket" Multiplicity="*" />
          <End Role="PersonelSirket_Pcikisneden_Target" Type="Self.Pcikisneden" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PersonelSirket_Pcikisneden_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PersonelSirket_Pcikisneden_Source">
              <PropertyRef Name="PcikisnedenId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pdepkod_Sirket">
          <End Role="Pdepkod_Sirket_Source" Type="Self.Pdepkod" Multiplicity="*" />
          <End Role="Pdepkod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pdepkod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pdepkod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirket_Pdepkod">
          <End Role="PersonelSirket_Pdepkod_Source" Type="Self.PersonelSirket" Multiplicity="*" />
          <End Role="PersonelSirket_Pdepkod_Target" Type="Self.Pdepkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PersonelSirket_Pdepkod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PersonelSirket_Pdepkod_Source">
              <PropertyRef Name="PdepkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Personel_Musteri">
          <End Role="Personel_Musteri_Source" Type="Self.Personel" Multiplicity="*" />
          <End Role="Personel_Musteri_Target" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Personel_Musteri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Personel_Musteri_Source">
              <PropertyRef Name="MusteriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Personel_PersonelSirketler">
          <End Role="Personel_PersonelSirketler_Source" Type="Self.Personel" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Personel_PersonelSirketler_Target" Type="Self.PersonelSirket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Personel_PersonelSirketler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Personel_PersonelSirketler_Target">
              <PropertyRef Name="PersonelId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Pbelge">
          <End Role="PersonelSirketEk_Pbelge_Source" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <End Role="PersonelSirketEk_Pbelge_Target" Type="Self.Pbelge" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PersonelSirketEk_Pbelge_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PersonelSirketEk_Pbelge_Source">
              <PropertyRef Name="PbelgeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pcalgrup_Sirket">
          <End Role="Pcalgrup_Sirket_Source" Type="Self.Pcalgrup" Multiplicity="*" />
          <End Role="Pcalgrup_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pcalgrup_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pcalgrup_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Pcalgrup">
          <End Role="PersonelSirketEk_Pcalgrup_Source" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <End Role="PersonelSirketEk_Pcalgrup_Target" Type="Self.Pcalgrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PersonelSirketEk_Pcalgrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PersonelSirketEk_Pcalgrup_Source">
              <PropertyRef Name="PcalgrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pgorev_Sirket">
          <End Role="Pgorev_Sirket_Source" Type="Self.Pgorev" Multiplicity="*" />
          <End Role="Pgorev_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pgorev_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pgorev_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Pgorev">
          <End Role="PersonelSirketEk_Pgorev_Source" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <End Role="PersonelSirketEk_Pgorev_Target" Type="Self.Pgorev" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PersonelSirketEk_Pgorev_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PersonelSirketEk_Pgorev_Source">
              <PropertyRef Name="PgorevId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Piskolu_Sirket">
          <End Role="Piskolu_Sirket_Source" Type="Self.Piskolu" Multiplicity="*" />
          <End Role="Piskolu_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Piskolu_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Piskolu_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Piskolu">
          <End Role="PersonelSirketEk_Piskolu_Source" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <End Role="PersonelSirketEk_Piskolu_Target" Type="Self.Piskolu" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PersonelSirketEk_Piskolu_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PersonelSirketEk_Piskolu_Source">
              <PropertyRef Name="PiskoluId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Piskur_Sirket">
          <End Role="Piskur_Sirket_Source" Type="Self.Piskur" Multiplicity="*" />
          <End Role="Piskur_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Piskur_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Piskur_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Piskur">
          <End Role="PersonelSirketEk_Piskur_Source" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <End Role="PersonelSirketEk_Piskur_Target" Type="Self.Piskur" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PersonelSirketEk_Piskur_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PersonelSirketEk_Piskur_Source">
              <PropertyRef Name="PiskurId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Pkanun">
          <End Role="PersonelSirketEk_Pkanun_Source" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <End Role="PersonelSirketEk_Pkanun_Target" Type="Self.Pkanun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PersonelSirketEk_Pkanun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PersonelSirketEk_Pkanun_Source">
              <PropertyRef Name="PkanunId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ppozisyon_Sirket">
          <End Role="Ppozisyon_Sirket_Source" Type="Self.Ppozisyon" Multiplicity="*" />
          <End Role="Ppozisyon_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Ppozisyon_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Ppozisyon_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Ppozisyon">
          <End Role="PersonelSirketEk_Ppozisyon_Source" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <End Role="PersonelSirketEk_Ppozisyon_Target" Type="Self.Ppozisyon" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PersonelSirketEk_Ppozisyon_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PersonelSirketEk_Ppozisyon_Source">
              <PropertyRef Name="PpozisyonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Psigorta_Sirket">
          <End Role="Psigorta_Sirket_Source" Type="Self.Psigorta" Multiplicity="*" />
          <End Role="Psigorta_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Psigorta_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Psigorta_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Psigorta">
          <End Role="PersonelSirketEk_Psigorta_Source" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <End Role="PersonelSirketEk_Psigorta_Target" Type="Self.Psigorta" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PersonelSirketEk_Psigorta_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PersonelSirketEk_Psigorta_Source">
              <PropertyRef Name="PsigortaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirket_PersonelSirketEk">
          <End Role="PersonelSirket_PersonelSirketEk_Source" Type="Self.PersonelSirket" Multiplicity="1" />
          <End Role="PersonelSirket_PersonelSirketEk_Target" Type="Self.PersonelSirketEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PersonelSirket_PersonelSirketEk_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PersonelSirket_PersonelSirketEk_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirket_PSirket">
          <End Role="PersonelSirket_PSirket_Source" Type="Self.PersonelSirket" Multiplicity="*" />
          <End Role="PersonelSirket_PSirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PersonelSirket_PSirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PersonelSirket_PSirket_Source">
              <PropertyRef Name="PSirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Puantaj_Pbelge">
          <End Role="Puantaj_Pbelge_Source" Type="Self.Puantaj" Multiplicity="*" />
          <End Role="Puantaj_Pbelge_Target" Type="Self.Pbelge" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Puantaj_Pbelge_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Puantaj_Pbelge_Source">
              <PropertyRef Name="PbelgeId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Puantaj_Pdepkod">
          <End Role="Puantaj_Pdepkod_Source" Type="Self.Puantaj" Multiplicity="*" />
          <End Role="Puantaj_Pdepkod_Target" Type="Self.Pdepkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Puantaj_Pdepkod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Puantaj_Pdepkod_Source">
              <PropertyRef Name="PdepkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Peksikneden_Sirket">
          <End Role="Peksikneden_Sirket_Source" Type="Self.Peksikneden" Multiplicity="*" />
          <End Role="Peksikneden_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Peksikneden_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Peksikneden_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Puantaj_Peksikneden">
          <End Role="Puantaj_Peksikneden_Source" Type="Self.Puantaj" Multiplicity="*" />
          <End Role="Puantaj_Peksikneden_Target" Type="Self.Peksikneden" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Puantaj_Peksikneden_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Puantaj_Peksikneden_Source">
              <PropertyRef Name="PeksiknedenId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Puantaj_PersonelSirket">
          <End Role="Puantaj_PersonelSirket_Source" Type="Self.Puantaj" Multiplicity="*" />
          <End Role="Puantaj_PersonelSirket_Target" Type="Self.PersonelSirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Puantaj_PersonelSirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Puantaj_PersonelSirket_Source">
              <PropertyRef Name="PersonelSirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Puantaj_Pkanun">
          <End Role="Puantaj_Pkanun_Source" Type="Self.Puantaj" Multiplicity="*" />
          <End Role="Puantaj_Pkanun_Target" Type="Self.Pkanun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Puantaj_Pkanun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Puantaj_Pkanun_Source">
              <PropertyRef Name="PkanunId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PuantajHakedis_Hakedis">
          <End Role="PuantajHakedis_Hakedis_Source" Type="Self.PuantajHakedis" Multiplicity="*" />
          <End Role="PuantajHakedis_Hakedis_Target" Type="Self.Hakedis" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PuantajHakedis_Hakedis_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PuantajHakedis_Hakedis_Source">
              <PropertyRef Name="HakedisId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PuantajHakedis_Puantaj">
          <End Role="PuantajHakedis_Puantaj_Source" Type="Self.PuantajHakedis" Multiplicity="*" />
          <End Role="PuantajHakedis_Puantaj_Target" Type="Self.Puantaj" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PuantajHakedis_Puantaj_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PuantajHakedis_Puantaj_Source">
              <PropertyRef Name="PuantajId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Puantaj_PuantajTahakkuk">
          <End Role="Puantaj_PuantajTahakkuk_Source" Type="Self.Puantaj" Multiplicity="1" />
          <End Role="Puantaj_PuantajTahakkuk_Target" Type="Self.PuantajTahakkuk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Puantaj_PuantajTahakkuk_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Puantaj_PuantajTahakkuk_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pavans_PersonelSirket">
          <End Role="Pavans_PersonelSirket_Source" Type="Self.Pavans" Multiplicity="*" />
          <End Role="Pavans_PersonelSirket_Target" Type="Self.PersonelSirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pavans_PersonelSirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pavans_PersonelSirket_Source">
              <PropertyRef Name="PersonelSirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PcihazGrup_Sirket">
          <End Role="PcihazGrup_Sirket_Source" Type="Self.PcihazGrup" Multiplicity="*" />
          <End Role="PcihazGrup_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PcihazGrup_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PcihazGrup_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pcihaz_PcihazGrup">
          <End Role="Pcihaz_PcihazGrup_Source" Type="Self.Pcihaz" Multiplicity="*" />
          <End Role="Pcihaz_PcihazGrup_Target" Type="Self.PcihazGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pcihaz_PcihazGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pcihaz_PcihazGrup_Source">
              <PropertyRef Name="PcihazGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pcihaz_Sirket">
          <End Role="Pcihaz_Sirket_Source" Type="Self.Pcihaz" Multiplicity="*" />
          <End Role="Pcihaz_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pcihaz_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pcihaz_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pcizelge_PersonelSirket">
          <End Role="Pcizelge_PersonelSirket_Source" Type="Self.Pcizelge" Multiplicity="*" />
          <End Role="Pcizelge_PersonelSirket_Target" Type="Self.PersonelSirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pcizelge_PersonelSirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pcizelge_PersonelSirket_Source">
              <PropertyRef Name="PersonelSirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PshiftHrk_Pshift">
          <End Role="PshiftHrk_Pshift_Source" Type="Self.PshiftHrk" Multiplicity="*" />
          <End Role="PshiftHrk_Pshift_Target" Type="Self.Pshift" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PshiftHrk_Pshift_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PshiftHrk_Pshift_Source">
              <PropertyRef Name="PshiftId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PshiftTipi_Sirket">
          <End Role="PshiftTipi_Sirket_Source" Type="Self.PshiftTipi" Multiplicity="*" />
          <End Role="PshiftTipi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PshiftTipi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PshiftTipi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PshiftHrk_PshiftTipi">
          <End Role="PshiftHrk_PshiftTipi_Source" Type="Self.PshiftHrk" Multiplicity="*" />
          <End Role="PshiftHrk_PshiftTipi_Target" Type="Self.PshiftTipi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PshiftHrk_PshiftTipi_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PshiftHrk_PshiftTipi_Source">
              <PropertyRef Name="PshiftTipiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pshift_Sirket">
          <End Role="Pshift_Sirket_Source" Type="Self.Pshift" Multiplicity="*" />
          <End Role="Pshift_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pshift_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pshift_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pcizelge_Pshift">
          <End Role="Pcizelge_Pshift_Source" Type="Self.Pcizelge" Multiplicity="*" />
          <End Role="Pcizelge_Pshift_Target" Type="Self.Pshift" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pcizelge_Pshift_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pcizelge_Pshift_Source">
              <PropertyRef Name="PshiftId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Psirket_Pebildirge">
          <End Role="Psirket_Pebildirge_Source" Type="Self.Psirket" Multiplicity="1" />
          <End Role="Psirket_Pebildirge_Target" Type="Self.Pebildirge" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Psirket_Pebildirge_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Psirket_Pebildirge_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Psirket_Pentegrasyon">
          <End Role="Psirket_Pentegrasyon_Source" Type="Self.Psirket" Multiplicity="1" />
          <End Role="Psirket_Pentegrasyon_Target" Type="Self.Pentegrasyon" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Psirket_Pentegrasyon_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Psirket_Pentegrasyon_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Psirket_Sirket">
          <End Role="Psirket_Sirket_Source" Type="Self.Psirket" Multiplicity="*" />
          <End Role="Psirket_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Psirket_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Psirket_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pkart_PersonelSirket">
          <End Role="Pkart_PersonelSirket_Source" Type="Self.Pkart" Multiplicity="*" />
          <End Role="Pkart_PersonelSirket_Target" Type="Self.PersonelSirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pkart_PersonelSirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pkart_PersonelSirket_Source">
              <PropertyRef Name="PersonelSirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pgircik_Pkart">
          <End Role="Pgircik_Pkart_Source" Type="Self.Pgircik" Multiplicity="*" />
          <End Role="Pgircik_Pkart_Target" Type="Self.Pkart" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pgircik_Pkart_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pgircik_Pkart_Source">
              <PropertyRef Name="PkartId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pkat_Sirket">
          <End Role="Pkat_Sirket_Source" Type="Self.Pkat" Multiplicity="*" />
          <End Role="Pkat_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pkat_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pkat_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAltGrup_Sirket">
          <End Role="PosAltGrup_Sirket_Source" Type="Self.PosAltGrup" Multiplicity="*" />
          <End Role="PosAltGrup_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosAltGrup_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosAltGrup_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosCari_Sirket">
          <End Role="PosCari_Sirket_Source" Type="Self.PosCari" Multiplicity="*" />
          <End Role="PosCari_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosCari_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosCari_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_Depkod">
          <End Role="PosDepBaglanti_Depkod_Source" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <End Role="PosDepBaglanti_Depkod_Target" Type="Self.Depkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosDepBaglanti_Depkod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosDepBaglanti_Depkod_Source">
              <PropertyRef Name="DepkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_DepkodIndirim">
          <End Role="PosDepBaglanti_DepkodIndirim_Source" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <End Role="PosDepBaglanti_DepkodIndirim_Target" Type="Self.Depkod" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosDepBaglanti_DepkodIndirim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosDepBaglanti_DepkodIndirim_Source">
              <PropertyRef Name="DepkodIndirimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_PosAltKategoriler">
          <End Role="PosDepBaglanti_PosAltKategoriler_Source" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <End Role="PosDepBaglanti_PosAltKategoriler_Target" Type="Self.PosAltKategoriler" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosDepBaglanti_PosAltKategoriler_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosDepBaglanti_PosAltKategoriler_Source">
              <PropertyRef Name="PosAltKategorilerId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_PosDep">
          <End Role="PosDepBaglanti_PosDep_Source" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <End Role="PosDepBaglanti_PosDep_Target" Type="Self.PosDep" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosDepBaglanti_PosDep_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosDepBaglanti_PosDep_Source">
              <PropertyRef Name="PosDepId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_PosKdvTipi">
          <End Role="PosDepBaglanti_PosKdvTipi_Source" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <End Role="PosDepBaglanti_PosKdvTipi_Target" Type="Self.PosKdvTipi" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosDepBaglanti_PosKdvTipi_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosDepBaglanti_PosKdvTipi_Source">
              <PropertyRef Name="PosKdvTipiId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_PosSatKod">
          <End Role="PosDepBaglanti_PosSatKod_Source" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <End Role="PosDepBaglanti_PosSatKod_Target" Type="Self.PosSatKod" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosDepBaglanti_PosSatKod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosDepBaglanti_PosSatKod_Source">
              <PropertyRef Name="PosSatKodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_Sirket">
          <End Role="PosDepBaglanti_Sirket_Source" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <End Role="PosDepBaglanti_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosDepBaglanti_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosDepBaglanti_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepSaat_Sirket">
          <End Role="PosDepSaat_Sirket_Source" Type="Self.PosDepSaat" Multiplicity="*" />
          <End Role="PosDepSaat_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosDepSaat_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosDepSaat_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosKart_Folio">
          <End Role="PosKart_Folio_Source" Type="Self.PosKart" Multiplicity="*" />
          <End Role="PosKart_Folio_Target" Type="Self.Folio" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosKart_Folio_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosKart_Folio_Source">
              <PropertyRef Name="FolioId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosKart_PosOdenmezIkram">
          <End Role="PosKart_PosOdenmezIkram_Source" Type="Self.PosKart" Multiplicity="*" />
          <End Role="PosKart_PosOdenmezIkram_Target" Type="Self.PosOdenmezIkram" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosKart_PosOdenmezIkram_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosKart_PosOdenmezIkram_Source">
              <PropertyRef Name="PosOdenmezIkramId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosKart_Sirket">
          <End Role="PosKart_Sirket_Source" Type="Self.PosKart" Multiplicity="*" />
          <End Role="PosKart_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosKart_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosKart_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosPansiyonDerece_Pansiyon">
          <End Role="PosPansiyonDerece_Pansiyon_Source" Type="Self.PosPansiyonDerece" Multiplicity="*" />
          <End Role="PosPansiyonDerece_Pansiyon_Target" Type="Self.Pansiyon" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosPansiyonDerece_Pansiyon_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosPansiyonDerece_Pansiyon_Source">
              <PropertyRef Name="PansiyonId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosPrintSignals_PosSipAna">
          <End Role="PosPrintSignals_PosSipAna_Source" Type="Self.PosPrintSignals" Multiplicity="*" />
          <End Role="PosPrintSignals_PosSipAna_Target" Type="Self.PosSipAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosPrintSignals_PosSipAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosPrintSignals_PosSipAna_Source">
              <PropertyRef Name="PosSipAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PostingTarih_Depkod">
          <End Role="PostingTarih_Depkod_Source" Type="Self.PostingTarih" Multiplicity="*" />
          <End Role="PostingTarih_Depkod_Target" Type="Self.Depkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PostingTarih_Depkod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PostingTarih_Depkod_Source">
              <PropertyRef Name="DepkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PostingTarih_Sirket">
          <End Role="PostingTarih_Sirket_Source" Type="Self.PostingTarih" Multiplicity="*" />
          <End Role="PostingTarih_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PostingTarih_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PostingTarih_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosTopUrunler_PosDep">
          <End Role="PosTopUrunler_PosDep_Source" Type="Self.PosTopUrunler" Multiplicity="*" />
          <End Role="PosTopUrunler_PosDep_Target" Type="Self.PosDep" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosTopUrunler_PosDep_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosTopUrunler_PosDep_Source">
              <PropertyRef Name="PosDepId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosTopUrunler_PosSatKod">
          <End Role="PosTopUrunler_PosSatKod_Source" Type="Self.PosTopUrunler" Multiplicity="*" />
          <End Role="PosTopUrunler_PosSatKod_Target" Type="Self.PosSatKod" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosTopUrunler_PosSatKod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosTopUrunler_PosSatKod_Source">
              <PropertyRef Name="PosSatKodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosVaryant_Sirket">
          <End Role="PosVaryant_Sirket_Source" Type="Self.PosVaryant" Multiplicity="*" />
          <End Role="PosVaryant_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosVaryant_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosVaryant_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciBaglanti_PosAltKategoriler">
          <End Role="PosYaziciBaglanti_PosAltKategoriler_Source" Type="Self.PosYaziciBaglanti" Multiplicity="*" />
          <End Role="PosYaziciBaglanti_PosAltKategoriler_Target" Type="Self.PosAltKategoriler" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosYaziciBaglanti_PosAltKategoriler_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosYaziciBaglanti_PosAltKategoriler_Source">
              <PropertyRef Name="PosAltKategorilerId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciBaglanti_PosDep">
          <End Role="PosYaziciBaglanti_PosDep_Source" Type="Self.PosYaziciBaglanti" Multiplicity="*" />
          <End Role="PosYaziciBaglanti_PosDep_Target" Type="Self.PosDep" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosYaziciBaglanti_PosDep_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosYaziciBaglanti_PosDep_Source">
              <PropertyRef Name="PosDepId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciBaglanti_PosSatKod">
          <End Role="PosYaziciBaglanti_PosSatKod_Source" Type="Self.PosYaziciBaglanti" Multiplicity="*" />
          <End Role="PosYaziciBaglanti_PosSatKod_Target" Type="Self.PosSatKod" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PosYaziciBaglanti_PosSatKod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosYaziciBaglanti_PosSatKod_Source">
              <PropertyRef Name="PosSatKodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciDizayn_Sirket">
          <End Role="PosYaziciDizayn_Sirket_Source" Type="Self.PosYaziciDizayn" Multiplicity="*" />
          <End Role="PosYaziciDizayn_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosYaziciDizayn_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosYaziciDizayn_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciBaglanti_PosYaziciDizayn">
          <End Role="PosYaziciBaglanti_PosYaziciDizayn_Source" Type="Self.PosYaziciBaglanti" Multiplicity="*" />
          <End Role="PosYaziciBaglanti_PosYaziciDizayn_Target" Type="Self.PosYaziciDizayn" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosYaziciBaglanti_PosYaziciDizayn_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosYaziciBaglanti_PosYaziciDizayn_Source">
              <PropertyRef Name="PosYaziciDizaynId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYazicilar_Sirket">
          <End Role="PosYazicilar_Sirket_Source" Type="Self.PosYazicilar" Multiplicity="*" />
          <End Role="PosYazicilar_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosYazicilar_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosYazicilar_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciBaglanti_PosYazicilar">
          <End Role="PosYaziciBaglanti_PosYazicilar_Source" Type="Self.PosYaziciBaglanti" Multiplicity="*" />
          <End Role="PosYaziciBaglanti_PosYazicilar_Target" Type="Self.PosYazicilar" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosYaziciBaglanti_PosYazicilar_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosYaziciBaglanti_PosYazicilar_Source">
              <PropertyRef Name="PosYazicilarId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciBaglanti_Sirket">
          <End Role="PosYaziciBaglanti_Sirket_Source" Type="Self.PosYaziciBaglanti" Multiplicity="*" />
          <End Role="PosYaziciBaglanti_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="PosYaziciBaglanti_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="PosYaziciBaglanti_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pozevrak_Sirket">
          <End Role="Pozevrak_Sirket_Source" Type="Self.Pozevrak" Multiplicity="*" />
          <End Role="Pozevrak_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pozevrak_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pozevrak_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ProHrk_IsYeri">
          <End Role="ProHrk_IsYeri_Source" Type="Self.ProHrk" Multiplicity="*" />
          <End Role="ProHrk_IsYeri_Target" Type="Self.IsYeri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ProHrk_IsYeri_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ProHrk_IsYeri_Source">
              <PropertyRef Name="IsYeriId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pzimmet_Pkat">
          <End Role="Pzimmet_Pkat_Source" Type="Self.Pzimmet" Multiplicity="*" />
          <End Role="Pzimmet_Pkat_Target" Type="Self.Pkat" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pzimmet_Pkat_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pzimmet_Pkat_Source">
              <PropertyRef Name="PkatId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pzimmet_Sirket">
          <End Role="Pzimmet_Sirket_Source" Type="Self.Pzimmet" Multiplicity="*" />
          <End Role="Pzimmet_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Pzimmet_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Pzimmet_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporFiltreKisitlar_RaporFiltre">
          <End Role="RaporFiltreKisitlar_RaporFiltre_Source" Type="Self.RaporFiltreKisitlar" Multiplicity="*" />
          <End Role="RaporFiltreKisitlar_RaporFiltre_Target" Type="Self.RaporFiltre" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RaporFiltreKisitlar_RaporFiltre_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporFiltreKisitlar_RaporFiltre_Source">
              <PropertyRef Name="RaporFiltreId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporFiltreLog_RaporFiltre">
          <End Role="RaporFiltreLog_RaporFiltre_Source" Type="Self.RaporFiltreLog" Multiplicity="*" />
          <End Role="RaporFiltreLog_RaporFiltre_Target" Type="Self.RaporFiltre" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RaporFiltreLog_RaporFiltre_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporFiltreLog_RaporFiltre_Source">
              <PropertyRef Name="RaporFiltreId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporLog_raporfiltrelog">
          <End Role="RaporLog_raporfiltrelog_Source" Type="Self.RaporLog" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporLog_raporfiltrelog_Target" Type="Self.RaporFiltreLog" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporLog_raporfiltrelog_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporLog_raporfiltrelog_Target">
              <PropertyRef Name="RaporLogId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporLogAna_Kullanici">
          <End Role="RaporLogAna_Kullanici_Source" Type="Self.RaporLogAna" Multiplicity="*" />
          <End Role="RaporLogAna_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RaporLogAna_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RaporLogAna_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ResmiSirket_Sirket">
          <End Role="ResmiSirket_Sirket_Source" Type="Self.ResmiSirket" Multiplicity="*" />
          <End Role="ResmiSirket_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ResmiSirket_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ResmiSirket_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestKullanici_Kullanici">
          <End Role="RestKullanici_Kullanici_Source" Type="Self.RestKullanici" Multiplicity="*" />
          <End Role="RestKullanici_Kullanici_Target" Type="Self.Kullanici" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RestKullanici_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RestKullanici_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestKullanici_RestoranBolumMasaTanim">
          <End Role="RestKullanici_RestoranBolumMasaTanim_Source" Type="Self.RestKullanici" Multiplicity="*" />
          <End Role="RestKullanici_RestoranBolumMasaTanim_Target" Type="Self.RestoranBolumMasaTanim" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="RestKullanici_RestoranBolumMasaTanim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RestKullanici_RestoranBolumMasaTanim_Source">
              <PropertyRef Name="RestoranBolumMasaTanimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestKullanici_Sirket">
          <End Role="RestKullanici_Sirket_Source" Type="Self.RestKullanici" Multiplicity="*" />
          <End Role="RestKullanici_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RestKullanici_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RestKullanici_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranAcKapat_RestoranBolumMasaTanim">
          <End Role="RestoranAcKapat_RestoranBolumMasaTanim_Source" Type="Self.RestoranAcKapat" Multiplicity="*" />
          <End Role="RestoranAcKapat_RestoranBolumMasaTanim_Target" Type="Self.RestoranBolumMasaTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="RestoranAcKapat_RestoranBolumMasaTanim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="RestoranAcKapat_RestoranBolumMasaTanim_Source">
              <PropertyRef Name="RestoranBolumMasaTanimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Santral_Depkod">
          <End Role="Santral_Depkod_Source" Type="Self.Santral" Multiplicity="*" />
          <End Role="Santral_Depkod_Target" Type="Self.Depkod" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Santral_Depkod_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Santral_Depkod_Source">
              <PropertyRef Name="DepkodId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Santral_Doviz">
          <End Role="Santral_Doviz_Source" Type="Self.Santral" Multiplicity="*" />
          <End Role="Santral_Doviz_Target" Type="Self.Doviz" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Santral_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Santral_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Santral_Sirket">
          <End Role="Santral_Sirket_Source" Type="Self.Santral" Multiplicity="*" />
          <End Role="Santral_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Santral_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Santral_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatAnlasmaAna_Kurumsal">
          <End Role="SatAnlasmaAna_Kurumsal_Source" Type="Self.SatAnlasmaAna" Multiplicity="*" />
          <End Role="SatAnlasmaAna_Kurumsal_Target" Type="Self.Kurumsal" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatAnlasmaAna_Kurumsal_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatAnlasmaAna_Kurumsal_Source">
              <PropertyRef Name="KurumsalId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatAnlasmaDetay_SatAnlasmaAna">
          <End Role="SatAnlasmaDetay_SatAnlasmaAna_Source" Type="Self.SatAnlasmaDetay" Multiplicity="*" />
          <End Role="SatAnlasmaDetay_SatAnlasmaAna_Target" Type="Self.SatAnlasmaAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatAnlasmaDetay_SatAnlasmaAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatAnlasmaDetay_SatAnlasmaAna_Source">
              <PropertyRef Name="SatAnlasmaAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatAnlasmaDetay_Sirket">
          <End Role="SatAnlasmaDetay_Sirket_Source" Type="Self.SatAnlasmaDetay" Multiplicity="*" />
          <End Role="SatAnlasmaDetay_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatAnlasmaDetay_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatAnlasmaDetay_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatAnlasmaDetay_Urun">
          <End Role="SatAnlasmaDetay_Urun_Source" Type="Self.SatAnlasmaDetay" Multiplicity="*" />
          <End Role="SatAnlasmaDetay_Urun_Target" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatAnlasmaDetay_Urun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatAnlasmaDetay_Urun_Source">
              <PropertyRef Name="UrunId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatAnlasmaDetay_UrunMarka">
          <End Role="SatAnlasmaDetay_UrunMarka_Source" Type="Self.SatAnlasmaDetay" Multiplicity="*" />
          <End Role="SatAnlasmaDetay_UrunMarka_Target" Type="Self.UrunMarka" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SatAnlasmaDetay_UrunMarka_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatAnlasmaDetay_UrunMarka_Source">
              <PropertyRef Name="UrunMarkaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatAnlasmaAna_Sirket">
          <End Role="SatAnlasmaAna_Sirket_Source" Type="Self.SatAnlasmaAna" Multiplicity="*" />
          <End Role="SatAnlasmaAna_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatAnlasmaAna_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatAnlasmaAna_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatKurumsal_Kurumsal">
          <End Role="SatKurumsal_Kurumsal_Source" Type="Self.SatKurumsal" Multiplicity="*" />
          <End Role="SatKurumsal_Kurumsal_Target" Type="Self.Kurumsal" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SatKurumsal_Kurumsal_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatKurumsal_Kurumsal_Source">
              <PropertyRef Name="KurumsalId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatKurumsalELogin_SatKurumsal">
          <End Role="SatKurumsalELogin_SatKurumsal_Source" Type="Self.SatKurumsalELogin" Multiplicity="*" />
          <End Role="SatKurumsalELogin_SatKurumsal_Target" Type="Self.SatKurumsal" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SatKurumsalELogin_SatKurumsal_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatKurumsalELogin_SatKurumsal_Source">
              <PropertyRef Name="SatKurumsalId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkTeklif_SatKurumsal">
          <End Role="SipHrkTeklif_SatKurumsal_Source" Type="Self.SipHrkTeklif" Multiplicity="*" />
          <End Role="SipHrkTeklif_SatKurumsal_Target" Type="Self.SatKurumsal" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SipHrkTeklif_SatKurumsal_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkTeklif_SatKurumsal_Source">
              <PropertyRef Name="SatKurumsalId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipMik_DepartmanAna">
          <End Role="SipMik_DepartmanAna_Source" Type="Self.SipMik" Multiplicity="*" />
          <End Role="SipMik_DepartmanAna_Target" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SipMik_DepartmanAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipMik_DepartmanAna_Source">
              <PropertyRef Name="DepartmanAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatOzelKod_SatOzelKodGrupIcerikler">
          <End Role="SatOzelKod_SatOzelKodGrupIcerikler_Source" Type="Self.SatOzelKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatOzelKod_SatOzelKodGrupIcerikler_Target" Type="Self.SatOzelKodIcerik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SatOzelKod_SatOzelKodGrupIcerikler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatOzelKod_SatOzelKodGrupIcerikler_Target">
              <PropertyRef Name="SatOzelKodGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatOzelKod_Sirket">
          <End Role="SatOzelKod_Sirket_Source" Type="Self.SatOzelKod" Multiplicity="*" />
          <End Role="SatOzelKod_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatOzelKod_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatOzelKod_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatOzelKodIcerik_Sirket">
          <End Role="SatOzelKodIcerik_Sirket_Source" Type="Self.SatOzelKodIcerik" Multiplicity="*" />
          <End Role="SatOzelKodIcerik_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatOzelKodIcerik_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatOzelKodIcerik_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatOzelKodBaglanti_SatOzelKodIcerik">
          <End Role="SatOzelKodBaglanti_SatOzelKodIcerik_Source" Type="Self.SatOzelKodBaglanti" Multiplicity="*" />
          <End Role="SatOzelKodBaglanti_SatOzelKodIcerik_Target" Type="Self.SatOzelKodIcerik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatOzelKodBaglanti_SatOzelKodIcerik_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatOzelKodBaglanti_SatOzelKodIcerik_Source">
              <PropertyRef Name="SatOzelKodIcerikId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatOzelKodBaglanti_SipMik">
          <End Role="SatOzelKodBaglanti_SipMik_Source" Type="Self.SatOzelKodBaglanti" Multiplicity="*" />
          <End Role="SatOzelKodBaglanti_SipMik_Target" Type="Self.SipMik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatOzelKodBaglanti_SipMik_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatOzelKodBaglanti_SipMik_Source">
              <PropertyRef Name="SipMikId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_DepartmanAna">
          <End Role="SipHrkDetay_DepartmanAna_Source" Type="Self.SipHrkDetay" Multiplicity="*" />
          <End Role="SipHrkDetay_DepartmanAna_Target" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SipHrkDetay_DepartmanAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkDetay_DepartmanAna_Source">
              <PropertyRef Name="DepartmanAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_OnayAdim">
          <End Role="SipHrkDetay_OnayAdim_Source" Type="Self.SipHrkDetay" Multiplicity="*" />
          <End Role="SipHrkDetay_OnayAdim_Target" Type="Self.OnayAdim" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SipHrkDetay_OnayAdim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkDetay_OnayAdim_Source">
              <PropertyRef Name="OnayAdimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupKurumsal_SatKurumsal">
          <End Role="SatUrunGrupKurumsal_SatKurumsal_Source" Type="Self.SatUrunGrupKurumsal" Multiplicity="*" />
          <End Role="SatUrunGrupKurumsal_SatKurumsal_Target" Type="Self.SatKurumsal" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatUrunGrupKurumsal_SatKurumsal_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatUrunGrupKurumsal_SatKurumsal_Source">
              <PropertyRef Name="SatKurumsalId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupKurumsal_SatUrunGrup">
          <End Role="SatUrunGrupKurumsal_SatUrunGrup_Source" Type="Self.SatUrunGrupKurumsal" Multiplicity="*" />
          <End Role="SatUrunGrupKurumsal_SatUrunGrup_Target" Type="Self.SatUrunGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatUrunGrupKurumsal_SatUrunGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatUrunGrupKurumsal_SatUrunGrup_Source">
              <PropertyRef Name="SatUrunGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupKurumsal_Sirket">
          <End Role="SatUrunGrupKurumsal_Sirket_Source" Type="Self.SatUrunGrupKurumsal" Multiplicity="*" />
          <End Role="SatUrunGrupKurumsal_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatUrunGrupKurumsal_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatUrunGrupKurumsal_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupMail_SatUrunGrup">
          <End Role="SatUrunGrupMail_SatUrunGrup_Source" Type="Self.SatUrunGrupMail" Multiplicity="*" />
          <End Role="SatUrunGrupMail_SatUrunGrup_Target" Type="Self.SatUrunGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatUrunGrupMail_SatUrunGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatUrunGrupMail_SatUrunGrup_Source">
              <PropertyRef Name="SatUrunGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupMail_Sirket">
          <End Role="SatUrunGrupMail_Sirket_Source" Type="Self.SatUrunGrupMail" Multiplicity="*" />
          <End Role="SatUrunGrupMail_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatUrunGrupMail_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatUrunGrupMail_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupUrun_Envanter">
          <End Role="SatUrunGrupUrun_Envanter_Source" Type="Self.SatUrunGrupUrun" Multiplicity="*" />
          <End Role="SatUrunGrupUrun_Envanter_Target" Type="Self.Envanter" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SatUrunGrupUrun_Envanter_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatUrunGrupUrun_Envanter_Source">
              <PropertyRef Name="EnvanterId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupUrun_SatUrunGrup">
          <End Role="SatUrunGrupUrun_SatUrunGrup_Source" Type="Self.SatUrunGrupUrun" Multiplicity="*" />
          <End Role="SatUrunGrupUrun_SatUrunGrup_Target" Type="Self.SatUrunGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatUrunGrupUrun_SatUrunGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatUrunGrupUrun_SatUrunGrup_Source">
              <PropertyRef Name="SatUrunGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupUrun_Urun">
          <End Role="SatUrunGrupUrun_Urun_Source" Type="Self.SatUrunGrupUrun" Multiplicity="*" />
          <End Role="SatUrunGrupUrun_Urun_Target" Type="Self.Urun" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SatUrunGrupUrun_Urun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatUrunGrupUrun_Urun_Source">
              <PropertyRef Name="UrunId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrup_Sirket">
          <End Role="SatUrunGrup_Sirket_Source" Type="Self.SatUrunGrup" Multiplicity="*" />
          <End Role="SatUrunGrup_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatUrunGrup_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatUrunGrup_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkAna_SatUrunGrup">
          <End Role="SipHrkAna_SatUrunGrup_Source" Type="Self.SipHrkAna" Multiplicity="*" />
          <End Role="SipHrkAna_SatUrunGrup_Target" Type="Self.SatUrunGrup" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SipHrkAna_SatUrunGrup_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkAna_SatUrunGrup_Source">
              <PropertyRef Name="SatUrunGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkAna_SipHrkDetaylar">
          <End Role="SipHrkAna_SipHrkDetaylar_Source" Type="Self.SipHrkAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SipHrkAna_SipHrkDetaylar_Target" Type="Self.SipHrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SipHrkAna_SipHrkDetaylar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkAna_SipHrkDetaylar_Target">
              <PropertyRef Name="SipHrkAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkAna_Sirket">
          <End Role="SipHrkAna_Sirket_Source" Type="Self.SipHrkAna" Multiplicity="*" />
          <End Role="SipHrkAna_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SipHrkAna_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkAna_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_SipHrkDetayAsama">
          <End Role="SipHrkDetay_SipHrkDetayAsama_Source" Type="Self.SipHrkDetay" Multiplicity="1" />
          <End Role="SipHrkDetay_SipHrkDetayAsama_Target" Type="Self.SipHrkDetayAsama" Multiplicity="1" />
          <ReferentialConstraint>
            <Principal Role="SipHrkDetay_SipHrkDetayAsama_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkDetay_SipHrkDetayAsama_Target">
              <PropertyRef Name="Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkOnay_Kullanici">
          <End Role="SipHrkOnay_Kullanici_Source" Type="Self.SipHrkOnay" Multiplicity="*" />
          <End Role="SipHrkOnay_Kullanici_Target" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SipHrkOnay_Kullanici_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkOnay_Kullanici_Source">
              <PropertyRef Name="KullaniciId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkOnay_SatKurumsal">
          <End Role="SipHrkOnay_SatKurumsal_Source" Type="Self.SipHrkOnay" Multiplicity="*" />
          <End Role="SipHrkOnay_SatKurumsal_Target" Type="Self.SatKurumsal" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SipHrkOnay_SatKurumsal_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkOnay_SatKurumsal_Source">
              <PropertyRef Name="SatKurumsalId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkOnay_SipHrkDetay">
          <End Role="SipHrkOnay_SipHrkDetay_Source" Type="Self.SipHrkOnay" Multiplicity="*" />
          <End Role="SipHrkOnay_SipHrkDetay_Target" Type="Self.SipHrkDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SipHrkOnay_SipHrkDetay_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkOnay_SipHrkDetay_Source">
              <PropertyRef Name="SipHrkDetayId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_SipMikler">
          <End Role="SipHrkDetay_SipMikler_Source" Type="Self.SipHrkDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SipHrkDetay_SipMikler_Target" Type="Self.SipMik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SipHrkDetay_SipMikler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkDetay_SipMikler_Target">
              <PropertyRef Name="SipHrkDetayId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_Sirket">
          <End Role="SipHrkDetay_Sirket_Source" Type="Self.SipHrkDetay" Multiplicity="*" />
          <End Role="SipHrkDetay_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SipHrkDetay_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkDetay_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_Urun">
          <End Role="SipHrkDetay_Urun_Source" Type="Self.SipHrkDetay" Multiplicity="*" />
          <End Role="SipHrkDetay_Urun_Target" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SipHrkDetay_Urun_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkDetay_Urun_Source">
              <PropertyRef Name="UrunId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_UrunMarka">
          <End Role="SipHrkDetay_UrunMarka_Source" Type="Self.SipHrkDetay" Multiplicity="*" />
          <End Role="SipHrkDetay_UrunMarka_Target" Type="Self.UrunMarka" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SipHrkDetay_UrunMarka_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipHrkDetay_UrunMarka_Source">
              <PropertyRef Name="UrunMarkaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipMik_SipHrkTeklifler">
          <End Role="SipMik_SipHrkTeklifler_Source" Type="Self.SipMik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SipMik_SipHrkTeklifler_Target" Type="Self.SipHrkTeklif" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SipMik_SipHrkTeklifler_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SipMik_SipHrkTeklifler_Target">
              <PropertyRef Name="SipMikId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatKurumsal_Sirket">
          <End Role="SatKurumsal_Sirket_Source" Type="Self.SatKurumsal" Multiplicity="*" />
          <End Role="SatKurumsal_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SatKurumsal_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SatKurumsal_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAna_DepartmanAna">
          <End Role="SayimHrkAna_DepartmanAna_Source" Type="Self.SayimHrkAna" Multiplicity="*" />
          <End Role="SayimHrkAna_DepartmanAna_Target" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SayimHrkAna_DepartmanAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SayimHrkAna_DepartmanAna_Source">
              <PropertyRef Name="DepartmanAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAnaBaglanti_SayimHrkAna">
          <End Role="SayimHrkAnaBaglanti_SayimHrkAna_Source" Type="Self.SayimHrkAnaBaglanti" Multiplicity="*" />
          <End Role="SayimHrkAnaBaglanti_SayimHrkAna_Target" Type="Self.SayimHrkAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SayimHrkAnaBaglanti_SayimHrkAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SayimHrkAnaBaglanti_SayimHrkAna_Source">
              <PropertyRef Name="SayimHrkAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAnaBaglanti_Sirket">
          <End Role="SayimHrkAnaBaglanti_Sirket_Source" Type="Self.SayimHrkAnaBaglanti" Multiplicity="*" />
          <End Role="SayimHrkAnaBaglanti_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SayimHrkAnaBaglanti_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SayimHrkAnaBaglanti_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAnaBaglanti_StokhrkAna">
          <End Role="SayimHrkAnaBaglanti_StokhrkAna_Source" Type="Self.SayimHrkAnaBaglanti" Multiplicity="*" />
          <End Role="SayimHrkAnaBaglanti_StokhrkAna_Target" Type="Self.StokhrkAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SayimHrkAnaBaglanti_StokhrkAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SayimHrkAnaBaglanti_StokhrkAna_Source">
              <PropertyRef Name="StokhrkAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAnaGrup_SayimHrkAnalar">
          <End Role="SayimHrkAnaGrup_SayimHrkAnalar_Source" Type="Self.SayimHrkAnaGrup" Multiplicity="0..1" />
          <End Role="SayimHrkAnaGrup_SayimHrkAnalar_Target" Type="Self.SayimHrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SayimHrkAnaGrup_SayimHrkAnalar_Source">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SayimHrkAnaGrup_SayimHrkAnalar_Target">
              <PropertyRef Name="SayimHrkAnaGrupId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAna_Sirket">
          <End Role="SayimHrkAna_Sirket_Source" Type="Self.SayimHrkAna" Multiplicity="*" />
          <End Role="SayimHrkAna_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SayimHrkAna_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SayimHrkAna_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAna_StokhrkAna">
          <End Role="SayimHrkAna_StokhrkAna_Source" Type="Self.SayimHrkAna" Multiplicity="*" />
          <End Role="SayimHrkAna_StokhrkAna_Target" Type="Self.StokhrkAna" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SayimHrkAna_StokhrkAna_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SayimHrkAna_StokhrkAna_Source">
              <PropertyRef Name="StokhrkAnaId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Servisler_Rapor">
          <End Role="Servisler_Rapor_Source" Type="Self.Servisler" Multiplicity="*" />
          <End Role="Servisler_Rapor_Target" Type="Self.Rapor" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Servisler_Rapor_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Servisler_Rapor_Source">
              <PropertyRef Name="RaporId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ServislerBaglanti_Servisler">
          <End Role="ServislerBaglanti_Servisler_Source" Type="Self.ServislerBaglanti" Multiplicity="*" />
          <End Role="ServislerBaglanti_Servisler_Target" Type="Self.Servisler" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ServislerBaglanti_Servisler_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ServislerBaglanti_Servisler_Source">
              <PropertyRef Name="ServislerId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ServislerBaglanti_Sirket">
          <End Role="ServislerBaglanti_Sirket_Source" Type="Self.ServislerBaglanti" Multiplicity="*" />
          <End Role="ServislerBaglanti_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="ServislerBaglanti_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="ServislerBaglanti_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Servisler_Sirket">
          <End Role="Servisler_Sirket_Source" Type="Self.Servisler" Multiplicity="*" />
          <End Role="Servisler_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Servisler_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Servisler_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkIskonto_Sirket">
          <End Role="StokhrkIskonto_Sirket_Source" Type="Self.StokhrkIskonto" Multiplicity="*" />
          <End Role="StokhrkIskonto_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StokhrkIskonto_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkIskonto_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkIskonto_StokhrkDetay">
          <End Role="StokhrkIskonto_StokhrkDetay_Source" Type="Self.StokhrkIskonto" Multiplicity="*" />
          <End Role="StokhrkIskonto_StokhrkDetay_Target" Type="Self.StokhrkDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="StokhrkIskonto_StokhrkDetay_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="StokhrkIskonto_StokhrkDetay_Source">
              <PropertyRef Name="StokhrkDetayID" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SubeKodu_Sirket">
          <End Role="SubeKodu_Sirket_Source" Type="Self.SubeKodu" Multiplicity="*" />
          <End Role="SubeKodu_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="SubeKodu_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SubeKodu_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SubeKodu_UstKirilim">
          <End Role="SubeKodu_UstKirilim_Source" Type="Self.SubeKodu" Multiplicity="*" />
          <End Role="SubeKodu_UstKirilim_Target" Type="Self.SubeKodu" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SubeKodu_UstKirilim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="SubeKodu_UstKirilim_Source">
              <PropertyRef Name="UstKirilimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunFiyatTipi_Doviz">
          <End Role="UrunFiyatTipi_Doviz_Source" Type="Self.UrunFiyatTipi" Multiplicity="*" />
          <End Role="UrunFiyatTipi_Doviz_Target" Type="Self.Doviz" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="UrunFiyatTipi_Doviz_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunFiyatTipi_Doviz_Source">
              <PropertyRef Name="DovizId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunFiyatTipi_Sirket">
          <End Role="UrunFiyatTipi_Sirket_Source" Type="Self.UrunFiyatTipi" Multiplicity="*" />
          <End Role="UrunFiyatTipi_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UrunFiyatTipi_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunFiyatTipi_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunKdvHesap_GirisHesap">
          <End Role="UrunKdvHesap_GirisHesap_Source" Type="Self.UrunKdvHesap" Multiplicity="*" />
          <End Role="UrunKdvHesap_GirisHesap_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="UrunKdvHesap_GirisHesap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunKdvHesap_GirisHesap_Source">
              <PropertyRef Name="GirisHesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunKdvHesap_IadeHesap">
          <End Role="UrunKdvHesap_IadeHesap_Source" Type="Self.UrunKdvHesap" Multiplicity="*" />
          <End Role="UrunKdvHesap_IadeHesap_Target" Type="Self.Hesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="UrunKdvHesap_IadeHesap_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunKdvHesap_IadeHesap_Source">
              <PropertyRef Name="IadeHesapId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunKdvHesap_Kdv">
          <End Role="UrunKdvHesap_Kdv_Source" Type="Self.UrunKdvHesap" Multiplicity="*" />
          <End Role="UrunKdvHesap_Kdv_Target" Type="Self.Kdv" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UrunKdvHesap_Kdv_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunKdvHesap_Kdv_Source">
              <PropertyRef Name="KdvId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunKdvHesap_Sirket">
          <End Role="UrunKdvHesap_Sirket_Source" Type="Self.UrunKdvHesap" Multiplicity="*" />
          <End Role="UrunKdvHesap_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="UrunKdvHesap_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="UrunKdvHesap_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="VergiTevkifatIstisna_Sirket">
          <End Role="VergiTevkifatIstisna_Sirket_Source" Type="Self.VergiTevkifatIstisna" Multiplicity="*" />
          <End Role="VergiTevkifatIstisna_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="VergiTevkifatIstisna_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="VergiTevkifatIstisna_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="VergiTevkifatIstisna_UstKirilim">
          <End Role="VergiTevkifatIstisna_UstKirilim_Source" Type="Self.VergiTevkifatIstisna" Multiplicity="*" />
          <End Role="VergiTevkifatIstisna_UstKirilim_Target" Type="Self.SubeKodu" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="VergiTevkifatIstisna_UstKirilim_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="VergiTevkifatIstisna_UstKirilim_Source">
              <PropertyRef Name="UstKirilimId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Widget_Sirket">
          <End Role="Widget_Sirket_Source" Type="Self.Widget" Multiplicity="*" />
          <End Role="Widget_Sirket_Target" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <ReferentialConstraint>
            <Principal Role="Widget_Sirket_Target">
              <PropertyRef Name="Id" />
            </Principal>
            <Dependent Role="Widget_Sirket_Source">
              <PropertyRef Name="SirketId" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <EntityContainer Name="AsyasoftContext" customannotation:UseClrTypes="true">
          <EntitySet Name="Acenta" EntityType="Self.Acenta" />
          <EntitySet Name="AcentaMail" EntityType="Self.AcentaMail" />
          <EntitySet Name="MailIslem" EntityType="Self.MailIslem" />
          <EntitySet Name="Email" EntityType="Self.Email" />
          <EntitySet Name="MailSunucu" EntityType="Self.MailSunucu" />
          <EntitySet Name="Sirket" EntityType="Self.Sirket" />
          <EntitySet Name="SirketGrupSirket" EntityType="Self.SirketGrupSirket" />
          <EntitySet Name="SirketGrup" EntityType="Self.SirketGrup" />
          <EntitySet Name="SirketKullanici" EntityType="Self.SirketKullanici" />
          <EntitySet Name="Kullanici" EntityType="Self.Kullanici" />
          <EntitySet Name="AlanYetkiKullanici" EntityType="Self.AlanYetkiKullanici" />
          <EntitySet Name="AlanYetki" EntityType="Self.AlanYetki" />
          <EntitySet Name="AlanYetkiYetkiGrup" EntityType="Self.AlanYetkiYetkiGrup" />
          <EntitySet Name="YetkiGrup" EntityType="Self.YetkiGrup" />
          <EntitySet Name="IslemYetkiYetkiGrup" EntityType="Self.IslemYetkiYetkiGrup" />
          <EntitySet Name="IslemYetki" EntityType="Self.IslemYetki" />
          <EntitySet Name="IslemYetkiKullanici" EntityType="Self.IslemYetkiKullanici" />
          <EntitySet Name="Tablo" EntityType="Self.Tablo" />
          <EntitySet Name="Kolon" EntityType="Self.Kolon" />
          <EntitySet Name="Simge" EntityType="Self.Simge" />
          <EntitySet Name="MenuYetkiYetkiGrup" EntityType="Self.MenuYetkiYetkiGrup" />
          <EntitySet Name="MenuYetki" EntityType="Self.MenuYetki" />
          <EntitySet Name="Menu" EntityType="Self.AnaMenu" />
          <EntitySet Name="MenuYetkiKullanici" EntityType="Self.MenuYetkiKullanici" />
          <EntitySet Name="RaporYetkiYetkiGrup" EntityType="Self.RaporYetkiYetkiGrup" />
          <EntitySet Name="RaporYetki" EntityType="Self.RaporYetki" />
          <EntitySet Name="Rapor" EntityType="Self.Rapor" />
          <EntitySet Name="AsyaReportPreviewDesign" EntityType="Self.AsyaReportPreviewDesign" />
          <EntitySet Name="AsyaReportBaseLayouts" EntityType="Self.AsyaReportBaseLayout" />
          <EntitySet Name="RaporFiltre" EntityType="Self.RaporFiltre" />
          <EntitySet Name="RaporSql" EntityType="Self.RaporSql" />
          <EntitySet Name="RaporSqlDizayn" EntityType="Self.RaporSqlDizayn" />
          <EntitySet Name="RaporLayouts" EntityType="Self.RaporLayout" />
          <EntitySet Name="RaporSqlDizaynKolon" EntityType="Self.RaporSqlDizaynKolon" />
          <EntitySet Name="RaporSqlDizaynRenk" EntityType="Self.RaporSqlDizaynRenk" />
          <EntitySet Name="WhitePageDizayn" EntityType="Self.WhitePageDizayn" />
          <EntitySet Name="WhitePage" EntityType="Self.WhitePage" />
          <EntitySet Name="RaporYetkiKullanici" EntityType="Self.RaporYetkiKullanici" />
          <EntitySet Name="YetkiGrupKullanici" EntityType="Self.YetkiGrupKullanici" />
          <EntitySet Name="KullaniciOzelYetki" EntityType="Self.KullaniciOzelYetki" />
          <EntitySet Name="Musteri" EntityType="Self.Musteri" />
          <EntitySet Name="CrmRezervasyonMenu" EntityType="Self.CrmRezervasyonMenu" />
          <EntitySet Name="CrmMenuTanim" EntityType="Self.CrmMenuTanim" />
          <EntitySet Name="CrmMenuTanimMenuYemek" EntityType="Self.CrmMenuTanimMenuYemek" />
          <EntitySet Name="MenuYemek" EntityType="Self.MenuYemek" />
          <EntitySet Name="MenuIcerikRecete" EntityType="Self.MenuYemekRecete" />
          <EntitySet Name="Recete" EntityType="Self.Recete" />
          <EntitySet Name="ReceteBaglantiAna" EntityType="Self.ReceteBaglantiAna" />
          <EntitySet Name="PosDep" EntityType="Self.PosDep" />
          <EntitySet Name="Doviz" EntityType="Self.Doviz" />
          <EntitySet Name="Banka" EntityType="Self.Banka" />
          <EntitySet Name="Dovboz" EntityType="Self.Dovboz" />
          <EntitySet Name="Hrk" EntityType="Self.Hrk" />
          <EntitySet Name="Bilbord" EntityType="Self.Bilbord" />
          <EntitySet Name="BilbordFiyatKonum" EntityType="Self.BilbordFiyatKonum" />
          <EntitySet Name="FiyatKonum" EntityType="Self.FiyatKonum" />
          <EntitySet Name="Geceleme" EntityType="Self.Geceleme" />
          <EntitySet Name="FiyatPlan" EntityType="Self.FiyatPlan" />
          <EntitySet Name="GecelemeDetayEk" EntityType="Self.GecelemeDetayEk" />
          <EntitySet Name="Odeme" EntityType="Self.Odeme" />
          <EntitySet Name="Pazar" EntityType="Self.Pazar" />
          <EntitySet Name="MerkezPazar" EntityType="Self.MerkezPazar" />
          <EntitySet Name="MerkezAcenta" EntityType="Self.MerkezAcenta" />
          <EntitySet Name="Rate" EntityType="Self.Rate" />
          <EntitySet Name="Carpan" EntityType="Self.Carpan" />
          <EntitySet Name="CarpanHrk" EntityType="Self.CarpanHrk" />
          <EntitySet Name="Kategori" EntityType="Self.Kategori" />
          <EntitySet Name="KonumHamFiyat" EntityType="Self.KonumHamFiyat" />
          <EntitySet Name="KonumHamFiyatPaket" EntityType="Self.KonumHamFiyatPaket" />
          <EntitySet Name="Paket" EntityType="Self.Paket" />
          <EntitySet Name="Depkod" EntityType="Self.Depkod" />
          <EntitySet Name="DepkodGrup" EntityType="Self.DepkodGrup" />
          <EntitySet Name="FolioRouteDepkodGrup" EntityType="Self.FolioRouteDepkodGrup" />
          <EntitySet Name="FolioRoute" EntityType="Self.FolioRoute" />
          <EntitySet Name="Folio" EntityType="Self.Folio" />
          <EntitySet Name="ExtraHrk" EntityType="Self.ExtraHrk" />
          <EntitySet Name="ExtraDepkod" EntityType="Self.ExtraDepkod" />
          <EntitySet Name="Fatura" EntityType="Self.Fatura" />
          <EntitySet Name="Adres" EntityType="Self.Adres" />
          <EntitySet Name="AdresIl" EntityType="Self.AdresIl" />
          <EntitySet Name="AdresIlce" EntityType="Self.AdresIlce" />
          <EntitySet Name="AdresUlke" EntityType="Self.AdresUlke" />
          <EntitySet Name="DayEventGrupAdresUlke" EntityType="Self.DayEventGrupAdresUlke" />
          <EntitySet Name="DayEventGrup" EntityType="Self.DayEventGrup" />
          <EntitySet Name="DayEvent" EntityType="Self.DayEvent" />
          <EntitySet Name="MailSablonu" EntityType="Self.MailSablonu" />
          <EntitySet Name="Kurumsal" EntityType="Self.Kurumsal" />
          <EntitySet Name="KurumsalHesap" EntityType="Self.KurumsalHesap" />
          <EntitySet Name="Hesap" EntityType="Self.Hesap" />
          <EntitySet Name="MusteriKurumsal" EntityType="Self.MusteriKurumsal" />
          <EntitySet Name="MusteriAdres" EntityType="Self.MusteriAdres" />
          <EntitySet Name="FaturaIptal" EntityType="Self.FaturaIptal" />
          <EntitySet Name="FaturaSeri" EntityType="Self.FaturaSeri" />
          <EntitySet Name="FaturaSira" EntityType="Self.FaturaSira" />
          <EntitySet Name="Birim" EntityType="Self.Birim" />
          <EntitySet Name="EFaturaBirimKodlari" EntityType="Self.EFaturaBirimKodlari" />
          <EntitySet Name="Iskonto" EntityType="Self.Iskonto" />
          <EntitySet Name="Kdv" EntityType="Self.Kdv" />
          <EntitySet Name="Tevkifat" EntityType="Self.Tevkifat" />
          <EntitySet Name="TevkifatOran" EntityType="Self.TevkifatOran" />
          <EntitySet Name="Rez" EntityType="Self.Rez" />
          <EntitySet Name="Oda" EntityType="Self.Oda" />
          <EntitySet Name="Anket" EntityType="Self.Anket" />
          <EntitySet Name="AnketSira" EntityType="Self.AnketSira" />
          <EntitySet Name="AnketSoru" EntityType="Self.AnketSoru" />
          <EntitySet Name="Cevap" EntityType="Self.Cevap" />
          <EntitySet Name="CevapIcerik" EntityType="Self.CevapIcerik" />
          <EntitySet Name="Dil" EntityType="Self.Dil" />
          <EntitySet Name="AnketTema" EntityType="Self.AnketTema" />
          <EntitySet Name="AnketTemaDepartmanlar" EntityType="Self.AnketTemaDepartmanlar" />
          <EntitySet Name="CrmOda" EntityType="Self.CrmOda" />
          <EntitySet Name="CrmYorumAna" EntityType="Self.CrmYorumAna" />
          <EntitySet Name="CrmPersonel" EntityType="Self.CrmPersonel" />
          <EntitySet Name="CrmYorumSira" EntityType="Self.CrmYorumSira" />
          <EntitySet Name="CrmBildirimTur" EntityType="Self.CrmBildirimTur" />
          <EntitySet Name="CrmBilOnemTuru" EntityType="Self.CrmBilOnemTuru" />
          <EntitySet Name="CrmDepartman" EntityType="Self.CrmDepartman" />
          <EntitySet Name="CrmDurumTip" EntityType="Self.CrmDurumTip" />
          <EntitySet Name="CrmEvent" EntityType="Self.CrmEvent" />
          <EntitySet Name="CrmPersBegHrk" EntityType="Self.CrmPersBegHrk" />
          <EntitySet Name="CrmPersBeg" EntityType="Self.CrmPersBeg" />
          <EntitySet Name="CrmPersBegTip" EntityType="Self.CrmPersBegTip" />
          <EntitySet Name="CrmSonucTip" EntityType="Self.CrmSonucTip" />
          <EntitySet Name="CrmYorumKaynak" EntityType="Self.CrmYorumKaynak" />
          <EntitySet Name="Rezervasyon" EntityType="Self.Rezervasyon" />
          <EntitySet Name="CrmRezSilSeb" EntityType="Self.CrmRezSilSeb" />
          <EntitySet Name="RestoranBolumMasaTanim" EntityType="Self.RestoranBolumMasaTanim" />
          <EntitySet Name="BolumSaHalFiyatat" EntityType="Self.BolumSaat" />
          <EntitySet Name="RestoranBolumMasaTanimCrmMenuTanim" EntityType="Self.RestoranBolumMasaTanimCrmMenuTanim" />
          <EntitySet Name="RezervasyonMusteri" EntityType="Self.RezervasyonMusteri" />
          <EntitySet Name="HkKontrol" EntityType="Self.HkKontrol" />
          <EntitySet Name="Odatemiz" EntityType="Self.OdaTemiz" />
          <EntitySet Name="OdaOK" EntityType="Self.OdaOK" />
          <EntitySet Name="OdaServis" EntityType="Self.OdaServis" />
          <EntitySet Name="Kat" EntityType="Self.Kat" />
          <EntitySet Name="Maid" EntityType="Self.Maid" />
          <EntitySet Name="MaidSef" EntityType="Self.MaidSef" />
          <EntitySet Name="OdaDegisim" EntityType="Self.OdaDegisim" />
          <EntitySet Name="OdaKonumu" EntityType="Self.OdaKonum" />
          <EntitySet Name="OnbReferans" EntityType="Self.OnbReferans" />
          <EntitySet Name="StopSaleOdaKonumu" EntityType="Self.StopSaleOdaKonumu" />
          <EntitySet Name="StopSale" EntityType="Self.StopSale" />
          <EntitySet Name="StopSaleAcenta" EntityType="Self.StopSaleAcenta" />
          <EntitySet Name="StopSalePazar" EntityType="Self.StopSalePazar" />
          <EntitySet Name="UpgradeOdaFiyat" EntityType="Self.UpgradeOdaFiyat" />
          <EntitySet Name="OdaOzellik" EntityType="Self.OdaOzellik" />
          <EntitySet Name="Ozellik" EntityType="Self.Ozellik" />
          <EntitySet Name="OzellikGrup" EntityType="Self.OzellikGrup" />
          <EntitySet Name="OzellikGrupModel" EntityType="Self.OzellikGrupModel" />
          <EntitySet Name="AsyaModel" EntityType="Self.AsyaModel" />
          <EntitySet Name="Teknik" EntityType="Self.Teknik" />
          <EntitySet Name="Operasyon" EntityType="Self.Operasyon" />
          <EntitySet Name="BolumYer" EntityType="Self.BolumYer" />
          <EntitySet Name="IstipiTum" EntityType="Self.IstipiTum" />
          <EntitySet Name="Departman" EntityType="Self.Departman" />
          <EntitySet Name="OperasyonEk" EntityType="Self.OperasyonEk" />
          <EntitySet Name="OperasyonEk2" EntityType="Self.OperasyonEk2" />
          <EntitySet Name="ArizaNedeni" EntityType="Self.ArizaNedeni" />
          <EntitySet Name="ArizaGorevli" EntityType="Self.ArizaGorevli" />
          <EntitySet Name="IptalNedeni" EntityType="Self.IptalNedeni" />
          <EntitySet Name="OperasyonTarih" EntityType="Self.OperasyonTarih" />
          <EntitySet Name="Telkod" EntityType="Self.Telkod" />
          <EntitySet Name="Teldata" EntityType="Self.Teldata" />
          <EntitySet Name="FolioRouteRez" EntityType="Self.FolioRouteRez" />
          <EntitySet Name="KolBandi" EntityType="Self.KolBandi" />
          <EntitySet Name="KolBandiHrk" EntityType="Self.KolBandiHrk" />
          <EntitySet Name="MusteriKonaklamaEk" EntityType="Self.MusteriKonaklamaEk" />
          <EntitySet Name="Karalistes" EntityType="Self.Karaliste" />
          <EntitySet Name="Uyruk" EntityType="Self.Uyruk" />
          <EntitySet Name="Ulke" EntityType="Self.Ulke" />
          <EntitySet Name="RezDetayEk" EntityType="Self.RezDetayEk" />
          <EntitySet Name="IsYeri" EntityType="Self.IsYeri" />
          <EntitySet Name="Operator" EntityType="Self.Operator" />
          <EntitySet Name="Vip" EntityType="Self.Vip" />
          <EntitySet Name="VipHrk" EntityType="Self.VipHrk" />
          <EntitySet Name="Malzeme" EntityType="Self.Malzeme" />
          <EntitySet Name="OdaUzatma" EntityType="Self.OdaUzatma" />
          <EntitySet Name="RezDetayBilgi" EntityType="Self.RezDetayBilgi" />
          <EntitySet Name="RezEntegrasyonBilgi" EntityType="Self.RezEntegrasyonBilgi" />
          <EntitySet Name="RezKvkkSorus" EntityType="Self.RezKvkkSoru" />
          <EntitySet Name="KvkkSoru" EntityType="Self.KvkkSoru" />
          <EntitySet Name="RezOdaKilit" EntityType="Self.RezOdaKilit" />
          <EntitySet Name="RezOzellik" EntityType="Self.RezOzellik" />
          <EntitySet Name="RezPaketindirimtipi" EntityType="Self.RezPaketindirimtipi" />
          <EntitySet Name="PaketindirimTipi" EntityType="Self.PaketindirimTipi" />
          <EntitySet Name="RezWeb" EntityType="Self.RezWeb" />
          <EntitySet Name="TumBilbord" EntityType="Self.TumBilbord" />
          <EntitySet Name="TumBilbordEks" EntityType="Self.TumBilbordEk" />
          <EntitySet Name="UpgradeHrk" EntityType="Self.UpgradeHrk" />
          <EntitySet Name="UpgradeNedeni" EntityType="Self.UpgradeNedeni" />
          <EntitySet Name="FolioRouteDepkod" EntityType="Self.FolioRouteDepkod" />
          <EntitySet Name="HrkTransfer" EntityType="Self.HrkTransfer" />
          <EntitySet Name="DepkodHeskod" EntityType="Self.DepkodHeskod" />
          <EntitySet Name="Heskod" EntityType="Self.Heskod" />
          <EntitySet Name="Paketistisna" EntityType="Self.Paketistisna" />
          <EntitySet Name="PaketUlke" EntityType="Self.PaketUlke" />
          <EntitySet Name="RateAcentaPaket" EntityType="Self.RateAcentaPaket" />
          <EntitySet Name="RateAcenta" EntityType="Self.RateAcenta" />
          <EntitySet Name="YasKod" EntityType="Self.YasKod" />
          <EntitySet Name="YasKodSiraIstisna" EntityType="Self.YasKodSiraIstisna" />
          <EntitySet Name="YasKodSira" EntityType="Self.YasKodSira" />
          <EntitySet Name="RatePaket" EntityType="Self.RatePaket" />
          <EntitySet Name="Sart" EntityType="Self.Sart" />
          <EntitySet Name="SartFiyatKonum" EntityType="Self.SartFiyatKonum" />
          <EntitySet Name="RatePeriyotKonumHamFiyat" EntityType="Self.RatePeriyotKonumHamFiyat" />
          <EntitySet Name="RatePeriyot" EntityType="Self.RatePeriyot" />
          <EntitySet Name="Periyot" EntityType="Self.Periyot" />
          <EntitySet Name="Formul" EntityType="Self.Formul" />
          <EntitySet Name="FormulSira" EntityType="Self.FormulSira" />
          <EntitySet Name="Hesayr" EntityType="Self.Hesayr" />
          <EntitySet Name="Pansiyon" EntityType="Self.Pansiyon" />
          <EntitySet Name="Breakdown" EntityType="Self.Breakdown" />
          <EntitySet Name="GecelemeFiyatpaket" EntityType="Self.GecelemeFiyatpaket" />
          <EntitySet Name="GecelemeMusteri" EntityType="Self.GecelemeMusteri" />
          <EntitySet Name="Shares" EntityType="Self.Share" />
          <EntitySet Name="BreakdownDagilims" EntityType="Self.BreakdownDagilim" />
          <EntitySet Name="BreakMalzeme" EntityType="Self.BreakMalzeme" />
          <EntitySet Name="DovizHeskod" EntityType="Self.DovizHeskod" />
          <EntitySet Name="KasaAvans" EntityType="Self.KasaAvans" />
          <EntitySet Name="Kur" EntityType="Self.Kur" />
          <EntitySet Name="PosFiyat" EntityType="Self.PosFiyat" />
          <EntitySet Name="PosMasa" EntityType="Self.PosMasa" />
          <EntitySet Name="PosSipAna" EntityType="Self.PosSipAna" />
          <EntitySet Name="PosAdisyon" EntityType="Self.PosAdisyon" />
          <EntitySet Name="PosAdisyonSeri" EntityType="Self.PosAdisyonSeri" />
          <EntitySet Name="PosGarson" EntityType="Self.PosGarson" />
          <EntitySet Name="PosIptalSebep" EntityType="Self.PosIptalSebep" />
          <EntitySet Name="PosOdemeler" EntityType="Self.PosOdemeler" />
          <EntitySet Name="PosOdemeBazHareket" EntityType="Self.PosOdemeBazHareket" />
          <EntitySet Name="PosSipDetay" EntityType="Self.PosSipDetay" />
          <EntitySet Name="PosSatKod" EntityType="Self.PosSatKod" />
          <EntitySet Name="PosAltKategoriler" EntityType="Self.PosAltKategoriler" />
          <EntitySet Name="PosSatKodCondimentler" EntityType="Self.PosCondTanim" />
          <EntitySet Name="PosSatKodFiyat" EntityType="Self.PosSatKodFiyat" />
          <EntitySet Name="PosKdvTipi" EntityType="Self.PosKdvTipi" />
          <EntitySet Name="PosSipDetayCondimentler" EntityType="Self.PosCond" />
          <EntitySet Name="PosSipDetayFiyHrks" EntityType="Self.PosSipDetayFiyHrk" />
          <EntitySet Name="PosSipDetayIndirimlers" EntityType="Self.PosSipDetayIndirimler" />
          <EntitySet Name="PosSipDetayVaryasyonlar" EntityType="Self.PosSipDetayVaryasyonlar" />
          <EntitySet Name="PosVaryasyonlar" EntityType="Self.PosVaryasyonlarTanim" />
          <EntitySet Name="StokhrkAna" EntityType="Self.StokhrkAna" />
          <EntitySet Name="FisTip" EntityType="Self.FisTip" />
          <EntitySet Name="PosOdenmezIkram" EntityType="Self.PosOdenmezIkram" />
          <EntitySet Name="ReceteHrkAna" EntityType="Self.ReceteHrkAna" />
          <EntitySet Name="ReceteHrkDetay" EntityType="Self.ReceteHrkDetay" />
          <EntitySet Name="DepartmanAna" EntityType="Self.DepartmanAna" />
          <EntitySet Name="DepDevir" EntityType="Self.DepDevir" />
          <EntitySet Name="Referans" EntityType="Self.Referans" />
          <EntitySet Name="StokhrkDetay" EntityType="Self.StokhrkDetay" />
          <EntitySet Name="StokhrkDetayAyrinti" EntityType="Self.StokhrkDetayAyrinti" />
          <EntitySet Name="stokhrkDetayBaglanti" EntityType="Self.StokhrkDetayBaglanti" />
          <EntitySet Name="Urun" EntityType="Self.Urun" />
          <EntitySet Name="Envanter" EntityType="Self.Envanter" />
          <EntitySet Name="AltGrup" EntityType="Self.AltGrup" />
          <EntitySet Name="Grup" EntityType="Self.Grup" />
          <EntitySet Name="UrunBarkod" EntityType="Self.UrunBarkod" />
          <EntitySet Name="UrunBirim" EntityType="Self.UrunBirim" />
          <EntitySet Name="UrunMarkas" EntityType="Self.UrunMarka" />
          <EntitySet Name="UrunMuhasebeHesap" EntityType="Self.UrunMuhasebeHesap" />
          <EntitySet Name="UrunOzelBarkod" EntityType="Self.UrunOzelBarkod" />
          <EntitySet Name="StokhrkAnaBaglantis" EntityType="Self.StokhrkAnaBaglanti" />
          <EntitySet Name="PosOdemeTipi" EntityType="Self.PosOdemeTipi" />
          <EntitySet Name="ReceteBaglanti" EntityType="Self.ReceteBaglanti" />
          <EntitySet Name="ReceteIcerik" EntityType="Self.ReceteIcerik" />
          <EntitySet Name="HesSorguSonucs" EntityType="Self.HesSorguSonuc" />
          <EntitySet Name="MusteriEmail" EntityType="Self.MusteriEmail" />
          <EntitySet Name="MusteriOzellik" EntityType="Self.MusteriOzellik" />
          <EntitySet Name="MusteriPersonelEks" EntityType="Self.MusteriPersonelEk" />
          <EntitySet Name="MusteriPlaka" EntityType="Self.MusteriPlaka" />
          <EntitySet Name="Plaka" EntityType="Self.Plaka" />
          <EntitySet Name="Reklamasyon" EntityType="Self.Reklamasyon" />
          <EntitySet Name="Sikayet" EntityType="Self.Sikayet" />
          <EntitySet Name="Talep" EntityType="Self.Talep" />
          <EntitySet Name="CrmSaglik" EntityType="Self.CrmSaglik" />
          <EntitySet Name="CrmKurum" EntityType="Self.CrmKurum" />
          <EntitySet Name="CrmSaglikSemptoms" EntityType="Self.CrmSaglikSemptom" />
          <EntitySet Name="CrmSemptom" EntityType="Self.CrmSemptom" />
          <EntitySet Name="CrmSaglikTeshis" EntityType="Self.CrmSaglikTeshis" />
          <EntitySet Name="CrmTeshis" EntityType="Self.CrmTeshis" />
          <EntitySet Name="MusteriTel" EntityType="Self.MusteriTel" />
          <EntitySet Name="Tel" EntityType="Self.Tel" />
          <EntitySet Name="AcentaProforma" EntityType="Self.AcentaProforma" />
          <EntitySet Name="AcenteBavelEk" EntityType="Self.AcenteBavelEk" />
          <EntitySet Name="AcenteHeskod" EntityType="Self.AcenteHeskod" />
          <EntitySet Name="BreakDownAcenta" EntityType="Self.BreakDownAcenta" />
          <EntitySet Name="OnbGrupAcenta" EntityType="Self.OnbGrupAcenta" />
          <EntitySet Name="OnbGrup" EntityType="Self.OnbGrup" />
          <EntitySet Name="ArizaTakipIzin" EntityType="Self.ArizaTakipIzin" />
          <EntitySet Name="ATkpGrupIzin" EntityType="Self.ATkpGrupIzin" />
          <EntitySet Name="ArizaTakipSablon" EntityType="Self.ArizaTakipSablon" />
          <EntitySet Name="AsyaReportColumn" EntityType="Self.AsyaReportColumn" />
          <EntitySet Name="AsyaReportPreviewDetailRow" EntityType="Self.AsyaReportPreviewDetailRow" />
          <EntitySet Name="AsyaReportPreviewGroup" EntityType="Self.AsyaReportPreviewGroup" />
          <EntitySet Name="AsyaReportPreviewGroupDetail" EntityType="Self.AsyaReportPreviewGroupDetail" />
          <EntitySet Name="ATkpDepKlnc" EntityType="Self.ATkpDepKlnc" />
          <EntitySet Name="BakimEnvanter" EntityType="Self.BakimEnvanter" />
          <EntitySet Name="BakimStok" EntityType="Self.BakimStok" />
          <EntitySet Name="BakimIcerik" EntityType="Self.BakimIcerik" />
          <EntitySet Name="BakimMakina" EntityType="Self.BakimMakina" />
          <EntitySet Name="BakimMakinaAna" EntityType="Self.BakimMakinaAna" />
          <EntitySet Name="BakimMakinaEk" EntityType="Self.BakimMakinaEk" />
          <EntitySet Name="BakimStokEk" EntityType="Self.BakimStokEk" />
          <EntitySet Name="BakimTipi" EntityType="Self.BakimTipi" />
          <EntitySet Name="BavelBilgiTanim" EntityType="Self.BavelBilgiTanim" />
          <EntitySet Name="Blok" EntityType="Self.Blok" />
          <EntitySet Name="BreakdownHrk" EntityType="Self.BreakdownHrk" />
          <EntitySet Name="CikisHesap" EntityType="Self.CikisHesap" />
          <EntitySet Name="CiktiTaslak" EntityType="Self.CiktiTaslak" />
          <EntitySet Name="CiktiTaslakKolon" EntityType="Self.CiktiTaslakKolon" />
          <EntitySet Name="ClientIslemler" EntityType="Self.ClientIslemler" />
          <EntitySet Name="CrmGenelInfo" EntityType="Self.CrmGenelInfo" />
          <EntitySet Name="CrmGorevAtamaAna" EntityType="Self.CrmGorevAtamaAna" />
          <EntitySet Name="CrmGorevAtamaSira" EntityType="Self.CrmGorevAtamaSira" />
          <EntitySet Name="CrmKioskAyar" EntityType="Self.CrmKioskAyar" />
          <EntitySet Name="CrmParam" EntityType="Self.CrmParam" />
          <EntitySet Name="CrmRestoranInfo" EntityType="Self.CrmRestoranInfo" />
          <EntitySet Name="CrmRezTipUyari" EntityType="Self.CrmRezTipUyari" />
          <EntitySet Name="CrmWebAyar" EntityType="Self.CrmWebAyar" />
          <EntitySet Name="DefaultDegerler" EntityType="Self.DefaultDegerler" />
          <EntitySet Name="DysAna" EntityType="Self.DysAna" />
          <EntitySet Name="DysDokumen" EntityType="Self.DysDokuman" />
          <EntitySet Name="DysDokumanTip" EntityType="Self.DysDokumanTip" />
          <EntitySet Name="EDefterBelgeTipi" EntityType="Self.EDefterBelgeTipi" />
          <EntitySet Name="Esya" EntityType="Self.Esya" />
          <EntitySet Name="FaturaKaynak" EntityType="Self.FaturaKaynak" />
          <EntitySet Name="FisKaynagi" EntityType="Self.FisKaynagi" />
          <EntitySet Name="FiyatFiltre" EntityType="Self.FiyatFiltre" />
          <EntitySet Name="GenelBlokaj" EntityType="Self.GenelBlokaj" />
          <EntitySet Name="GoogleDil" EntityType="Self.GoogleDil" />
          <EntitySet Name="GoogleOzelGun" EntityType="Self.GoogleOzelGun" />
          <EntitySet Name="Gundem" EntityType="Self.Gundem" />
          <EntitySet Name="Toplanti" EntityType="Self.Toplanti" />
          <EntitySet Name="Salon" EntityType="Self.Salon" />
          <EntitySet Name="ToplantiKisi" EntityType="Self.ToplantiKisi" />
          <EntitySet Name="GunlukLog" EntityType="Self.GunlukLog" />
          <EntitySet Name="GunlukRestoranKapasitesi" EntityType="Self.GunlukRestoranKapasitesi" />
          <EntitySet Name="GunTanim" EntityType="Self.GunTanim" />
          <EntitySet Name="Haftasonu" EntityType="Self.Haftasonu" />
          <EntitySet Name="Hakedis" EntityType="Self.Hakedis" />
          <EntitySet Name="HalFiyat" EntityType="Self.HalFiyat" />
          <EntitySet Name="HesBilgi" EntityType="Self.HesBilgi" />
          <EntitySet Name="SirketBilgi" EntityType="Self.SirketBilgi" />
          <EntitySet Name="HrkIslem" EntityType="Self.HrkIslem" />
          <EntitySet Name="IslemLog" EntityType="Self.IslemLog" />
          <EntitySet Name="Job" EntityType="Self.Job" />
          <EntitySet Name="Schedule" EntityType="Self.Schedule" />
          <EntitySet Name="JobHistory" EntityType="Self.JobHistory" />
          <EntitySet Name="KanalAcente" EntityType="Self.KanalAcente" />
          <EntitySet Name="KanalEsitleme" EntityType="Self.KanalEsitleme" />
          <EntitySet Name="KanalGiris" EntityType="Self.KanalGiris" />
          <EntitySet Name="Kapasite" EntityType="Self.Kapasite" />
          <EntitySet Name="Kayip" EntityType="Self.Kayip" />
          <EntitySet Name="Kayiphrk" EntityType="Self.Kayiphrk" />
          <EntitySet Name="KolBandiSeri" EntityType="Self.KolBandiSeri" />
          <EntitySet Name="KolBandiSorgu" EntityType="Self.KolBandiSorgu" />
          <EntitySet Name="KonumGrup" EntityType="Self.KonumGrup" />
          <EntitySet Name="KonumGrupBaglanti" EntityType="Self.KonumGrupBaglanti" />
          <EntitySet Name="Mahsup" EntityType="Self.Mahsup" />
          <EntitySet Name="MahsupKaynak" EntityType="Self.MahsupKaynak" />
          <EntitySet Name="MahsupSira" EntityType="Self.MahsupSira" />
          <EntitySet Name="MasrafMerkezi" EntityType="Self.MasrafMerkezi" />
          <EntitySet Name="Mesaj" EntityType="Self.Mesaj" />
          <EntitySet Name="MGBSablon" EntityType="Self.MGBSablon" />
          <EntitySet Name="MuhasebeReferans" EntityType="Self.MuhasebeReferans" />
          <EntitySet Name="NotHedef" EntityType="Self.NotHedef" />
          <EntitySet Name="Notlar" EntityType="Self.Notlar" />
          <EntitySet Name="NotHedefLog" EntityType="Self.NotHedefLog" />
          <EntitySet Name="OnayAdim" EntityType="Self.OnayAdim" />
          <EntitySet Name="OnayAdimKullanici" EntityType="Self.OnayAdimKullanici" />
          <EntitySet Name="OnbParam" EntityType="Self.OnbParam" />
          <EntitySet Name="OrtakGrup" EntityType="Self.OrtakGrup" />
          <EntitySet Name="OrtakGrupDetay" EntityType="Self.OrtakGrupDetay" />
          <EntitySet Name="OutOfOrder" EntityType="Self.OutOfOrder" />
          <EntitySet Name="OutOfOrderSira" EntityType="Self.OutOfOrderSira" />
          <EntitySet Name="OzelKod" EntityType="Self.OzelKod" />
          <EntitySet Name="PanYemek" EntityType="Self.PanYemek" />
          <EntitySet Name="Parametre" EntityType="Self.Parametre" />
          <EntitySet Name="Pbelge" EntityType="Self.Pbelge" />
          <EntitySet Name="Pkanun" EntityType="Self.Pkanun" />
          <EntitySet Name="Pavans" EntityType="Self.Pavans" />
          <EntitySet Name="PersonelSirket" EntityType="Self.PersonelSirket" />
          <EntitySet Name="Pcikisneden" EntityType="Self.Pcikisneden" />
          <EntitySet Name="Pdepkod" EntityType="Self.Pdepkod" />
          <EntitySet Name="Personel" EntityType="Self.Personel" />
          <EntitySet Name="PersonelSirketEk" EntityType="Self.PersonelSirketEk" />
          <EntitySet Name="Pcalgrup" EntityType="Self.Pcalgrup" />
          <EntitySet Name="Pmeslek" EntityType="Self.Pgorev" />
          <EntitySet Name="Piskolu" EntityType="Self.Piskolu" />
          <EntitySet Name="Piskur" EntityType="Self.Piskur" />
          <EntitySet Name="Ppozisyon" EntityType="Self.Ppozisyon" />
          <EntitySet Name="Psigorta" EntityType="Self.Psigorta" />
          <EntitySet Name="Puantaj" EntityType="Self.Puantaj" />
          <EntitySet Name="Peksikneden" EntityType="Self.Peksikneden" />
          <EntitySet Name="PuantajHakedis" EntityType="Self.PuantajHakedis" />
          <EntitySet Name="PuantajTahakkuk" EntityType="Self.PuantajTahakkuk" />
          <EntitySet Name="Pcihaz" EntityType="Self.Pcihaz" />
          <EntitySet Name="PcihazGrup" EntityType="Self.PcihazGrup" />
          <EntitySet Name="Pcizelge" EntityType="Self.Pcizelge" />
          <EntitySet Name="Pshift" EntityType="Self.Pshift" />
          <EntitySet Name="Pshifthrk" EntityType="Self.PshiftHrk" />
          <EntitySet Name="Pshifttipi" EntityType="Self.PshiftTipi" />
          <EntitySet Name="Pentegrasyon" EntityType="Self.Pentegrasyon" />
          <EntitySet Name="Psirket" EntityType="Self.Psirket" />
          <EntitySet Name="Pebildirges" EntityType="Self.Pebildirge" />
          <EntitySet Name="PersCalParam" EntityType="Self.PersCalParam" />
          <EntitySet Name="Pgircik" EntityType="Self.Pgircik" />
          <EntitySet Name="Pkart" EntityType="Self.Pkart" />
          <EntitySet Name="Pkat" EntityType="Self.Pkat" />
          <EntitySet Name="PosAltGrup" EntityType="Self.PosAltGrup" />
          <EntitySet Name="PosCari" EntityType="Self.PosCari" />
          <EntitySet Name="PosDepBaglanti" EntityType="Self.PosDepBaglanti" />
          <EntitySet Name="PosDepSaat" EntityType="Self.PosDepSaat" />
          <EntitySet Name="PosKart" EntityType="Self.PosKart" />
          <EntitySet Name="PosPansiyonDerece" EntityType="Self.PosPansiyonDerece" />
          <EntitySet Name="PosPrintSignals" EntityType="Self.PosPrintSignals" />
          <EntitySet Name="PostingTarih" EntityType="Self.PostingTarih" />
          <EntitySet Name="PosTopUrunler" EntityType="Self.PosTopUrunler" />
          <EntitySet Name="PosVaryant" EntityType="Self.PosVaryant" />
          <EntitySet Name="PosYaziciBaglanti" EntityType="Self.PosYaziciBaglanti" />
          <EntitySet Name="PosYaziciDizayn" EntityType="Self.PosYaziciDizayn" />
          <EntitySet Name="PosYazıcılar" EntityType="Self.PosYazicilar" />
          <EntitySet Name="Pozevrak" EntityType="Self.Pozevrak" />
          <EntitySet Name="ProfilListesi" EntityType="Self.ProfilListesi" />
          <EntitySet Name="ProHrk" EntityType="Self.ProHrk" />
          <EntitySet Name="Pzimmet" EntityType="Self.Pzimmet" />
          <EntitySet Name="RaporFiltreKisitlar" EntityType="Self.RaporFiltreKisitlar" />
          <EntitySet Name="RaporFiltreLog" EntityType="Self.RaporFiltreLog" />
          <EntitySet Name="RaporLog" EntityType="Self.RaporLog" />
          <EntitySet Name="RaporLogAna" EntityType="Self.RaporLogAna" />
          <EntitySet Name="RaporManuelVeri" EntityType="Self.RaporManuelVeri" />
          <EntitySet Name="ResmiSirket" EntityType="Self.ResmiSirket" />
          <EntitySet Name="RestKullanici" EntityType="Self.RestKullanici" />
          <EntitySet Name="RestoranAcKapa" EntityType="Self.RestoranAcKapat" />
          <EntitySet Name="RezTumList" EntityType="Self.RezTumList" />
          <EntitySet Name="Santral" EntityType="Self.Santral" />
          <EntitySet Name="SatAnlasmaAna" EntityType="Self.SatAnlasmaAna" />
          <EntitySet Name="SatAnlasmaDetay" EntityType="Self.SatAnlasmaDetay" />
          <EntitySet Name="SatKurumsal" EntityType="Self.SatKurumsal" />
          <EntitySet Name="SatKurumsalELogin" EntityType="Self.SatKurumsalELogin" />
          <EntitySet Name="SipHrkTeklif" EntityType="Self.SipHrkTeklif" />
          <EntitySet Name="SipMik" EntityType="Self.SipMik" />
          <EntitySet Name="SatOzelKodBaglantis" EntityType="Self.SatOzelKodBaglanti" />
          <EntitySet Name="SatOzelKodIceriks" EntityType="Self.SatOzelKodIcerik" />
          <EntitySet Name="SatOzelKods" EntityType="Self.SatOzelKod" />
          <EntitySet Name="SipHrkDetay" EntityType="Self.SipHrkDetay" />
          <EntitySet Name="SipHrkAna" EntityType="Self.SipHrkAna" />
          <EntitySet Name="SatUrunGrup" EntityType="Self.SatUrunGrup" />
          <EntitySet Name="SatUrunGrupKurumsal" EntityType="Self.SatUrunGrupKurumsal" />
          <EntitySet Name="SatUrunGrupMail" EntityType="Self.SatUrunGrupMail" />
          <EntitySet Name="SatUrunGrupUrun" EntityType="Self.SatUrunGrupUrun" />
          <EntitySet Name="SipHrkDetayAsamas" EntityType="Self.SipHrkDetayAsama" />
          <EntitySet Name="SipHrkOnay" EntityType="Self.SipHrkOnay" />
          <EntitySet Name="SayimHrkAna" EntityType="Self.SayimHrkAna" />
          <EntitySet Name="SayimHrkAnaBaglantis" EntityType="Self.SayimHrkAnaBaglanti" />
          <EntitySet Name="SayimHrkAnaGrup" EntityType="Self.SayimHrkAnaGrup" />
          <EntitySet Name="Servisler" EntityType="Self.Servisler" />
          <EntitySet Name="ServislerBaglanti" EntityType="Self.ServislerBaglanti" />
          <EntitySet Name="StokhrkIskonto" EntityType="Self.StokhrkIskonto" />
          <EntitySet Name="SubeKodlari" EntityType="Self.SubeKodu" />
          <EntitySet Name="UrunFiyatTipi" EntityType="Self.UrunFiyatTipi" />
          <EntitySet Name="UrunKdvHesap" EntityType="Self.UrunKdvHesap" />
          <EntitySet Name="VergiTevkifatIstisna" EntityType="Self.VergiTevkifatIstisna" />
          <EntitySet Name="Versiyonlama" EntityType="Self.Versiyonlama" />
          <EntitySet Name="Widget" EntityType="Self.Widget" />
          <EntitySet Name="Yayim" EntityType="Self.Yayim" />
          <EntitySet Name="YillikParam" EntityType="Self.YillikParam" />
          <EntitySet Name="YayimModuls" EntityType="Self.YayimModul" />
          <AssociationSet Name="AcentaMail_Acenta" Association="Self.AcentaMail_Acenta">
            <End Role="AcentaMail_Acenta_Source" EntitySet="AcentaMail" />
            <End Role="AcentaMail_Acenta_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="Email_MailIslemler" Association="Self.Email_MailIslemler">
            <End Role="Email_MailIslemler_Source" EntitySet="Email" />
            <End Role="Email_MailIslemler_Target" EntitySet="MailIslem" />
          </AssociationSet>
          <AssociationSet Name="MailSunucu_Emailler" Association="Self.MailSunucu_Emailler">
            <End Role="MailSunucu_Emailler_Source" EntitySet="MailSunucu" />
            <End Role="MailSunucu_Emailler_Target" EntitySet="Email" />
          </AssociationSet>
          <AssociationSet Name="SirketGrupSirket_Sirket" Association="Self.SirketGrupSirket_Sirket">
            <End Role="SirketGrupSirket_Sirket_Source" EntitySet="SirketGrupSirket" />
            <End Role="SirketGrupSirket_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SirketGrup_SirketGrupSirketler" Association="Self.SirketGrup_SirketGrupSirketler">
            <End Role="SirketGrup_SirketGrupSirketler_Source" EntitySet="SirketGrup" />
            <End Role="SirketGrup_SirketGrupSirketler_Target" EntitySet="SirketGrupSirket" />
          </AssociationSet>
          <AssociationSet Name="AlanYetki_AlanYetkiKullanicilar" Association="Self.AlanYetki_AlanYetkiKullanicilar">
            <End Role="AlanYetki_AlanYetkiKullanicilar_Source" EntitySet="AlanYetki" />
            <End Role="AlanYetki_AlanYetkiKullanicilar_Target" EntitySet="AlanYetkiKullanici" />
          </AssociationSet>
          <AssociationSet Name="AlanYetkiYetkiGrup_AlanYetki" Association="Self.AlanYetkiYetkiGrup_AlanYetki">
            <End Role="AlanYetkiYetkiGrup_AlanYetki_Source" EntitySet="AlanYetkiYetkiGrup" />
            <End Role="AlanYetkiYetkiGrup_AlanYetki_Target" EntitySet="AlanYetki" />
          </AssociationSet>
          <AssociationSet Name="YetkiGrup_AlanYetkiYetkiGruplar" Association="Self.YetkiGrup_AlanYetkiYetkiGruplar">
            <End Role="YetkiGrup_AlanYetkiYetkiGruplar_Source" EntitySet="YetkiGrup" />
            <End Role="YetkiGrup_AlanYetkiYetkiGruplar_Target" EntitySet="AlanYetkiYetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="IslemYetkiKullanici_IslemYetki" Association="Self.IslemYetkiKullanici_IslemYetki">
            <End Role="IslemYetkiKullanici_IslemYetki_Source" EntitySet="IslemYetkiKullanici" />
            <End Role="IslemYetkiKullanici_IslemYetki_Target" EntitySet="IslemYetki" />
          </AssociationSet>
          <AssociationSet Name="IslemYetkiKullanici_Kullanici" Association="Self.IslemYetkiKullanici_Kullanici">
            <End Role="IslemYetkiKullanici_Kullanici_Source" EntitySet="IslemYetkiKullanici" />
            <End Role="IslemYetkiKullanici_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="IslemYetki_IslemYetkiYetkiGruplar" Association="Self.IslemYetki_IslemYetkiYetkiGruplar">
            <End Role="IslemYetki_IslemYetkiYetkiGruplar_Source" EntitySet="IslemYetki" />
            <End Role="IslemYetki_IslemYetkiYetkiGruplar_Target" EntitySet="IslemYetkiYetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="IslemYetki_Sirket" Association="Self.IslemYetki_Sirket">
            <End Role="IslemYetki_Sirket_Source" EntitySet="IslemYetki" />
            <End Role="IslemYetki_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Tablo_IslemYetkiler" Association="Self.Tablo_IslemYetkiler">
            <End Role="Tablo_IslemYetkiler_Source" EntitySet="Tablo" />
            <End Role="Tablo_IslemYetkiler_Target" EntitySet="IslemYetki" />
          </AssociationSet>
          <AssociationSet Name="Simge_Kolonlar" Association="Self.Simge_Kolonlar">
            <End Role="Simge_Kolonlar_Source" EntitySet="Simge" />
            <End Role="Simge_Kolonlar_Target" EntitySet="Kolon" />
          </AssociationSet>
          <AssociationSet Name="Simge_Tablolar" Association="Self.Simge_Tablolar">
            <End Role="Simge_Tablolar_Source" EntitySet="Simge" />
            <End Role="Simge_Tablolar_Target" EntitySet="Tablo" />
          </AssociationSet>
          <AssociationSet Name="Kolon_Tablo" Association="Self.Kolon_Tablo">
            <End Role="Kolon_Tablo_Source" EntitySet="Kolon" />
            <End Role="Kolon_Tablo_Target" EntitySet="Tablo" />
          </AssociationSet>
          <AssociationSet Name="IslemYetkiYetkiGrup_YetkiGrup" Association="Self.IslemYetkiYetkiGrup_YetkiGrup">
            <End Role="IslemYetkiYetkiGrup_YetkiGrup_Source" EntitySet="IslemYetkiYetkiGrup" />
            <End Role="IslemYetkiYetkiGrup_YetkiGrup_Target" EntitySet="YetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="AnaMenu_UstMenu" Association="Self.AnaMenu_UstMenu">
            <End Role="AnaMenu_UstMenu_Source" EntitySet="Menu" />
            <End Role="AnaMenu_UstMenu_Target" EntitySet="Menu" />
          </AssociationSet>
          <AssociationSet Name="MenuYetki_AnaMenu" Association="Self.MenuYetki_AnaMenu">
            <End Role="MenuYetki_AnaMenu_Source" EntitySet="MenuYetki" />
            <End Role="MenuYetki_AnaMenu_Target" EntitySet="Menu" />
          </AssociationSet>
          <AssociationSet Name="MenuYetkiKullanici_Kullanici" Association="Self.MenuYetkiKullanici_Kullanici">
            <End Role="MenuYetkiKullanici_Kullanici_Source" EntitySet="MenuYetkiKullanici" />
            <End Role="MenuYetkiKullanici_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="MenuYetkiKullanici_MenuYetki" Association="Self.MenuYetkiKullanici_MenuYetki">
            <End Role="MenuYetkiKullanici_MenuYetki_Source" EntitySet="MenuYetkiKullanici" />
            <End Role="MenuYetkiKullanici_MenuYetki_Target" EntitySet="MenuYetki" />
          </AssociationSet>
          <AssociationSet Name="MenuYetki_MenuYetkiYetkiGruplar" Association="Self.MenuYetki_MenuYetkiYetkiGruplar">
            <End Role="MenuYetki_MenuYetkiYetkiGruplar_Source" EntitySet="MenuYetki" />
            <End Role="MenuYetki_MenuYetkiYetkiGruplar_Target" EntitySet="MenuYetkiYetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="MenuYetki_Sirket" Association="Self.MenuYetki_Sirket">
            <End Role="MenuYetki_Sirket_Source" EntitySet="MenuYetki" />
            <End Role="MenuYetki_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="MenuYetkiYetkiGrup_YetkiGrup" Association="Self.MenuYetkiYetkiGrup_YetkiGrup">
            <End Role="MenuYetkiYetkiGrup_YetkiGrup_Source" EntitySet="MenuYetkiYetkiGrup" />
            <End Role="MenuYetkiYetkiGrup_YetkiGrup_Target" EntitySet="YetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="AsyaReportPreviewDesign_AsyaReportBaseLayout" Association="Self.AsyaReportPreviewDesign_AsyaReportBaseLayout">
            <End Role="AsyaReportPreviewDesign_AsyaReportBaseLayout_Source" EntitySet="AsyaReportPreviewDesign" />
            <End Role="AsyaReportPreviewDesign_AsyaReportBaseLayout_Target" EntitySet="AsyaReportBaseLayouts" />
          </AssociationSet>
          <AssociationSet Name="AsyaReportPreviewDesign_Rapor" Association="Self.AsyaReportPreviewDesign_Rapor">
            <End Role="AsyaReportPreviewDesign_Rapor_Source" EntitySet="AsyaReportPreviewDesign" />
            <End Role="AsyaReportPreviewDesign_Rapor_Target" EntitySet="Rapor" />
          </AssociationSet>
          <AssociationSet Name="RaporFiltre_Rapor" Association="Self.RaporFiltre_Rapor">
            <End Role="RaporFiltre_Rapor_Source" EntitySet="RaporFiltre" />
            <End Role="RaporFiltre_Rapor_Target" EntitySet="Rapor" />
          </AssociationSet>
          <AssociationSet Name="RaporFiltre_UstIliski" Association="Self.RaporFiltre_UstIliski">
            <End Role="RaporFiltre_UstIliski_Source" EntitySet="RaporFiltre" />
            <End Role="RaporFiltre_UstIliski_Target" EntitySet="RaporFiltre" />
          </AssociationSet>
          <AssociationSet Name="RaporSql_Rapor" Association="Self.RaporSql_Rapor">
            <End Role="RaporSql_Rapor_Source" EntitySet="RaporSql" />
            <End Role="RaporSql_Rapor_Target" EntitySet="Rapor" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizayn_BaseRaporLayout" Association="Self.RaporSqlDizayn_BaseRaporLayout">
            <End Role="RaporSqlDizayn_BaseRaporLayout_Source" EntitySet="RaporSqlDizayn" />
            <End Role="RaporSqlDizayn_BaseRaporLayout_Target" EntitySet="RaporLayouts" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizayn_RaporLayout" Association="Self.RaporSqlDizayn_RaporLayout">
            <End Role="RaporSqlDizayn_RaporLayout_Source" EntitySet="RaporSqlDizayn" />
            <End Role="RaporSqlDizayn_RaporLayout_Target" EntitySet="RaporLayouts" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizayn_RaporSql" Association="Self.RaporSqlDizayn_RaporSql">
            <End Role="RaporSqlDizayn_RaporSql_Source" EntitySet="RaporSqlDizayn" />
            <End Role="RaporSqlDizayn_RaporSql_Target" EntitySet="RaporSql" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizaynKolon_RaporSqlDizayn" Association="Self.RaporSqlDizaynKolon_RaporSqlDizayn">
            <End Role="RaporSqlDizaynKolon_RaporSqlDizayn_Source" EntitySet="RaporSqlDizaynKolon" />
            <End Role="RaporSqlDizaynKolon_RaporSqlDizayn_Target" EntitySet="RaporSqlDizayn" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizaynRenk_RaporSqlDizayn" Association="Self.RaporSqlDizaynRenk_RaporSqlDizayn">
            <End Role="RaporSqlDizaynRenk_RaporSqlDizayn_Source" EntitySet="RaporSqlDizaynRenk" />
            <End Role="RaporSqlDizaynRenk_RaporSqlDizayn_Target" EntitySet="RaporSqlDizayn" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizaynRenk_RaporSqlDizaynKolon" Association="Self.RaporSqlDizaynRenk_RaporSqlDizaynKolon">
            <End Role="RaporSqlDizaynRenk_RaporSqlDizaynKolon_Source" EntitySet="RaporSqlDizaynRenk" />
            <End Role="RaporSqlDizaynRenk_RaporSqlDizaynKolon_Target" EntitySet="RaporSqlDizaynKolon" />
          </AssociationSet>
          <AssociationSet Name="WhitePage_Sirket" Association="Self.WhitePage_Sirket">
            <End Role="WhitePage_Sirket_Source" EntitySet="WhitePage" />
            <End Role="WhitePage_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="WhitePage_WhitePageDizaynlar" Association="Self.WhitePage_WhitePageDizaynlar">
            <End Role="WhitePage_WhitePageDizaynlar_Source" EntitySet="WhitePage" />
            <End Role="WhitePage_WhitePageDizaynlar_Target" EntitySet="WhitePageDizayn" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizayn_WhitePageDizayn" Association="Self.RaporSqlDizayn_WhitePageDizayn">
            <End Role="RaporSqlDizayn_WhitePageDizayn_Source" EntitySet="RaporSqlDizayn" />
            <End Role="RaporSqlDizayn_WhitePageDizayn_Target" EntitySet="WhitePageDizayn" />
          </AssociationSet>
          <AssociationSet Name="RaporYetki_Rapor" Association="Self.RaporYetki_Rapor">
            <End Role="RaporYetki_Rapor_Source" EntitySet="RaporYetki" />
            <End Role="RaporYetki_Rapor_Target" EntitySet="Rapor" />
          </AssociationSet>
          <AssociationSet Name="RaporYetkiKullanici_Kullanici" Association="Self.RaporYetkiKullanici_Kullanici">
            <End Role="RaporYetkiKullanici_Kullanici_Source" EntitySet="RaporYetkiKullanici" />
            <End Role="RaporYetkiKullanici_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="RaporYetkiKullanici_RaporYetki" Association="Self.RaporYetkiKullanici_RaporYetki">
            <End Role="RaporYetkiKullanici_RaporYetki_Source" EntitySet="RaporYetkiKullanici" />
            <End Role="RaporYetkiKullanici_RaporYetki_Target" EntitySet="RaporYetki" />
          </AssociationSet>
          <AssociationSet Name="RaporYetki_RaporYetkiYetkiGruplar" Association="Self.RaporYetki_RaporYetkiYetkiGruplar">
            <End Role="RaporYetki_RaporYetkiYetkiGruplar_Source" EntitySet="RaporYetki" />
            <End Role="RaporYetki_RaporYetkiYetkiGruplar_Target" EntitySet="RaporYetkiYetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="RaporYetki_Sirket" Association="Self.RaporYetki_Sirket">
            <End Role="RaporYetki_Sirket_Source" EntitySet="RaporYetki" />
            <End Role="RaporYetki_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="RaporYetkiYetkiGrup_YetkiGrup" Association="Self.RaporYetkiYetkiGrup_YetkiGrup">
            <End Role="RaporYetkiYetkiGrup_YetkiGrup_Source" EntitySet="RaporYetkiYetkiGrup" />
            <End Role="RaporYetkiYetkiGrup_YetkiGrup_Target" EntitySet="YetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="YetkiGrupKullanici_Kullanici" Association="Self.YetkiGrupKullanici_Kullanici">
            <End Role="YetkiGrupKullanici_Kullanici_Source" EntitySet="YetkiGrupKullanici" />
            <End Role="YetkiGrupKullanici_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="YetkiGrupKullanici_YetkiGrup" Association="Self.YetkiGrupKullanici_YetkiGrup">
            <End Role="YetkiGrupKullanici_YetkiGrup_Source" EntitySet="YetkiGrupKullanici" />
            <End Role="YetkiGrupKullanici_YetkiGrup_Target" EntitySet="YetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="AlanYetki_Sirket" Association="Self.AlanYetki_Sirket">
            <End Role="AlanYetki_Sirket_Source" EntitySet="AlanYetki" />
            <End Role="AlanYetki_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="AlanYetki_Tablo" Association="Self.AlanYetki_Tablo">
            <End Role="AlanYetki_Tablo_Source" EntitySet="AlanYetki" />
            <End Role="AlanYetki_Tablo_Target" EntitySet="Tablo" />
          </AssociationSet>
          <AssociationSet Name="AlanYetkiKullanici_Kullanici" Association="Self.AlanYetkiKullanici_Kullanici">
            <End Role="AlanYetkiKullanici_Kullanici_Source" EntitySet="AlanYetkiKullanici" />
            <End Role="AlanYetkiKullanici_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="KullaniciOzelYetki_Kullanici" Association="Self.KullaniciOzelYetki_Kullanici">
            <End Role="KullaniciOzelYetki_Kullanici_Source" EntitySet="KullaniciOzelYetki" />
            <End Role="KullaniciOzelYetki_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="Musteri_Acentalar" Association="Self.Musteri_Acentalar">
            <End Role="Musteri_Acentalar_Source" EntitySet="Musteri" />
            <End Role="Musteri_Acentalar_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="CrmMenuTanimMenuYemek_CrmMenuTanim" Association="Self.CrmMenuTanimMenuYemek_CrmMenuTanim">
            <End Role="CrmMenuTanimMenuYemek_CrmMenuTanim_Source" EntitySet="CrmMenuTanimMenuYemek" />
            <End Role="CrmMenuTanimMenuYemek_CrmMenuTanim_Target" EntitySet="CrmMenuTanim" />
          </AssociationSet>
          <AssociationSet Name="MenuYemek_CrmMenuTanimMenuYemekler" Association="Self.MenuYemek_CrmMenuTanimMenuYemekler">
            <End Role="MenuYemek_CrmMenuTanimMenuYemekler_Source" EntitySet="MenuYemek" />
            <End Role="MenuYemek_CrmMenuTanimMenuYemekler_Target" EntitySet="CrmMenuTanimMenuYemek" />
          </AssociationSet>
          <AssociationSet Name="MenuYemekRecete_MenuYemek" Association="Self.MenuYemekRecete_MenuYemek">
            <End Role="MenuYemekRecete_MenuYemek_Source" EntitySet="MenuIcerikRecete" />
            <End Role="MenuYemekRecete_MenuYemek_Target" EntitySet="MenuYemek" />
          </AssociationSet>
          <AssociationSet Name="Banka_Dovizler" Association="Self.Banka_Dovizler">
            <End Role="Banka_Dovizler_Source" EntitySet="Banka" />
            <End Role="Banka_Dovizler_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="Banka_Sirket" Association="Self.Banka_Sirket">
            <End Role="Banka_Sirket_Source" EntitySet="Banka" />
            <End Role="Banka_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Dovboz_Alinan_Doviz" Association="Self.Dovboz_Alinan_Doviz">
            <End Role="Dovboz_Alinan_Doviz_Source" EntitySet="Dovboz" />
            <End Role="Dovboz_Alinan_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="BilbordFiyatKonum_Bilbord" Association="Self.BilbordFiyatKonum_Bilbord">
            <End Role="BilbordFiyatKonum_Bilbord_Source" EntitySet="BilbordFiyatKonum" />
            <End Role="BilbordFiyatKonum_Bilbord_Target" EntitySet="Bilbord" />
          </AssociationSet>
          <AssociationSet Name="FiyatKonum_BilbordFiyatKonumlar" Association="Self.FiyatKonum_BilbordFiyatKonumlar">
            <End Role="FiyatKonum_BilbordFiyatKonumlar_Source" EntitySet="FiyatKonum" />
            <End Role="FiyatKonum_BilbordFiyatKonumlar_Target" EntitySet="BilbordFiyatKonum" />
          </AssociationSet>
          <AssociationSet Name="Geceleme_Acenta" Association="Self.Geceleme_Acenta">
            <End Role="Geceleme_Acenta_Source" EntitySet="Geceleme" />
            <End Role="Geceleme_Acenta_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="Geceleme_Bilbord" Association="Self.Geceleme_Bilbord">
            <End Role="Geceleme_Bilbord_Source" EntitySet="Geceleme" />
            <End Role="Geceleme_Bilbord_Target" EntitySet="Bilbord" />
          </AssociationSet>
          <AssociationSet Name="Geceleme_FiyatKonum" Association="Self.Geceleme_FiyatKonum">
            <End Role="Geceleme_FiyatKonum_Source" EntitySet="Geceleme" />
            <End Role="Geceleme_FiyatKonum_Target" EntitySet="FiyatKonum" />
          </AssociationSet>
          <AssociationSet Name="FiyatPlan_Geceleme" Association="Self.FiyatPlan_Geceleme">
            <End Role="FiyatPlan_Geceleme_Source" EntitySet="FiyatPlan" />
            <End Role="FiyatPlan_Geceleme_Target" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="FiyatPlan_Sirket" Association="Self.FiyatPlan_Sirket">
            <End Role="FiyatPlan_Sirket_Source" EntitySet="FiyatPlan" />
            <End Role="FiyatPlan_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Odeme_GecelemeDetayEkler" Association="Self.Odeme_GecelemeDetayEkler">
            <End Role="Odeme_GecelemeDetayEkler_Source" EntitySet="Odeme" />
            <End Role="Odeme_GecelemeDetayEkler_Target" EntitySet="GecelemeDetayEk" />
          </AssociationSet>
          <AssociationSet Name="Odeme_Sirket" Association="Self.Odeme_Sirket">
            <End Role="Odeme_Sirket_Source" EntitySet="Odeme" />
            <End Role="Odeme_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Pazar_GecelemeDetayEkler" Association="Self.Pazar_GecelemeDetayEkler">
            <End Role="Pazar_GecelemeDetayEkler_Source" EntitySet="Pazar" />
            <End Role="Pazar_GecelemeDetayEkler_Target" EntitySet="GecelemeDetayEk" />
          </AssociationSet>
          <AssociationSet Name="MerkezAcenta_Acentalar" Association="Self.MerkezAcenta_Acentalar">
            <End Role="MerkezAcenta_Acentalar_Source" EntitySet="MerkezAcenta" />
            <End Role="MerkezAcenta_Acentalar_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="MerkezAcenta_MerkezPazar" Association="Self.MerkezAcenta_MerkezPazar">
            <End Role="MerkezAcenta_MerkezPazar_Source" EntitySet="MerkezAcenta" />
            <End Role="MerkezAcenta_MerkezPazar_Target" EntitySet="MerkezPazar" />
          </AssociationSet>
          <AssociationSet Name="CarpanHrk_Carpan" Association="Self.CarpanHrk_Carpan">
            <End Role="CarpanHrk_Carpan_Source" EntitySet="CarpanHrk" />
            <End Role="CarpanHrk_Carpan_Target" EntitySet="Carpan" />
          </AssociationSet>
          <AssociationSet Name="CarpanHrk_FiyatKonum" Association="Self.CarpanHrk_FiyatKonum">
            <End Role="CarpanHrk_FiyatKonum_Source" EntitySet="CarpanHrk" />
            <End Role="CarpanHrk_FiyatKonum_Target" EntitySet="FiyatKonum" />
          </AssociationSet>
          <AssociationSet Name="KonumHamFiyat_FiyatKonum" Association="Self.KonumHamFiyat_FiyatKonum">
            <End Role="KonumHamFiyat_FiyatKonum_Source" EntitySet="KonumHamFiyat" />
            <End Role="KonumHamFiyat_FiyatKonum_Target" EntitySet="FiyatKonum" />
          </AssociationSet>
          <AssociationSet Name="KonumHamFiyat_Kategori" Association="Self.KonumHamFiyat_Kategori">
            <End Role="KonumHamFiyat_Kategori_Source" EntitySet="KonumHamFiyat" />
            <End Role="KonumHamFiyat_Kategori_Target" EntitySet="Kategori" />
          </AssociationSet>
          <AssociationSet Name="KonumHamFiyatPaket_KonumHamFiyat" Association="Self.KonumHamFiyatPaket_KonumHamFiyat">
            <End Role="KonumHamFiyatPaket_KonumHamFiyat_Source" EntitySet="KonumHamFiyatPaket" />
            <End Role="KonumHamFiyatPaket_KonumHamFiyat_Target" EntitySet="KonumHamFiyat" />
          </AssociationSet>
          <AssociationSet Name="DepkodGrup_Depkodlar" Association="Self.DepkodGrup_Depkodlar">
            <End Role="DepkodGrup_Depkodlar_Source" EntitySet="DepkodGrup" />
            <End Role="DepkodGrup_Depkodlar_Target" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="FolioRouteDepkodGrup_DepkodGrup" Association="Self.FolioRouteDepkodGrup_DepkodGrup">
            <End Role="FolioRouteDepkodGrup_DepkodGrup_Source" EntitySet="FolioRouteDepkodGrup" />
            <End Role="FolioRouteDepkodGrup_DepkodGrup_Target" EntitySet="DepkodGrup" />
          </AssociationSet>
          <AssociationSet Name="ExtraHrk_Doviz" Association="Self.ExtraHrk_Doviz">
            <End Role="ExtraHrk_Doviz_Source" EntitySet="ExtraHrk" />
            <End Role="ExtraHrk_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="ExtraDepkod_Sirket" Association="Self.ExtraDepkod_Sirket">
            <End Role="ExtraDepkod_Sirket_Source" EntitySet="ExtraDepkod" />
            <End Role="ExtraDepkod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="ExtraHrk_ExtraDepkod" Association="Self.ExtraHrk_ExtraDepkod">
            <End Role="ExtraHrk_ExtraDepkod_Source" EntitySet="ExtraHrk" />
            <End Role="ExtraHrk_ExtraDepkod_Target" EntitySet="ExtraDepkod" />
          </AssociationSet>
          <AssociationSet Name="ExtraHrk_Folio" Association="Self.ExtraHrk_Folio">
            <End Role="ExtraHrk_Folio_Source" EntitySet="ExtraHrk" />
            <End Role="ExtraHrk_Folio_Target" EntitySet="Folio" />
          </AssociationSet>
          <AssociationSet Name="ExtraHrk_Sirket" Association="Self.ExtraHrk_Sirket">
            <End Role="ExtraHrk_Sirket_Source" EntitySet="ExtraHrk" />
            <End Role="ExtraHrk_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="AdresIlce_AdresIl" Association="Self.AdresIlce_AdresIl">
            <End Role="AdresIlce_AdresIl_Source" EntitySet="AdresIlce" />
            <End Role="AdresIlce_AdresIl_Target" EntitySet="AdresIl" />
          </AssociationSet>
          <AssociationSet Name="AdresUlke_AdresIller" Association="Self.AdresUlke_AdresIller">
            <End Role="AdresUlke_AdresIller_Source" EntitySet="AdresUlke" />
            <End Role="AdresUlke_AdresIller_Target" EntitySet="AdresIl" />
          </AssociationSet>
          <AssociationSet Name="DayEventGrupAdresUlke_AdresUlke" Association="Self.DayEventGrupAdresUlke_AdresUlke">
            <End Role="DayEventGrupAdresUlke_AdresUlke_Source" EntitySet="DayEventGrupAdresUlke" />
            <End Role="DayEventGrupAdresUlke_AdresUlke_Target" EntitySet="AdresUlke" />
          </AssociationSet>
          <AssociationSet Name="DayEvent_Sirket" Association="Self.DayEvent_Sirket">
            <End Role="DayEvent_Sirket_Source" EntitySet="DayEvent" />
            <End Role="DayEvent_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="DayEventGrup_DayEvent" Association="Self.DayEventGrup_DayEvent">
            <End Role="DayEventGrup_DayEvent_Source" EntitySet="DayEventGrup" />
            <End Role="DayEventGrup_DayEvent_Target" EntitySet="DayEvent" />
          </AssociationSet>
          <AssociationSet Name="DayEventGrup_DayEventGrupAdresUlkeler" Association="Self.DayEventGrup_DayEventGrupAdresUlkeler">
            <End Role="DayEventGrup_DayEventGrupAdresUlkeler_Source" EntitySet="DayEventGrup" />
            <End Role="DayEventGrup_DayEventGrupAdresUlkeler_Target" EntitySet="DayEventGrupAdresUlke" />
          </AssociationSet>
          <AssociationSet Name="DayEventGrup_Sirket" Association="Self.DayEventGrup_Sirket">
            <End Role="DayEventGrup_Sirket_Source" EntitySet="DayEventGrup" />
            <End Role="DayEventGrup_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="MailSablonu_Sirket" Association="Self.MailSablonu_Sirket">
            <End Role="MailSablonu_Sirket_Source" EntitySet="MailSablonu" />
            <End Role="MailSablonu_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="DayEventGrupAdresUlke_MailSablonu" Association="Self.DayEventGrupAdresUlke_MailSablonu">
            <End Role="DayEventGrupAdresUlke_MailSablonu_Source" EntitySet="DayEventGrupAdresUlke" />
            <End Role="DayEventGrupAdresUlke_MailSablonu_Target" EntitySet="MailSablonu" />
          </AssociationSet>
          <AssociationSet Name="Adres_AdresIl" Association="Self.Adres_AdresIl">
            <End Role="Adres_AdresIl_Source" EntitySet="Adres" />
            <End Role="Adres_AdresIl_Target" EntitySet="AdresIl" />
          </AssociationSet>
          <AssociationSet Name="Adres_AdresIlce" Association="Self.Adres_AdresIlce">
            <End Role="Adres_AdresIlce_Source" EntitySet="Adres" />
            <End Role="Adres_AdresIlce_Target" EntitySet="AdresIlce" />
          </AssociationSet>
          <AssociationSet Name="Adres_AdresUlke" Association="Self.Adres_AdresUlke">
            <End Role="Adres_AdresUlke_Source" EntitySet="Adres" />
            <End Role="Adres_AdresUlke_Target" EntitySet="AdresUlke" />
          </AssociationSet>
          <AssociationSet Name="Kurumsal_Adres" Association="Self.Kurumsal_Adres">
            <End Role="Kurumsal_Adres_Source" EntitySet="Kurumsal" />
            <End Role="Kurumsal_Adres_Target" EntitySet="Adres" />
          </AssociationSet>
          <AssociationSet Name="Hesap_KurumsalHesaplar" Association="Self.Hesap_KurumsalHesaplar">
            <End Role="Hesap_KurumsalHesaplar_Source" EntitySet="Hesap" />
            <End Role="Hesap_KurumsalHesaplar_Target" EntitySet="KurumsalHesap" />
          </AssociationSet>
          <AssociationSet Name="Hesap_Sirket" Association="Self.Hesap_Sirket">
            <End Role="Hesap_Sirket_Source" EntitySet="Hesap" />
            <End Role="Hesap_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="KurumsalHesap_Kurumsal" Association="Self.KurumsalHesap_Kurumsal">
            <End Role="KurumsalHesap_Kurumsal_Source" EntitySet="KurumsalHesap" />
            <End Role="KurumsalHesap_Kurumsal_Target" EntitySet="Kurumsal" />
          </AssociationSet>
          <AssociationSet Name="MusteriKurumsal_Kurumsal" Association="Self.MusteriKurumsal_Kurumsal">
            <End Role="MusteriKurumsal_Kurumsal_Source" EntitySet="MusteriKurumsal" />
            <End Role="MusteriKurumsal_Kurumsal_Target" EntitySet="Kurumsal" />
          </AssociationSet>
          <AssociationSet Name="MusteriKurumsal_Musteri" Association="Self.MusteriKurumsal_Musteri">
            <End Role="MusteriKurumsal_Musteri_Source" EntitySet="MusteriKurumsal" />
            <End Role="MusteriKurumsal_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="MusteriAdres_Adres" Association="Self.MusteriAdres_Adres">
            <End Role="MusteriAdres_Adres_Source" EntitySet="MusteriAdres" />
            <End Role="MusteriAdres_Adres_Target" EntitySet="Adres" />
          </AssociationSet>
          <AssociationSet Name="MusteriAdres_Musteri" Association="Self.MusteriAdres_Musteri">
            <End Role="MusteriAdres_Musteri_Source" EntitySet="MusteriAdres" />
            <End Role="MusteriAdres_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="Fatura_Adres" Association="Self.Fatura_Adres">
            <End Role="Fatura_Adres_Source" EntitySet="Fatura" />
            <End Role="Fatura_Adres_Target" EntitySet="Adres" />
          </AssociationSet>
          <AssociationSet Name="Fatura_Doviz" Association="Self.Fatura_Doviz">
            <End Role="Fatura_Doviz_Source" EntitySet="Fatura" />
            <End Role="Fatura_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="FaturaIptal_Fatura" Association="Self.FaturaIptal_Fatura">
            <End Role="FaturaIptal_Fatura_Source" EntitySet="FaturaIptal" />
            <End Role="FaturaIptal_Fatura_Target" EntitySet="Fatura" />
          </AssociationSet>
          <AssociationSet Name="FaturaIptal_Kullanici" Association="Self.FaturaIptal_Kullanici">
            <End Role="FaturaIptal_Kullanici_Source" EntitySet="FaturaIptal" />
            <End Role="FaturaIptal_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="FaturaSeri_Faturalar" Association="Self.FaturaSeri_Faturalar">
            <End Role="FaturaSeri_Faturalar_Source" EntitySet="FaturaSeri" />
            <End Role="FaturaSeri_Faturalar_Target" EntitySet="Fatura" />
          </AssociationSet>
          <AssociationSet Name="FaturaSeri_Sirket" Association="Self.FaturaSeri_Sirket">
            <End Role="FaturaSeri_Sirket_Source" EntitySet="FaturaSeri" />
            <End Role="FaturaSeri_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="EFaturaBirimKodlari_Sirket" Association="Self.EFaturaBirimKodlari_Sirket">
            <End Role="EFaturaBirimKodlari_Sirket_Source" EntitySet="EFaturaBirimKodlari" />
            <End Role="EFaturaBirimKodlari_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Birim_EFaturaBirimKodlari" Association="Self.Birim_EFaturaBirimKodlari">
            <End Role="Birim_EFaturaBirimKodlari_Source" EntitySet="Birim" />
            <End Role="Birim_EFaturaBirimKodlari_Target" EntitySet="EFaturaBirimKodlari" />
          </AssociationSet>
          <AssociationSet Name="Birim_Sirket" Association="Self.Birim_Sirket">
            <End Role="Birim_Sirket_Source" EntitySet="Birim" />
            <End Role="Birim_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="FaturaSira_Birim" Association="Self.FaturaSira_Birim">
            <End Role="FaturaSira_Birim_Source" EntitySet="FaturaSira" />
            <End Role="FaturaSira_Birim_Target" EntitySet="Birim" />
          </AssociationSet>
          <AssociationSet Name="FaturaSira_Fatura" Association="Self.FaturaSira_Fatura">
            <End Role="FaturaSira_Fatura_Source" EntitySet="FaturaSira" />
            <End Role="FaturaSira_Fatura_Target" EntitySet="Fatura" />
          </AssociationSet>
          <AssociationSet Name="FaturaSira_Iskontolar" Association="Self.FaturaSira_Iskontolar">
            <End Role="FaturaSira_Iskontolar_Source" EntitySet="FaturaSira" />
            <End Role="FaturaSira_Iskontolar_Target" EntitySet="Iskonto" />
          </AssociationSet>
          <AssociationSet Name="Kdv_Depkodlar" Association="Self.Kdv_Depkodlar">
            <End Role="Kdv_Depkodlar_Source" EntitySet="Kdv" />
            <End Role="Kdv_Depkodlar_Target" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="Kdv_Hrklar" Association="Self.Kdv_Hrklar">
            <End Role="Kdv_Hrklar_Source" EntitySet="Kdv" />
            <End Role="Kdv_Hrklar_Target" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="Kdv_Sirket" Association="Self.Kdv_Sirket">
            <End Role="Kdv_Sirket_Source" EntitySet="Kdv" />
            <End Role="Kdv_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="FaturaSira_Kdv" Association="Self.FaturaSira_Kdv">
            <End Role="FaturaSira_Kdv_Source" EntitySet="FaturaSira" />
            <End Role="FaturaSira_Kdv_Target" EntitySet="Kdv" />
          </AssociationSet>
          <AssociationSet Name="FaturaSira_Sirket" Association="Self.FaturaSira_Sirket">
            <End Role="FaturaSira_Sirket_Source" EntitySet="FaturaSira" />
            <End Role="FaturaSira_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Tevkifat_Sirket" Association="Self.Tevkifat_Sirket">
            <End Role="Tevkifat_Sirket_Source" EntitySet="Tevkifat" />
            <End Role="Tevkifat_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="TevkifatOran_Sirket" Association="Self.TevkifatOran_Sirket">
            <End Role="TevkifatOran_Sirket_Source" EntitySet="TevkifatOran" />
            <End Role="TevkifatOran_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="TevkifatOran_Tevkifatlar" Association="Self.TevkifatOran_Tevkifatlar">
            <End Role="TevkifatOran_Tevkifatlar_Source" EntitySet="TevkifatOran" />
            <End Role="TevkifatOran_Tevkifatlar_Target" EntitySet="Tevkifat" />
          </AssociationSet>
          <AssociationSet Name="FaturaSira_Tevkifat" Association="Self.FaturaSira_Tevkifat">
            <End Role="FaturaSira_Tevkifat_Source" EntitySet="FaturaSira" />
            <End Role="FaturaSira_Tevkifat_Target" EntitySet="Tevkifat" />
          </AssociationSet>
          <AssociationSet Name="Fatura_Hesap" Association="Self.Fatura_Hesap">
            <End Role="Fatura_Hesap_Source" EntitySet="Fatura" />
            <End Role="Fatura_Hesap_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="Fatura_Kurumsal" Association="Self.Fatura_Kurumsal">
            <End Role="Fatura_Kurumsal_Source" EntitySet="Fatura" />
            <End Role="Fatura_Kurumsal_Target" EntitySet="Kurumsal" />
          </AssociationSet>
          <AssociationSet Name="Fatura_Musteri" Association="Self.Fatura_Musteri">
            <End Role="Fatura_Musteri_Source" EntitySet="Fatura" />
            <End Role="Fatura_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="Fatura_OnburoFoliolar" Association="Self.Fatura_OnburoFoliolar">
            <End Role="Fatura_OnburoFoliolar_Source" EntitySet="Fatura" />
            <End Role="Fatura_OnburoFoliolar_Target" EntitySet="Folio" />
          </AssociationSet>
          <AssociationSet Name="Fatura_Sirket" Association="Self.Fatura_Sirket">
            <End Role="Fatura_Sirket_Source" EntitySet="Fatura" />
            <End Role="Fatura_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Folio_FolioRoutelar" Association="Self.Folio_FolioRoutelar">
            <End Role="Folio_FolioRoutelar_Source" EntitySet="Folio" />
            <End Role="Folio_FolioRoutelar_Target" EntitySet="FolioRoute" />
          </AssociationSet>
          <AssociationSet Name="Folio_Hareketler" Association="Self.Folio_Hareketler">
            <End Role="Folio_Hareketler_Source" EntitySet="Folio" />
            <End Role="Folio_Hareketler_Target" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="Folio_KaynakHareketler" Association="Self.Folio_KaynakHareketler">
            <End Role="Folio_KaynakHareketler_Source" EntitySet="Folio" />
            <End Role="Folio_KaynakHareketler_Target" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="AnketSira_Anket" Association="Self.AnketSira_Anket">
            <End Role="AnketSira_Anket_Source" EntitySet="AnketSira" />
            <End Role="AnketSira_Anket_Target" EntitySet="Anket" />
          </AssociationSet>
          <AssociationSet Name="AnketSoru_AnketSiralar" Association="Self.AnketSoru_AnketSiralar">
            <End Role="AnketSoru_AnketSiralar_Source" EntitySet="AnketSoru" />
            <End Role="AnketSoru_AnketSiralar_Target" EntitySet="AnketSira" />
          </AssociationSet>
          <AssociationSet Name="Cevap_AnketSorular" Association="Self.Cevap_AnketSorular">
            <End Role="Cevap_AnketSorular_Source" EntitySet="Cevap" />
            <End Role="Cevap_AnketSorular_Target" EntitySet="AnketSoru" />
          </AssociationSet>
          <AssociationSet Name="CevapIcerik_AnketSiralar" Association="Self.CevapIcerik_AnketSiralar">
            <End Role="CevapIcerik_AnketSiralar_Source" EntitySet="CevapIcerik" />
            <End Role="CevapIcerik_AnketSiralar_Target" EntitySet="AnketSira" />
          </AssociationSet>
          <AssociationSet Name="CevapIcerik_Cevap" Association="Self.CevapIcerik_Cevap">
            <End Role="CevapIcerik_Cevap_Source" EntitySet="CevapIcerik" />
            <End Role="CevapIcerik_Cevap_Target" EntitySet="Cevap" />
          </AssociationSet>
          <AssociationSet Name="CevapIcerik_Sirket" Association="Self.CevapIcerik_Sirket">
            <End Role="CevapIcerik_Sirket_Source" EntitySet="CevapIcerik" />
            <End Role="CevapIcerik_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Cevap_Sirket" Association="Self.Cevap_Sirket">
            <End Role="Cevap_Sirket_Source" EntitySet="Cevap" />
            <End Role="Cevap_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Dil_AnketSorular" Association="Self.Dil_AnketSorular">
            <End Role="Dil_AnketSorular_Source" EntitySet="Dil" />
            <End Role="Dil_AnketSorular_Target" EntitySet="AnketSoru" />
          </AssociationSet>
          <AssociationSet Name="Dil_Sirket" Association="Self.Dil_Sirket">
            <End Role="Dil_Sirket_Source" EntitySet="Dil" />
            <End Role="Dil_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="AnketSoru_Sirket" Association="Self.AnketSoru_Sirket">
            <End Role="AnketSoru_Sirket_Source" EntitySet="AnketSoru" />
            <End Role="AnketSoru_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="AnketSoru_UstAnketSoru" Association="Self.AnketSoru_UstAnketSoru">
            <End Role="AnketSoru_UstAnketSoru_Source" EntitySet="AnketSoru" />
            <End Role="AnketSoru_UstAnketSoru_Target" EntitySet="AnketSoru" />
          </AssociationSet>
          <AssociationSet Name="AnketSira_Sirket" Association="Self.AnketSira_Sirket">
            <End Role="AnketSira_Sirket_Source" EntitySet="AnketSira" />
            <End Role="AnketSira_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="AnketTemaDepartmanlar_AnketSoru" Association="Self.AnketTemaDepartmanlar_AnketSoru">
            <End Role="AnketTemaDepartmanlar_AnketSoru_Source" EntitySet="AnketTemaDepartmanlar" />
            <End Role="AnketTemaDepartmanlar_AnketSoru_Target" EntitySet="AnketSoru" />
          </AssociationSet>
          <AssociationSet Name="AnketTemaDepartmanlar_AnketTema" Association="Self.AnketTemaDepartmanlar_AnketTema">
            <End Role="AnketTemaDepartmanlar_AnketTema_Source" EntitySet="AnketTemaDepartmanlar" />
            <End Role="AnketTemaDepartmanlar_AnketTema_Target" EntitySet="AnketTema" />
          </AssociationSet>
          <AssociationSet Name="AnketTema_Sirket" Association="Self.AnketTema_Sirket">
            <End Role="AnketTema_Sirket_Source" EntitySet="AnketTema" />
            <End Role="AnketTema_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Anket_AnketTema" Association="Self.Anket_AnketTema">
            <End Role="Anket_AnketTema_Source" EntitySet="Anket" />
            <End Role="Anket_AnketTema_Target" EntitySet="AnketTema" />
          </AssociationSet>
          <AssociationSet Name="CrmOda_Anketler" Association="Self.CrmOda_Anketler">
            <End Role="CrmOda_Anketler_Source" EntitySet="CrmOda" />
            <End Role="CrmOda_Anketler_Target" EntitySet="Anket" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumAna_CrmOda" Association="Self.CrmYorumAna_CrmOda">
            <End Role="CrmYorumAna_CrmOda_Source" EntitySet="CrmYorumAna" />
            <End Role="CrmYorumAna_CrmOda_Target" EntitySet="CrmOda" />
          </AssociationSet>
          <AssociationSet Name="CrmPersonel_CrmYorumAnalar" Association="Self.CrmPersonel_CrmYorumAnalar">
            <End Role="CrmPersonel_CrmYorumAnalar_Source" EntitySet="CrmPersonel" />
            <End Role="CrmPersonel_CrmYorumAnalar_Target" EntitySet="CrmYorumAna" />
          </AssociationSet>
          <AssociationSet Name="CrmPersonel_Sirket" Association="Self.CrmPersonel_Sirket">
            <End Role="CrmPersonel_Sirket_Source" EntitySet="CrmPersonel" />
            <End Role="CrmPersonel_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmBildirimTur_CrmYorumSiralar" Association="Self.CrmBildirimTur_CrmYorumSiralar">
            <End Role="CrmBildirimTur_CrmYorumSiralar_Source" EntitySet="CrmBildirimTur" />
            <End Role="CrmBildirimTur_CrmYorumSiralar_Target" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmBildirimTur_Sirket" Association="Self.CrmBildirimTur_Sirket">
            <End Role="CrmBildirimTur_Sirket_Source" EntitySet="CrmBildirimTur" />
            <End Role="CrmBildirimTur_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmBilOnemTuru_CrmYorumSiralar" Association="Self.CrmBilOnemTuru_CrmYorumSiralar">
            <End Role="CrmBilOnemTuru_CrmYorumSiralar_Source" EntitySet="CrmBilOnemTuru" />
            <End Role="CrmBilOnemTuru_CrmYorumSiralar_Target" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmBilOnemTuru_Sirket" Association="Self.CrmBilOnemTuru_Sirket">
            <End Role="CrmBilOnemTuru_Sirket_Source" EntitySet="CrmBilOnemTuru" />
            <End Role="CrmBilOnemTuru_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmDepartman_CrmYorumSiralar" Association="Self.CrmDepartman_CrmYorumSiralar">
            <End Role="CrmDepartman_CrmYorumSiralar_Source" EntitySet="CrmDepartman" />
            <End Role="CrmDepartman_CrmYorumSiralar_Target" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmDepartman_Sirket" Association="Self.CrmDepartman_Sirket">
            <End Role="CrmDepartman_Sirket_Source" EntitySet="CrmDepartman" />
            <End Role="CrmDepartman_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmDepartman_UstKirilim" Association="Self.CrmDepartman_UstKirilim">
            <End Role="CrmDepartman_UstKirilim_Source" EntitySet="CrmDepartman" />
            <End Role="CrmDepartman_UstKirilim_Target" EntitySet="CrmDepartman" />
          </AssociationSet>
          <AssociationSet Name="CrmDurumTip_CrmYorumSiralar" Association="Self.CrmDurumTip_CrmYorumSiralar">
            <End Role="CrmDurumTip_CrmYorumSiralar_Source" EntitySet="CrmDurumTip" />
            <End Role="CrmDurumTip_CrmYorumSiralar_Target" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmDurumTip_Sirket" Association="Self.CrmDurumTip_Sirket">
            <End Role="CrmDurumTip_Sirket_Source" EntitySet="CrmDurumTip" />
            <End Role="CrmDurumTip_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmEvent_CrmBildirenDepartman" Association="Self.CrmEvent_CrmBildirenDepartman">
            <End Role="CrmEvent_CrmBildirenDepartman_Source" EntitySet="CrmEvent" />
            <End Role="CrmEvent_CrmBildirenDepartman_Target" EntitySet="CrmDepartman" />
          </AssociationSet>
          <AssociationSet Name="CrmEvent_CrmBildirenKullanici" Association="Self.CrmEvent_CrmBildirenKullanici">
            <End Role="CrmEvent_CrmBildirenKullanici_Source" EntitySet="CrmEvent" />
            <End Role="CrmEvent_CrmBildirenKullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="CrmEvent_CrmSorumluDepartman" Association="Self.CrmEvent_CrmSorumluDepartman">
            <End Role="CrmEvent_CrmSorumluDepartman_Source" EntitySet="CrmEvent" />
            <End Role="CrmEvent_CrmSorumluDepartman_Target" EntitySet="CrmDepartman" />
          </AssociationSet>
          <AssociationSet Name="CrmEvent_CrmSorumluKullanici" Association="Self.CrmEvent_CrmSorumluKullanici">
            <End Role="CrmEvent_CrmSorumluKullanici_Source" EntitySet="CrmEvent" />
            <End Role="CrmEvent_CrmSorumluKullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="CrmEvent_CrmYorumSira" Association="Self.CrmEvent_CrmYorumSira">
            <End Role="CrmEvent_CrmYorumSira_Source" EntitySet="CrmEvent" />
            <End Role="CrmEvent_CrmYorumSira_Target" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmEvent_Sirket" Association="Self.CrmEvent_Sirket">
            <End Role="CrmEvent_Sirket_Source" EntitySet="CrmEvent" />
            <End Role="CrmEvent_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmPersBeg_Sirket" Association="Self.CrmPersBeg_Sirket">
            <End Role="CrmPersBeg_Sirket_Source" EntitySet="CrmPersBeg" />
            <End Role="CrmPersBeg_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmPersBegHrk_CrmPersBeg" Association="Self.CrmPersBegHrk_CrmPersBeg">
            <End Role="CrmPersBegHrk_CrmPersBeg_Source" EntitySet="CrmPersBegHrk" />
            <End Role="CrmPersBegHrk_CrmPersBeg_Target" EntitySet="CrmPersBeg" />
          </AssociationSet>
          <AssociationSet Name="CrmPersBegTip_Sirket" Association="Self.CrmPersBegTip_Sirket">
            <End Role="CrmPersBegTip_Sirket_Source" EntitySet="CrmPersBegTip" />
            <End Role="CrmPersBegTip_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmPersBegHrk_CrmPersBegTip" Association="Self.CrmPersBegHrk_CrmPersBegTip">
            <End Role="CrmPersBegHrk_CrmPersBegTip_Source" EntitySet="CrmPersBegHrk" />
            <End Role="CrmPersBegHrk_CrmPersBegTip_Target" EntitySet="CrmPersBegTip" />
          </AssociationSet>
          <AssociationSet Name="CrmPersBegHrk_CrmYorumSira" Association="Self.CrmPersBegHrk_CrmYorumSira">
            <End Role="CrmPersBegHrk_CrmYorumSira_Source" EntitySet="CrmPersBegHrk" />
            <End Role="CrmPersBegHrk_CrmYorumSira_Target" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmPersBegHrk_Sirket" Association="Self.CrmPersBegHrk_Sirket">
            <End Role="CrmPersBegHrk_Sirket_Source" EntitySet="CrmPersBegHrk" />
            <End Role="CrmPersBegHrk_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmSonucTip_CrmYorumSiralar" Association="Self.CrmSonucTip_CrmYorumSiralar">
            <End Role="CrmSonucTip_CrmYorumSiralar_Source" EntitySet="CrmSonucTip" />
            <End Role="CrmSonucTip_CrmYorumSiralar_Target" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmSonucTip_Sirket" Association="Self.CrmSonucTip_Sirket">
            <End Role="CrmSonucTip_Sirket_Source" EntitySet="CrmSonucTip" />
            <End Role="CrmSonucTip_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumSira_CrmYorumAna" Association="Self.CrmYorumSira_CrmYorumAna">
            <End Role="CrmYorumSira_CrmYorumAna_Source" EntitySet="CrmYorumSira" />
            <End Role="CrmYorumSira_CrmYorumAna_Target" EntitySet="CrmYorumAna" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumKaynak_CrmYorumSiralar" Association="Self.CrmYorumKaynak_CrmYorumSiralar">
            <End Role="CrmYorumKaynak_CrmYorumSiralar_Source" EntitySet="CrmYorumKaynak" />
            <End Role="CrmYorumKaynak_CrmYorumSiralar_Target" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumKaynak_Sirket" Association="Self.CrmYorumKaynak_Sirket">
            <End Role="CrmYorumKaynak_Sirket_Source" EntitySet="CrmYorumKaynak" />
            <End Role="CrmYorumKaynak_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumSira_Sirket" Association="Self.CrmYorumSira_Sirket">
            <End Role="CrmYorumSira_Sirket_Source" EntitySet="CrmYorumSira" />
            <End Role="CrmYorumSira_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumAna_Kullanici" Association="Self.CrmYorumAna_Kullanici">
            <End Role="CrmYorumAna_Kullanici_Source" EntitySet="CrmYorumAna" />
            <End Role="CrmYorumAna_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumAna_Musteri" Association="Self.CrmYorumAna_Musteri">
            <End Role="CrmYorumAna_Musteri_Source" EntitySet="CrmYorumAna" />
            <End Role="CrmYorumAna_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumAna_Oda" Association="Self.CrmYorumAna_Oda">
            <End Role="CrmYorumAna_Oda_Source" EntitySet="CrmYorumAna" />
            <End Role="CrmYorumAna_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumAna_Rez" Association="Self.CrmYorumAna_Rez">
            <End Role="CrmYorumAna_Rez_Source" EntitySet="CrmYorumAna" />
            <End Role="CrmYorumAna_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumAna_Sirket" Association="Self.CrmYorumAna_Sirket">
            <End Role="CrmYorumAna_Sirket_Source" EntitySet="CrmYorumAna" />
            <End Role="CrmYorumAna_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_CrmOda" Association="Self.Rezervasyon_CrmOda">
            <End Role="Rezervasyon_CrmOda_Source" EntitySet="Rezervasyon" />
            <End Role="Rezervasyon_CrmOda_Target" EntitySet="CrmOda" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_CrmRezervasyonMenuler" Association="Self.Rezervasyon_CrmRezervasyonMenuler">
            <End Role="Rezervasyon_CrmRezervasyonMenuler_Source" EntitySet="Rezervasyon" />
            <End Role="Rezervasyon_CrmRezervasyonMenuler_Target" EntitySet="CrmRezervasyonMenu" />
          </AssociationSet>
          <AssociationSet Name="CrmRezSilSeb_Rezervasyonlar" Association="Self.CrmRezSilSeb_Rezervasyonlar">
            <End Role="CrmRezSilSeb_Rezervasyonlar_Source" EntitySet="CrmRezSilSeb" />
            <End Role="CrmRezSilSeb_Rezervasyonlar_Target" EntitySet="Rezervasyon" />
          </AssociationSet>
          <AssociationSet Name="CrmRezSilSeb_Sirket" Association="Self.CrmRezSilSeb_Sirket">
            <End Role="CrmRezSilSeb_Sirket_Source" EntitySet="CrmRezSilSeb" />
            <End Role="CrmRezSilSeb_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_Kullanici" Association="Self.Rezervasyon_Kullanici">
            <End Role="Rezervasyon_Kullanici_Source" EntitySet="Rezervasyon" />
            <End Role="Rezervasyon_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_Musteri" Association="Self.Rezervasyon_Musteri">
            <End Role="Rezervasyon_Musteri_Source" EntitySet="Rezervasyon" />
            <End Role="Rezervasyon_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="BolumSaat_Sirket" Association="Self.BolumSaat_Sirket">
            <End Role="BolumSaat_Sirket_Source" EntitySet="BolumSaHalFiyatat" />
            <End Role="BolumSaat_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanim_BolumSaat" Association="Self.RestoranBolumMasaTanim_BolumSaat">
            <End Role="RestoranBolumMasaTanim_BolumSaat_Source" EntitySet="RestoranBolumMasaTanim" />
            <End Role="RestoranBolumMasaTanim_BolumSaat_Target" EntitySet="BolumSaHalFiyatat" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim" Association="Self.RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim">
            <End Role="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim_Source" EntitySet="RestoranBolumMasaTanimCrmMenuTanim" />
            <End Role="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim_Target" EntitySet="CrmMenuTanim" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim" Association="Self.RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim">
            <End Role="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim_Source" EntitySet="RestoranBolumMasaTanimCrmMenuTanim" />
            <End Role="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim_Target" EntitySet="RestoranBolumMasaTanim" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanimCrmMenuTanim_Sirket" Association="Self.RestoranBolumMasaTanimCrmMenuTanim_Sirket">
            <End Role="RestoranBolumMasaTanimCrmMenuTanim_Sirket_Source" EntitySet="RestoranBolumMasaTanimCrmMenuTanim" />
            <End Role="RestoranBolumMasaTanimCrmMenuTanim_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanim_Rezervasyonlar" Association="Self.RestoranBolumMasaTanim_Rezervasyonlar">
            <End Role="RestoranBolumMasaTanim_Rezervasyonlar_Source" EntitySet="RestoranBolumMasaTanim" />
            <End Role="RestoranBolumMasaTanim_Rezervasyonlar_Target" EntitySet="Rezervasyon" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanim_Sirket" Association="Self.RestoranBolumMasaTanim_Sirket">
            <End Role="RestoranBolumMasaTanim_Sirket_Source" EntitySet="RestoranBolumMasaTanim" />
            <End Role="RestoranBolumMasaTanim_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanim_UstKirilim" Association="Self.RestoranBolumMasaTanim_UstKirilim">
            <End Role="RestoranBolumMasaTanim_UstKirilim_Source" EntitySet="RestoranBolumMasaTanim" />
            <End Role="RestoranBolumMasaTanim_UstKirilim_Target" EntitySet="RestoranBolumMasaTanim" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_Rez" Association="Self.Rezervasyon_Rez">
            <End Role="Rezervasyon_Rez_Source" EntitySet="Rezervasyon" />
            <End Role="Rezervasyon_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="RezervasyonMusteri_Musteri" Association="Self.RezervasyonMusteri_Musteri">
            <End Role="RezervasyonMusteri_Musteri_Source" EntitySet="RezervasyonMusteri" />
            <End Role="RezervasyonMusteri_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="RezervasyonMusteri_Rezervasyon" Association="Self.RezervasyonMusteri_Rezervasyon">
            <End Role="RezervasyonMusteri_Rezervasyon_Source" EntitySet="RezervasyonMusteri" />
            <End Role="RezervasyonMusteri_Rezervasyon_Target" EntitySet="Rezervasyon" />
          </AssociationSet>
          <AssociationSet Name="RezervasyonMusteri_Sirket" Association="Self.RezervasyonMusteri_Sirket">
            <End Role="RezervasyonMusteri_Sirket_Source" EntitySet="RezervasyonMusteri" />
            <End Role="RezervasyonMusteri_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_RezervasyonOda" Association="Self.Rezervasyon_RezervasyonOda">
            <End Role="Rezervasyon_RezervasyonOda_Source" EntitySet="Rezervasyon" />
            <End Role="Rezervasyon_RezervasyonOda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_Sirket" Association="Self.Rezervasyon_Sirket">
            <End Role="Rezervasyon_Sirket_Source" EntitySet="Rezervasyon" />
            <End Role="Rezervasyon_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmOda_Sirket" Association="Self.CrmOda_Sirket">
            <End Role="CrmOda_Sirket_Source" EntitySet="CrmOda" />
            <End Role="CrmOda_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Anket_Kullanici" Association="Self.Anket_Kullanici">
            <End Role="Anket_Kullanici_Source" EntitySet="Anket" />
            <End Role="Anket_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="Anket_Musteri" Association="Self.Anket_Musteri">
            <End Role="Anket_Musteri_Source" EntitySet="Anket" />
            <End Role="Anket_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="Anket_Oda" Association="Self.Anket_Oda">
            <End Role="Anket_Oda_Source" EntitySet="Anket" />
            <End Role="Anket_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="Anket_Rez" Association="Self.Anket_Rez">
            <End Role="Anket_Rez_Source" EntitySet="Anket" />
            <End Role="Anket_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="Anket_Sirket" Association="Self.Anket_Sirket">
            <End Role="Anket_Sirket_Source" EntitySet="Anket" />
            <End Role="Anket_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Oda_Gecelemeler" Association="Self.Oda_Gecelemeler">
            <End Role="Oda_Gecelemeler_Source" EntitySet="Oda" />
            <End Role="Oda_Gecelemeler_Target" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_Geceleme" Association="Self.HkKontrol_Geceleme">
            <End Role="HkKontrol_Geceleme_Source" EntitySet="HkKontrol" />
            <End Role="HkKontrol_Geceleme_Target" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="OdaTemiz_Odalar" Association="Self.OdaTemiz_Odalar">
            <End Role="OdaTemiz_Odalar_Source" EntitySet="Odatemiz" />
            <End Role="OdaTemiz_Odalar_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="OdaTemiz_Sirket" Association="Self.OdaTemiz_Sirket">
            <End Role="OdaTemiz_Sirket_Source" EntitySet="Odatemiz" />
            <End Role="OdaTemiz_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_HOdaTemiz" Association="Self.HkKontrol_HOdaTemiz">
            <End Role="HkKontrol_HOdaTemiz_Source" EntitySet="HkKontrol" />
            <End Role="HkKontrol_HOdaTemiz_Target" EntitySet="Odatemiz" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_Oda" Association="Self.HkKontrol_Oda">
            <End Role="HkKontrol_Oda_Source" EntitySet="HkKontrol" />
            <End Role="HkKontrol_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="OdaOK_Odalar" Association="Self.OdaOK_Odalar">
            <End Role="OdaOK_Odalar_Source" EntitySet="OdaOK" />
            <End Role="OdaOK_Odalar_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="OdaOK_Sirket" Association="Self.OdaOK_Sirket">
            <End Role="OdaOK_Sirket_Source" EntitySet="OdaOK" />
            <End Role="OdaOK_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_OdaOK" Association="Self.HkKontrol_OdaOK">
            <End Role="HkKontrol_OdaOK_Source" EntitySet="HkKontrol" />
            <End Role="HkKontrol_OdaOK_Target" EntitySet="OdaOK" />
          </AssociationSet>
          <AssociationSet Name="OdaServis_Odalar" Association="Self.OdaServis_Odalar">
            <End Role="OdaServis_Odalar_Source" EntitySet="OdaServis" />
            <End Role="OdaServis_Odalar_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="OdaServis_Sirket" Association="Self.OdaServis_Sirket">
            <End Role="OdaServis_Sirket_Source" EntitySet="OdaServis" />
            <End Role="OdaServis_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_OdaServis" Association="Self.HkKontrol_OdaServis">
            <End Role="HkKontrol_OdaServis_Source" EntitySet="HkKontrol" />
            <End Role="HkKontrol_OdaServis_Target" EntitySet="OdaServis" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_OdaTemiz" Association="Self.HkKontrol_OdaTemiz">
            <End Role="HkKontrol_OdaTemiz_Source" EntitySet="HkKontrol" />
            <End Role="HkKontrol_OdaTemiz_Target" EntitySet="Odatemiz" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_Rez" Association="Self.HkKontrol_Rez">
            <End Role="HkKontrol_Rez_Source" EntitySet="HkKontrol" />
            <End Role="HkKontrol_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_Sirket" Association="Self.HkKontrol_Sirket">
            <End Role="HkKontrol_Sirket_Source" EntitySet="HkKontrol" />
            <End Role="HkKontrol_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Kat_Oda" Association="Self.Kat_Oda">
            <End Role="Kat_Oda_Source" EntitySet="Kat" />
            <End Role="Kat_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="Kat_Sirket" Association="Self.Kat_Sirket">
            <End Role="Kat_Sirket_Source" EntitySet="Kat" />
            <End Role="Kat_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="MaidSef_Sirket" Association="Self.MaidSef_Sirket">
            <End Role="MaidSef_Sirket_Source" EntitySet="MaidSef" />
            <End Role="MaidSef_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Maid_MaidSef" Association="Self.Maid_MaidSef">
            <End Role="Maid_MaidSef_Source" EntitySet="Maid" />
            <End Role="Maid_MaidSef_Target" EntitySet="MaidSef" />
          </AssociationSet>
          <AssociationSet Name="Maid_Oda" Association="Self.Maid_Oda">
            <End Role="Maid_Oda_Source" EntitySet="Maid" />
            <End Role="Maid_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="Maid_Sirket" Association="Self.Maid_Sirket">
            <End Role="Maid_Sirket_Source" EntitySet="Maid" />
            <End Role="Maid_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OdaDegisim_Oda" Association="Self.OdaDegisim_Oda">
            <End Role="OdaDegisim_Oda_Source" EntitySet="OdaDegisim" />
            <End Role="OdaDegisim_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="OdaDegisim_Rez" Association="Self.OdaDegisim_Rez">
            <End Role="OdaDegisim_Rez_Source" EntitySet="OdaDegisim" />
            <End Role="OdaDegisim_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="OdaDegisim_YeniOda" Association="Self.OdaDegisim_YeniOda">
            <End Role="OdaDegisim_YeniOda_Source" EntitySet="OdaDegisim" />
            <End Role="OdaDegisim_YeniOda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="Oda_OdaDegisimler" Association="Self.Oda_OdaDegisimler">
            <End Role="Oda_OdaDegisimler_Source" EntitySet="Oda" />
            <End Role="Oda_OdaDegisimler_Target" EntitySet="OdaDegisim" />
          </AssociationSet>
          <AssociationSet Name="OdaKonum_Gecelemeler" Association="Self.OdaKonum_Gecelemeler">
            <End Role="OdaKonum_Gecelemeler_Source" EntitySet="OdaKonumu" />
            <End Role="OdaKonum_Gecelemeler_Target" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="OdaKonum_Oda" Association="Self.OdaKonum_Oda">
            <End Role="OdaKonum_Oda_Source" EntitySet="OdaKonumu" />
            <End Role="OdaKonum_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="OnbReferans_Sirket" Association="Self.OnbReferans_Sirket">
            <End Role="OnbReferans_Sirket_Source" EntitySet="OnbReferans" />
            <End Role="OnbReferans_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OnbReferans_UstOnbReferans" Association="Self.OnbReferans_UstOnbReferans">
            <End Role="OnbReferans_UstOnbReferans_Source" EntitySet="OnbReferans" />
            <End Role="OnbReferans_UstOnbReferans_Target" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="OdaKonum_OnbReferans" Association="Self.OdaKonum_OnbReferans">
            <End Role="OdaKonum_OnbReferans_Source" EntitySet="OdaKonumu" />
            <End Role="OdaKonum_OnbReferans_Target" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="OdaKonum_Sirket" Association="Self.OdaKonum_Sirket">
            <End Role="OdaKonum_Sirket_Source" EntitySet="OdaKonumu" />
            <End Role="OdaKonum_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="StopSaleOdaKonumu_OdaKonum" Association="Self.StopSaleOdaKonumu_OdaKonum">
            <End Role="StopSaleOdaKonumu_OdaKonum_Source" EntitySet="StopSaleOdaKonumu" />
            <End Role="StopSaleOdaKonumu_OdaKonum_Target" EntitySet="OdaKonumu" />
          </AssociationSet>
          <AssociationSet Name="StopSale_Sirket" Association="Self.StopSale_Sirket">
            <End Role="StopSale_Sirket_Source" EntitySet="StopSale" />
            <End Role="StopSale_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="StopSaleAcenta_Acenta" Association="Self.StopSaleAcenta_Acenta">
            <End Role="StopSaleAcenta_Acenta_Source" EntitySet="StopSaleAcenta" />
            <End Role="StopSaleAcenta_Acenta_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="StopSaleAcenta_StopSale" Association="Self.StopSaleAcenta_StopSale">
            <End Role="StopSaleAcenta_StopSale_Source" EntitySet="StopSaleAcenta" />
            <End Role="StopSaleAcenta_StopSale_Target" EntitySet="StopSale" />
          </AssociationSet>
          <AssociationSet Name="StopSale_StopSaleOdaKonumular" Association="Self.StopSale_StopSaleOdaKonumular">
            <End Role="StopSale_StopSaleOdaKonumular_Source" EntitySet="StopSale" />
            <End Role="StopSale_StopSaleOdaKonumular_Target" EntitySet="StopSaleOdaKonumu" />
          </AssociationSet>
          <AssociationSet Name="StopSalePazar_Pazar" Association="Self.StopSalePazar_Pazar">
            <End Role="StopSalePazar_Pazar_Source" EntitySet="StopSalePazar" />
            <End Role="StopSalePazar_Pazar_Target" EntitySet="Pazar" />
          </AssociationSet>
          <AssociationSet Name="StopSalePazar_StopSale" Association="Self.StopSalePazar_StopSale">
            <End Role="StopSalePazar_StopSale_Source" EntitySet="StopSalePazar" />
            <End Role="StopSalePazar_StopSale_Target" EntitySet="StopSale" />
          </AssociationSet>
          <AssociationSet Name="UpgradeOdaFiyat_Depkod" Association="Self.UpgradeOdaFiyat_Depkod">
            <End Role="UpgradeOdaFiyat_Depkod_Source" EntitySet="UpgradeOdaFiyat" />
            <End Role="UpgradeOdaFiyat_Depkod_Target" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="UpgradeOdaFiyat_Doviz" Association="Self.UpgradeOdaFiyat_Doviz">
            <End Role="UpgradeOdaFiyat_Doviz_Source" EntitySet="UpgradeOdaFiyat" />
            <End Role="UpgradeOdaFiyat_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="UpgradeOdaFiyat_EskiOdaKonum" Association="Self.UpgradeOdaFiyat_EskiOdaKonum">
            <End Role="UpgradeOdaFiyat_EskiOdaKonum_Source" EntitySet="UpgradeOdaFiyat" />
            <End Role="UpgradeOdaFiyat_EskiOdaKonum_Target" EntitySet="OdaKonumu" />
          </AssociationSet>
          <AssociationSet Name="UpgradeOdaFiyat_Sirket" Association="Self.UpgradeOdaFiyat_Sirket">
            <End Role="UpgradeOdaFiyat_Sirket_Source" EntitySet="UpgradeOdaFiyat" />
            <End Role="UpgradeOdaFiyat_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="UpgradeOdaFiyat_YeniOdaKonum" Association="Self.UpgradeOdaFiyat_YeniOdaKonum">
            <End Role="UpgradeOdaFiyat_YeniOdaKonum_Source" EntitySet="UpgradeOdaFiyat" />
            <End Role="UpgradeOdaFiyat_YeniOdaKonum_Target" EntitySet="OdaKonumu" />
          </AssociationSet>
          <AssociationSet Name="OdaKonum_UpgradeOdaFiyat" Association="Self.OdaKonum_UpgradeOdaFiyat">
            <End Role="OdaKonum_UpgradeOdaFiyat_Source" EntitySet="OdaKonumu" />
            <End Role="OdaKonum_UpgradeOdaFiyat_Target" EntitySet="UpgradeOdaFiyat" />
          </AssociationSet>
          <AssociationSet Name="OdaOzellik_Oda" Association="Self.OdaOzellik_Oda">
            <End Role="OdaOzellik_Oda_Source" EntitySet="OdaOzellik" />
            <End Role="OdaOzellik_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="OzellikGrup_Sirket" Association="Self.OzellikGrup_Sirket">
            <End Role="OzellikGrup_Sirket_Source" EntitySet="OzellikGrup" />
            <End Role="OzellikGrup_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Ozellik_OzellikGrup" Association="Self.Ozellik_OzellikGrup">
            <End Role="Ozellik_OzellikGrup_Source" EntitySet="Ozellik" />
            <End Role="Ozellik_OzellikGrup_Target" EntitySet="OzellikGrup" />
          </AssociationSet>
          <AssociationSet Name="AsyaModel_OzellikGrupModel" Association="Self.AsyaModel_OzellikGrupModel">
            <End Role="AsyaModel_OzellikGrupModel_Source" EntitySet="AsyaModel" />
            <End Role="AsyaModel_OzellikGrupModel_Target" EntitySet="OzellikGrupModel" />
          </AssociationSet>
          <AssociationSet Name="AsyaModel_Sirket" Association="Self.AsyaModel_Sirket">
            <End Role="AsyaModel_Sirket_Source" EntitySet="AsyaModel" />
            <End Role="AsyaModel_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OzellikGrupModel_Ozellik" Association="Self.OzellikGrupModel_Ozellik">
            <End Role="OzellikGrupModel_Ozellik_Source" EntitySet="OzellikGrupModel" />
            <End Role="OzellikGrupModel_Ozellik_Target" EntitySet="Ozellik" />
          </AssociationSet>
          <AssociationSet Name="OzellikGrupModel_Sirket" Association="Self.OzellikGrupModel_Sirket">
            <End Role="OzellikGrupModel_Sirket_Source" EntitySet="OzellikGrupModel" />
            <End Role="OzellikGrupModel_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Ozellik_Sirket" Association="Self.Ozellik_Sirket">
            <End Role="Ozellik_Sirket_Source" EntitySet="Ozellik" />
            <End Role="Ozellik_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OdaOzellik_Ozellik" Association="Self.OdaOzellik_Ozellik">
            <End Role="OdaOzellik_Ozellik_Source" EntitySet="OdaOzellik" />
            <End Role="OdaOzellik_Ozellik_Target" EntitySet="Ozellik" />
          </AssociationSet>
          <AssociationSet Name="OdaOzellik_Sirket" Association="Self.OdaOzellik_Sirket">
            <End Role="OdaOzellik_Sirket_Source" EntitySet="OdaOzellik" />
            <End Role="OdaOzellik_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Oda_OnbReferans" Association="Self.Oda_OnbReferans">
            <End Role="Oda_OnbReferans_Source" EntitySet="Oda" />
            <End Role="Oda_OnbReferans_Target" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="Oda_Sirket" Association="Self.Oda_Sirket">
            <End Role="Oda_Sirket_Source" EntitySet="Oda" />
            <End Role="Oda_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Teknik_Oda" Association="Self.Teknik_Oda">
            <End Role="Teknik_Oda_Source" EntitySet="Teknik" />
            <End Role="Teknik_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="BolumYer_Sirket" Association="Self.BolumYer_Sirket">
            <End Role="BolumYer_Sirket_Source" EntitySet="BolumYer" />
            <End Role="BolumYer_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="BolumYer_UstBolumYer" Association="Self.BolumYer_UstBolumYer">
            <End Role="BolumYer_UstBolumYer_Source" EntitySet="BolumYer" />
            <End Role="BolumYer_UstBolumYer_Target" EntitySet="BolumYer" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_BolumYer" Association="Self.Operasyon_BolumYer">
            <End Role="Operasyon_BolumYer_Source" EntitySet="Operasyon" />
            <End Role="Operasyon_BolumYer_Target" EntitySet="BolumYer" />
          </AssociationSet>
          <AssociationSet Name="Departman_Sirket" Association="Self.Departman_Sirket">
            <End Role="Departman_Sirket_Source" EntitySet="Departman" />
            <End Role="Departman_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="IstipiTum_Departman" Association="Self.IstipiTum_Departman">
            <End Role="IstipiTum_Departman_Source" EntitySet="IstipiTum" />
            <End Role="IstipiTum_Departman_Target" EntitySet="Departman" />
          </AssociationSet>
          <AssociationSet Name="IstipiTum_Sirket" Association="Self.IstipiTum_Sirket">
            <End Role="IstipiTum_Sirket_Source" EntitySet="IstipiTum" />
            <End Role="IstipiTum_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="IstipiTum_UstIstipiTum" Association="Self.IstipiTum_UstIstipiTum">
            <End Role="IstipiTum_UstIstipiTum_Source" EntitySet="IstipiTum" />
            <End Role="IstipiTum_UstIstipiTum_Target" EntitySet="IstipiTum" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_IstipiTum" Association="Self.Operasyon_IstipiTum">
            <End Role="Operasyon_IstipiTum_Source" EntitySet="Operasyon" />
            <End Role="Operasyon_IstipiTum_Target" EntitySet="IstipiTum" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_OperasyonEk" Association="Self.Operasyon_OperasyonEk">
            <End Role="Operasyon_OperasyonEk_Source" EntitySet="Operasyon" />
            <End Role="Operasyon_OperasyonEk_Target" EntitySet="OperasyonEk" />
          </AssociationSet>
          <AssociationSet Name="ArizaNedeni_Sirket" Association="Self.ArizaNedeni_Sirket">
            <End Role="ArizaNedeni_Sirket_Source" EntitySet="ArizaNedeni" />
            <End Role="ArizaNedeni_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OperasyonEk2_ArizaNedeni" Association="Self.OperasyonEk2_ArizaNedeni">
            <End Role="OperasyonEk2_ArizaNedeni_Source" EntitySet="OperasyonEk2" />
            <End Role="OperasyonEk2_ArizaNedeni_Target" EntitySet="ArizaNedeni" />
          </AssociationSet>
          <AssociationSet Name="ArizaGorevli_Departman" Association="Self.ArizaGorevli_Departman">
            <End Role="ArizaGorevli_Departman_Source" EntitySet="ArizaGorevli" />
            <End Role="ArizaGorevli_Departman_Target" EntitySet="Departman" />
          </AssociationSet>
          <AssociationSet Name="ArizaGorevli_Sirket" Association="Self.ArizaGorevli_Sirket">
            <End Role="ArizaGorevli_Sirket_Source" EntitySet="ArizaGorevli" />
            <End Role="ArizaGorevli_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OperasyonEk2_BaslatanGorevli" Association="Self.OperasyonEk2_BaslatanGorevli">
            <End Role="OperasyonEk2_BaslatanGorevli_Source" EntitySet="OperasyonEk2" />
            <End Role="OperasyonEk2_BaslatanGorevli_Target" EntitySet="ArizaGorevli" />
          </AssociationSet>
          <AssociationSet Name="OperasyonEk2_BitirenGorevli" Association="Self.OperasyonEk2_BitirenGorevli">
            <End Role="OperasyonEk2_BitirenGorevli_Source" EntitySet="OperasyonEk2" />
            <End Role="OperasyonEk2_BitirenGorevli_Target" EntitySet="ArizaGorevli" />
          </AssociationSet>
          <AssociationSet Name="OperasyonEk2_Departman" Association="Self.OperasyonEk2_Departman">
            <End Role="OperasyonEk2_Departman_Source" EntitySet="OperasyonEk2" />
            <End Role="OperasyonEk2_Departman_Target" EntitySet="Departman" />
          </AssociationSet>
          <AssociationSet Name="IptalNedeni_Sirket" Association="Self.IptalNedeni_Sirket">
            <End Role="IptalNedeni_Sirket_Source" EntitySet="IptalNedeni" />
            <End Role="IptalNedeni_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OperasyonEk2_IptalNedeni" Association="Self.OperasyonEk2_IptalNedeni">
            <End Role="OperasyonEk2_IptalNedeni_Source" EntitySet="OperasyonEk2" />
            <End Role="OperasyonEk2_IptalNedeni_Target" EntitySet="IptalNedeni" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_OperasyonEk2" Association="Self.Operasyon_OperasyonEk2">
            <End Role="Operasyon_OperasyonEk2_Source" EntitySet="Operasyon" />
            <End Role="Operasyon_OperasyonEk2_Target" EntitySet="OperasyonEk2" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_OperasyonTarih" Association="Self.Operasyon_OperasyonTarih">
            <End Role="Operasyon_OperasyonTarih_Source" EntitySet="Operasyon" />
            <End Role="Operasyon_OperasyonTarih_Target" EntitySet="OperasyonTarih" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_Rez" Association="Self.Operasyon_Rez">
            <End Role="Operasyon_Rez_Source" EntitySet="Operasyon" />
            <End Role="Operasyon_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_Sirket" Association="Self.Operasyon_Sirket">
            <End Role="Operasyon_Sirket_Source" EntitySet="Operasyon" />
            <End Role="Operasyon_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_Teknikler" Association="Self.Operasyon_Teknikler">
            <End Role="Operasyon_Teknikler_Source" EntitySet="Operasyon" />
            <End Role="Operasyon_Teknikler_Target" EntitySet="Teknik" />
          </AssociationSet>
          <AssociationSet Name="Teknik_Sirket" Association="Self.Teknik_Sirket">
            <End Role="Teknik_Sirket_Source" EntitySet="Teknik" />
            <End Role="Teknik_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Telkod__Oda" Association="Self.Telkod__Oda">
            <End Role="Telkod__Oda_Source" EntitySet="Telkod" />
            <End Role="Telkod__Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="Telkod_Sirket" Association="Self.Telkod_Sirket">
            <End Role="Telkod_Sirket_Source" EntitySet="Telkod" />
            <End Role="Telkod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Teldata_Folio" Association="Self.Teldata_Folio">
            <End Role="Teldata_Folio_Source" EntitySet="Teldata" />
            <End Role="Teldata_Folio_Target" EntitySet="Folio" />
          </AssociationSet>
          <AssociationSet Name="Teldata_Sirket" Association="Self.Teldata_Sirket">
            <End Role="Teldata_Sirket_Source" EntitySet="Teldata" />
            <End Role="Teldata_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Teldata_Telkod" Association="Self.Teldata_Telkod">
            <End Role="Teldata_Telkod_Source" EntitySet="Teldata" />
            <End Role="Teldata_Telkod_Target" EntitySet="Telkod" />
          </AssociationSet>
          <AssociationSet Name="Rez_BaglantiOda" Association="Self.Rez_BaglantiOda">
            <End Role="Rez_BaglantiOda_Source" EntitySet="Rez" />
            <End Role="Rez_BaglantiOda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="Rez_Foliolar" Association="Self.Rez_Foliolar">
            <End Role="Rez_Foliolar_Source" EntitySet="Rez" />
            <End Role="Rez_Foliolar_Target" EntitySet="Folio" />
          </AssociationSet>
          <AssociationSet Name="FolioRouteRez_FolioRoute" Association="Self.FolioRouteRez_FolioRoute">
            <End Role="FolioRouteRez_FolioRoute_Source" EntitySet="FolioRouteRez" />
            <End Role="FolioRouteRez_FolioRoute_Target" EntitySet="FolioRoute" />
          </AssociationSet>
          <AssociationSet Name="FolioRouteRez_Rez" Association="Self.FolioRouteRez_Rez">
            <End Role="FolioRouteRez_Rez_Source" EntitySet="FolioRouteRez" />
            <End Role="FolioRouteRez_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="Rez_Gecelemeler" Association="Self.Rez_Gecelemeler">
            <End Role="Rez_Gecelemeler_Source" EntitySet="Rez" />
            <End Role="Rez_Gecelemeler_Target" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="Rez_GrupRez" Association="Self.Rez_GrupRez">
            <End Role="Rez_GrupRez_Source" EntitySet="Rez" />
            <End Role="Rez_GrupRez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="KolBandiHrk_KolBandi" Association="Self.KolBandiHrk_KolBandi">
            <End Role="KolBandiHrk_KolBandi_Source" EntitySet="KolBandiHrk" />
            <End Role="KolBandiHrk_KolBandi_Target" EntitySet="KolBandi" />
          </AssociationSet>
          <AssociationSet Name="KolBandiHrk_Kullanici" Association="Self.KolBandiHrk_Kullanici">
            <End Role="KolBandiHrk_Kullanici_Source" EntitySet="KolBandiHrk" />
            <End Role="KolBandiHrk_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="KolBandiHrk_Musteri" Association="Self.KolBandiHrk_Musteri">
            <End Role="KolBandiHrk_Musteri_Source" EntitySet="KolBandiHrk" />
            <End Role="KolBandiHrk_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="KolBandiHrk_Rez" Association="Self.KolBandiHrk_Rez">
            <End Role="KolBandiHrk_Rez_Source" EntitySet="KolBandiHrk" />
            <End Role="KolBandiHrk_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="KolBandiHrk_Sirket" Association="Self.KolBandiHrk_Sirket">
            <End Role="KolBandiHrk_Sirket_Source" EntitySet="KolBandiHrk" />
            <End Role="KolBandiHrk_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Karaliste_Kullanici" Association="Self.Karaliste_Kullanici">
            <End Role="Karaliste_Kullanici_Source" EntitySet="Karalistes" />
            <End Role="Karaliste_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="Karaliste_MusteriKonaklamaEk" Association="Self.Karaliste_MusteriKonaklamaEk">
            <End Role="Karaliste_MusteriKonaklamaEk_Source" EntitySet="Karalistes" />
            <End Role="Karaliste_MusteriKonaklamaEk_Target" EntitySet="MusteriKonaklamaEk" />
          </AssociationSet>
          <AssociationSet Name="MusteriKonaklamaEk_Konbandlari" Association="Self.MusteriKonaklamaEk_Konbandlari">
            <End Role="MusteriKonaklamaEk_Konbandlari_Source" EntitySet="MusteriKonaklamaEk" />
            <End Role="MusteriKonaklamaEk_Konbandlari_Target" EntitySet="KolBandi" />
          </AssociationSet>
          <AssociationSet Name="Uyruk_MusteriKonaklamaEk" Association="Self.Uyruk_MusteriKonaklamaEk">
            <End Role="Uyruk_MusteriKonaklamaEk_Source" EntitySet="Uyruk" />
            <End Role="Uyruk_MusteriKonaklamaEk_Target" EntitySet="MusteriKonaklamaEk" />
          </AssociationSet>
          <AssociationSet Name="Uyruk_Sirket" Association="Self.Uyruk_Sirket">
            <End Role="Uyruk_Sirket_Source" EntitySet="Uyruk" />
            <End Role="Uyruk_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Ulke_Acenta" Association="Self.Ulke_Acenta">
            <End Role="Ulke_Acenta_Source" EntitySet="Ulke" />
            <End Role="Ulke_Acenta_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="Ulke_Pazar" Association="Self.Ulke_Pazar">
            <End Role="Ulke_Pazar_Source" EntitySet="Ulke" />
            <End Role="Ulke_Pazar_Target" EntitySet="Pazar" />
          </AssociationSet>
          <AssociationSet Name="RezDetayEk_Doviz" Association="Self.RezDetayEk_Doviz">
            <End Role="RezDetayEk_Doviz_Source" EntitySet="RezDetayEk" />
            <End Role="RezDetayEk_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="IsYeri_Sirket" Association="Self.IsYeri_Sirket">
            <End Role="IsYeri_Sirket_Source" EntitySet="IsYeri" />
            <End Role="IsYeri_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="RezDetayEk_IsYeri" Association="Self.RezDetayEk_IsYeri">
            <End Role="RezDetayEk_IsYeri_Source" EntitySet="RezDetayEk" />
            <End Role="RezDetayEk_IsYeri_Target" EntitySet="IsYeri" />
          </AssociationSet>
          <AssociationSet Name="Operator_Sirket" Association="Self.Operator_Sirket">
            <End Role="Operator_Sirket_Source" EntitySet="Operator" />
            <End Role="Operator_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="RezDetayEk_Operator" Association="Self.RezDetayEk_Operator">
            <End Role="RezDetayEk_Operator_Source" EntitySet="RezDetayEk" />
            <End Role="RezDetayEk_Operator_Target" EntitySet="Operator" />
          </AssociationSet>
          <AssociationSet Name="RezDetayEk_Ulke" Association="Self.RezDetayEk_Ulke">
            <End Role="RezDetayEk_Ulke_Source" EntitySet="RezDetayEk" />
            <End Role="RezDetayEk_Ulke_Target" EntitySet="Ulke" />
          </AssociationSet>
          <AssociationSet Name="Vip_RezDetayEkler" Association="Self.Vip_RezDetayEkler">
            <End Role="Vip_RezDetayEkler_Source" EntitySet="Vip" />
            <End Role="Vip_RezDetayEkler_Target" EntitySet="RezDetayEk" />
          </AssociationSet>
          <AssociationSet Name="Vip_Sirket" Association="Self.Vip_Sirket">
            <End Role="Vip_Sirket_Source" EntitySet="Vip" />
            <End Role="Vip_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Malzeme_Departman" Association="Self.Malzeme_Departman">
            <End Role="Malzeme_Departman_Source" EntitySet="Malzeme" />
            <End Role="Malzeme_Departman_Target" EntitySet="Departman" />
          </AssociationSet>
          <AssociationSet Name="Malzeme_Sirket" Association="Self.Malzeme_Sirket">
            <End Role="Malzeme_Sirket_Source" EntitySet="Malzeme" />
            <End Role="Malzeme_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Malzeme_VipHrkler" Association="Self.Malzeme_VipHrkler">
            <End Role="Malzeme_VipHrkler_Source" EntitySet="Malzeme" />
            <End Role="Malzeme_VipHrkler_Target" EntitySet="VipHrk" />
          </AssociationSet>
          <AssociationSet Name="VipHrk_Sirket" Association="Self.VipHrk_Sirket">
            <End Role="VipHrk_Sirket_Source" EntitySet="VipHrk" />
            <End Role="VipHrk_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="VipHrk_Vip" Association="Self.VipHrk_Vip">
            <End Role="VipHrk_Vip_Source" EntitySet="VipHrk" />
            <End Role="VipHrk_Vip_Target" EntitySet="Vip" />
          </AssociationSet>
          <AssociationSet Name="Ulke_Sirket" Association="Self.Ulke_Sirket">
            <End Role="Ulke_Sirket_Source" EntitySet="Ulke" />
            <End Role="Ulke_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Ulke_Uyruklar" Association="Self.Ulke_Uyruklar">
            <End Role="Ulke_Uyruklar_Source" EntitySet="Ulke" />
            <End Role="Ulke_Uyruklar_Target" EntitySet="Uyruk" />
          </AssociationSet>
          <AssociationSet Name="KolBandi_Rez" Association="Self.KolBandi_Rez">
            <End Role="KolBandi_Rez_Source" EntitySet="KolBandi" />
            <End Role="KolBandi_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="KolBandi_Sirket" Association="Self.KolBandi_Sirket">
            <End Role="KolBandi_Sirket_Source" EntitySet="KolBandi" />
            <End Role="KolBandi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OdaUzatma_Rez" Association="Self.OdaUzatma_Rez">
            <End Role="OdaUzatma_Rez_Source" EntitySet="OdaUzatma" />
            <End Role="OdaUzatma_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="Rez_Paketler" Association="Self.Rez_Paketler">
            <End Role="Rez_Paketler_Source" EntitySet="Rez" />
            <End Role="Rez_Paketler_Target" EntitySet="Paket" />
          </AssociationSet>
          <AssociationSet Name="Rez_Rate" Association="Self.Rez_Rate">
            <End Role="Rez_Rate_Source" EntitySet="Rez" />
            <End Role="Rez_Rate_Target" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="Rez_Rateler" Association="Self.Rez_Rateler">
            <End Role="Rez_Rateler_Source" EntitySet="Rez" />
            <End Role="Rez_Rateler_Target" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="RezDetayBilgi_Rez" Association="Self.RezDetayBilgi_Rez">
            <End Role="RezDetayBilgi_Rez_Source" EntitySet="RezDetayBilgi" />
            <End Role="RezDetayBilgi_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="RezDetayBilgi_Sirket" Association="Self.RezDetayBilgi_Sirket">
            <End Role="RezDetayBilgi_Sirket_Source" EntitySet="RezDetayBilgi" />
            <End Role="RezDetayBilgi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Rez_RezDetayEk" Association="Self.Rez_RezDetayEk">
            <End Role="Rez_RezDetayEk_Source" EntitySet="Rez" />
            <End Role="Rez_RezDetayEk_Target" EntitySet="RezDetayEk" />
          </AssociationSet>
          <AssociationSet Name="Rez_RezEntegrasyonBilgi" Association="Self.Rez_RezEntegrasyonBilgi">
            <End Role="Rez_RezEntegrasyonBilgi_Source" EntitySet="Rez" />
            <End Role="Rez_RezEntegrasyonBilgi_Target" EntitySet="RezEntegrasyonBilgi" />
          </AssociationSet>
          <AssociationSet Name="KvkkSoru_Sirket" Association="Self.KvkkSoru_Sirket">
            <End Role="KvkkSoru_Sirket_Source" EntitySet="KvkkSoru" />
            <End Role="KvkkSoru_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="RezKvkkSoru_KvkkSoru" Association="Self.RezKvkkSoru_KvkkSoru">
            <End Role="RezKvkkSoru_KvkkSoru_Source" EntitySet="RezKvkkSorus" />
            <End Role="RezKvkkSoru_KvkkSoru_Target" EntitySet="KvkkSoru" />
          </AssociationSet>
          <AssociationSet Name="RezKvkkSoru_Musteri" Association="Self.RezKvkkSoru_Musteri">
            <End Role="RezKvkkSoru_Musteri_Source" EntitySet="RezKvkkSorus" />
            <End Role="RezKvkkSoru_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="RezKvkkSoru_Rez" Association="Self.RezKvkkSoru_Rez">
            <End Role="RezKvkkSoru_Rez_Source" EntitySet="RezKvkkSorus" />
            <End Role="RezKvkkSoru_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="RezOdaKilit_Kullanici" Association="Self.RezOdaKilit_Kullanici">
            <End Role="RezOdaKilit_Kullanici_Source" EntitySet="RezOdaKilit" />
            <End Role="RezOdaKilit_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="RezOdaKilit_Oda" Association="Self.RezOdaKilit_Oda">
            <End Role="RezOdaKilit_Oda_Source" EntitySet="RezOdaKilit" />
            <End Role="RezOdaKilit_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="RezOdaKilit_Rez" Association="Self.RezOdaKilit_Rez">
            <End Role="RezOdaKilit_Rez_Source" EntitySet="RezOdaKilit" />
            <End Role="RezOdaKilit_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="RezOdaKilit_Sirket" Association="Self.RezOdaKilit_Sirket">
            <End Role="RezOdaKilit_Sirket_Source" EntitySet="RezOdaKilit" />
            <End Role="RezOdaKilit_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="RezOzellik_Ozellik" Association="Self.RezOzellik_Ozellik">
            <End Role="RezOzellik_Ozellik_Source" EntitySet="RezOzellik" />
            <End Role="RezOzellik_Ozellik_Target" EntitySet="Ozellik" />
          </AssociationSet>
          <AssociationSet Name="RezOzellik_Rez" Association="Self.RezOzellik_Rez">
            <End Role="RezOzellik_Rez_Source" EntitySet="RezOzellik" />
            <End Role="RezOzellik_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="RezOzellik_Sirket" Association="Self.RezOzellik_Sirket">
            <End Role="RezOzellik_Sirket_Source" EntitySet="RezOzellik" />
            <End Role="RezOzellik_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PaketindirimTipi_Paketler" Association="Self.PaketindirimTipi_Paketler">
            <End Role="PaketindirimTipi_Paketler_Source" EntitySet="PaketindirimTipi" />
            <End Role="PaketindirimTipi_Paketler_Target" EntitySet="Paket" />
          </AssociationSet>
          <AssociationSet Name="PaketindirimTipi_Sirket" Association="Self.PaketindirimTipi_Sirket">
            <End Role="PaketindirimTipi_Sirket_Source" EntitySet="PaketindirimTipi" />
            <End Role="PaketindirimTipi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="RezPaketindirimtipi_PaketindirimTipi" Association="Self.RezPaketindirimtipi_PaketindirimTipi">
            <End Role="RezPaketindirimtipi_PaketindirimTipi_Source" EntitySet="RezPaketindirimtipi" />
            <End Role="RezPaketindirimtipi_PaketindirimTipi_Target" EntitySet="PaketindirimTipi" />
          </AssociationSet>
          <AssociationSet Name="RezPaketindirimtipi_Rez" Association="Self.RezPaketindirimtipi_Rez">
            <End Role="RezPaketindirimtipi_Rez_Source" EntitySet="RezPaketindirimtipi" />
            <End Role="RezPaketindirimtipi_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="Rez_RezWeb" Association="Self.Rez_RezWeb">
            <End Role="Rez_RezWeb_Source" EntitySet="Rez" />
            <End Role="Rez_RezWeb_Target" EntitySet="RezWeb" />
          </AssociationSet>
          <AssociationSet Name="Rez_Sirket" Association="Self.Rez_Sirket">
            <End Role="Rez_Sirket_Source" EntitySet="Rez" />
            <End Role="Rez_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="TumBilbord_Acentalar" Association="Self.TumBilbord_Acentalar">
            <End Role="TumBilbord_Acentalar_Source" EntitySet="TumBilbord" />
            <End Role="TumBilbord_Acentalar_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="TumBilbord_Bilbordlar" Association="Self.TumBilbord_Bilbordlar">
            <End Role="TumBilbord_Bilbordlar_Source" EntitySet="TumBilbord" />
            <End Role="TumBilbord_Bilbordlar_Target" EntitySet="Bilbord" />
          </AssociationSet>
          <AssociationSet Name="TumBilbord_DefAcenta" Association="Self.TumBilbord_DefAcenta">
            <End Role="TumBilbord_DefAcenta_Source" EntitySet="TumBilbord" />
            <End Role="TumBilbord_DefAcenta_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="TumBilbord_KAcentalar" Association="Self.TumBilbord_KAcentalar">
            <End Role="TumBilbord_KAcentalar_Source" EntitySet="TumBilbord" />
            <End Role="TumBilbord_KAcentalar_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="TumBilbord_Sirket" Association="Self.TumBilbord_Sirket">
            <End Role="TumBilbord_Sirket_Source" EntitySet="TumBilbord" />
            <End Role="TumBilbord_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="TumBilbordEk_Acenta" Association="Self.TumBilbordEk_Acenta">
            <End Role="TumBilbordEk_Acenta_Source" EntitySet="TumBilbordEks" />
            <End Role="TumBilbordEk_Acenta_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="TumBilbord_TumBilbordEk" Association="Self.TumBilbord_TumBilbordEk">
            <End Role="TumBilbord_TumBilbordEk_Source" EntitySet="TumBilbord" />
            <End Role="TumBilbord_TumBilbordEk_Target" EntitySet="TumBilbordEks" />
          </AssociationSet>
          <AssociationSet Name="Rez_TumBilbord" Association="Self.Rez_TumBilbord">
            <End Role="Rez_TumBilbord_Source" EntitySet="Rez" />
            <End Role="Rez_TumBilbord_Target" EntitySet="TumBilbord" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_EskiOdaKonum" Association="Self.UpgradeHrk_EskiOdaKonum">
            <End Role="UpgradeHrk_EskiOdaKonum_Source" EntitySet="UpgradeHrk" />
            <End Role="UpgradeHrk_EskiOdaKonum_Target" EntitySet="OdaKonumu" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_Kullanici" Association="Self.UpgradeHrk_Kullanici">
            <End Role="UpgradeHrk_Kullanici_Source" EntitySet="UpgradeHrk" />
            <End Role="UpgradeHrk_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_Rez" Association="Self.UpgradeHrk_Rez">
            <End Role="UpgradeHrk_Rez_Source" EntitySet="UpgradeHrk" />
            <End Role="UpgradeHrk_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_Sirket" Association="Self.UpgradeHrk_Sirket">
            <End Role="UpgradeHrk_Sirket_Source" EntitySet="UpgradeHrk" />
            <End Role="UpgradeHrk_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="UpgradeNedeni_Sirket" Association="Self.UpgradeNedeni_Sirket">
            <End Role="UpgradeNedeni_Sirket_Source" EntitySet="UpgradeNedeni" />
            <End Role="UpgradeNedeni_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_UpgradeNedeni" Association="Self.UpgradeHrk_UpgradeNedeni">
            <End Role="UpgradeHrk_UpgradeNedeni_Source" EntitySet="UpgradeHrk" />
            <End Role="UpgradeHrk_UpgradeNedeni_Target" EntitySet="UpgradeNedeni" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_UpgradeOdaFiyat" Association="Self.UpgradeHrk_UpgradeOdaFiyat">
            <End Role="UpgradeHrk_UpgradeOdaFiyat_Source" EntitySet="UpgradeHrk" />
            <End Role="UpgradeHrk_UpgradeOdaFiyat_Target" EntitySet="UpgradeOdaFiyat" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_YeniOdaKonum" Association="Self.UpgradeHrk_YeniOdaKonum">
            <End Role="UpgradeHrk_YeniOdaKonum_Source" EntitySet="UpgradeHrk" />
            <End Role="UpgradeHrk_YeniOdaKonum_Target" EntitySet="FiyatKonum" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_YetkiliKullanici" Association="Self.UpgradeHrk_YetkiliKullanici">
            <End Role="UpgradeHrk_YetkiliKullanici_Source" EntitySet="UpgradeHrk" />
            <End Role="UpgradeHrk_YetkiliKullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="Folio_Sirket" Association="Self.Folio_Sirket">
            <End Role="Folio_Sirket_Source" EntitySet="Folio" />
            <End Role="Folio_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="FolioRoute_FolioRouteDepkodGruplar" Association="Self.FolioRoute_FolioRouteDepkodGruplar">
            <End Role="FolioRoute_FolioRouteDepkodGruplar_Source" EntitySet="FolioRoute" />
            <End Role="FolioRoute_FolioRouteDepkodGruplar_Target" EntitySet="FolioRouteDepkodGrup" />
          </AssociationSet>
          <AssociationSet Name="FolioRouteDepkod_Depkod" Association="Self.FolioRouteDepkod_Depkod">
            <End Role="FolioRouteDepkod_Depkod_Source" EntitySet="FolioRouteDepkod" />
            <End Role="FolioRouteDepkod_Depkod_Target" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="FolioRouteDepkod_FolioRoute" Association="Self.FolioRouteDepkod_FolioRoute">
            <End Role="FolioRouteDepkod_FolioRoute_Source" EntitySet="FolioRouteDepkod" />
            <End Role="FolioRouteDepkod_FolioRoute_Target" EntitySet="FolioRoute" />
          </AssociationSet>
          <AssociationSet Name="HrkTransfer_FolioRoute" Association="Self.HrkTransfer_FolioRoute">
            <End Role="HrkTransfer_FolioRoute_Source" EntitySet="HrkTransfer" />
            <End Role="HrkTransfer_FolioRoute_Target" EntitySet="FolioRoute" />
          </AssociationSet>
          <AssociationSet Name="HrkTransfer_Sirket" Association="Self.HrkTransfer_Sirket">
            <End Role="HrkTransfer_Sirket_Source" EntitySet="HrkTransfer" />
            <End Role="HrkTransfer_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="FolioRoute_Sirket" Association="Self.FolioRoute_Sirket">
            <End Role="FolioRoute_Sirket_Source" EntitySet="FolioRoute" />
            <End Role="FolioRoute_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="DepkodGrup_Sirket" Association="Self.DepkodGrup_Sirket">
            <End Role="DepkodGrup_Sirket_Source" EntitySet="DepkodGrup" />
            <End Role="DepkodGrup_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="DepkodHeskod_Depkod" Association="Self.DepkodHeskod_Depkod">
            <End Role="DepkodHeskod_Depkod_Source" EntitySet="DepkodHeskod" />
            <End Role="DepkodHeskod_Depkod_Target" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="Heskod_KdvHesap" Association="Self.Heskod_KdvHesap">
            <End Role="Heskod_KdvHesap_Source" EntitySet="Heskod" />
            <End Role="Heskod_KdvHesap_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="Heskod_MatrahHesap" Association="Self.Heskod_MatrahHesap">
            <End Role="Heskod_MatrahHesap_Source" EntitySet="Heskod" />
            <End Role="Heskod_MatrahHesap_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="Heskod_Sirket" Association="Self.Heskod_Sirket">
            <End Role="Heskod_Sirket_Source" EntitySet="Heskod" />
            <End Role="Heskod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Heskod_ToplamHesap" Association="Self.Heskod_ToplamHesap">
            <End Role="Heskod_ToplamHesap_Source" EntitySet="Heskod" />
            <End Role="Heskod_ToplamHesap_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="DepkodHeskod_Heskod" Association="Self.DepkodHeskod_Heskod">
            <End Role="DepkodHeskod_Heskod_Source" EntitySet="DepkodHeskod" />
            <End Role="DepkodHeskod_Heskod_Target" EntitySet="Heskod" />
          </AssociationSet>
          <AssociationSet Name="DepkodHeskod_Sirket" Association="Self.DepkodHeskod_Sirket">
            <End Role="DepkodHeskod_Sirket_Source" EntitySet="DepkodHeskod" />
            <End Role="DepkodHeskod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Depkod_Hrklar" Association="Self.Depkod_Hrklar">
            <End Role="Depkod_Hrklar_Source" EntitySet="Depkod" />
            <End Role="Depkod_Hrklar_Target" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="Depkod_Sirket" Association="Self.Depkod_Sirket">
            <End Role="Depkod_Sirket_Source" EntitySet="Depkod" />
            <End Role="Depkod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Paket_Depkod" Association="Self.Paket_Depkod">
            <End Role="Paket_Depkod_Source" EntitySet="Paket" />
            <End Role="Paket_Depkod_Target" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="Paket_KonumHamFiyatPaketler" Association="Self.Paket_KonumHamFiyatPaketler">
            <End Role="Paket_KonumHamFiyatPaketler_Source" EntitySet="Paket" />
            <End Role="Paket_KonumHamFiyatPaketler_Target" EntitySet="KonumHamFiyatPaket" />
          </AssociationSet>
          <AssociationSet Name="Paketistisna_Paket" Association="Self.Paketistisna_Paket">
            <End Role="Paketistisna_Paket_Source" EntitySet="Paketistisna" />
            <End Role="Paketistisna_Paket_Target" EntitySet="Paket" />
          </AssociationSet>
          <AssociationSet Name="Paketistisna_PaketindirimTipi" Association="Self.Paketistisna_PaketindirimTipi">
            <End Role="Paketistisna_PaketindirimTipi_Source" EntitySet="Paketistisna" />
            <End Role="Paketistisna_PaketindirimTipi_Target" EntitySet="PaketindirimTipi" />
          </AssociationSet>
          <AssociationSet Name="PaketUlke_Paket" Association="Self.PaketUlke_Paket">
            <End Role="PaketUlke_Paket_Source" EntitySet="PaketUlke" />
            <End Role="PaketUlke_Paket_Target" EntitySet="Paket" />
          </AssociationSet>
          <AssociationSet Name="PaketUlke_Ulke" Association="Self.PaketUlke_Ulke">
            <End Role="PaketUlke_Ulke_Source" EntitySet="PaketUlke" />
            <End Role="PaketUlke_Ulke_Target" EntitySet="Ulke" />
          </AssociationSet>
          <AssociationSet Name="RateAcentaPaket_Paket" Association="Self.RateAcentaPaket_Paket">
            <End Role="RateAcentaPaket_Paket_Source" EntitySet="RateAcentaPaket" />
            <End Role="RateAcentaPaket_Paket_Target" EntitySet="Paket" />
          </AssociationSet>
          <AssociationSet Name="RateAcenta_Acenta" Association="Self.RateAcenta_Acenta">
            <End Role="RateAcenta_Acenta_Source" EntitySet="RateAcenta" />
            <End Role="RateAcenta_Acenta_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="RateAcenta_Rate" Association="Self.RateAcenta_Rate">
            <End Role="RateAcenta_Rate_Source" EntitySet="RateAcenta" />
            <End Role="RateAcenta_Rate_Target" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="RateAcenta_RateAcentaPaketler" Association="Self.RateAcenta_RateAcentaPaketler">
            <End Role="RateAcenta_RateAcentaPaketler_Source" EntitySet="RateAcenta" />
            <End Role="RateAcenta_RateAcentaPaketler_Target" EntitySet="RateAcentaPaket" />
          </AssociationSet>
          <AssociationSet Name="YasKod_FiyatKonum" Association="Self.YasKod_FiyatKonum">
            <End Role="YasKod_FiyatKonum_Source" EntitySet="YasKod" />
            <End Role="YasKod_FiyatKonum_Target" EntitySet="FiyatKonum" />
          </AssociationSet>
          <AssociationSet Name="YasKod_RateAcentalar" Association="Self.YasKod_RateAcentalar">
            <End Role="YasKod_RateAcentalar_Source" EntitySet="YasKod" />
            <End Role="YasKod_RateAcentalar_Target" EntitySet="RateAcenta" />
          </AssociationSet>
          <AssociationSet Name="YasKod_Rateler" Association="Self.YasKod_Rateler">
            <End Role="YasKod_Rateler_Source" EntitySet="YasKod" />
            <End Role="YasKod_Rateler_Target" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="YasKod_Sirket" Association="Self.YasKod_Sirket">
            <End Role="YasKod_Sirket_Source" EntitySet="YasKod" />
            <End Role="YasKod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="YasKodSiraIstisna_Sirket" Association="Self.YasKodSiraIstisna_Sirket">
            <End Role="YasKodSiraIstisna_Sirket_Source" EntitySet="YasKodSiraIstisna" />
            <End Role="YasKodSiraIstisna_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="YasKodSiraIstisna_YasKod" Association="Self.YasKodSiraIstisna_YasKod">
            <End Role="YasKodSiraIstisna_YasKod_Source" EntitySet="YasKodSiraIstisna" />
            <End Role="YasKodSiraIstisna_YasKod_Target" EntitySet="YasKod" />
          </AssociationSet>
          <AssociationSet Name="YasKodSira_Sirket" Association="Self.YasKodSira_Sirket">
            <End Role="YasKodSira_Sirket_Source" EntitySet="YasKodSira" />
            <End Role="YasKodSira_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="YasKodSira_YasKod" Association="Self.YasKodSira_YasKod">
            <End Role="YasKodSira_YasKod_Source" EntitySet="YasKodSira" />
            <End Role="YasKodSira_YasKod_Target" EntitySet="YasKod" />
          </AssociationSet>
          <AssociationSet Name="RatePaket_Paket" Association="Self.RatePaket_Paket">
            <End Role="RatePaket_Paket_Source" EntitySet="RatePaket" />
            <End Role="RatePaket_Paket_Target" EntitySet="Paket" />
          </AssociationSet>
          <AssociationSet Name="RatePaket_Rate" Association="Self.RatePaket_Rate">
            <End Role="RatePaket_Rate_Source" EntitySet="RatePaket" />
            <End Role="RatePaket_Rate_Target" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="Sart_Paketler" Association="Self.Sart_Paketler">
            <End Role="Sart_Paketler_Source" EntitySet="Sart" />
            <End Role="Sart_Paketler_Target" EntitySet="Paket" />
          </AssociationSet>
          <AssociationSet Name="Sart_Rateler" Association="Self.Sart_Rateler">
            <End Role="Sart_Rateler_Source" EntitySet="Sart" />
            <End Role="Sart_Rateler_Target" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="SartFiyatKonum_FiyatKonum" Association="Self.SartFiyatKonum_FiyatKonum">
            <End Role="SartFiyatKonum_FiyatKonum_Source" EntitySet="SartFiyatKonum" />
            <End Role="SartFiyatKonum_FiyatKonum_Target" EntitySet="FiyatKonum" />
          </AssociationSet>
          <AssociationSet Name="SartFiyatKonum_Sart" Association="Self.SartFiyatKonum_Sart">
            <End Role="SartFiyatKonum_Sart_Source" EntitySet="SartFiyatKonum" />
            <End Role="SartFiyatKonum_Sart_Target" EntitySet="Sart" />
          </AssociationSet>
          <AssociationSet Name="Sart_Sartlar" Association="Self.Sart_Sartlar">
            <End Role="Sart_Sartlar_Source" EntitySet="Sart" />
            <End Role="Sart_Sartlar_Target" EntitySet="Sart" />
          </AssociationSet>
          <AssociationSet Name="RatePeriyotKonumHamFiyat_KonumHamFiyat" Association="Self.RatePeriyotKonumHamFiyat_KonumHamFiyat">
            <End Role="RatePeriyotKonumHamFiyat_KonumHamFiyat_Source" EntitySet="RatePeriyotKonumHamFiyat" />
            <End Role="RatePeriyotKonumHamFiyat_KonumHamFiyat_Target" EntitySet="KonumHamFiyat" />
          </AssociationSet>
          <AssociationSet Name="Periyot_RatePeriyotlar" Association="Self.Periyot_RatePeriyotlar">
            <End Role="Periyot_RatePeriyotlar_Source" EntitySet="Periyot" />
            <End Role="Periyot_RatePeriyotlar_Target" EntitySet="RatePeriyot" />
          </AssociationSet>
          <AssociationSet Name="RatePeriyot_Rate" Association="Self.RatePeriyot_Rate">
            <End Role="RatePeriyot_Rate_Source" EntitySet="RatePeriyot" />
            <End Role="RatePeriyot_Rate_Target" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="RatePeriyot_RatePeriyotKonumHamFiyatlar" Association="Self.RatePeriyot_RatePeriyotKonumHamFiyatlar">
            <End Role="RatePeriyot_RatePeriyotKonumHamFiyatlar_Source" EntitySet="RatePeriyot" />
            <End Role="RatePeriyot_RatePeriyotKonumHamFiyatlar_Target" EntitySet="RatePeriyotKonumHamFiyat" />
          </AssociationSet>
          <AssociationSet Name="CarpanHrk_Kategori" Association="Self.CarpanHrk_Kategori">
            <End Role="CarpanHrk_Kategori_Source" EntitySet="CarpanHrk" />
            <End Role="CarpanHrk_Kategori_Target" EntitySet="Kategori" />
          </AssociationSet>
          <AssociationSet Name="CarpanHrk_Sirket" Association="Self.CarpanHrk_Sirket">
            <End Role="CarpanHrk_Sirket_Source" EntitySet="CarpanHrk" />
            <End Role="CarpanHrk_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Carpan_Ratelar" Association="Self.Carpan_Ratelar">
            <End Role="Carpan_Ratelar_Source" EntitySet="Carpan" />
            <End Role="Carpan_Ratelar_Target" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="Carpan_Sirket" Association="Self.Carpan_Sirket">
            <End Role="Carpan_Sirket_Source" EntitySet="Carpan" />
            <End Role="Carpan_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Rate_Doviz" Association="Self.Rate_Doviz">
            <End Role="Rate_Doviz_Source" EntitySet="Rate" />
            <End Role="Rate_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="Formul_Acentalar" Association="Self.Formul_Acentalar">
            <End Role="Formul_Acentalar_Source" EntitySet="Formul" />
            <End Role="Formul_Acentalar_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="FormulSira_Formul" Association="Self.FormulSira_Formul">
            <End Role="FormulSira_Formul_Source" EntitySet="FormulSira" />
            <End Role="FormulSira_Formul_Target" EntitySet="Formul" />
          </AssociationSet>
          <AssociationSet Name="Hesayr_FormulSira" Association="Self.Hesayr_FormulSira">
            <End Role="Hesayr_FormulSira_Source" EntitySet="Hesayr" />
            <End Role="Hesayr_FormulSira_Target" EntitySet="FormulSira" />
          </AssociationSet>
          <AssociationSet Name="Hesayr_Geceleme" Association="Self.Hesayr_Geceleme">
            <End Role="Hesayr_Geceleme_Source" EntitySet="Hesayr" />
            <End Role="Hesayr_Geceleme_Target" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="Hesayr_KonumHamFiyat" Association="Self.Hesayr_KonumHamFiyat">
            <End Role="Hesayr_KonumHamFiyat_Source" EntitySet="Hesayr" />
            <End Role="Hesayr_KonumHamFiyat_Target" EntitySet="KonumHamFiyat" />
          </AssociationSet>
          <AssociationSet Name="Hesayr_Paket" Association="Self.Hesayr_Paket">
            <End Role="Hesayr_Paket_Source" EntitySet="Hesayr" />
            <End Role="Hesayr_Paket_Target" EntitySet="Paket" />
          </AssociationSet>
          <AssociationSet Name="Hesayr_Rate" Association="Self.Hesayr_Rate">
            <End Role="Hesayr_Rate_Source" EntitySet="Hesayr" />
            <End Role="Hesayr_Rate_Target" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="Hesayr_Sirket" Association="Self.Hesayr_Sirket">
            <End Role="Hesayr_Sirket_Source" EntitySet="Hesayr" />
            <End Role="Hesayr_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="FormulSira_PaketIndirimTipi" Association="Self.FormulSira_PaketIndirimTipi">
            <End Role="FormulSira_PaketIndirimTipi_Source" EntitySet="FormulSira" />
            <End Role="FormulSira_PaketIndirimTipi_Target" EntitySet="PaketindirimTipi" />
          </AssociationSet>
          <AssociationSet Name="Formul_Rateler" Association="Self.Formul_Rateler">
            <End Role="Formul_Rateler_Source" EntitySet="Formul" />
            <End Role="Formul_Rateler_Target" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="Formul_Sirket" Association="Self.Formul_Sirket">
            <End Role="Formul_Sirket_Source" EntitySet="Formul" />
            <End Role="Formul_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Rate_IsYeri" Association="Self.Rate_IsYeri">
            <End Role="Rate_IsYeri_Source" EntitySet="Rate" />
            <End Role="Rate_IsYeri_Target" EntitySet="IsYeri" />
          </AssociationSet>
          <AssociationSet Name="Rate_OnbReferans" Association="Self.Rate_OnbReferans">
            <End Role="Rate_OnbReferans_Source" EntitySet="Rate" />
            <End Role="Rate_OnbReferans_Target" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="Breakdown_Sirket" Association="Self.Breakdown_Sirket">
            <End Role="Breakdown_Sirket_Source" EntitySet="Breakdown" />
            <End Role="Breakdown_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Pansiyon_Breakdown" Association="Self.Pansiyon_Breakdown">
            <End Role="Pansiyon_Breakdown_Source" EntitySet="Pansiyon" />
            <End Role="Pansiyon_Breakdown_Target" EntitySet="Breakdown" />
          </AssociationSet>
          <AssociationSet Name="Pansiyon_Gecelemeler" Association="Self.Pansiyon_Gecelemeler">
            <End Role="Pansiyon_Gecelemeler_Source" EntitySet="Pansiyon" />
            <End Role="Pansiyon_Gecelemeler_Target" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="Pansiyon_Sirket" Association="Self.Pansiyon_Sirket">
            <End Role="Pansiyon_Sirket_Source" EntitySet="Pansiyon" />
            <End Role="Pansiyon_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Rate_Pansiyon" Association="Self.Rate_Pansiyon">
            <End Role="Rate_Pansiyon_Source" EntitySet="Rate" />
            <End Role="Rate_Pansiyon_Target" EntitySet="Pansiyon" />
          </AssociationSet>
          <AssociationSet Name="Rate_Rez" Association="Self.Rate_Rez">
            <End Role="Rate_Rez_Source" EntitySet="Rate" />
            <End Role="Rate_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="Rate_Sirket" Association="Self.Rate_Sirket">
            <End Role="Rate_Sirket_Source" EntitySet="Rate" />
            <End Role="Rate_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="MerkezAcenta_Rate" Association="Self.MerkezAcenta_Rate">
            <End Role="MerkezAcenta_Rate_Source" EntitySet="MerkezAcenta" />
            <End Role="MerkezAcenta_Rate_Target" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="MerkezAcenta_Sirket" Association="Self.MerkezAcenta_Sirket">
            <End Role="MerkezAcenta_Sirket_Source" EntitySet="MerkezAcenta" />
            <End Role="MerkezAcenta_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="MerkezPazar_Pazarlar" Association="Self.MerkezPazar_Pazarlar">
            <End Role="MerkezPazar_Pazarlar_Source" EntitySet="MerkezPazar" />
            <End Role="MerkezPazar_Pazarlar_Target" EntitySet="Pazar" />
          </AssociationSet>
          <AssociationSet Name="MerkezPazar_Sirket" Association="Self.MerkezPazar_Sirket">
            <End Role="MerkezPazar_Sirket_Source" EntitySet="MerkezPazar" />
            <End Role="MerkezPazar_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Pazar_Rate" Association="Self.Pazar_Rate">
            <End Role="Pazar_Rate_Source" EntitySet="Pazar" />
            <End Role="Pazar_Rate_Target" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="Pazar_Sirket" Association="Self.Pazar_Sirket">
            <End Role="Pazar_Sirket_Source" EntitySet="Pazar" />
            <End Role="Pazar_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Geceleme_GecelemeDetayEk" Association="Self.Geceleme_GecelemeDetayEk">
            <End Role="Geceleme_GecelemeDetayEk_Source" EntitySet="Geceleme" />
            <End Role="Geceleme_GecelemeDetayEk_Target" EntitySet="GecelemeDetayEk" />
          </AssociationSet>
          <AssociationSet Name="GecelemeFiyatpaket_Geceleme" Association="Self.GecelemeFiyatpaket_Geceleme">
            <End Role="GecelemeFiyatpaket_Geceleme_Source" EntitySet="GecelemeFiyatpaket" />
            <End Role="GecelemeFiyatpaket_Geceleme_Target" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="GecelemeFiyatpaket_Paket" Association="Self.GecelemeFiyatpaket_Paket">
            <End Role="GecelemeFiyatpaket_Paket_Source" EntitySet="GecelemeFiyatpaket" />
            <End Role="GecelemeFiyatpaket_Paket_Target" EntitySet="Paket" />
          </AssociationSet>
          <AssociationSet Name="GecelemeMusteri_Geceleme" Association="Self.GecelemeMusteri_Geceleme">
            <End Role="GecelemeMusteri_Geceleme_Source" EntitySet="GecelemeMusteri" />
            <End Role="GecelemeMusteri_Geceleme_Target" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="GecelemeMusteri_Musteri" Association="Self.GecelemeMusteri_Musteri">
            <End Role="GecelemeMusteri_Musteri_Source" EntitySet="GecelemeMusteri" />
            <End Role="GecelemeMusteri_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="GecelemeMusteri_Sirket" Association="Self.GecelemeMusteri_Sirket">
            <End Role="GecelemeMusteri_Sirket_Source" EntitySet="GecelemeMusteri" />
            <End Role="GecelemeMusteri_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Share_Gecelemeler" Association="Self.Share_Gecelemeler">
            <End Role="Share_Gecelemeler_Source" EntitySet="Shares" />
            <End Role="Share_Gecelemeler_Target" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="Geceleme_Sirket" Association="Self.Geceleme_Sirket">
            <End Role="Geceleme_Sirket_Source" EntitySet="Geceleme" />
            <End Role="Geceleme_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="FiyatKonum_OnbReferans" Association="Self.FiyatKonum_OnbReferans">
            <End Role="FiyatKonum_OnbReferans_Source" EntitySet="FiyatKonum" />
            <End Role="FiyatKonum_OnbReferans_Target" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="FiyatKonum_Sirket" Association="Self.FiyatKonum_Sirket">
            <End Role="FiyatKonum_Sirket_Source" EntitySet="FiyatKonum" />
            <End Role="FiyatKonum_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="FiyatKonum_UpgradeOdaFiyat" Association="Self.FiyatKonum_UpgradeOdaFiyat">
            <End Role="FiyatKonum_UpgradeOdaFiyat_Source" EntitySet="FiyatKonum" />
            <End Role="FiyatKonum_UpgradeOdaFiyat_Target" EntitySet="UpgradeOdaFiyat" />
          </AssociationSet>
          <AssociationSet Name="Bilbord_ForecastKonum" Association="Self.Bilbord_ForecastKonum">
            <End Role="Bilbord_ForecastKonum_Source" EntitySet="Bilbord" />
            <End Role="Bilbord_ForecastKonum_Target" EntitySet="OdaKonumu" />
          </AssociationSet>
          <AssociationSet Name="Bilbord_Sirket" Association="Self.Bilbord_Sirket">
            <End Role="Bilbord_Sirket_Source" EntitySet="Bilbord" />
            <End Role="Bilbord_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Hrk_Bilbord" Association="Self.Hrk_Bilbord">
            <End Role="Hrk_Bilbord_Source" EntitySet="Hrk" />
            <End Role="Hrk_Bilbord_Target" EntitySet="Bilbord" />
          </AssociationSet>
          <AssociationSet Name="BreakMalzeme_Depkod" Association="Self.BreakMalzeme_Depkod">
            <End Role="BreakMalzeme_Depkod_Source" EntitySet="BreakMalzeme" />
            <End Role="BreakMalzeme_Depkod_Target" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="BreakMalzeme_Doviz" Association="Self.BreakMalzeme_Doviz">
            <End Role="BreakMalzeme_Doviz_Source" EntitySet="BreakMalzeme" />
            <End Role="BreakMalzeme_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="BreakMalzeme_Sirket" Association="Self.BreakMalzeme_Sirket">
            <End Role="BreakMalzeme_Sirket_Source" EntitySet="BreakMalzeme" />
            <End Role="BreakMalzeme_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="BreakdownDagilim_BreakMalzeme" Association="Self.BreakdownDagilim_BreakMalzeme">
            <End Role="BreakdownDagilim_BreakMalzeme_Source" EntitySet="BreakdownDagilims" />
            <End Role="BreakdownDagilim_BreakMalzeme_Target" EntitySet="BreakMalzeme" />
          </AssociationSet>
          <AssociationSet Name="BreakdownDagilim_Hrk" Association="Self.BreakdownDagilim_Hrk">
            <End Role="BreakdownDagilim_Hrk_Source" EntitySet="BreakdownDagilims" />
            <End Role="BreakdownDagilim_Hrk_Target" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="BreakdownDagilim_Sirket" Association="Self.BreakdownDagilim_Sirket">
            <End Role="BreakdownDagilim_Sirket_Source" EntitySet="BreakdownDagilims" />
            <End Role="BreakdownDagilim_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Hrk_Dovboz" Association="Self.Hrk_Dovboz">
            <End Role="Hrk_Dovboz_Source" EntitySet="Hrk" />
            <End Role="Hrk_Dovboz_Target" EntitySet="Dovboz" />
          </AssociationSet>
          <AssociationSet Name="Hrk_Doviz" Association="Self.Hrk_Doviz">
            <End Role="Hrk_Doviz_Source" EntitySet="Hrk" />
            <End Role="Hrk_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="Hrk_Sirket" Association="Self.Hrk_Sirket">
            <End Role="Hrk_Sirket_Source" EntitySet="Hrk" />
            <End Role="Hrk_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Hrk_UpgradeHrk" Association="Self.Hrk_UpgradeHrk">
            <End Role="Hrk_UpgradeHrk_Source" EntitySet="Hrk" />
            <End Role="Hrk_UpgradeHrk_Target" EntitySet="UpgradeHrk" />
          </AssociationSet>
          <AssociationSet Name="Dovboz_Rez" Association="Self.Dovboz_Rez">
            <End Role="Dovboz_Rez_Source" EntitySet="Dovboz" />
            <End Role="Dovboz_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="Dovboz_Sirket" Association="Self.Dovboz_Sirket">
            <End Role="Dovboz_Sirket_Source" EntitySet="Dovboz" />
            <End Role="Dovboz_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Dovboz_Verilen_Doviz" Association="Self.Dovboz_Verilen_Doviz">
            <End Role="Dovboz_Verilen_Doviz_Source" EntitySet="Dovboz" />
            <End Role="Dovboz_Verilen_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="Doviz_Dovbozlar" Association="Self.Doviz_Dovbozlar">
            <End Role="Doviz_Dovbozlar_Source" EntitySet="Doviz" />
            <End Role="Doviz_Dovbozlar_Target" EntitySet="Dovboz" />
          </AssociationSet>
          <AssociationSet Name="DovizHeskod_Doviz" Association="Self.DovizHeskod_Doviz">
            <End Role="DovizHeskod_Doviz_Source" EntitySet="DovizHeskod" />
            <End Role="DovizHeskod_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="DovizHeskod_Heskod" Association="Self.DovizHeskod_Heskod">
            <End Role="DovizHeskod_Heskod_Source" EntitySet="DovizHeskod" />
            <End Role="DovizHeskod_Heskod_Target" EntitySet="Heskod" />
          </AssociationSet>
          <AssociationSet Name="DovizHeskod_Sirket" Association="Self.DovizHeskod_Sirket">
            <End Role="DovizHeskod_Sirket_Source" EntitySet="DovizHeskod" />
            <End Role="DovizHeskod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="KasaAvans_Doviz" Association="Self.KasaAvans_Doviz">
            <End Role="KasaAvans_Doviz_Source" EntitySet="KasaAvans" />
            <End Role="KasaAvans_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="KasaAvans_Hrk" Association="Self.KasaAvans_Hrk">
            <End Role="KasaAvans_Hrk_Source" EntitySet="KasaAvans" />
            <End Role="KasaAvans_Hrk_Target" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="KasaAvans_Kullanici" Association="Self.KasaAvans_Kullanici">
            <End Role="KasaAvans_Kullanici_Source" EntitySet="KasaAvans" />
            <End Role="KasaAvans_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="KasaAvans_Sirket" Association="Self.KasaAvans_Sirket">
            <End Role="KasaAvans_Sirket_Source" EntitySet="KasaAvans" />
            <End Role="KasaAvans_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Kur_Doviz" Association="Self.Kur_Doviz">
            <End Role="Kur_Doviz_Source" EntitySet="Kur" />
            <End Role="Kur_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="Kur_Sirket" Association="Self.Kur_Sirket">
            <End Role="Kur_Sirket_Source" EntitySet="Kur" />
            <End Role="Kur_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Doviz_Sirket" Association="Self.Doviz_Sirket">
            <End Role="Doviz_Sirket_Source" EntitySet="Doviz" />
            <End Role="Doviz_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosDep_Doviz" Association="Self.PosDep_Doviz">
            <End Role="PosDep_Doviz_Source" EntitySet="PosDep" />
            <End Role="PosDep_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="PosDep_Oda" Association="Self.PosDep_Oda">
            <End Role="PosDep_Oda_Source" EntitySet="PosDep" />
            <End Role="PosDep_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="PosDep_PosFiyat" Association="Self.PosDep_PosFiyat">
            <End Role="PosDep_PosFiyat_Source" EntitySet="PosDep" />
            <End Role="PosDep_PosFiyat_Target" EntitySet="PosFiyat" />
          </AssociationSet>
          <AssociationSet Name="PosMasa_PosDep" Association="Self.PosMasa_PosDep">
            <End Role="PosMasa_PosDep_Source" EntitySet="PosMasa" />
            <End Role="PosMasa_PosDep_Target" EntitySet="PosDep" />
          </AssociationSet>
          <AssociationSet Name="PosSipAna_Folio" Association="Self.PosSipAna_Folio">
            <End Role="PosSipAna_Folio_Source" EntitySet="PosSipAna" />
            <End Role="PosSipAna_Folio_Target" EntitySet="Folio" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyonSeri_PosDep" Association="Self.PosAdisyonSeri_PosDep">
            <End Role="PosAdisyonSeri_PosDep_Source" EntitySet="PosAdisyonSeri" />
            <End Role="PosAdisyonSeri_PosDep_Target" EntitySet="PosDep" />
          </AssociationSet>
          <AssociationSet Name="PosGarson_Kullanici" Association="Self.PosGarson_Kullanici">
            <End Role="PosGarson_Kullanici_Source" EntitySet="PosGarson" />
            <End Role="PosGarson_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="PosGarson_Sirket" Association="Self.PosGarson_Sirket">
            <End Role="PosGarson_Sirket_Source" EntitySet="PosGarson" />
            <End Role="PosGarson_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyonSeri_PosGarson" Association="Self.PosAdisyonSeri_PosGarson">
            <End Role="PosAdisyonSeri_PosGarson_Source" EntitySet="PosAdisyonSeri" />
            <End Role="PosAdisyonSeri_PosGarson_Target" EntitySet="PosGarson" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyonSeri_Sirket" Association="Self.PosAdisyonSeri_Sirket">
            <End Role="PosAdisyonSeri_Sirket_Source" EntitySet="PosAdisyonSeri" />
            <End Role="PosAdisyonSeri_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyon_PosAdisyonSeri" Association="Self.PosAdisyon_PosAdisyonSeri">
            <End Role="PosAdisyon_PosAdisyonSeri_Source" EntitySet="PosAdisyon" />
            <End Role="PosAdisyon_PosAdisyonSeri_Target" EntitySet="PosAdisyonSeri" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyon_PosGarson" Association="Self.PosAdisyon_PosGarson">
            <End Role="PosAdisyon_PosGarson_Source" EntitySet="PosAdisyon" />
            <End Role="PosAdisyon_PosGarson_Target" EntitySet="PosGarson" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyon_PosSipAna" Association="Self.PosAdisyon_PosSipAna">
            <End Role="PosAdisyon_PosSipAna_Source" EntitySet="PosAdisyon" />
            <End Role="PosAdisyon_PosSipAna_Target" EntitySet="PosSipAna" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyon_Sirket" Association="Self.PosAdisyon_Sirket">
            <End Role="PosAdisyon_Sirket_Source" EntitySet="PosAdisyon" />
            <End Role="PosAdisyon_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosSipAna_PosGarson" Association="Self.PosSipAna_PosGarson">
            <End Role="PosSipAna_PosGarson_Source" EntitySet="PosSipAna" />
            <End Role="PosSipAna_PosGarson_Target" EntitySet="PosGarson" />
          </AssociationSet>
          <AssociationSet Name="PosIptalSebep_Sirket" Association="Self.PosIptalSebep_Sirket">
            <End Role="PosIptalSebep_Sirket_Source" EntitySet="PosIptalSebep" />
            <End Role="PosIptalSebep_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosSipAna_PosIptalSebep" Association="Self.PosSipAna_PosIptalSebep">
            <End Role="PosSipAna_PosIptalSebep_Source" EntitySet="PosSipAna" />
            <End Role="PosSipAna_PosIptalSebep_Target" EntitySet="PosIptalSebep" />
          </AssociationSet>
          <AssociationSet Name="PosSipAna_PosMasa" Association="Self.PosSipAna_PosMasa">
            <End Role="PosSipAna_PosMasa_Source" EntitySet="PosSipAna" />
            <End Role="PosSipAna_PosMasa_Target" EntitySet="PosMasa" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeBazHareket_PosOdemeler" Association="Self.PosOdemeBazHareket_PosOdemeler">
            <End Role="PosOdemeBazHareket_PosOdemeler_Source" EntitySet="PosOdemeBazHareket" />
            <End Role="PosOdemeBazHareket_PosOdemeler_Target" EntitySet="PosOdemeler" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetay_PosGarson" Association="Self.PosSipDetay_PosGarson">
            <End Role="PosSipDetay_PosGarson_Source" EntitySet="PosSipDetay" />
            <End Role="PosSipDetay_PosGarson_Target" EntitySet="PosGarson" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetay_PosIptalSebep" Association="Self.PosSipDetay_PosIptalSebep">
            <End Role="PosSipDetay_PosIptalSebep_Source" EntitySet="PosSipDetay" />
            <End Role="PosSipDetay_PosIptalSebep_Target" EntitySet="PosIptalSebep" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetay_PosOdemeBazHareket" Association="Self.PosSipDetay_PosOdemeBazHareket">
            <End Role="PosSipDetay_PosOdemeBazHareket_Source" EntitySet="PosSipDetay" />
            <End Role="PosSipDetay_PosOdemeBazHareket_Target" EntitySet="PosOdemeBazHareket" />
          </AssociationSet>
          <AssociationSet Name="PosAltKategoriler_PosSatKodlar" Association="Self.PosAltKategoriler_PosSatKodlar">
            <End Role="PosAltKategoriler_PosSatKodlar_Source" EntitySet="PosAltKategoriler" />
            <End Role="PosAltKategoriler_PosSatKodlar_Target" EntitySet="PosSatKod" />
          </AssociationSet>
          <AssociationSet Name="PosAltKategoriler_Sirket" Association="Self.PosAltKategoriler_Sirket">
            <End Role="PosAltKategoriler_Sirket_Source" EntitySet="PosAltKategoriler" />
            <End Role="PosAltKategoriler_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosCondTanim_PosSatKodCondiment" Association="Self.PosCondTanim_PosSatKodCondiment">
            <End Role="PosCondTanim_PosSatKodCondiment_Source" EntitySet="PosSatKodCondimentler" />
            <End Role="PosCondTanim_PosSatKodCondiment_Target" EntitySet="PosSatKod" />
          </AssociationSet>
          <AssociationSet Name="PosCondTanim_Sirket" Association="Self.PosCondTanim_Sirket">
            <End Role="PosCondTanim_Sirket_Source" EntitySet="PosSatKodCondimentler" />
            <End Role="PosCondTanim_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosSatKod_PosSatKodCondimentler" Association="Self.PosSatKod_PosSatKodCondimentler">
            <End Role="PosSatKod_PosSatKodCondimentler_Source" EntitySet="PosSatKod" />
            <End Role="PosSatKod_PosSatKodCondimentler_Target" EntitySet="PosSatKodCondimentler" />
          </AssociationSet>
          <AssociationSet Name="PosSatKodFiyat_PosDep" Association="Self.PosSatKodFiyat_PosDep">
            <End Role="PosSatKodFiyat_PosDep_Source" EntitySet="PosSatKodFiyat" />
            <End Role="PosSatKodFiyat_PosDep_Target" EntitySet="PosDep" />
          </AssociationSet>
          <AssociationSet Name="PosKdvTipi_Kdv" Association="Self.PosKdvTipi_Kdv">
            <End Role="PosKdvTipi_Kdv_Source" EntitySet="PosKdvTipi" />
            <End Role="PosKdvTipi_Kdv_Target" EntitySet="Kdv" />
          </AssociationSet>
          <AssociationSet Name="PosKdvTipi_Sirket" Association="Self.PosKdvTipi_Sirket">
            <End Role="PosKdvTipi_Sirket_Source" EntitySet="PosKdvTipi" />
            <End Role="PosKdvTipi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosSatKodFiyat_PosKdvTipi" Association="Self.PosSatKodFiyat_PosKdvTipi">
            <End Role="PosSatKodFiyat_PosKdvTipi_Source" EntitySet="PosSatKodFiyat" />
            <End Role="PosSatKodFiyat_PosKdvTipi_Target" EntitySet="PosKdvTipi" />
          </AssociationSet>
          <AssociationSet Name="PosSatKodFiyat_PosSatKod" Association="Self.PosSatKodFiyat_PosSatKod">
            <End Role="PosSatKodFiyat_PosSatKod_Source" EntitySet="PosSatKodFiyat" />
            <End Role="PosSatKodFiyat_PosSatKod_Target" EntitySet="PosSatKod" />
          </AssociationSet>
          <AssociationSet Name="PosSatKod_Recete" Association="Self.PosSatKod_Recete">
            <End Role="PosSatKod_Recete_Source" EntitySet="PosSatKod" />
            <End Role="PosSatKod_Recete_Target" EntitySet="Recete" />
          </AssociationSet>
          <AssociationSet Name="PosSatKod_Sirket" Association="Self.PosSatKod_Sirket">
            <End Role="PosSatKod_Sirket_Source" EntitySet="PosSatKod" />
            <End Role="PosSatKod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetay_PosSatKod" Association="Self.PosSipDetay_PosSatKod">
            <End Role="PosSipDetay_PosSatKod_Source" EntitySet="PosSipDetay" />
            <End Role="PosSipDetay_PosSatKod_Target" EntitySet="PosSatKod" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetay_PosSipAna" Association="Self.PosSipDetay_PosSipAna">
            <End Role="PosSipDetay_PosSipAna_Source" EntitySet="PosSipDetay" />
            <End Role="PosSipDetay_PosSipAna_Target" EntitySet="PosSipAna" />
          </AssociationSet>
          <AssociationSet Name="PosCond_PosSatKodCondimentlerTanim" Association="Self.PosCond_PosSatKodCondimentlerTanim">
            <End Role="PosCond_PosSatKodCondimentlerTanim_Source" EntitySet="PosSipDetayCondimentler" />
            <End Role="PosCond_PosSatKodCondimentlerTanim_Target" EntitySet="PosSatKodCondimentler" />
          </AssociationSet>
          <AssociationSet Name="PosCond_PosSipDetay" Association="Self.PosCond_PosSipDetay">
            <End Role="PosCond_PosSipDetay_Source" EntitySet="PosSipDetayCondimentler" />
            <End Role="PosCond_PosSipDetay_Target" EntitySet="PosSipDetay" />
          </AssociationSet>
          <AssociationSet Name="PosCond_Sirket" Association="Self.PosCond_Sirket">
            <End Role="PosCond_Sirket_Source" EntitySet="PosSipDetayCondimentler" />
            <End Role="PosCond_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetayFiyHrk_PosSipDetay" Association="Self.PosSipDetayFiyHrk_PosSipDetay">
            <End Role="PosSipDetayFiyHrk_PosSipDetay_Source" EntitySet="PosSipDetayFiyHrks" />
            <End Role="PosSipDetayFiyHrk_PosSipDetay_Target" EntitySet="PosSipDetay" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetayIndirimler_PosGarson" Association="Self.PosSipDetayIndirimler_PosGarson">
            <End Role="PosSipDetayIndirimler_PosGarson_Source" EntitySet="PosSipDetayIndirimlers" />
            <End Role="PosSipDetayIndirimler_PosGarson_Target" EntitySet="PosGarson" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetayIndirimler_PosSipDetay" Association="Self.PosSipDetayIndirimler_PosSipDetay">
            <End Role="PosSipDetayIndirimler_PosSipDetay_Source" EntitySet="PosSipDetayIndirimlers" />
            <End Role="PosSipDetayIndirimler_PosSipDetay_Target" EntitySet="PosSipDetay" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetayVaryasyonlar_PosSipDetay" Association="Self.PosSipDetayVaryasyonlar_PosSipDetay">
            <End Role="PosSipDetayVaryasyonlar_PosSipDetay_Source" EntitySet="PosSipDetayVaryasyonlar" />
            <End Role="PosSipDetayVaryasyonlar_PosSipDetay_Target" EntitySet="PosSipDetay" />
          </AssociationSet>
          <AssociationSet Name="PosVaryasyonlarTanim_PosAltKategoriler" Association="Self.PosVaryasyonlarTanim_PosAltKategoriler">
            <End Role="PosVaryasyonlarTanim_PosAltKategoriler_Source" EntitySet="PosVaryasyonlar" />
            <End Role="PosVaryasyonlarTanim_PosAltKategoriler_Target" EntitySet="PosAltKategoriler" />
          </AssociationSet>
          <AssociationSet Name="PosVaryasyonlarTanim_PosSatKod" Association="Self.PosVaryasyonlarTanim_PosSatKod">
            <End Role="PosVaryasyonlarTanim_PosSatKod_Source" EntitySet="PosVaryasyonlar" />
            <End Role="PosVaryasyonlarTanim_PosSatKod_Target" EntitySet="PosSatKod" />
          </AssociationSet>
          <AssociationSet Name="PosVaryasyonlarTanim_Sirket" Association="Self.PosVaryasyonlarTanim_Sirket">
            <End Role="PosVaryasyonlarTanim_Sirket_Source" EntitySet="PosVaryasyonlar" />
            <End Role="PosVaryasyonlarTanim_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetayVaryasyonlar_PosVaryasyonlarTanim" Association="Self.PosSipDetayVaryasyonlar_PosVaryasyonlarTanim">
            <End Role="PosSipDetayVaryasyonlar_PosVaryasyonlarTanim_Source" EntitySet="PosSipDetayVaryasyonlar" />
            <End Role="PosSipDetayVaryasyonlar_PosVaryasyonlarTanim_Target" EntitySet="PosVaryasyonlar" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetayVaryasyonlar_Sirket" Association="Self.PosSipDetayVaryasyonlar_Sirket">
            <End Role="PosSipDetayVaryasyonlar_Sirket_Source" EntitySet="PosSipDetayVaryasyonlar" />
            <End Role="PosSipDetayVaryasyonlar_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="FisTip_Sirket" Association="Self.FisTip_Sirket">
            <End Role="FisTip_Sirket_Source" EntitySet="FisTip" />
            <End Role="FisTip_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_FisTip" Association="Self.StokhrkAna_FisTip">
            <End Role="StokhrkAna_FisTip_Source" EntitySet="StokhrkAna" />
            <End Role="StokhrkAna_FisTip_Target" EntitySet="FisTip" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_Hesap" Association="Self.StokhrkAna_Hesap">
            <End Role="StokhrkAna_Hesap_Source" EntitySet="StokhrkAna" />
            <End Role="StokhrkAna_Hesap_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="PosOdenmezIkram_Sirket" Association="Self.PosOdenmezIkram_Sirket">
            <End Role="PosOdenmezIkram_Sirket_Source" EntitySet="PosOdenmezIkram" />
            <End Role="PosOdenmezIkram_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_PosOdenmezIkram" Association="Self.StokhrkAna_PosOdenmezIkram">
            <End Role="StokhrkAna_PosOdenmezIkram_Source" EntitySet="StokhrkAna" />
            <End Role="StokhrkAna_PosOdenmezIkram_Target" EntitySet="PosOdenmezIkram" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkAna_FisTip" Association="Self.ReceteHrkAna_FisTip">
            <End Role="ReceteHrkAna_FisTip_Source" EntitySet="ReceteHrkAna" />
            <End Role="ReceteHrkAna_FisTip_Target" EntitySet="FisTip" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkAna_PosOdenmezIkram" Association="Self.ReceteHrkAna_PosOdenmezIkram">
            <End Role="ReceteHrkAna_PosOdenmezIkram_Source" EntitySet="ReceteHrkAna" />
            <End Role="ReceteHrkAna_PosOdenmezIkram_Target" EntitySet="PosOdenmezIkram" />
          </AssociationSet>
          <AssociationSet Name="DepartmanAna_DepartmanAmbar" Association="Self.DepartmanAna_DepartmanAmbar">
            <End Role="DepartmanAna_DepartmanAmbar_Source" EntitySet="DepartmanAna" />
            <End Role="DepartmanAna_DepartmanAmbar_Target" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="DepDevir_DepartmanAna" Association="Self.DepDevir_DepartmanAna">
            <End Role="DepDevir_DepartmanAna_Source" EntitySet="DepDevir" />
            <End Role="DepDevir_DepartmanAna_Target" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="DepDevir_Sirket" Association="Self.DepDevir_Sirket">
            <End Role="DepDevir_Sirket_Source" EntitySet="DepDevir" />
            <End Role="DepDevir_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="DepDevir_StokhrkAna" Association="Self.DepDevir_StokhrkAna">
            <End Role="DepDevir_StokhrkAna_Source" EntitySet="DepDevir" />
            <End Role="DepDevir_StokhrkAna_Target" EntitySet="StokhrkAna" />
          </AssociationSet>
          <AssociationSet Name="Referans_OnbReferans" Association="Self.Referans_OnbReferans">
            <End Role="Referans_OnbReferans_Source" EntitySet="Referans" />
            <End Role="Referans_OnbReferans_Target" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="Referans_Sirket" Association="Self.Referans_Sirket">
            <End Role="Referans_Sirket_Source" EntitySet="Referans" />
            <End Role="Referans_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="DepartmanAna_Referans" Association="Self.DepartmanAna_Referans">
            <End Role="DepartmanAna_Referans_Source" EntitySet="DepartmanAna" />
            <End Role="DepartmanAna_Referans_Target" EntitySet="Referans" />
          </AssociationSet>
          <AssociationSet Name="DepartmanAna_Sirket" Association="Self.DepartmanAna_Sirket">
            <End Role="DepartmanAna_Sirket_Source" EntitySet="DepartmanAna" />
            <End Role="DepartmanAna_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkDetay_AlanDepartman" Association="Self.ReceteHrkDetay_AlanDepartman">
            <End Role="ReceteHrkDetay_AlanDepartman_Source" EntitySet="ReceteHrkDetay" />
            <End Role="ReceteHrkDetay_AlanDepartman_Target" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkDetay_Recete" Association="Self.ReceteHrkDetay_Recete">
            <End Role="ReceteHrkDetay_Recete_Source" EntitySet="ReceteHrkDetay" />
            <End Role="ReceteHrkDetay_Recete_Target" EntitySet="Recete" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkDetay_ReceteBaglantiAna" Association="Self.ReceteHrkDetay_ReceteBaglantiAna">
            <End Role="ReceteHrkDetay_ReceteBaglantiAna_Source" EntitySet="ReceteHrkDetay" />
            <End Role="ReceteHrkDetay_ReceteBaglantiAna_Target" EntitySet="ReceteBaglantiAna" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkDetay_ReceteHrkAna" Association="Self.ReceteHrkDetay_ReceteHrkAna">
            <End Role="ReceteHrkDetay_ReceteHrkAna_Source" EntitySet="ReceteHrkDetay" />
            <End Role="ReceteHrkDetay_ReceteHrkAna_Target" EntitySet="ReceteHrkAna" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkDetay_Sirket" Association="Self.ReceteHrkDetay_Sirket">
            <End Role="ReceteHrkDetay_Sirket_Source" EntitySet="ReceteHrkDetay" />
            <End Role="ReceteHrkDetay_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_AlanDepartman" Association="Self.StokhrkDetay_AlanDepartman">
            <End Role="StokhrkDetay_AlanDepartman_Source" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetay_AlanDepartman_Target" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_Kdv" Association="Self.StokhrkDetay_Kdv">
            <End Role="StokhrkDetay_Kdv_Source" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetay_Kdv_Target" EntitySet="Kdv" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_ReceteHrkDetay" Association="Self.StokhrkDetay_ReceteHrkDetay">
            <End Role="StokhrkDetay_ReceteHrkDetay_Source" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetay_ReceteHrkDetay_Target" EntitySet="ReceteHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_Sirket" Association="Self.StokhrkDetay_Sirket">
            <End Role="StokhrkDetay_Sirket_Source" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetay_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_StokhrkAna" Association="Self.StokhrkDetay_StokhrkAna">
            <End Role="StokhrkDetay_StokhrkAna_Source" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetay_StokhrkAna_Target" EntitySet="StokhrkAna" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_StokhrkDetayAyrinti" Association="Self.StokhrkDetay_StokhrkDetayAyrinti">
            <End Role="StokhrkDetay_StokhrkDetayAyrinti_Source" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetay_StokhrkDetayAyrinti_Target" EntitySet="StokhrkDetayAyrinti" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetayBaglanti_Sirket" Association="Self.StokhrkDetayBaglanti_Sirket">
            <End Role="StokhrkDetayBaglanti_Sirket_Source" EntitySet="stokhrkDetayBaglanti" />
            <End Role="StokhrkDetayBaglanti_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_StokhrkDetayBaglantiAna" Association="Self.StokhrkDetay_StokhrkDetayBaglantiAna">
            <End Role="StokhrkDetay_StokhrkDetayBaglantiAna_Source" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetay_StokhrkDetayBaglantiAna_Target" EntitySet="stokhrkDetayBaglanti" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_StokhrkDetayBaglantiUst" Association="Self.StokhrkDetay_StokhrkDetayBaglantiUst">
            <End Role="StokhrkDetay_StokhrkDetayBaglantiUst_Source" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetay_StokhrkDetayBaglantiUst_Target" EntitySet="stokhrkDetayBaglanti" />
          </AssociationSet>
          <AssociationSet Name="AltGrup_Envanterler" Association="Self.AltGrup_Envanterler">
            <End Role="AltGrup_Envanterler_Source" EntitySet="AltGrup" />
            <End Role="AltGrup_Envanterler_Target" EntitySet="Envanter" />
          </AssociationSet>
          <AssociationSet Name="Grup_Altgruplar" Association="Self.Grup_Altgruplar">
            <End Role="Grup_Altgruplar_Source" EntitySet="Grup" />
            <End Role="Grup_Altgruplar_Target" EntitySet="AltGrup" />
          </AssociationSet>
          <AssociationSet Name="Grup_Sirket" Association="Self.Grup_Sirket">
            <End Role="Grup_Sirket_Source" EntitySet="Grup" />
            <End Role="Grup_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="AltGrup_Sirket" Association="Self.AltGrup_Sirket">
            <End Role="AltGrup_Sirket_Source" EntitySet="AltGrup" />
            <End Role="AltGrup_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Envanter_Grup" Association="Self.Envanter_Grup">
            <End Role="Envanter_Grup_Source" EntitySet="Envanter" />
            <End Role="Envanter_Grup_Target" EntitySet="Grup" />
          </AssociationSet>
          <AssociationSet Name="Envanter_Sirket" Association="Self.Envanter_Sirket">
            <End Role="Envanter_Sirket_Source" EntitySet="Envanter" />
            <End Role="Envanter_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Envanter_Urunler" Association="Self.Envanter_Urunler">
            <End Role="Envanter_Urunler_Source" EntitySet="Envanter" />
            <End Role="Envanter_Urunler_Target" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="Urun_Kdv" Association="Self.Urun_Kdv">
            <End Role="Urun_Kdv_Source" EntitySet="Urun" />
            <End Role="Urun_Kdv_Target" EntitySet="Kdv" />
          </AssociationSet>
          <AssociationSet Name="Urun_Receteler" Association="Self.Urun_Receteler">
            <End Role="Urun_Receteler_Source" EntitySet="Urun" />
            <End Role="Urun_Receteler_Target" EntitySet="Recete" />
          </AssociationSet>
          <AssociationSet Name="Urun_Sirket" Association="Self.Urun_Sirket">
            <End Role="Urun_Sirket_Source" EntitySet="Urun" />
            <End Role="Urun_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="UrunBarkod_Sirket" Association="Self.UrunBarkod_Sirket">
            <End Role="UrunBarkod_Sirket_Source" EntitySet="UrunBarkod" />
            <End Role="UrunBarkod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="UrunBarkod_Urun" Association="Self.UrunBarkod_Urun">
            <End Role="UrunBarkod_Urun_Source" EntitySet="UrunBarkod" />
            <End Role="UrunBarkod_Urun_Target" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="UrunBirim_AltBirim" Association="Self.UrunBirim_AltBirim">
            <End Role="UrunBirim_AltBirim_Source" EntitySet="UrunBirim" />
            <End Role="UrunBirim_AltBirim_Target" EntitySet="Birim" />
          </AssociationSet>
          <AssociationSet Name="UrunBirim_Birim" Association="Self.UrunBirim_Birim">
            <End Role="UrunBirim_Birim_Source" EntitySet="UrunBirim" />
            <End Role="UrunBirim_Birim_Target" EntitySet="Birim" />
          </AssociationSet>
          <AssociationSet Name="UrunBirim_Sirket" Association="Self.UrunBirim_Sirket">
            <End Role="UrunBirim_Sirket_Source" EntitySet="UrunBirim" />
            <End Role="UrunBirim_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="UrunBirim_Urun" Association="Self.UrunBirim_Urun">
            <End Role="UrunBirim_Urun_Source" EntitySet="UrunBirim" />
            <End Role="UrunBirim_Urun_Target" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="UrunMarka_Sirket" Association="Self.UrunMarka_Sirket">
            <End Role="UrunMarka_Sirket_Source" EntitySet="UrunMarkas" />
            <End Role="UrunMarka_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="UrunMarka_Urun" Association="Self.UrunMarka_Urun">
            <End Role="UrunMarka_Urun_Source" EntitySet="UrunMarkas" />
            <End Role="UrunMarka_Urun_Target" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="UrunMuhasebeHesap_HesapCikis" Association="Self.UrunMuhasebeHesap_HesapCikis">
            <End Role="UrunMuhasebeHesap_HesapCikis_Source" EntitySet="UrunMuhasebeHesap" />
            <End Role="UrunMuhasebeHesap_HesapCikis_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="UrunMuhasebeHesap_HesapEmanetGiris" Association="Self.UrunMuhasebeHesap_HesapEmanetGiris">
            <End Role="UrunMuhasebeHesap_HesapEmanetGiris_Source" EntitySet="UrunMuhasebeHesap" />
            <End Role="UrunMuhasebeHesap_HesapEmanetGiris_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="UrunMuhasebeHesap_HesapGiris" Association="Self.UrunMuhasebeHesap_HesapGiris">
            <End Role="UrunMuhasebeHesap_HesapGiris_Source" EntitySet="UrunMuhasebeHesap" />
            <End Role="UrunMuhasebeHesap_HesapGiris_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="UrunMuhasebeHesap_HesapOtellerArasiTransfer" Association="Self.UrunMuhasebeHesap_HesapOtellerArasiTransfer">
            <End Role="UrunMuhasebeHesap_HesapOtellerArasiTransfer_Source" EntitySet="UrunMuhasebeHesap" />
            <End Role="UrunMuhasebeHesap_HesapOtellerArasiTransfer_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="UrunMuhasebeHesap_HesapTuketim" Association="Self.UrunMuhasebeHesap_HesapTuketim">
            <End Role="UrunMuhasebeHesap_HesapTuketim_Source" EntitySet="UrunMuhasebeHesap" />
            <End Role="UrunMuhasebeHesap_HesapTuketim_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="Urun_UrunMuhasebeHesap" Association="Self.Urun_UrunMuhasebeHesap">
            <End Role="Urun_UrunMuhasebeHesap_Source" EntitySet="Urun" />
            <End Role="Urun_UrunMuhasebeHesap_Target" EntitySet="UrunMuhasebeHesap" />
          </AssociationSet>
          <AssociationSet Name="UrunOzelBarkod_Sirket" Association="Self.UrunOzelBarkod_Sirket">
            <End Role="UrunOzelBarkod_Sirket_Source" EntitySet="UrunOzelBarkod" />
            <End Role="UrunOzelBarkod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="UrunOzelBarkod_Urun" Association="Self.UrunOzelBarkod_Urun">
            <End Role="UrunOzelBarkod_Urun_Source" EntitySet="UrunOzelBarkod" />
            <End Role="UrunOzelBarkod_Urun_Target" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_Urun" Association="Self.StokhrkDetay_Urun">
            <End Role="StokhrkDetay_Urun_Source" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetay_Urun_Target" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_UrunBirim" Association="Self.StokhrkDetay_UrunBirim">
            <End Role="StokhrkDetay_UrunBirim_Source" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetay_UrunBirim_Target" EntitySet="UrunBirim" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_VerenDepartman" Association="Self.StokhrkDetay_VerenDepartman">
            <End Role="StokhrkDetay_VerenDepartman_Source" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetay_VerenDepartman_Target" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkAna_Sirket" Association="Self.ReceteHrkAna_Sirket">
            <End Role="ReceteHrkAna_Sirket_Source" EntitySet="ReceteHrkAna" />
            <End Role="ReceteHrkAna_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkAna_StokhrkAna" Association="Self.ReceteHrkAna_StokhrkAna">
            <End Role="ReceteHrkAna_StokhrkAna_Source" EntitySet="ReceteHrkAna" />
            <End Role="ReceteHrkAna_StokhrkAna_Target" EntitySet="StokhrkAna" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_Sirket" Association="Self.StokhrkAna_Sirket">
            <End Role="StokhrkAna_Sirket_Source" EntitySet="StokhrkAna" />
            <End Role="StokhrkAna_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAnaBaglanti_Sirket" Association="Self.StokhrkAnaBaglanti_Sirket">
            <End Role="StokhrkAnaBaglanti_Sirket_Source" EntitySet="StokhrkAnaBaglantis" />
            <End Role="StokhrkAnaBaglanti_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_StokhrkAnaBaglantilar" Association="Self.StokhrkAna_StokhrkAnaBaglantilar">
            <End Role="StokhrkAna_StokhrkAnaBaglantilar_Source" EntitySet="StokhrkAna" />
            <End Role="StokhrkAna_StokhrkAnaBaglantilar_Target" EntitySet="StokhrkAnaBaglantis" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_StokhrkAnaBaglantilarDiger" Association="Self.StokhrkAna_StokhrkAnaBaglantilarDiger">
            <End Role="StokhrkAna_StokhrkAnaBaglantilarDiger_Source" EntitySet="StokhrkAna" />
            <End Role="StokhrkAna_StokhrkAnaBaglantilarDiger_Target" EntitySet="StokhrkAnaBaglantis" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_Tevkifat" Association="Self.StokhrkAna_Tevkifat">
            <End Role="StokhrkAna_Tevkifat_Source" EntitySet="StokhrkAna" />
            <End Role="StokhrkAna_Tevkifat_Target" EntitySet="Tevkifat" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetay_StokhrkAna" Association="Self.PosSipDetay_StokhrkAna">
            <End Role="PosSipDetay_StokhrkAna_Source" EntitySet="PosSipDetay" />
            <End Role="PosSipDetay_StokhrkAna_Target" EntitySet="StokhrkAna" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeTipi_Depkod" Association="Self.PosOdemeTipi_Depkod">
            <End Role="PosOdemeTipi_Depkod_Source" EntitySet="PosOdemeTipi" />
            <End Role="PosOdemeTipi_Depkod_Target" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeTipi_Doviz" Association="Self.PosOdemeTipi_Doviz">
            <End Role="PosOdemeTipi_Doviz_Source" EntitySet="PosOdemeTipi" />
            <End Role="PosOdemeTipi_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeTipi_Sirket" Association="Self.PosOdemeTipi_Sirket">
            <End Role="PosOdemeTipi_Sirket_Source" EntitySet="PosOdemeTipi" />
            <End Role="PosOdemeTipi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeler_PosOdemeTipi" Association="Self.PosOdemeler_PosOdemeTipi">
            <End Role="PosOdemeler_PosOdemeTipi_Source" EntitySet="PosOdemeler" />
            <End Role="PosOdemeler_PosOdemeTipi_Target" EntitySet="PosOdemeTipi" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeler_PosOdenmezIkram" Association="Self.PosOdemeler_PosOdenmezIkram">
            <End Role="PosOdemeler_PosOdenmezIkram_Source" EntitySet="PosOdemeler" />
            <End Role="PosOdemeler_PosOdenmezIkram_Target" EntitySet="PosOdenmezIkram" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeler_PosSipAna" Association="Self.PosOdemeler_PosSipAna">
            <End Role="PosOdemeler_PosSipAna_Source" EntitySet="PosOdemeler" />
            <End Role="PosOdemeler_PosSipAna_Target" EntitySet="PosSipAna" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeler_UstOdeme" Association="Self.PosOdemeler_UstOdeme">
            <End Role="PosOdemeler_UstOdeme_Source" EntitySet="PosOdemeler" />
            <End Role="PosOdemeler_UstOdeme_Target" EntitySet="PosOdemeler" />
          </AssociationSet>
          <AssociationSet Name="PosSipAna_Sirket" Association="Self.PosSipAna_Sirket">
            <End Role="PosSipAna_Sirket_Source" EntitySet="PosSipAna" />
            <End Role="PosSipAna_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosMasa_Sirket" Association="Self.PosMasa_Sirket">
            <End Role="PosMasa_Sirket_Source" EntitySet="PosMasa" />
            <End Role="PosMasa_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosDep_Referans" Association="Self.PosDep_Referans">
            <End Role="PosDep_Referans_Source" EntitySet="PosDep" />
            <End Role="PosDep_Referans_Target" EntitySet="Referans" />
          </AssociationSet>
          <AssociationSet Name="PosDep_Sirket" Association="Self.PosDep_Sirket">
            <End Role="PosDep_Sirket_Source" EntitySet="PosDep" />
            <End Role="PosDep_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglantiAna_PosDep" Association="Self.ReceteBaglantiAna_PosDep">
            <End Role="ReceteBaglantiAna_PosDep_Source" EntitySet="ReceteBaglantiAna" />
            <End Role="ReceteBaglantiAna_PosDep_Target" EntitySet="PosDep" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglantiAna_PosSatKod" Association="Self.ReceteBaglantiAna_PosSatKod">
            <End Role="ReceteBaglantiAna_PosSatKod_Source" EntitySet="ReceteBaglantiAna" />
            <End Role="ReceteBaglantiAna_PosSatKod_Target" EntitySet="PosSatKod" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglanti_GelirDepartmani" Association="Self.ReceteBaglanti_GelirDepartmani">
            <End Role="ReceteBaglanti_GelirDepartmani_Source" EntitySet="ReceteBaglanti" />
            <End Role="ReceteBaglanti_GelirDepartmani_Target" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglanti_ReceteBaglantiAna" Association="Self.ReceteBaglanti_ReceteBaglantiAna">
            <End Role="ReceteBaglanti_ReceteBaglantiAna_Source" EntitySet="ReceteBaglanti" />
            <End Role="ReceteBaglanti_ReceteBaglantiAna_Target" EntitySet="ReceteBaglantiAna" />
          </AssociationSet>
          <AssociationSet Name="ReceteIcerik_Recete" Association="Self.ReceteIcerik_Recete">
            <End Role="ReceteIcerik_Recete_Source" EntitySet="ReceteIcerik" />
            <End Role="ReceteIcerik_Recete_Target" EntitySet="Recete" />
          </AssociationSet>
          <AssociationSet Name="ReceteIcerik_ReceteBaglanti" Association="Self.ReceteIcerik_ReceteBaglanti">
            <End Role="ReceteIcerik_ReceteBaglanti_Source" EntitySet="ReceteIcerik" />
            <End Role="ReceteIcerik_ReceteBaglanti_Target" EntitySet="ReceteBaglanti" />
          </AssociationSet>
          <AssociationSet Name="ReceteIcerik_Sirket" Association="Self.ReceteIcerik_Sirket">
            <End Role="ReceteIcerik_Sirket_Source" EntitySet="ReceteIcerik" />
            <End Role="ReceteIcerik_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="ReceteIcerik_Urun" Association="Self.ReceteIcerik_Urun">
            <End Role="ReceteIcerik_Urun_Source" EntitySet="ReceteIcerik" />
            <End Role="ReceteIcerik_Urun_Target" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="ReceteIcerik_UrunBirim" Association="Self.ReceteIcerik_UrunBirim">
            <End Role="ReceteIcerik_UrunBirim_Source" EntitySet="ReceteIcerik" />
            <End Role="ReceteIcerik_UrunBirim_Target" EntitySet="UrunBirim" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglanti_Sirket" Association="Self.ReceteBaglanti_Sirket">
            <End Role="ReceteBaglanti_Sirket_Source" EntitySet="ReceteBaglanti" />
            <End Role="ReceteBaglanti_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglanti_TuketimDepartmani" Association="Self.ReceteBaglanti_TuketimDepartmani">
            <End Role="ReceteBaglanti_TuketimDepartmani_Source" EntitySet="ReceteBaglanti" />
            <End Role="ReceteBaglanti_TuketimDepartmani_Target" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglantiAna_Sirket" Association="Self.ReceteBaglantiAna_Sirket">
            <End Role="ReceteBaglantiAna_Sirket_Source" EntitySet="ReceteBaglantiAna" />
            <End Role="ReceteBaglantiAna_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Recete_ReceteBaglantiAnalar" Association="Self.Recete_ReceteBaglantiAnalar">
            <End Role="Recete_ReceteBaglantiAnalar_Source" EntitySet="Recete" />
            <End Role="Recete_ReceteBaglantiAnalar_Target" EntitySet="ReceteBaglantiAna" />
          </AssociationSet>
          <AssociationSet Name="Recete_Sirket" Association="Self.Recete_Sirket">
            <End Role="Recete_Sirket_Source" EntitySet="Recete" />
            <End Role="Recete_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="MenuYemekRecete_Recete" Association="Self.MenuYemekRecete_Recete">
            <End Role="MenuYemekRecete_Recete_Source" EntitySet="MenuIcerikRecete" />
            <End Role="MenuYemekRecete_Recete_Target" EntitySet="Recete" />
          </AssociationSet>
          <AssociationSet Name="MenuYemekRecete_Sirket" Association="Self.MenuYemekRecete_Sirket">
            <End Role="MenuYemekRecete_Sirket_Source" EntitySet="MenuIcerikRecete" />
            <End Role="MenuYemekRecete_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="MenuYemek_Sirket" Association="Self.MenuYemek_Sirket">
            <End Role="MenuYemek_Sirket_Source" EntitySet="MenuYemek" />
            <End Role="MenuYemek_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmMenuTanimMenuYemek_Sirket" Association="Self.CrmMenuTanimMenuYemek_Sirket">
            <End Role="CrmMenuTanimMenuYemek_Sirket_Source" EntitySet="CrmMenuTanimMenuYemek" />
            <End Role="CrmMenuTanimMenuYemek_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmMenuTanim_Sirket" Association="Self.CrmMenuTanim_Sirket">
            <End Role="CrmMenuTanim_Sirket_Source" EntitySet="CrmMenuTanim" />
            <End Role="CrmMenuTanim_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmRezervasyonMenu_CrmMenuTanim" Association="Self.CrmRezervasyonMenu_CrmMenuTanim">
            <End Role="CrmRezervasyonMenu_CrmMenuTanim_Source" EntitySet="CrmRezervasyonMenu" />
            <End Role="CrmRezervasyonMenu_CrmMenuTanim_Target" EntitySet="CrmMenuTanim" />
          </AssociationSet>
          <AssociationSet Name="CrmRezervasyonMenu_MenuYemek" Association="Self.CrmRezervasyonMenu_MenuYemek">
            <End Role="CrmRezervasyonMenu_MenuYemek_Source" EntitySet="CrmRezervasyonMenu" />
            <End Role="CrmRezervasyonMenu_MenuYemek_Target" EntitySet="MenuYemek" />
          </AssociationSet>
          <AssociationSet Name="CrmRezervasyonMenu_Musteri" Association="Self.CrmRezervasyonMenu_Musteri">
            <End Role="CrmRezervasyonMenu_Musteri_Source" EntitySet="CrmRezervasyonMenu" />
            <End Role="CrmRezervasyonMenu_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="CrmRezervasyonMenu_Sirket" Association="Self.CrmRezervasyonMenu_Sirket">
            <End Role="CrmRezervasyonMenu_Sirket_Source" EntitySet="CrmRezervasyonMenu" />
            <End Role="CrmRezervasyonMenu_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="HesSorguSonuc_Kullanici" Association="Self.HesSorguSonuc_Kullanici">
            <End Role="HesSorguSonuc_Kullanici_Source" EntitySet="HesSorguSonucs" />
            <End Role="HesSorguSonuc_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="HesSorguSonuc_Musteri" Association="Self.HesSorguSonuc_Musteri">
            <End Role="HesSorguSonuc_Musteri_Source" EntitySet="HesSorguSonucs" />
            <End Role="HesSorguSonuc_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="Musteri_Kullanicilar" Association="Self.Musteri_Kullanicilar">
            <End Role="Musteri_Kullanicilar_Source" EntitySet="Musteri" />
            <End Role="Musteri_Kullanicilar_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="MusteriEmail_Email" Association="Self.MusteriEmail_Email">
            <End Role="MusteriEmail_Email_Source" EntitySet="MusteriEmail" />
            <End Role="MusteriEmail_Email_Target" EntitySet="Email" />
          </AssociationSet>
          <AssociationSet Name="MusteriEmail_Musteri" Association="Self.MusteriEmail_Musteri">
            <End Role="MusteriEmail_Musteri_Source" EntitySet="MusteriEmail" />
            <End Role="MusteriEmail_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="Musteri_MusteriKonaklamaEk" Association="Self.Musteri_MusteriKonaklamaEk">
            <End Role="Musteri_MusteriKonaklamaEk_Source" EntitySet="Musteri" />
            <End Role="Musteri_MusteriKonaklamaEk_Target" EntitySet="MusteriKonaklamaEk" />
          </AssociationSet>
          <AssociationSet Name="MusteriOzellik_Musteri" Association="Self.MusteriOzellik_Musteri">
            <End Role="MusteriOzellik_Musteri_Source" EntitySet="MusteriOzellik" />
            <End Role="MusteriOzellik_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="MusteriOzellik_Ozellik" Association="Self.MusteriOzellik_Ozellik">
            <End Role="MusteriOzellik_Ozellik_Source" EntitySet="MusteriOzellik" />
            <End Role="MusteriOzellik_Ozellik_Target" EntitySet="Ozellik" />
          </AssociationSet>
          <AssociationSet Name="MusteriOzellik_Sirket" Association="Self.MusteriOzellik_Sirket">
            <End Role="MusteriOzellik_Sirket_Source" EntitySet="MusteriOzellik" />
            <End Role="MusteriOzellik_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Musteri_MusteriPersonelEk" Association="Self.Musteri_MusteriPersonelEk">
            <End Role="Musteri_MusteriPersonelEk_Source" EntitySet="Musteri" />
            <End Role="Musteri_MusteriPersonelEk_Target" EntitySet="MusteriPersonelEks" />
          </AssociationSet>
          <AssociationSet Name="MusteriPlaka_Musteri" Association="Self.MusteriPlaka_Musteri">
            <End Role="MusteriPlaka_Musteri_Source" EntitySet="MusteriPlaka" />
            <End Role="MusteriPlaka_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="Plaka_MusteriPlakalar" Association="Self.Plaka_MusteriPlakalar">
            <End Role="Plaka_MusteriPlakalar_Source" EntitySet="Plaka" />
            <End Role="Plaka_MusteriPlakalar_Target" EntitySet="MusteriPlaka" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Kullanici" Association="Self.Reklamasyon_Kullanici">
            <End Role="Reklamasyon_Kullanici_Source" EntitySet="Reklamasyon" />
            <End Role="Reklamasyon_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Musteri" Association="Self.Reklamasyon_Musteri">
            <End Role="Reklamasyon_Musteri_Source" EntitySet="Reklamasyon" />
            <End Role="Reklamasyon_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Oda" Association="Self.Reklamasyon_Oda">
            <End Role="Reklamasyon_Oda_Source" EntitySet="Reklamasyon" />
            <End Role="Reklamasyon_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Rez" Association="Self.Reklamasyon_Rez">
            <End Role="Reklamasyon_Rez_Source" EntitySet="Reklamasyon" />
            <End Role="Reklamasyon_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="Sikayet_Sirket" Association="Self.Sikayet_Sirket">
            <End Role="Sikayet_Sirket_Source" EntitySet="Sikayet" />
            <End Role="Sikayet_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Sikayet" Association="Self.Reklamasyon_Sikayet">
            <End Role="Reklamasyon_Sikayet_Source" EntitySet="Reklamasyon" />
            <End Role="Reklamasyon_Sikayet_Target" EntitySet="Sikayet" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Sirket" Association="Self.Reklamasyon_Sirket">
            <End Role="Reklamasyon_Sirket_Source" EntitySet="Reklamasyon" />
            <End Role="Reklamasyon_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Talep_Sirket" Association="Self.Talep_Sirket">
            <End Role="Talep_Sirket_Source" EntitySet="Talep" />
            <End Role="Talep_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Talep" Association="Self.Reklamasyon_Talep">
            <End Role="Reklamasyon_Talep_Source" EntitySet="Reklamasyon" />
            <End Role="Reklamasyon_Talep_Target" EntitySet="Talep" />
          </AssociationSet>
          <AssociationSet Name="CrmKurum_CrmSagliklar" Association="Self.CrmKurum_CrmSagliklar">
            <End Role="CrmKurum_CrmSagliklar_Source" EntitySet="CrmKurum" />
            <End Role="CrmKurum_CrmSagliklar_Target" EntitySet="CrmSaglik" />
          </AssociationSet>
          <AssociationSet Name="CrmKurum_Sirket" Association="Self.CrmKurum_Sirket">
            <End Role="CrmKurum_Sirket_Source" EntitySet="CrmKurum" />
            <End Role="CrmKurum_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglikSemptom_CrmSaglik" Association="Self.CrmSaglikSemptom_CrmSaglik">
            <End Role="CrmSaglikSemptom_CrmSaglik_Source" EntitySet="CrmSaglikSemptoms" />
            <End Role="CrmSaglikSemptom_CrmSaglik_Target" EntitySet="CrmSaglik" />
          </AssociationSet>
          <AssociationSet Name="CrmSemptom_CrmSaglikSemptomlar" Association="Self.CrmSemptom_CrmSaglikSemptomlar">
            <End Role="CrmSemptom_CrmSaglikSemptomlar_Source" EntitySet="CrmSemptom" />
            <End Role="CrmSemptom_CrmSaglikSemptomlar_Target" EntitySet="CrmSaglikSemptoms" />
          </AssociationSet>
          <AssociationSet Name="CrmSemptom_Sirket" Association="Self.CrmSemptom_Sirket">
            <End Role="CrmSemptom_Sirket_Source" EntitySet="CrmSemptom" />
            <End Role="CrmSemptom_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglikTeshis_CrmSaglik" Association="Self.CrmSaglikTeshis_CrmSaglik">
            <End Role="CrmSaglikTeshis_CrmSaglik_Source" EntitySet="CrmSaglikTeshis" />
            <End Role="CrmSaglikTeshis_CrmSaglik_Target" EntitySet="CrmSaglik" />
          </AssociationSet>
          <AssociationSet Name="CrmTeshis_CrmSaglikTeshisler" Association="Self.CrmTeshis_CrmSaglikTeshisler">
            <End Role="CrmTeshis_CrmSaglikTeshisler_Source" EntitySet="CrmTeshis" />
            <End Role="CrmTeshis_CrmSaglikTeshisler_Target" EntitySet="CrmSaglikTeshis" />
          </AssociationSet>
          <AssociationSet Name="CrmTeshis_Sirket" Association="Self.CrmTeshis_Sirket">
            <End Role="CrmTeshis_Sirket_Source" EntitySet="CrmTeshis" />
            <End Role="CrmTeshis_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglik_Kullanici" Association="Self.CrmSaglik_Kullanici">
            <End Role="CrmSaglik_Kullanici_Source" EntitySet="CrmSaglik" />
            <End Role="CrmSaglik_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglik_Musteri" Association="Self.CrmSaglik_Musteri">
            <End Role="CrmSaglik_Musteri_Source" EntitySet="CrmSaglik" />
            <End Role="CrmSaglik_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglik_Oda" Association="Self.CrmSaglik_Oda">
            <End Role="CrmSaglik_Oda_Source" EntitySet="CrmSaglik" />
            <End Role="CrmSaglik_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglik_Rez" Association="Self.CrmSaglik_Rez">
            <End Role="CrmSaglik_Rez_Source" EntitySet="CrmSaglik" />
            <End Role="CrmSaglik_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglik_Sirket" Association="Self.CrmSaglik_Sirket">
            <End Role="CrmSaglik_Sirket_Source" EntitySet="CrmSaglik" />
            <End Role="CrmSaglik_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="MusteriTel_Musteri" Association="Self.MusteriTel_Musteri">
            <End Role="MusteriTel_Musteri_Source" EntitySet="MusteriTel" />
            <End Role="MusteriTel_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="Tel_MusteriTeller" Association="Self.Tel_MusteriTeller">
            <End Role="Tel_MusteriTeller_Source" EntitySet="Tel" />
            <End Role="Tel_MusteriTeller_Target" EntitySet="MusteriTel" />
          </AssociationSet>
          <AssociationSet Name="Kullanici_SirketKullanicilar" Association="Self.Kullanici_SirketKullanicilar">
            <End Role="Kullanici_SirketKullanicilar_Source" EntitySet="Kullanici" />
            <End Role="Kullanici_SirketKullanicilar_Target" EntitySet="SirketKullanici" />
          </AssociationSet>
          <AssociationSet Name="SirketKullanici_Sirket" Association="Self.SirketKullanici_Sirket">
            <End Role="SirketKullanici_Sirket_Source" EntitySet="SirketKullanici" />
            <End Role="SirketKullanici_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="MailSunucu_Sirket" Association="Self.MailSunucu_Sirket">
            <End Role="MailSunucu_Sirket_Source" EntitySet="MailSunucu" />
            <End Role="MailSunucu_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="AcentaMail_MailIslem" Association="Self.AcentaMail_MailIslem">
            <End Role="AcentaMail_MailIslem_Source" EntitySet="AcentaMail" />
            <End Role="AcentaMail_MailIslem_Target" EntitySet="MailIslem" />
          </AssociationSet>
          <AssociationSet Name="AcentaProforma_Acenta" Association="Self.AcentaProforma_Acenta">
            <End Role="AcentaProforma_Acenta_Source" EntitySet="AcentaProforma" />
            <End Role="AcentaProforma_Acenta_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="Acenta_AcenteBavelEk" Association="Self.Acenta_AcenteBavelEk">
            <End Role="Acenta_AcenteBavelEk_Source" EntitySet="Acenta" />
            <End Role="Acenta_AcenteBavelEk_Target" EntitySet="AcenteBavelEk" />
          </AssociationSet>
          <AssociationSet Name="AcenteHeskod_Acenta" Association="Self.AcenteHeskod_Acenta">
            <End Role="AcenteHeskod_Acenta_Source" EntitySet="AcenteHeskod" />
            <End Role="AcenteHeskod_Acenta_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="AcenteHeskod_Heskod" Association="Self.AcenteHeskod_Heskod">
            <End Role="AcenteHeskod_Heskod_Source" EntitySet="AcenteHeskod" />
            <End Role="AcenteHeskod_Heskod_Target" EntitySet="Heskod" />
          </AssociationSet>
          <AssociationSet Name="AcenteHeskod_Sirket" Association="Self.AcenteHeskod_Sirket">
            <End Role="AcenteHeskod_Sirket_Source" EntitySet="AcenteHeskod" />
            <End Role="AcenteHeskod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="BreakDownAcenta_Acenta" Association="Self.BreakDownAcenta_Acenta">
            <End Role="BreakDownAcenta_Acenta_Source" EntitySet="BreakDownAcenta" />
            <End Role="BreakDownAcenta_Acenta_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="BreakDownAcenta_Breakdown" Association="Self.BreakDownAcenta_Breakdown">
            <End Role="BreakDownAcenta_Breakdown_Source" EntitySet="BreakDownAcenta" />
            <End Role="BreakDownAcenta_Breakdown_Target" EntitySet="Breakdown" />
          </AssociationSet>
          <AssociationSet Name="BreakDownAcenta_Pansiyon" Association="Self.BreakDownAcenta_Pansiyon">
            <End Role="BreakDownAcenta_Pansiyon_Source" EntitySet="BreakDownAcenta" />
            <End Role="BreakDownAcenta_Pansiyon_Target" EntitySet="Pansiyon" />
          </AssociationSet>
          <AssociationSet Name="BreakDownAcenta_Sirket" Association="Self.BreakDownAcenta_Sirket">
            <End Role="BreakDownAcenta_Sirket_Source" EntitySet="BreakDownAcenta" />
            <End Role="BreakDownAcenta_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OnbGrupAcenta_Acenta" Association="Self.OnbGrupAcenta_Acenta">
            <End Role="OnbGrupAcenta_Acenta_Source" EntitySet="OnbGrupAcenta" />
            <End Role="OnbGrupAcenta_Acenta_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="OnbGrup_OnbGrupAcentalar" Association="Self.OnbGrup_OnbGrupAcentalar">
            <End Role="OnbGrup_OnbGrupAcentalar_Source" EntitySet="OnbGrup" />
            <End Role="OnbGrup_OnbGrupAcentalar_Target" EntitySet="OnbGrupAcenta" />
          </AssociationSet>
          <AssociationSet Name="OnbGrup_Sirket" Association="Self.OnbGrup_Sirket">
            <End Role="OnbGrup_Sirket_Source" EntitySet="OnbGrup" />
            <End Role="OnbGrup_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Acenta_OnbReferans" Association="Self.Acenta_OnbReferans">
            <End Role="Acenta_OnbReferans_Source" EntitySet="Acenta" />
            <End Role="Acenta_OnbReferans_Target" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="Acenta_Sirket" Association="Self.Acenta_Sirket">
            <End Role="Acenta_Sirket_Source" EntitySet="Acenta" />
            <End Role="Acenta_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="ATkpGrupIzin_Sirket" Association="Self.ATkpGrupIzin_Sirket">
            <End Role="ATkpGrupIzin_Sirket_Source" EntitySet="ATkpGrupIzin" />
            <End Role="ATkpGrupIzin_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="ArizaTakipIzin_ATkpGrupIzin" Association="Self.ArizaTakipIzin_ATkpGrupIzin">
            <End Role="ArizaTakipIzin_ATkpGrupIzin_Source" EntitySet="ArizaTakipIzin" />
            <End Role="ArizaTakipIzin_ATkpGrupIzin_Target" EntitySet="ATkpGrupIzin" />
          </AssociationSet>
          <AssociationSet Name="ArizaTakipIzin_Kullanici" Association="Self.ArizaTakipIzin_Kullanici">
            <End Role="ArizaTakipIzin_Kullanici_Source" EntitySet="ArizaTakipIzin" />
            <End Role="ArizaTakipIzin_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="ArizaTakipIzin_Sirket" Association="Self.ArizaTakipIzin_Sirket">
            <End Role="ArizaTakipIzin_Sirket_Source" EntitySet="ArizaTakipIzin" />
            <End Role="ArizaTakipIzin_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="ArizaTakipSablon_IstipiTum" Association="Self.ArizaTakipSablon_IstipiTum">
            <End Role="ArizaTakipSablon_IstipiTum_Source" EntitySet="ArizaTakipSablon" />
            <End Role="ArizaTakipSablon_IstipiTum_Target" EntitySet="IstipiTum" />
          </AssociationSet>
          <AssociationSet Name="ArizaTakipSablon_Sirket" Association="Self.ArizaTakipSablon_Sirket">
            <End Role="ArizaTakipSablon_Sirket_Source" EntitySet="ArizaTakipSablon" />
            <End Role="ArizaTakipSablon_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup" Association="Self.AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup">
            <End Role="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup_Source" EntitySet="AsyaReportPreviewGroupDetail" />
            <End Role="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup_Target" EntitySet="AsyaReportPreviewGroup" />
          </AssociationSet>
          <AssociationSet Name="ATkpDepKlnc_ATkpGrupIzin" Association="Self.ATkpDepKlnc_ATkpGrupIzin">
            <End Role="ATkpDepKlnc_ATkpGrupIzin_Source" EntitySet="ATkpDepKlnc" />
            <End Role="ATkpDepKlnc_ATkpGrupIzin_Target" EntitySet="ATkpGrupIzin" />
          </AssociationSet>
          <AssociationSet Name="ATkpDepKlnc_Kullanici" Association="Self.ATkpDepKlnc_Kullanici">
            <End Role="ATkpDepKlnc_Kullanici_Source" EntitySet="ATkpDepKlnc" />
            <End Role="ATkpDepKlnc_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="ATkpDepKlnc_Sirket" Association="Self.ATkpDepKlnc_Sirket">
            <End Role="ATkpDepKlnc_Sirket_Source" EntitySet="ATkpDepKlnc" />
            <End Role="ATkpDepKlnc_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="BakimStok_BakimEnvanter" Association="Self.BakimStok_BakimEnvanter">
            <End Role="BakimStok_BakimEnvanter_Source" EntitySet="BakimStok" />
            <End Role="BakimStok_BakimEnvanter_Target" EntitySet="BakimEnvanter" />
          </AssociationSet>
          <AssociationSet Name="BakimIcerik_BakimStok" Association="Self.BakimIcerik_BakimStok">
            <End Role="BakimIcerik_BakimStok_Source" EntitySet="BakimIcerik" />
            <End Role="BakimIcerik_BakimStok_Target" EntitySet="BakimStok" />
          </AssociationSet>
          <AssociationSet Name="BakimIcerik_Sirket" Association="Self.BakimIcerik_Sirket">
            <End Role="BakimIcerik_Sirket_Source" EntitySet="BakimIcerik" />
            <End Role="BakimIcerik_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="BakimMakinaAna_BakimMakinalar" Association="Self.BakimMakinaAna_BakimMakinalar">
            <End Role="BakimMakinaAna_BakimMakinalar_Source" EntitySet="BakimMakinaAna" />
            <End Role="BakimMakinaAna_BakimMakinalar_Target" EntitySet="BakimMakina" />
          </AssociationSet>
          <AssociationSet Name="BakimMakinaAna_Sirket" Association="Self.BakimMakinaAna_Sirket">
            <End Role="BakimMakinaAna_Sirket_Source" EntitySet="BakimMakinaAna" />
            <End Role="BakimMakinaAna_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="BakimMakinaEk_iptalArizaGorevli" Association="Self.BakimMakinaEk_iptalArizaGorevli">
            <End Role="BakimMakinaEk_iptalArizaGorevli_Source" EntitySet="BakimMakinaEk" />
            <End Role="BakimMakinaEk_iptalArizaGorevli_Target" EntitySet="ArizaGorevli" />
          </AssociationSet>
          <AssociationSet Name="BakimMakinaEk_OnayArizaGorevli" Association="Self.BakimMakinaEk_OnayArizaGorevli">
            <End Role="BakimMakinaEk_OnayArizaGorevli_Source" EntitySet="BakimMakinaEk" />
            <End Role="BakimMakinaEk_OnayArizaGorevli_Target" EntitySet="ArizaGorevli" />
          </AssociationSet>
          <AssociationSet Name="BakimMakinaEk_TamamArizaGorevli" Association="Self.BakimMakinaEk_TamamArizaGorevli">
            <End Role="BakimMakinaEk_TamamArizaGorevli_Source" EntitySet="BakimMakinaEk" />
            <End Role="BakimMakinaEk_TamamArizaGorevli_Target" EntitySet="ArizaGorevli" />
          </AssociationSet>
          <AssociationSet Name="BakimMakina_BakimMakinaEk" Association="Self.BakimMakina_BakimMakinaEk">
            <End Role="BakimMakina_BakimMakinaEk_Source" EntitySet="BakimMakina" />
            <End Role="BakimMakina_BakimMakinaEk_Target" EntitySet="BakimMakinaEk" />
          </AssociationSet>
          <AssociationSet Name="BakimMakina_BakimStok" Association="Self.BakimMakina_BakimStok">
            <End Role="BakimMakina_BakimStok_Source" EntitySet="BakimMakina" />
            <End Role="BakimMakina_BakimStok_Target" EntitySet="BakimStok" />
          </AssociationSet>
          <AssociationSet Name="BakimMakina_Sirket" Association="Self.BakimMakina_Sirket">
            <End Role="BakimMakina_Sirket_Source" EntitySet="BakimMakina" />
            <End Role="BakimMakina_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="BakimStok_BakimStokEk" Association="Self.BakimStok_BakimStokEk">
            <End Role="BakimStok_BakimStokEk_Source" EntitySet="BakimStok" />
            <End Role="BakimStok_BakimStokEk_Target" EntitySet="BakimStokEk" />
          </AssociationSet>
          <AssociationSet Name="BakimTipi_Sirket" Association="Self.BakimTipi_Sirket">
            <End Role="BakimTipi_Sirket_Source" EntitySet="BakimTipi" />
            <End Role="BakimTipi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="BakimStok_BakimTipi" Association="Self.BakimStok_BakimTipi">
            <End Role="BakimStok_BakimTipi_Source" EntitySet="BakimStok" />
            <End Role="BakimStok_BakimTipi_Target" EntitySet="BakimTipi" />
          </AssociationSet>
          <AssociationSet Name="BakimStok_BolumYer" Association="Self.BakimStok_BolumYer">
            <End Role="BakimStok_BolumYer_Source" EntitySet="BakimStok" />
            <End Role="BakimStok_BolumYer_Target" EntitySet="BolumYer" />
          </AssociationSet>
          <AssociationSet Name="BakimStok_IstipiTum" Association="Self.BakimStok_IstipiTum">
            <End Role="BakimStok_IstipiTum_Source" EntitySet="BakimStok" />
            <End Role="BakimStok_IstipiTum_Target" EntitySet="IstipiTum" />
          </AssociationSet>
          <AssociationSet Name="BakimStok_Sirket" Association="Self.BakimStok_Sirket">
            <End Role="BakimStok_Sirket_Source" EntitySet="BakimStok" />
            <End Role="BakimStok_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="BakimEnvanter_Sirket" Association="Self.BakimEnvanter_Sirket">
            <End Role="BakimEnvanter_Sirket_Source" EntitySet="BakimEnvanter" />
            <End Role="BakimEnvanter_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="BavelBilgiTanim_OnbReferans" Association="Self.BavelBilgiTanim_OnbReferans">
            <End Role="BavelBilgiTanim_OnbReferans_Source" EntitySet="BavelBilgiTanim" />
            <End Role="BavelBilgiTanim_OnbReferans_Target" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="BavelBilgiTanim_Sirket" Association="Self.BavelBilgiTanim_Sirket">
            <End Role="BavelBilgiTanim_Sirket_Source" EntitySet="BavelBilgiTanim" />
            <End Role="BavelBilgiTanim_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Blok_Sirket" Association="Self.Blok_Sirket">
            <End Role="Blok_Sirket_Source" EntitySet="Blok" />
            <End Role="Blok_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="BreakdownHrk_Breakdown" Association="Self.BreakdownHrk_Breakdown">
            <End Role="BreakdownHrk_Breakdown_Source" EntitySet="BreakdownHrk" />
            <End Role="BreakdownHrk_Breakdown_Target" EntitySet="Breakdown" />
          </AssociationSet>
          <AssociationSet Name="BreakdownHrk_BreakMalzeme" Association="Self.BreakdownHrk_BreakMalzeme">
            <End Role="BreakdownHrk_BreakMalzeme_Source" EntitySet="BreakdownHrk" />
            <End Role="BreakdownHrk_BreakMalzeme_Target" EntitySet="BreakMalzeme" />
          </AssociationSet>
          <AssociationSet Name="BreakdownHrk_Doviz" Association="Self.BreakdownHrk_Doviz">
            <End Role="BreakdownHrk_Doviz_Source" EntitySet="BreakdownHrk" />
            <End Role="BreakdownHrk_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="BreakdownHrk_Sirket" Association="Self.BreakdownHrk_Sirket">
            <End Role="BreakdownHrk_Sirket_Source" EntitySet="BreakdownHrk" />
            <End Role="BreakdownHrk_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_AltGrup" Association="Self.CikisHesap_AltGrup">
            <End Role="CikisHesap_AltGrup_Source" EntitySet="CikisHesap" />
            <End Role="CikisHesap_AltGrup_Target" EntitySet="AltGrup" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_DepartmanAna" Association="Self.CikisHesap_DepartmanAna">
            <End Role="CikisHesap_DepartmanAna_Source" EntitySet="CikisHesap" />
            <End Role="CikisHesap_DepartmanAna_Target" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_DepartmanCikisHesap" Association="Self.CikisHesap_DepartmanCikisHesap">
            <End Role="CikisHesap_DepartmanCikisHesap_Source" EntitySet="CikisHesap" />
            <End Role="CikisHesap_DepartmanCikisHesap_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_EmanetDepoHesap" Association="Self.CikisHesap_EmanetDepoHesap">
            <End Role="CikisHesap_EmanetDepoHesap_Source" EntitySet="CikisHesap" />
            <End Role="CikisHesap_EmanetDepoHesap_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_Envanter" Association="Self.CikisHesap_Envanter">
            <End Role="CikisHesap_Envanter_Source" EntitySet="CikisHesap" />
            <End Role="CikisHesap_Envanter_Target" EntitySet="Envanter" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_GirisHesap" Association="Self.CikisHesap_GirisHesap">
            <End Role="CikisHesap_GirisHesap_Source" EntitySet="CikisHesap" />
            <End Role="CikisHesap_GirisHesap_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_Grup" Association="Self.CikisHesap_Grup">
            <End Role="CikisHesap_Grup_Source" EntitySet="CikisHesap" />
            <End Role="CikisHesap_Grup_Target" EntitySet="Grup" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_Sirket" Association="Self.CikisHesap_Sirket">
            <End Role="CikisHesap_Sirket_Source" EntitySet="CikisHesap" />
            <End Role="CikisHesap_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_TransferHesap" Association="Self.CikisHesap_TransferHesap">
            <End Role="CikisHesap_TransferHesap_Source" EntitySet="CikisHesap" />
            <End Role="CikisHesap_TransferHesap_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_TuketimHesap" Association="Self.CikisHesap_TuketimHesap">
            <End Role="CikisHesap_TuketimHesap_Source" EntitySet="CikisHesap" />
            <End Role="CikisHesap_TuketimHesap_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_Urun" Association="Self.CikisHesap_Urun">
            <End Role="CikisHesap_Urun_Source" EntitySet="CikisHesap" />
            <End Role="CikisHesap_Urun_Target" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="CiktiTaslakKolon_CiktiTaslak" Association="Self.CiktiTaslakKolon_CiktiTaslak">
            <End Role="CiktiTaslakKolon_CiktiTaslak_Source" EntitySet="CiktiTaslakKolon" />
            <End Role="CiktiTaslakKolon_CiktiTaslak_Target" EntitySet="CiktiTaslak" />
          </AssociationSet>
          <AssociationSet Name="CiktiTaslak_Kullanici" Association="Self.CiktiTaslak_Kullanici">
            <End Role="CiktiTaslak_Kullanici_Source" EntitySet="CiktiTaslak" />
            <End Role="CiktiTaslak_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="CiktiTaslak_Sirket" Association="Self.CiktiTaslak_Sirket">
            <End Role="CiktiTaslak_Sirket_Source" EntitySet="CiktiTaslak" />
            <End Role="CiktiTaslak_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmGenelInfo_Dil" Association="Self.CrmGenelInfo_Dil">
            <End Role="CrmGenelInfo_Dil_Source" EntitySet="CrmGenelInfo" />
            <End Role="CrmGenelInfo_Dil_Target" EntitySet="Dil" />
          </AssociationSet>
          <AssociationSet Name="CrmGenelInfo_Sirket" Association="Self.CrmGenelInfo_Sirket">
            <End Role="CrmGenelInfo_Sirket_Source" EntitySet="CrmGenelInfo" />
            <End Role="CrmGenelInfo_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_CrmBildirenDepartman" Association="Self.CrmGorevAtamaSira_CrmBildirenDepartman">
            <End Role="CrmGorevAtamaSira_CrmBildirenDepartman_Source" EntitySet="CrmGorevAtamaSira" />
            <End Role="CrmGorevAtamaSira_CrmBildirenDepartman_Target" EntitySet="CrmDepartman" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_CrmBilOnemTuru" Association="Self.CrmGorevAtamaSira_CrmBilOnemTuru">
            <End Role="CrmGorevAtamaSira_CrmBilOnemTuru_Source" EntitySet="CrmGorevAtamaSira" />
            <End Role="CrmGorevAtamaSira_CrmBilOnemTuru_Target" EntitySet="CrmBilOnemTuru" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_CrmGorevAtamaAna" Association="Self.CrmGorevAtamaSira_CrmGorevAtamaAna">
            <End Role="CrmGorevAtamaSira_CrmGorevAtamaAna_Source" EntitySet="CrmGorevAtamaSira" />
            <End Role="CrmGorevAtamaSira_CrmGorevAtamaAna_Target" EntitySet="CrmGorevAtamaAna" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_CrmSorumluDepartman" Association="Self.CrmGorevAtamaSira_CrmSorumluDepartman">
            <End Role="CrmGorevAtamaSira_CrmSorumluDepartman_Source" EntitySet="CrmGorevAtamaSira" />
            <End Role="CrmGorevAtamaSira_CrmSorumluDepartman_Target" EntitySet="CrmDepartman" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_Kullanici" Association="Self.CrmGorevAtamaSira_Kullanici">
            <End Role="CrmGorevAtamaSira_Kullanici_Source" EntitySet="CrmGorevAtamaSira" />
            <End Role="CrmGorevAtamaSira_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_Oda" Association="Self.CrmGorevAtamaSira_Oda">
            <End Role="CrmGorevAtamaSira_Oda_Source" EntitySet="CrmGorevAtamaSira" />
            <End Role="CrmGorevAtamaSira_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_Sirket" Association="Self.CrmGorevAtamaSira_Sirket">
            <End Role="CrmGorevAtamaSira_Sirket_Source" EntitySet="CrmGorevAtamaSira" />
            <End Role="CrmGorevAtamaSira_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaAna_Kullanici" Association="Self.CrmGorevAtamaAna_Kullanici">
            <End Role="CrmGorevAtamaAna_Kullanici_Source" EntitySet="CrmGorevAtamaAna" />
            <End Role="CrmGorevAtamaAna_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaAna_Sirket" Association="Self.CrmGorevAtamaAna_Sirket">
            <End Role="CrmGorevAtamaAna_Sirket_Source" EntitySet="CrmGorevAtamaAna" />
            <End Role="CrmGorevAtamaAna_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmKioskAyar_Sirket" Association="Self.CrmKioskAyar_Sirket">
            <End Role="CrmKioskAyar_Sirket_Source" EntitySet="CrmKioskAyar" />
            <End Role="CrmKioskAyar_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmRestoranInfo_RestoranBolumMasaTanim" Association="Self.CrmRestoranInfo_RestoranBolumMasaTanim">
            <End Role="CrmRestoranInfo_RestoranBolumMasaTanim_Source" EntitySet="CrmRestoranInfo" />
            <End Role="CrmRestoranInfo_RestoranBolumMasaTanim_Target" EntitySet="RestoranBolumMasaTanim" />
          </AssociationSet>
          <AssociationSet Name="CrmRestoranInfo_Sirket" Association="Self.CrmRestoranInfo_Sirket">
            <End Role="CrmRestoranInfo_Sirket_Source" EntitySet="CrmRestoranInfo" />
            <End Role="CrmRestoranInfo_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmRezTipUyari_Sirket" Association="Self.CrmRezTipUyari_Sirket">
            <End Role="CrmRezTipUyari_Sirket_Source" EntitySet="CrmRezTipUyari" />
            <End Role="CrmRezTipUyari_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="CrmRezTipUyari_Vip" Association="Self.CrmRezTipUyari_Vip">
            <End Role="CrmRezTipUyari_Vip_Source" EntitySet="CrmRezTipUyari" />
            <End Role="CrmRezTipUyari_Vip_Target" EntitySet="Vip" />
          </AssociationSet>
          <AssociationSet Name="CrmWebAyar_CrmBildirimTur" Association="Self.CrmWebAyar_CrmBildirimTur">
            <End Role="CrmWebAyar_CrmBildirimTur_Source" EntitySet="CrmWebAyar" />
            <End Role="CrmWebAyar_CrmBildirimTur_Target" EntitySet="CrmBildirimTur" />
          </AssociationSet>
          <AssociationSet Name="CrmWebAyar_CrmDepartman" Association="Self.CrmWebAyar_CrmDepartman">
            <End Role="CrmWebAyar_CrmDepartman_Source" EntitySet="CrmWebAyar" />
            <End Role="CrmWebAyar_CrmDepartman_Target" EntitySet="CrmDepartman" />
          </AssociationSet>
          <AssociationSet Name="CrmWebAyar_CrmYorumKaynak" Association="Self.CrmWebAyar_CrmYorumKaynak">
            <End Role="CrmWebAyar_CrmYorumKaynak_Source" EntitySet="CrmWebAyar" />
            <End Role="CrmWebAyar_CrmYorumKaynak_Target" EntitySet="CrmYorumKaynak" />
          </AssociationSet>
          <AssociationSet Name="CrmWebAyar_Sirket" Association="Self.CrmWebAyar_Sirket">
            <End Role="CrmWebAyar_Sirket_Source" EntitySet="CrmWebAyar" />
            <End Role="CrmWebAyar_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="DysDokuman_DysAna" Association="Self.DysDokuman_DysAna">
            <End Role="DysDokuman_DysAna_Source" EntitySet="DysDokumen" />
            <End Role="DysDokuman_DysAna_Target" EntitySet="DysAna" />
          </AssociationSet>
          <AssociationSet Name="DysDokumanTip_Sirket" Association="Self.DysDokumanTip_Sirket">
            <End Role="DysDokumanTip_Sirket_Source" EntitySet="DysDokumanTip" />
            <End Role="DysDokumanTip_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="DysDokuman_DysDokumanTip" Association="Self.DysDokuman_DysDokumanTip">
            <End Role="DysDokuman_DysDokumanTip_Source" EntitySet="DysDokumen" />
            <End Role="DysDokuman_DysDokumanTip_Target" EntitySet="DysDokumanTip" />
          </AssociationSet>
          <AssociationSet Name="EDefterBelgeTipi_Sirket" Association="Self.EDefterBelgeTipi_Sirket">
            <End Role="EDefterBelgeTipi_Sirket_Source" EntitySet="EDefterBelgeTipi" />
            <End Role="EDefterBelgeTipi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Esya_Sirket" Association="Self.Esya_Sirket">
            <End Role="Esya_Sirket_Source" EntitySet="Esya" />
            <End Role="Esya_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="FaturaKaynak_Sirket" Association="Self.FaturaKaynak_Sirket">
            <End Role="FaturaKaynak_Sirket_Source" EntitySet="FaturaKaynak" />
            <End Role="FaturaKaynak_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="FisKaynagi_Sirket" Association="Self.FisKaynagi_Sirket">
            <End Role="FisKaynagi_Sirket_Source" EntitySet="FisKaynagi" />
            <End Role="FisKaynagi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="FiyatFiltre_Kullanici" Association="Self.FiyatFiltre_Kullanici">
            <End Role="FiyatFiltre_Kullanici_Source" EntitySet="FiyatFiltre" />
            <End Role="FiyatFiltre_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="GoogleDil_Sirket" Association="Self.GoogleDil_Sirket">
            <End Role="GoogleDil_Sirket_Source" EntitySet="GoogleDil" />
            <End Role="GoogleDil_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="GoogleOzelGun_GoogleDil" Association="Self.GoogleOzelGun_GoogleDil">
            <End Role="GoogleOzelGun_GoogleDil_Source" EntitySet="GoogleOzelGun" />
            <End Role="GoogleOzelGun_GoogleDil_Target" EntitySet="GoogleDil" />
          </AssociationSet>
          <AssociationSet Name="GoogleOzelGun_Sirket" Association="Self.GoogleOzelGun_Sirket">
            <End Role="GoogleOzelGun_Sirket_Source" EntitySet="GoogleOzelGun" />
            <End Role="GoogleOzelGun_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Gundem_Sirket" Association="Self.Gundem_Sirket">
            <End Role="Gundem_Sirket_Source" EntitySet="Gundem" />
            <End Role="Gundem_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Toplanti_Gundemler" Association="Self.Toplanti_Gundemler">
            <End Role="Toplanti_Gundemler_Source" EntitySet="Toplanti" />
            <End Role="Toplanti_Gundemler_Target" EntitySet="Gundem" />
          </AssociationSet>
          <AssociationSet Name="Salon_Sirket" Association="Self.Salon_Sirket">
            <End Role="Salon_Sirket_Source" EntitySet="Salon" />
            <End Role="Salon_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Toplanti_Salon" Association="Self.Toplanti_Salon">
            <End Role="Toplanti_Salon_Source" EntitySet="Toplanti" />
            <End Role="Toplanti_Salon_Target" EntitySet="Salon" />
          </AssociationSet>
          <AssociationSet Name="Toplanti_Sirket" Association="Self.Toplanti_Sirket">
            <End Role="Toplanti_Sirket_Source" EntitySet="Toplanti" />
            <End Role="Toplanti_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="ToplantiKisi_Sirket" Association="Self.ToplantiKisi_Sirket">
            <End Role="ToplantiKisi_Sirket_Source" EntitySet="ToplantiKisi" />
            <End Role="ToplantiKisi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="ToplantiKisi_Toplanti" Association="Self.ToplantiKisi_Toplanti">
            <End Role="ToplantiKisi_Toplanti_Source" EntitySet="ToplantiKisi" />
            <End Role="ToplantiKisi_Toplanti_Target" EntitySet="Toplanti" />
          </AssociationSet>
          <AssociationSet Name="GunlukRestoranKapasitesi_RestoranBolumMasaTanim" Association="Self.GunlukRestoranKapasitesi_RestoranBolumMasaTanim">
            <End Role="GunlukRestoranKapasitesi_RestoranBolumMasaTanim_Source" EntitySet="GunlukRestoranKapasitesi" />
            <End Role="GunlukRestoranKapasitesi_RestoranBolumMasaTanim_Target" EntitySet="RestoranBolumMasaTanim" />
          </AssociationSet>
          <AssociationSet Name="GunlukRestoranKapasitesi_Sirket" Association="Self.GunlukRestoranKapasitesi_Sirket">
            <End Role="GunlukRestoranKapasitesi_Sirket_Source" EntitySet="GunlukRestoranKapasitesi" />
            <End Role="GunlukRestoranKapasitesi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="GunTanim_Sirket" Association="Self.GunTanim_Sirket">
            <End Role="GunTanim_Sirket_Source" EntitySet="GunTanim" />
            <End Role="GunTanim_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Hakedis_Sirket" Association="Self.Hakedis_Sirket">
            <End Role="Hakedis_Sirket_Source" EntitySet="Hakedis" />
            <End Role="Hakedis_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="HalFiyat_Sirket" Association="Self.HalFiyat_Sirket">
            <End Role="HalFiyat_Sirket_Source" EntitySet="HalFiyat" />
            <End Role="HalFiyat_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="HalFiyat_Urun" Association="Self.HalFiyat_Urun">
            <End Role="HalFiyat_Urun_Source" EntitySet="HalFiyat" />
            <End Role="HalFiyat_Urun_Target" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="HesBilgi_Sirket" Association="Self.HesBilgi_Sirket">
            <End Role="HesBilgi_Sirket_Source" EntitySet="HesBilgi" />
            <End Role="HesBilgi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SirketBilgi_OnbReferans" Association="Self.SirketBilgi_OnbReferans">
            <End Role="SirketBilgi_OnbReferans_Source" EntitySet="SirketBilgi" />
            <End Role="SirketBilgi_OnbReferans_Target" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="SirketBilgi_Sirket" Association="Self.SirketBilgi_Sirket">
            <End Role="SirketBilgi_Sirket_Source" EntitySet="SirketBilgi" />
            <End Role="SirketBilgi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="HesBilgi_SirketBilgi" Association="Self.HesBilgi_SirketBilgi">
            <End Role="HesBilgi_SirketBilgi_Source" EntitySet="HesBilgi" />
            <End Role="HesBilgi_SirketBilgi_Target" EntitySet="SirketBilgi" />
          </AssociationSet>
          <AssociationSet Name="Schedule_Sirket" Association="Self.Schedule_Sirket">
            <End Role="Schedule_Sirket_Source" EntitySet="Schedule" />
            <End Role="Schedule_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Job_Schedule" Association="Self.Job_Schedule">
            <End Role="Job_Schedule_Source" EntitySet="Job" />
            <End Role="Job_Schedule_Target" EntitySet="Schedule" />
          </AssociationSet>
          <AssociationSet Name="Job_Sirket" Association="Self.Job_Sirket">
            <End Role="Job_Sirket_Source" EntitySet="Job" />
            <End Role="Job_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="JobHistory_Job" Association="Self.JobHistory_Job">
            <End Role="JobHistory_Job_Source" EntitySet="JobHistory" />
            <End Role="JobHistory_Job_Target" EntitySet="Job" />
          </AssociationSet>
          <AssociationSet Name="JobHistory_Sirket" Association="Self.JobHistory_Sirket">
            <End Role="JobHistory_Sirket_Source" EntitySet="JobHistory" />
            <End Role="JobHistory_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="KanalAcente_Acenta" Association="Self.KanalAcente_Acenta">
            <End Role="KanalAcente_Acenta_Source" EntitySet="KanalAcente" />
            <End Role="KanalAcente_Acenta_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_Acenta" Association="Self.KanalEsitleme_Acenta">
            <End Role="KanalEsitleme_Acenta_Source" EntitySet="KanalEsitleme" />
            <End Role="KanalEsitleme_Acenta_Target" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_KanalAcente" Association="Self.KanalEsitleme_KanalAcente">
            <End Role="KanalEsitleme_KanalAcente_Source" EntitySet="KanalEsitleme" />
            <End Role="KanalEsitleme_KanalAcente_Target" EntitySet="KanalAcente" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_OdaKonum" Association="Self.KanalEsitleme_OdaKonum">
            <End Role="KanalEsitleme_OdaKonum_Source" EntitySet="KanalEsitleme" />
            <End Role="KanalEsitleme_OdaKonum_Target" EntitySet="OdaKonumu" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_OnbReferans" Association="Self.KanalEsitleme_OnbReferans">
            <End Role="KanalEsitleme_OnbReferans_Source" EntitySet="KanalEsitleme" />
            <End Role="KanalEsitleme_OnbReferans_Target" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_Pansiyon" Association="Self.KanalEsitleme_Pansiyon">
            <End Role="KanalEsitleme_Pansiyon_Source" EntitySet="KanalEsitleme" />
            <End Role="KanalEsitleme_Pansiyon_Target" EntitySet="Pansiyon" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_Sirket" Association="Self.KanalEsitleme_Sirket">
            <End Role="KanalEsitleme_Sirket_Source" EntitySet="KanalEsitleme" />
            <End Role="KanalEsitleme_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_Ulke" Association="Self.KanalEsitleme_Ulke">
            <End Role="KanalEsitleme_Ulke_Source" EntitySet="KanalEsitleme" />
            <End Role="KanalEsitleme_Ulke_Target" EntitySet="Ulke" />
          </AssociationSet>
          <AssociationSet Name="KanalGiris_KanalAcente" Association="Self.KanalGiris_KanalAcente">
            <End Role="KanalGiris_KanalAcente_Source" EntitySet="KanalGiris" />
            <End Role="KanalGiris_KanalAcente_Target" EntitySet="KanalAcente" />
          </AssociationSet>
          <AssociationSet Name="KanalGiris_OnbReferans" Association="Self.KanalGiris_OnbReferans">
            <End Role="KanalGiris_OnbReferans_Source" EntitySet="KanalGiris" />
            <End Role="KanalGiris_OnbReferans_Target" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="KanalGiris_Sirket" Association="Self.KanalGiris_Sirket">
            <End Role="KanalGiris_Sirket_Source" EntitySet="KanalGiris" />
            <End Role="KanalGiris_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="KanalAcente_OnbReferans" Association="Self.KanalAcente_OnbReferans">
            <End Role="KanalAcente_OnbReferans_Source" EntitySet="KanalAcente" />
            <End Role="KanalAcente_OnbReferans_Target" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="KanalAcente_Sirket" Association="Self.KanalAcente_Sirket">
            <End Role="KanalAcente_Sirket_Source" EntitySet="KanalAcente" />
            <End Role="KanalAcente_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Kapasite_RestoranBolumMasaId" Association="Self.Kapasite_RestoranBolumMasaId">
            <End Role="Kapasite_RestoranBolumMasaId_Source" EntitySet="Kapasite" />
            <End Role="Kapasite_RestoranBolumMasaId_Target" EntitySet="RestoranBolumMasaTanim" />
          </AssociationSet>
          <AssociationSet Name="Kapasite_Sirket" Association="Self.Kapasite_Sirket">
            <End Role="Kapasite_Sirket_Source" EntitySet="Kapasite" />
            <End Role="Kapasite_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Kayip_Departman" Association="Self.Kayip_Departman">
            <End Role="Kayip_Departman_Source" EntitySet="Kayip" />
            <End Role="Kayip_Departman_Target" EntitySet="Departman" />
          </AssociationSet>
          <AssociationSet Name="Kayip_Esya" Association="Self.Kayip_Esya">
            <End Role="Kayip_Esya_Source" EntitySet="Kayip" />
            <End Role="Kayip_Esya_Target" EntitySet="Esya" />
          </AssociationSet>
          <AssociationSet Name="Kayiphrk_Kayip" Association="Self.Kayiphrk_Kayip">
            <End Role="Kayiphrk_Kayip_Source" EntitySet="Kayiphrk" />
            <End Role="Kayiphrk_Kayip_Target" EntitySet="Kayip" />
          </AssociationSet>
          <AssociationSet Name="Kayiphrk_Sirket" Association="Self.Kayiphrk_Sirket">
            <End Role="Kayiphrk_Sirket_Source" EntitySet="Kayiphrk" />
            <End Role="Kayiphrk_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Kayip_Oda" Association="Self.Kayip_Oda">
            <End Role="Kayip_Oda_Source" EntitySet="Kayip" />
            <End Role="Kayip_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="Kayip_Sirket" Association="Self.Kayip_Sirket">
            <End Role="Kayip_Sirket_Source" EntitySet="Kayip" />
            <End Role="Kayip_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="KolBandiSeri_Sirket" Association="Self.KolBandiSeri_Sirket">
            <End Role="KolBandiSeri_Sirket_Source" EntitySet="KolBandiSeri" />
            <End Role="KolBandiSeri_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="KolBandiSorgu_Kullanici" Association="Self.KolBandiSorgu_Kullanici">
            <End Role="KolBandiSorgu_Kullanici_Source" EntitySet="KolBandiSorgu" />
            <End Role="KolBandiSorgu_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="KolBandiSorgu_Rez" Association="Self.KolBandiSorgu_Rez">
            <End Role="KolBandiSorgu_Rez_Source" EntitySet="KolBandiSorgu" />
            <End Role="KolBandiSorgu_Rez_Target" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="KolBandiSorgu_Sirket" Association="Self.KolBandiSorgu_Sirket">
            <End Role="KolBandiSorgu_Sirket_Source" EntitySet="KolBandiSorgu" />
            <End Role="KolBandiSorgu_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="KonumGrup_Sirket" Association="Self.KonumGrup_Sirket">
            <End Role="KonumGrup_Sirket_Source" EntitySet="KonumGrup" />
            <End Role="KonumGrup_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="KonumGrupBaglanti_KonumGrup" Association="Self.KonumGrupBaglanti_KonumGrup">
            <End Role="KonumGrupBaglanti_KonumGrup_Source" EntitySet="KonumGrupBaglanti" />
            <End Role="KonumGrupBaglanti_KonumGrup_Target" EntitySet="KonumGrup" />
          </AssociationSet>
          <AssociationSet Name="KonumGrupBaglanti_OdaKonum" Association="Self.KonumGrupBaglanti_OdaKonum">
            <End Role="KonumGrupBaglanti_OdaKonum_Source" EntitySet="KonumGrupBaglanti" />
            <End Role="KonumGrupBaglanti_OdaKonum_Target" EntitySet="OdaKonumu" />
          </AssociationSet>
          <AssociationSet Name="KonumGrupBaglanti_Sirket" Association="Self.KonumGrupBaglanti_Sirket">
            <End Role="KonumGrupBaglanti_Sirket_Source" EntitySet="KonumGrupBaglanti" />
            <End Role="KonumGrupBaglanti_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="MahsupKaynak_Mahsuplar" Association="Self.MahsupKaynak_Mahsuplar">
            <End Role="MahsupKaynak_Mahsuplar_Source" EntitySet="MahsupKaynak" />
            <End Role="MahsupKaynak_Mahsuplar_Target" EntitySet="Mahsup" />
          </AssociationSet>
          <AssociationSet Name="MahsupKaynak_Sirket" Association="Self.MahsupKaynak_Sirket">
            <End Role="MahsupKaynak_Sirket_Source" EntitySet="MahsupKaynak" />
            <End Role="MahsupKaynak_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="MahsupSira_Hesap" Association="Self.MahsupSira_Hesap">
            <End Role="MahsupSira_Hesap_Source" EntitySet="MahsupSira" />
            <End Role="MahsupSira_Hesap_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="MahsupSira_Mahsup" Association="Self.MahsupSira_Mahsup">
            <End Role="MahsupSira_Mahsup_Source" EntitySet="MahsupSira" />
            <End Role="MahsupSira_Mahsup_Target" EntitySet="Mahsup" />
          </AssociationSet>
          <AssociationSet Name="MahsupSira_Sirket" Association="Self.MahsupSira_Sirket">
            <End Role="MahsupSira_Sirket_Source" EntitySet="MahsupSira" />
            <End Role="MahsupSira_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Mahsup_Sirket" Association="Self.Mahsup_Sirket">
            <End Role="Mahsup_Sirket_Source" EntitySet="Mahsup" />
            <End Role="Mahsup_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="MasrafMerkezi_Sirket" Association="Self.MasrafMerkezi_Sirket">
            <End Role="MasrafMerkezi_Sirket_Source" EntitySet="MasrafMerkezi" />
            <End Role="MasrafMerkezi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Mesaj_Tablo" Association="Self.Mesaj_Tablo">
            <End Role="Mesaj_Tablo_Source" EntitySet="Mesaj" />
            <End Role="Mesaj_Tablo_Target" EntitySet="Tablo" />
          </AssociationSet>
          <AssociationSet Name="MGBSablon_CrmBildirimTur" Association="Self.MGBSablon_CrmBildirimTur">
            <End Role="MGBSablon_CrmBildirimTur_Source" EntitySet="MGBSablon" />
            <End Role="MGBSablon_CrmBildirimTur_Target" EntitySet="CrmBildirimTur" />
          </AssociationSet>
          <AssociationSet Name="MGBSablon_CrmDepartman" Association="Self.MGBSablon_CrmDepartman">
            <End Role="MGBSablon_CrmDepartman_Source" EntitySet="MGBSablon" />
            <End Role="MGBSablon_CrmDepartman_Target" EntitySet="CrmDepartman" />
          </AssociationSet>
          <AssociationSet Name="MuhasebeReferans_Sirket" Association="Self.MuhasebeReferans_Sirket">
            <End Role="MuhasebeReferans_Sirket_Source" EntitySet="MuhasebeReferans" />
            <End Role="MuhasebeReferans_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Notlar_Kullanici" Association="Self.Notlar_Kullanici">
            <End Role="Notlar_Kullanici_Source" EntitySet="Notlar" />
            <End Role="Notlar_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="Notlar_NotHedefler" Association="Self.Notlar_NotHedefler">
            <End Role="Notlar_NotHedefler_Source" EntitySet="Notlar" />
            <End Role="Notlar_NotHedefler_Target" EntitySet="NotHedef" />
          </AssociationSet>
          <AssociationSet Name="NotHedefLog_Kullanici" Association="Self.NotHedefLog_Kullanici">
            <End Role="NotHedefLog_Kullanici_Source" EntitySet="NotHedefLog" />
            <End Role="NotHedefLog_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="NotHedefLog_NotHedef" Association="Self.NotHedefLog_NotHedef">
            <End Role="NotHedefLog_NotHedef_Source" EntitySet="NotHedefLog" />
            <End Role="NotHedefLog_NotHedef_Target" EntitySet="NotHedef" />
          </AssociationSet>
          <AssociationSet Name="OnayAdim_Sirket" Association="Self.OnayAdim_Sirket">
            <End Role="OnayAdim_Sirket_Source" EntitySet="OnayAdim" />
            <End Role="OnayAdim_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OnayAdimKullanici_Kullanici" Association="Self.OnayAdimKullanici_Kullanici">
            <End Role="OnayAdimKullanici_Kullanici_Source" EntitySet="OnayAdimKullanici" />
            <End Role="OnayAdimKullanici_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="OnayAdimKullanici_OnayAdim" Association="Self.OnayAdimKullanici_OnayAdim">
            <End Role="OnayAdimKullanici_OnayAdim_Source" EntitySet="OnayAdimKullanici" />
            <End Role="OnayAdimKullanici_OnayAdim_Target" EntitySet="OnayAdim" />
          </AssociationSet>
          <AssociationSet Name="OnayAdimKullanici_Sirket" Association="Self.OnayAdimKullanici_Sirket">
            <End Role="OnayAdimKullanici_Sirket_Source" EntitySet="OnayAdimKullanici" />
            <End Role="OnayAdimKullanici_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OrtakGrupDetay_OrtakGrup" Association="Self.OrtakGrupDetay_OrtakGrup">
            <End Role="OrtakGrupDetay_OrtakGrup_Source" EntitySet="OrtakGrupDetay" />
            <End Role="OrtakGrupDetay_OrtakGrup_Target" EntitySet="OrtakGrup" />
          </AssociationSet>
          <AssociationSet Name="OrtakGrupDetay_Sirket" Association="Self.OrtakGrupDetay_Sirket">
            <End Role="OrtakGrupDetay_Sirket_Source" EntitySet="OrtakGrupDetay" />
            <End Role="OrtakGrupDetay_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OrtakGrup_Sirket" Association="Self.OrtakGrup_Sirket">
            <End Role="OrtakGrup_Sirket_Source" EntitySet="OrtakGrup" />
            <End Role="OrtakGrup_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OutOfOrder_Oda" Association="Self.OutOfOrder_Oda">
            <End Role="OutOfOrder_Oda_Source" EntitySet="OutOfOrder" />
            <End Role="OutOfOrder_Oda_Target" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="OutOfOrderSira_OutOfOrder" Association="Self.OutOfOrderSira_OutOfOrder">
            <End Role="OutOfOrderSira_OutOfOrder_Source" EntitySet="OutOfOrderSira" />
            <End Role="OutOfOrderSira_OutOfOrder_Target" EntitySet="OutOfOrder" />
          </AssociationSet>
          <AssociationSet Name="OutOfOrderSira_Sirket" Association="Self.OutOfOrderSira_Sirket">
            <End Role="OutOfOrderSira_Sirket_Source" EntitySet="OutOfOrderSira" />
            <End Role="OutOfOrderSira_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OutOfOrder_Sirket" Association="Self.OutOfOrder_Sirket">
            <End Role="OutOfOrder_Sirket_Source" EntitySet="OutOfOrder" />
            <End Role="OutOfOrder_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="OzelKod_Sirket" Association="Self.OzelKod_Sirket">
            <End Role="OzelKod_Sirket_Source" EntitySet="OzelKod" />
            <End Role="OzelKod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PanYemek_Pansiyon" Association="Self.PanYemek_Pansiyon">
            <End Role="PanYemek_Pansiyon_Source" EntitySet="PanYemek" />
            <End Role="PanYemek_Pansiyon_Target" EntitySet="Pansiyon" />
          </AssociationSet>
          <AssociationSet Name="PanYemek_Sirket" Association="Self.PanYemek_Sirket">
            <End Role="PanYemek_Sirket_Source" EntitySet="PanYemek" />
            <End Role="PanYemek_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Pbelge_Sirket" Association="Self.Pbelge_Sirket">
            <End Role="Pbelge_Sirket_Source" EntitySet="Pbelge" />
            <End Role="Pbelge_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Parametre_Pbelge" Association="Self.Parametre_Pbelge">
            <End Role="Parametre_Pbelge_Source" EntitySet="Parametre" />
            <End Role="Parametre_Pbelge_Target" EntitySet="Pbelge" />
          </AssociationSet>
          <AssociationSet Name="Pkanun_Sirket" Association="Self.Pkanun_Sirket">
            <End Role="Pkanun_Sirket_Source" EntitySet="Pkanun" />
            <End Role="Pkanun_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Parametre_Pkanun" Association="Self.Parametre_Pkanun">
            <End Role="Parametre_Pkanun_Source" EntitySet="Parametre" />
            <End Role="Parametre_Pkanun_Target" EntitySet="Pkanun" />
          </AssociationSet>
          <AssociationSet Name="Parametre_Sirket" Association="Self.Parametre_Sirket">
            <End Role="Parametre_Sirket_Source" EntitySet="Parametre" />
            <End Role="Parametre_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Pavans_Hakedis" Association="Self.Pavans_Hakedis">
            <End Role="Pavans_Hakedis_Source" EntitySet="Pavans" />
            <End Role="Pavans_Hakedis_Target" EntitySet="Hakedis" />
          </AssociationSet>
          <AssociationSet Name="Pcikisneden_Sirket" Association="Self.Pcikisneden_Sirket">
            <End Role="Pcikisneden_Sirket_Source" EntitySet="Pcikisneden" />
            <End Role="Pcikisneden_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirket_Pcikisneden" Association="Self.PersonelSirket_Pcikisneden">
            <End Role="PersonelSirket_Pcikisneden_Source" EntitySet="PersonelSirket" />
            <End Role="PersonelSirket_Pcikisneden_Target" EntitySet="Pcikisneden" />
          </AssociationSet>
          <AssociationSet Name="Pdepkod_Sirket" Association="Self.Pdepkod_Sirket">
            <End Role="Pdepkod_Sirket_Source" EntitySet="Pdepkod" />
            <End Role="Pdepkod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirket_Pdepkod" Association="Self.PersonelSirket_Pdepkod">
            <End Role="PersonelSirket_Pdepkod_Source" EntitySet="PersonelSirket" />
            <End Role="PersonelSirket_Pdepkod_Target" EntitySet="Pdepkod" />
          </AssociationSet>
          <AssociationSet Name="Personel_Musteri" Association="Self.Personel_Musteri">
            <End Role="Personel_Musteri_Source" EntitySet="Personel" />
            <End Role="Personel_Musteri_Target" EntitySet="Musteri" />
          </AssociationSet>
          <AssociationSet Name="Personel_PersonelSirketler" Association="Self.Personel_PersonelSirketler">
            <End Role="Personel_PersonelSirketler_Source" EntitySet="Personel" />
            <End Role="Personel_PersonelSirketler_Target" EntitySet="PersonelSirket" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Pbelge" Association="Self.PersonelSirketEk_Pbelge">
            <End Role="PersonelSirketEk_Pbelge_Source" EntitySet="PersonelSirketEk" />
            <End Role="PersonelSirketEk_Pbelge_Target" EntitySet="Pbelge" />
          </AssociationSet>
          <AssociationSet Name="Pcalgrup_Sirket" Association="Self.Pcalgrup_Sirket">
            <End Role="Pcalgrup_Sirket_Source" EntitySet="Pcalgrup" />
            <End Role="Pcalgrup_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Pcalgrup" Association="Self.PersonelSirketEk_Pcalgrup">
            <End Role="PersonelSirketEk_Pcalgrup_Source" EntitySet="PersonelSirketEk" />
            <End Role="PersonelSirketEk_Pcalgrup_Target" EntitySet="Pcalgrup" />
          </AssociationSet>
          <AssociationSet Name="Pgorev_Sirket" Association="Self.Pgorev_Sirket">
            <End Role="Pgorev_Sirket_Source" EntitySet="Pmeslek" />
            <End Role="Pgorev_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Pgorev" Association="Self.PersonelSirketEk_Pgorev">
            <End Role="PersonelSirketEk_Pgorev_Source" EntitySet="PersonelSirketEk" />
            <End Role="PersonelSirketEk_Pgorev_Target" EntitySet="Pmeslek" />
          </AssociationSet>
          <AssociationSet Name="Piskolu_Sirket" Association="Self.Piskolu_Sirket">
            <End Role="Piskolu_Sirket_Source" EntitySet="Piskolu" />
            <End Role="Piskolu_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Piskolu" Association="Self.PersonelSirketEk_Piskolu">
            <End Role="PersonelSirketEk_Piskolu_Source" EntitySet="PersonelSirketEk" />
            <End Role="PersonelSirketEk_Piskolu_Target" EntitySet="Piskolu" />
          </AssociationSet>
          <AssociationSet Name="Piskur_Sirket" Association="Self.Piskur_Sirket">
            <End Role="Piskur_Sirket_Source" EntitySet="Piskur" />
            <End Role="Piskur_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Piskur" Association="Self.PersonelSirketEk_Piskur">
            <End Role="PersonelSirketEk_Piskur_Source" EntitySet="PersonelSirketEk" />
            <End Role="PersonelSirketEk_Piskur_Target" EntitySet="Piskur" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Pkanun" Association="Self.PersonelSirketEk_Pkanun">
            <End Role="PersonelSirketEk_Pkanun_Source" EntitySet="PersonelSirketEk" />
            <End Role="PersonelSirketEk_Pkanun_Target" EntitySet="Pkanun" />
          </AssociationSet>
          <AssociationSet Name="Ppozisyon_Sirket" Association="Self.Ppozisyon_Sirket">
            <End Role="Ppozisyon_Sirket_Source" EntitySet="Ppozisyon" />
            <End Role="Ppozisyon_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Ppozisyon" Association="Self.PersonelSirketEk_Ppozisyon">
            <End Role="PersonelSirketEk_Ppozisyon_Source" EntitySet="PersonelSirketEk" />
            <End Role="PersonelSirketEk_Ppozisyon_Target" EntitySet="Ppozisyon" />
          </AssociationSet>
          <AssociationSet Name="Psigorta_Sirket" Association="Self.Psigorta_Sirket">
            <End Role="Psigorta_Sirket_Source" EntitySet="Psigorta" />
            <End Role="Psigorta_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Psigorta" Association="Self.PersonelSirketEk_Psigorta">
            <End Role="PersonelSirketEk_Psigorta_Source" EntitySet="PersonelSirketEk" />
            <End Role="PersonelSirketEk_Psigorta_Target" EntitySet="Psigorta" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirket_PersonelSirketEk" Association="Self.PersonelSirket_PersonelSirketEk">
            <End Role="PersonelSirket_PersonelSirketEk_Source" EntitySet="PersonelSirket" />
            <End Role="PersonelSirket_PersonelSirketEk_Target" EntitySet="PersonelSirketEk" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirket_PSirket" Association="Self.PersonelSirket_PSirket">
            <End Role="PersonelSirket_PSirket_Source" EntitySet="PersonelSirket" />
            <End Role="PersonelSirket_PSirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Puantaj_Pbelge" Association="Self.Puantaj_Pbelge">
            <End Role="Puantaj_Pbelge_Source" EntitySet="Puantaj" />
            <End Role="Puantaj_Pbelge_Target" EntitySet="Pbelge" />
          </AssociationSet>
          <AssociationSet Name="Puantaj_Pdepkod" Association="Self.Puantaj_Pdepkod">
            <End Role="Puantaj_Pdepkod_Source" EntitySet="Puantaj" />
            <End Role="Puantaj_Pdepkod_Target" EntitySet="Pdepkod" />
          </AssociationSet>
          <AssociationSet Name="Peksikneden_Sirket" Association="Self.Peksikneden_Sirket">
            <End Role="Peksikneden_Sirket_Source" EntitySet="Peksikneden" />
            <End Role="Peksikneden_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Puantaj_Peksikneden" Association="Self.Puantaj_Peksikneden">
            <End Role="Puantaj_Peksikneden_Source" EntitySet="Puantaj" />
            <End Role="Puantaj_Peksikneden_Target" EntitySet="Peksikneden" />
          </AssociationSet>
          <AssociationSet Name="Puantaj_PersonelSirket" Association="Self.Puantaj_PersonelSirket">
            <End Role="Puantaj_PersonelSirket_Source" EntitySet="Puantaj" />
            <End Role="Puantaj_PersonelSirket_Target" EntitySet="PersonelSirket" />
          </AssociationSet>
          <AssociationSet Name="Puantaj_Pkanun" Association="Self.Puantaj_Pkanun">
            <End Role="Puantaj_Pkanun_Source" EntitySet="Puantaj" />
            <End Role="Puantaj_Pkanun_Target" EntitySet="Pkanun" />
          </AssociationSet>
          <AssociationSet Name="PuantajHakedis_Hakedis" Association="Self.PuantajHakedis_Hakedis">
            <End Role="PuantajHakedis_Hakedis_Source" EntitySet="PuantajHakedis" />
            <End Role="PuantajHakedis_Hakedis_Target" EntitySet="Hakedis" />
          </AssociationSet>
          <AssociationSet Name="PuantajHakedis_Puantaj" Association="Self.PuantajHakedis_Puantaj">
            <End Role="PuantajHakedis_Puantaj_Source" EntitySet="PuantajHakedis" />
            <End Role="PuantajHakedis_Puantaj_Target" EntitySet="Puantaj" />
          </AssociationSet>
          <AssociationSet Name="Puantaj_PuantajTahakkuk" Association="Self.Puantaj_PuantajTahakkuk">
            <End Role="Puantaj_PuantajTahakkuk_Source" EntitySet="Puantaj" />
            <End Role="Puantaj_PuantajTahakkuk_Target" EntitySet="PuantajTahakkuk" />
          </AssociationSet>
          <AssociationSet Name="Pavans_PersonelSirket" Association="Self.Pavans_PersonelSirket">
            <End Role="Pavans_PersonelSirket_Source" EntitySet="Pavans" />
            <End Role="Pavans_PersonelSirket_Target" EntitySet="PersonelSirket" />
          </AssociationSet>
          <AssociationSet Name="PcihazGrup_Sirket" Association="Self.PcihazGrup_Sirket">
            <End Role="PcihazGrup_Sirket_Source" EntitySet="PcihazGrup" />
            <End Role="PcihazGrup_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Pcihaz_PcihazGrup" Association="Self.Pcihaz_PcihazGrup">
            <End Role="Pcihaz_PcihazGrup_Source" EntitySet="Pcihaz" />
            <End Role="Pcihaz_PcihazGrup_Target" EntitySet="PcihazGrup" />
          </AssociationSet>
          <AssociationSet Name="Pcihaz_Sirket" Association="Self.Pcihaz_Sirket">
            <End Role="Pcihaz_Sirket_Source" EntitySet="Pcihaz" />
            <End Role="Pcihaz_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Pcizelge_PersonelSirket" Association="Self.Pcizelge_PersonelSirket">
            <End Role="Pcizelge_PersonelSirket_Source" EntitySet="Pcizelge" />
            <End Role="Pcizelge_PersonelSirket_Target" EntitySet="PersonelSirket" />
          </AssociationSet>
          <AssociationSet Name="PshiftHrk_Pshift" Association="Self.PshiftHrk_Pshift">
            <End Role="PshiftHrk_Pshift_Source" EntitySet="Pshifthrk" />
            <End Role="PshiftHrk_Pshift_Target" EntitySet="Pshift" />
          </AssociationSet>
          <AssociationSet Name="PshiftTipi_Sirket" Association="Self.PshiftTipi_Sirket">
            <End Role="PshiftTipi_Sirket_Source" EntitySet="Pshifttipi" />
            <End Role="PshiftTipi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PshiftHrk_PshiftTipi" Association="Self.PshiftHrk_PshiftTipi">
            <End Role="PshiftHrk_PshiftTipi_Source" EntitySet="Pshifthrk" />
            <End Role="PshiftHrk_PshiftTipi_Target" EntitySet="Pshifttipi" />
          </AssociationSet>
          <AssociationSet Name="Pshift_Sirket" Association="Self.Pshift_Sirket">
            <End Role="Pshift_Sirket_Source" EntitySet="Pshift" />
            <End Role="Pshift_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Pcizelge_Pshift" Association="Self.Pcizelge_Pshift">
            <End Role="Pcizelge_Pshift_Source" EntitySet="Pcizelge" />
            <End Role="Pcizelge_Pshift_Target" EntitySet="Pshift" />
          </AssociationSet>
          <AssociationSet Name="Psirket_Pebildirge" Association="Self.Psirket_Pebildirge">
            <End Role="Psirket_Pebildirge_Source" EntitySet="Psirket" />
            <End Role="Psirket_Pebildirge_Target" EntitySet="Pebildirges" />
          </AssociationSet>
          <AssociationSet Name="Psirket_Pentegrasyon" Association="Self.Psirket_Pentegrasyon">
            <End Role="Psirket_Pentegrasyon_Source" EntitySet="Psirket" />
            <End Role="Psirket_Pentegrasyon_Target" EntitySet="Pentegrasyon" />
          </AssociationSet>
          <AssociationSet Name="Psirket_Sirket" Association="Self.Psirket_Sirket">
            <End Role="Psirket_Sirket_Source" EntitySet="Psirket" />
            <End Role="Psirket_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Pkart_PersonelSirket" Association="Self.Pkart_PersonelSirket">
            <End Role="Pkart_PersonelSirket_Source" EntitySet="Pkart" />
            <End Role="Pkart_PersonelSirket_Target" EntitySet="PersonelSirket" />
          </AssociationSet>
          <AssociationSet Name="Pgircik_Pkart" Association="Self.Pgircik_Pkart">
            <End Role="Pgircik_Pkart_Source" EntitySet="Pgircik" />
            <End Role="Pgircik_Pkart_Target" EntitySet="Pkart" />
          </AssociationSet>
          <AssociationSet Name="Pkat_Sirket" Association="Self.Pkat_Sirket">
            <End Role="Pkat_Sirket_Source" EntitySet="Pkat" />
            <End Role="Pkat_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosAltGrup_Sirket" Association="Self.PosAltGrup_Sirket">
            <End Role="PosAltGrup_Sirket_Source" EntitySet="PosAltGrup" />
            <End Role="PosAltGrup_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosCari_Sirket" Association="Self.PosCari_Sirket">
            <End Role="PosCari_Sirket_Source" EntitySet="PosCari" />
            <End Role="PosCari_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_Depkod" Association="Self.PosDepBaglanti_Depkod">
            <End Role="PosDepBaglanti_Depkod_Source" EntitySet="PosDepBaglanti" />
            <End Role="PosDepBaglanti_Depkod_Target" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_DepkodIndirim" Association="Self.PosDepBaglanti_DepkodIndirim">
            <End Role="PosDepBaglanti_DepkodIndirim_Source" EntitySet="PosDepBaglanti" />
            <End Role="PosDepBaglanti_DepkodIndirim_Target" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_PosAltKategoriler" Association="Self.PosDepBaglanti_PosAltKategoriler">
            <End Role="PosDepBaglanti_PosAltKategoriler_Source" EntitySet="PosDepBaglanti" />
            <End Role="PosDepBaglanti_PosAltKategoriler_Target" EntitySet="PosAltKategoriler" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_PosDep" Association="Self.PosDepBaglanti_PosDep">
            <End Role="PosDepBaglanti_PosDep_Source" EntitySet="PosDepBaglanti" />
            <End Role="PosDepBaglanti_PosDep_Target" EntitySet="PosDep" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_PosKdvTipi" Association="Self.PosDepBaglanti_PosKdvTipi">
            <End Role="PosDepBaglanti_PosKdvTipi_Source" EntitySet="PosDepBaglanti" />
            <End Role="PosDepBaglanti_PosKdvTipi_Target" EntitySet="PosKdvTipi" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_PosSatKod" Association="Self.PosDepBaglanti_PosSatKod">
            <End Role="PosDepBaglanti_PosSatKod_Source" EntitySet="PosDepBaglanti" />
            <End Role="PosDepBaglanti_PosSatKod_Target" EntitySet="PosSatKod" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_Sirket" Association="Self.PosDepBaglanti_Sirket">
            <End Role="PosDepBaglanti_Sirket_Source" EntitySet="PosDepBaglanti" />
            <End Role="PosDepBaglanti_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosDepSaat_Sirket" Association="Self.PosDepSaat_Sirket">
            <End Role="PosDepSaat_Sirket_Source" EntitySet="PosDepSaat" />
            <End Role="PosDepSaat_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosKart_Folio" Association="Self.PosKart_Folio">
            <End Role="PosKart_Folio_Source" EntitySet="PosKart" />
            <End Role="PosKart_Folio_Target" EntitySet="Folio" />
          </AssociationSet>
          <AssociationSet Name="PosKart_PosOdenmezIkram" Association="Self.PosKart_PosOdenmezIkram">
            <End Role="PosKart_PosOdenmezIkram_Source" EntitySet="PosKart" />
            <End Role="PosKart_PosOdenmezIkram_Target" EntitySet="PosOdenmezIkram" />
          </AssociationSet>
          <AssociationSet Name="PosKart_Sirket" Association="Self.PosKart_Sirket">
            <End Role="PosKart_Sirket_Source" EntitySet="PosKart" />
            <End Role="PosKart_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosPansiyonDerece_Pansiyon" Association="Self.PosPansiyonDerece_Pansiyon">
            <End Role="PosPansiyonDerece_Pansiyon_Source" EntitySet="PosPansiyonDerece" />
            <End Role="PosPansiyonDerece_Pansiyon_Target" EntitySet="Pansiyon" />
          </AssociationSet>
          <AssociationSet Name="PosPrintSignals_PosSipAna" Association="Self.PosPrintSignals_PosSipAna">
            <End Role="PosPrintSignals_PosSipAna_Source" EntitySet="PosPrintSignals" />
            <End Role="PosPrintSignals_PosSipAna_Target" EntitySet="PosSipAna" />
          </AssociationSet>
          <AssociationSet Name="PostingTarih_Depkod" Association="Self.PostingTarih_Depkod">
            <End Role="PostingTarih_Depkod_Source" EntitySet="PostingTarih" />
            <End Role="PostingTarih_Depkod_Target" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="PostingTarih_Sirket" Association="Self.PostingTarih_Sirket">
            <End Role="PostingTarih_Sirket_Source" EntitySet="PostingTarih" />
            <End Role="PostingTarih_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosTopUrunler_PosDep" Association="Self.PosTopUrunler_PosDep">
            <End Role="PosTopUrunler_PosDep_Source" EntitySet="PosTopUrunler" />
            <End Role="PosTopUrunler_PosDep_Target" EntitySet="PosDep" />
          </AssociationSet>
          <AssociationSet Name="PosTopUrunler_PosSatKod" Association="Self.PosTopUrunler_PosSatKod">
            <End Role="PosTopUrunler_PosSatKod_Source" EntitySet="PosTopUrunler" />
            <End Role="PosTopUrunler_PosSatKod_Target" EntitySet="PosSatKod" />
          </AssociationSet>
          <AssociationSet Name="PosVaryant_Sirket" Association="Self.PosVaryant_Sirket">
            <End Role="PosVaryant_Sirket_Source" EntitySet="PosVaryant" />
            <End Role="PosVaryant_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciBaglanti_PosAltKategoriler" Association="Self.PosYaziciBaglanti_PosAltKategoriler">
            <End Role="PosYaziciBaglanti_PosAltKategoriler_Source" EntitySet="PosYaziciBaglanti" />
            <End Role="PosYaziciBaglanti_PosAltKategoriler_Target" EntitySet="PosAltKategoriler" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciBaglanti_PosDep" Association="Self.PosYaziciBaglanti_PosDep">
            <End Role="PosYaziciBaglanti_PosDep_Source" EntitySet="PosYaziciBaglanti" />
            <End Role="PosYaziciBaglanti_PosDep_Target" EntitySet="PosDep" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciBaglanti_PosSatKod" Association="Self.PosYaziciBaglanti_PosSatKod">
            <End Role="PosYaziciBaglanti_PosSatKod_Source" EntitySet="PosYaziciBaglanti" />
            <End Role="PosYaziciBaglanti_PosSatKod_Target" EntitySet="PosSatKod" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciDizayn_Sirket" Association="Self.PosYaziciDizayn_Sirket">
            <End Role="PosYaziciDizayn_Sirket_Source" EntitySet="PosYaziciDizayn" />
            <End Role="PosYaziciDizayn_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciBaglanti_PosYaziciDizayn" Association="Self.PosYaziciBaglanti_PosYaziciDizayn">
            <End Role="PosYaziciBaglanti_PosYaziciDizayn_Source" EntitySet="PosYaziciBaglanti" />
            <End Role="PosYaziciBaglanti_PosYaziciDizayn_Target" EntitySet="PosYaziciDizayn" />
          </AssociationSet>
          <AssociationSet Name="PosYazicilar_Sirket" Association="Self.PosYazicilar_Sirket">
            <End Role="PosYazicilar_Sirket_Source" EntitySet="PosYazıcılar" />
            <End Role="PosYazicilar_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciBaglanti_PosYazicilar" Association="Self.PosYaziciBaglanti_PosYazicilar">
            <End Role="PosYaziciBaglanti_PosYazicilar_Source" EntitySet="PosYaziciBaglanti" />
            <End Role="PosYaziciBaglanti_PosYazicilar_Target" EntitySet="PosYazıcılar" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciBaglanti_Sirket" Association="Self.PosYaziciBaglanti_Sirket">
            <End Role="PosYaziciBaglanti_Sirket_Source" EntitySet="PosYaziciBaglanti" />
            <End Role="PosYaziciBaglanti_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Pozevrak_Sirket" Association="Self.Pozevrak_Sirket">
            <End Role="Pozevrak_Sirket_Source" EntitySet="Pozevrak" />
            <End Role="Pozevrak_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="ProHrk_IsYeri" Association="Self.ProHrk_IsYeri">
            <End Role="ProHrk_IsYeri_Source" EntitySet="ProHrk" />
            <End Role="ProHrk_IsYeri_Target" EntitySet="IsYeri" />
          </AssociationSet>
          <AssociationSet Name="Pzimmet_Pkat" Association="Self.Pzimmet_Pkat">
            <End Role="Pzimmet_Pkat_Source" EntitySet="Pzimmet" />
            <End Role="Pzimmet_Pkat_Target" EntitySet="Pkat" />
          </AssociationSet>
          <AssociationSet Name="Pzimmet_Sirket" Association="Self.Pzimmet_Sirket">
            <End Role="Pzimmet_Sirket_Source" EntitySet="Pzimmet" />
            <End Role="Pzimmet_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="RaporFiltreKisitlar_RaporFiltre" Association="Self.RaporFiltreKisitlar_RaporFiltre">
            <End Role="RaporFiltreKisitlar_RaporFiltre_Source" EntitySet="RaporFiltreKisitlar" />
            <End Role="RaporFiltreKisitlar_RaporFiltre_Target" EntitySet="RaporFiltre" />
          </AssociationSet>
          <AssociationSet Name="RaporFiltreLog_RaporFiltre" Association="Self.RaporFiltreLog_RaporFiltre">
            <End Role="RaporFiltreLog_RaporFiltre_Source" EntitySet="RaporFiltreLog" />
            <End Role="RaporFiltreLog_RaporFiltre_Target" EntitySet="RaporFiltre" />
          </AssociationSet>
          <AssociationSet Name="RaporLog_raporfiltrelog" Association="Self.RaporLog_raporfiltrelog">
            <End Role="RaporLog_raporfiltrelog_Source" EntitySet="RaporLog" />
            <End Role="RaporLog_raporfiltrelog_Target" EntitySet="RaporFiltreLog" />
          </AssociationSet>
          <AssociationSet Name="RaporLogAna_Kullanici" Association="Self.RaporLogAna_Kullanici">
            <End Role="RaporLogAna_Kullanici_Source" EntitySet="RaporLogAna" />
            <End Role="RaporLogAna_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="ResmiSirket_Sirket" Association="Self.ResmiSirket_Sirket">
            <End Role="ResmiSirket_Sirket_Source" EntitySet="ResmiSirket" />
            <End Role="ResmiSirket_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="RestKullanici_Kullanici" Association="Self.RestKullanici_Kullanici">
            <End Role="RestKullanici_Kullanici_Source" EntitySet="RestKullanici" />
            <End Role="RestKullanici_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="RestKullanici_RestoranBolumMasaTanim" Association="Self.RestKullanici_RestoranBolumMasaTanim">
            <End Role="RestKullanici_RestoranBolumMasaTanim_Source" EntitySet="RestKullanici" />
            <End Role="RestKullanici_RestoranBolumMasaTanim_Target" EntitySet="RestoranBolumMasaTanim" />
          </AssociationSet>
          <AssociationSet Name="RestKullanici_Sirket" Association="Self.RestKullanici_Sirket">
            <End Role="RestKullanici_Sirket_Source" EntitySet="RestKullanici" />
            <End Role="RestKullanici_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="RestoranAcKapat_RestoranBolumMasaTanim" Association="Self.RestoranAcKapat_RestoranBolumMasaTanim">
            <End Role="RestoranAcKapat_RestoranBolumMasaTanim_Source" EntitySet="RestoranAcKapa" />
            <End Role="RestoranAcKapat_RestoranBolumMasaTanim_Target" EntitySet="RestoranBolumMasaTanim" />
          </AssociationSet>
          <AssociationSet Name="Santral_Depkod" Association="Self.Santral_Depkod">
            <End Role="Santral_Depkod_Source" EntitySet="Santral" />
            <End Role="Santral_Depkod_Target" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="Santral_Doviz" Association="Self.Santral_Doviz">
            <End Role="Santral_Doviz_Source" EntitySet="Santral" />
            <End Role="Santral_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="Santral_Sirket" Association="Self.Santral_Sirket">
            <End Role="Santral_Sirket_Source" EntitySet="Santral" />
            <End Role="Santral_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SatAnlasmaAna_Kurumsal" Association="Self.SatAnlasmaAna_Kurumsal">
            <End Role="SatAnlasmaAna_Kurumsal_Source" EntitySet="SatAnlasmaAna" />
            <End Role="SatAnlasmaAna_Kurumsal_Target" EntitySet="Kurumsal" />
          </AssociationSet>
          <AssociationSet Name="SatAnlasmaDetay_SatAnlasmaAna" Association="Self.SatAnlasmaDetay_SatAnlasmaAna">
            <End Role="SatAnlasmaDetay_SatAnlasmaAna_Source" EntitySet="SatAnlasmaDetay" />
            <End Role="SatAnlasmaDetay_SatAnlasmaAna_Target" EntitySet="SatAnlasmaAna" />
          </AssociationSet>
          <AssociationSet Name="SatAnlasmaDetay_Sirket" Association="Self.SatAnlasmaDetay_Sirket">
            <End Role="SatAnlasmaDetay_Sirket_Source" EntitySet="SatAnlasmaDetay" />
            <End Role="SatAnlasmaDetay_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SatAnlasmaDetay_Urun" Association="Self.SatAnlasmaDetay_Urun">
            <End Role="SatAnlasmaDetay_Urun_Source" EntitySet="SatAnlasmaDetay" />
            <End Role="SatAnlasmaDetay_Urun_Target" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="SatAnlasmaDetay_UrunMarka" Association="Self.SatAnlasmaDetay_UrunMarka">
            <End Role="SatAnlasmaDetay_UrunMarka_Source" EntitySet="SatAnlasmaDetay" />
            <End Role="SatAnlasmaDetay_UrunMarka_Target" EntitySet="UrunMarkas" />
          </AssociationSet>
          <AssociationSet Name="SatAnlasmaAna_Sirket" Association="Self.SatAnlasmaAna_Sirket">
            <End Role="SatAnlasmaAna_Sirket_Source" EntitySet="SatAnlasmaAna" />
            <End Role="SatAnlasmaAna_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SatKurumsal_Kurumsal" Association="Self.SatKurumsal_Kurumsal">
            <End Role="SatKurumsal_Kurumsal_Source" EntitySet="SatKurumsal" />
            <End Role="SatKurumsal_Kurumsal_Target" EntitySet="Kurumsal" />
          </AssociationSet>
          <AssociationSet Name="SatKurumsalELogin_SatKurumsal" Association="Self.SatKurumsalELogin_SatKurumsal">
            <End Role="SatKurumsalELogin_SatKurumsal_Source" EntitySet="SatKurumsalELogin" />
            <End Role="SatKurumsalELogin_SatKurumsal_Target" EntitySet="SatKurumsal" />
          </AssociationSet>
          <AssociationSet Name="SipHrkTeklif_SatKurumsal" Association="Self.SipHrkTeklif_SatKurumsal">
            <End Role="SipHrkTeklif_SatKurumsal_Source" EntitySet="SipHrkTeklif" />
            <End Role="SipHrkTeklif_SatKurumsal_Target" EntitySet="SatKurumsal" />
          </AssociationSet>
          <AssociationSet Name="SipMik_DepartmanAna" Association="Self.SipMik_DepartmanAna">
            <End Role="SipMik_DepartmanAna_Source" EntitySet="SipMik" />
            <End Role="SipMik_DepartmanAna_Target" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="SatOzelKod_SatOzelKodGrupIcerikler" Association="Self.SatOzelKod_SatOzelKodGrupIcerikler">
            <End Role="SatOzelKod_SatOzelKodGrupIcerikler_Source" EntitySet="SatOzelKods" />
            <End Role="SatOzelKod_SatOzelKodGrupIcerikler_Target" EntitySet="SatOzelKodIceriks" />
          </AssociationSet>
          <AssociationSet Name="SatOzelKod_Sirket" Association="Self.SatOzelKod_Sirket">
            <End Role="SatOzelKod_Sirket_Source" EntitySet="SatOzelKods" />
            <End Role="SatOzelKod_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SatOzelKodIcerik_Sirket" Association="Self.SatOzelKodIcerik_Sirket">
            <End Role="SatOzelKodIcerik_Sirket_Source" EntitySet="SatOzelKodIceriks" />
            <End Role="SatOzelKodIcerik_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SatOzelKodBaglanti_SatOzelKodIcerik" Association="Self.SatOzelKodBaglanti_SatOzelKodIcerik">
            <End Role="SatOzelKodBaglanti_SatOzelKodIcerik_Source" EntitySet="SatOzelKodBaglantis" />
            <End Role="SatOzelKodBaglanti_SatOzelKodIcerik_Target" EntitySet="SatOzelKodIceriks" />
          </AssociationSet>
          <AssociationSet Name="SatOzelKodBaglanti_SipMik" Association="Self.SatOzelKodBaglanti_SipMik">
            <End Role="SatOzelKodBaglanti_SipMik_Source" EntitySet="SatOzelKodBaglantis" />
            <End Role="SatOzelKodBaglanti_SipMik_Target" EntitySet="SipMik" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_DepartmanAna" Association="Self.SipHrkDetay_DepartmanAna">
            <End Role="SipHrkDetay_DepartmanAna_Source" EntitySet="SipHrkDetay" />
            <End Role="SipHrkDetay_DepartmanAna_Target" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_OnayAdim" Association="Self.SipHrkDetay_OnayAdim">
            <End Role="SipHrkDetay_OnayAdim_Source" EntitySet="SipHrkDetay" />
            <End Role="SipHrkDetay_OnayAdim_Target" EntitySet="OnayAdim" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupKurumsal_SatKurumsal" Association="Self.SatUrunGrupKurumsal_SatKurumsal">
            <End Role="SatUrunGrupKurumsal_SatKurumsal_Source" EntitySet="SatUrunGrupKurumsal" />
            <End Role="SatUrunGrupKurumsal_SatKurumsal_Target" EntitySet="SatKurumsal" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupKurumsal_SatUrunGrup" Association="Self.SatUrunGrupKurumsal_SatUrunGrup">
            <End Role="SatUrunGrupKurumsal_SatUrunGrup_Source" EntitySet="SatUrunGrupKurumsal" />
            <End Role="SatUrunGrupKurumsal_SatUrunGrup_Target" EntitySet="SatUrunGrup" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupKurumsal_Sirket" Association="Self.SatUrunGrupKurumsal_Sirket">
            <End Role="SatUrunGrupKurumsal_Sirket_Source" EntitySet="SatUrunGrupKurumsal" />
            <End Role="SatUrunGrupKurumsal_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupMail_SatUrunGrup" Association="Self.SatUrunGrupMail_SatUrunGrup">
            <End Role="SatUrunGrupMail_SatUrunGrup_Source" EntitySet="SatUrunGrupMail" />
            <End Role="SatUrunGrupMail_SatUrunGrup_Target" EntitySet="SatUrunGrup" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupMail_Sirket" Association="Self.SatUrunGrupMail_Sirket">
            <End Role="SatUrunGrupMail_Sirket_Source" EntitySet="SatUrunGrupMail" />
            <End Role="SatUrunGrupMail_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupUrun_Envanter" Association="Self.SatUrunGrupUrun_Envanter">
            <End Role="SatUrunGrupUrun_Envanter_Source" EntitySet="SatUrunGrupUrun" />
            <End Role="SatUrunGrupUrun_Envanter_Target" EntitySet="Envanter" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupUrun_SatUrunGrup" Association="Self.SatUrunGrupUrun_SatUrunGrup">
            <End Role="SatUrunGrupUrun_SatUrunGrup_Source" EntitySet="SatUrunGrupUrun" />
            <End Role="SatUrunGrupUrun_SatUrunGrup_Target" EntitySet="SatUrunGrup" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupUrun_Urun" Association="Self.SatUrunGrupUrun_Urun">
            <End Role="SatUrunGrupUrun_Urun_Source" EntitySet="SatUrunGrupUrun" />
            <End Role="SatUrunGrupUrun_Urun_Target" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrup_Sirket" Association="Self.SatUrunGrup_Sirket">
            <End Role="SatUrunGrup_Sirket_Source" EntitySet="SatUrunGrup" />
            <End Role="SatUrunGrup_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SipHrkAna_SatUrunGrup" Association="Self.SipHrkAna_SatUrunGrup">
            <End Role="SipHrkAna_SatUrunGrup_Source" EntitySet="SipHrkAna" />
            <End Role="SipHrkAna_SatUrunGrup_Target" EntitySet="SatUrunGrup" />
          </AssociationSet>
          <AssociationSet Name="SipHrkAna_SipHrkDetaylar" Association="Self.SipHrkAna_SipHrkDetaylar">
            <End Role="SipHrkAna_SipHrkDetaylar_Source" EntitySet="SipHrkAna" />
            <End Role="SipHrkAna_SipHrkDetaylar_Target" EntitySet="SipHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="SipHrkAna_Sirket" Association="Self.SipHrkAna_Sirket">
            <End Role="SipHrkAna_Sirket_Source" EntitySet="SipHrkAna" />
            <End Role="SipHrkAna_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_SipHrkDetayAsama" Association="Self.SipHrkDetay_SipHrkDetayAsama">
            <End Role="SipHrkDetay_SipHrkDetayAsama_Source" EntitySet="SipHrkDetay" />
            <End Role="SipHrkDetay_SipHrkDetayAsama_Target" EntitySet="SipHrkDetayAsamas" />
          </AssociationSet>
          <AssociationSet Name="SipHrkOnay_Kullanici" Association="Self.SipHrkOnay_Kullanici">
            <End Role="SipHrkOnay_Kullanici_Source" EntitySet="SipHrkOnay" />
            <End Role="SipHrkOnay_Kullanici_Target" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="SipHrkOnay_SatKurumsal" Association="Self.SipHrkOnay_SatKurumsal">
            <End Role="SipHrkOnay_SatKurumsal_Source" EntitySet="SipHrkOnay" />
            <End Role="SipHrkOnay_SatKurumsal_Target" EntitySet="SatKurumsal" />
          </AssociationSet>
          <AssociationSet Name="SipHrkOnay_SipHrkDetay" Association="Self.SipHrkOnay_SipHrkDetay">
            <End Role="SipHrkOnay_SipHrkDetay_Source" EntitySet="SipHrkOnay" />
            <End Role="SipHrkOnay_SipHrkDetay_Target" EntitySet="SipHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_SipMikler" Association="Self.SipHrkDetay_SipMikler">
            <End Role="SipHrkDetay_SipMikler_Source" EntitySet="SipHrkDetay" />
            <End Role="SipHrkDetay_SipMikler_Target" EntitySet="SipMik" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_Sirket" Association="Self.SipHrkDetay_Sirket">
            <End Role="SipHrkDetay_Sirket_Source" EntitySet="SipHrkDetay" />
            <End Role="SipHrkDetay_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_Urun" Association="Self.SipHrkDetay_Urun">
            <End Role="SipHrkDetay_Urun_Source" EntitySet="SipHrkDetay" />
            <End Role="SipHrkDetay_Urun_Target" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_UrunMarka" Association="Self.SipHrkDetay_UrunMarka">
            <End Role="SipHrkDetay_UrunMarka_Source" EntitySet="SipHrkDetay" />
            <End Role="SipHrkDetay_UrunMarka_Target" EntitySet="UrunMarkas" />
          </AssociationSet>
          <AssociationSet Name="SipMik_SipHrkTeklifler" Association="Self.SipMik_SipHrkTeklifler">
            <End Role="SipMik_SipHrkTeklifler_Source" EntitySet="SipMik" />
            <End Role="SipMik_SipHrkTeklifler_Target" EntitySet="SipHrkTeklif" />
          </AssociationSet>
          <AssociationSet Name="SatKurumsal_Sirket" Association="Self.SatKurumsal_Sirket">
            <End Role="SatKurumsal_Sirket_Source" EntitySet="SatKurumsal" />
            <End Role="SatKurumsal_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAna_DepartmanAna" Association="Self.SayimHrkAna_DepartmanAna">
            <End Role="SayimHrkAna_DepartmanAna_Source" EntitySet="SayimHrkAna" />
            <End Role="SayimHrkAna_DepartmanAna_Target" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAnaBaglanti_SayimHrkAna" Association="Self.SayimHrkAnaBaglanti_SayimHrkAna">
            <End Role="SayimHrkAnaBaglanti_SayimHrkAna_Source" EntitySet="SayimHrkAnaBaglantis" />
            <End Role="SayimHrkAnaBaglanti_SayimHrkAna_Target" EntitySet="SayimHrkAna" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAnaBaglanti_Sirket" Association="Self.SayimHrkAnaBaglanti_Sirket">
            <End Role="SayimHrkAnaBaglanti_Sirket_Source" EntitySet="SayimHrkAnaBaglantis" />
            <End Role="SayimHrkAnaBaglanti_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAnaBaglanti_StokhrkAna" Association="Self.SayimHrkAnaBaglanti_StokhrkAna">
            <End Role="SayimHrkAnaBaglanti_StokhrkAna_Source" EntitySet="SayimHrkAnaBaglantis" />
            <End Role="SayimHrkAnaBaglanti_StokhrkAna_Target" EntitySet="StokhrkAna" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAnaGrup_SayimHrkAnalar" Association="Self.SayimHrkAnaGrup_SayimHrkAnalar">
            <End Role="SayimHrkAnaGrup_SayimHrkAnalar_Source" EntitySet="SayimHrkAnaGrup" />
            <End Role="SayimHrkAnaGrup_SayimHrkAnalar_Target" EntitySet="SayimHrkAna" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAna_Sirket" Association="Self.SayimHrkAna_Sirket">
            <End Role="SayimHrkAna_Sirket_Source" EntitySet="SayimHrkAna" />
            <End Role="SayimHrkAna_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAna_StokhrkAna" Association="Self.SayimHrkAna_StokhrkAna">
            <End Role="SayimHrkAna_StokhrkAna_Source" EntitySet="SayimHrkAna" />
            <End Role="SayimHrkAna_StokhrkAna_Target" EntitySet="StokhrkAna" />
          </AssociationSet>
          <AssociationSet Name="Servisler_Rapor" Association="Self.Servisler_Rapor">
            <End Role="Servisler_Rapor_Source" EntitySet="Servisler" />
            <End Role="Servisler_Rapor_Target" EntitySet="Rapor" />
          </AssociationSet>
          <AssociationSet Name="ServislerBaglanti_Servisler" Association="Self.ServislerBaglanti_Servisler">
            <End Role="ServislerBaglanti_Servisler_Source" EntitySet="ServislerBaglanti" />
            <End Role="ServislerBaglanti_Servisler_Target" EntitySet="Servisler" />
          </AssociationSet>
          <AssociationSet Name="ServislerBaglanti_Sirket" Association="Self.ServislerBaglanti_Sirket">
            <End Role="ServislerBaglanti_Sirket_Source" EntitySet="ServislerBaglanti" />
            <End Role="ServislerBaglanti_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="Servisler_Sirket" Association="Self.Servisler_Sirket">
            <End Role="Servisler_Sirket_Source" EntitySet="Servisler" />
            <End Role="Servisler_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="StokhrkIskonto_Sirket" Association="Self.StokhrkIskonto_Sirket">
            <End Role="StokhrkIskonto_Sirket_Source" EntitySet="StokhrkIskonto" />
            <End Role="StokhrkIskonto_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="StokhrkIskonto_StokhrkDetay" Association="Self.StokhrkIskonto_StokhrkDetay">
            <End Role="StokhrkIskonto_StokhrkDetay_Source" EntitySet="StokhrkIskonto" />
            <End Role="StokhrkIskonto_StokhrkDetay_Target" EntitySet="StokhrkDetay" />
          </AssociationSet>
          <AssociationSet Name="SubeKodu_Sirket" Association="Self.SubeKodu_Sirket">
            <End Role="SubeKodu_Sirket_Source" EntitySet="SubeKodlari" />
            <End Role="SubeKodu_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="SubeKodu_UstKirilim" Association="Self.SubeKodu_UstKirilim">
            <End Role="SubeKodu_UstKirilim_Source" EntitySet="SubeKodlari" />
            <End Role="SubeKodu_UstKirilim_Target" EntitySet="SubeKodlari" />
          </AssociationSet>
          <AssociationSet Name="UrunFiyatTipi_Doviz" Association="Self.UrunFiyatTipi_Doviz">
            <End Role="UrunFiyatTipi_Doviz_Source" EntitySet="UrunFiyatTipi" />
            <End Role="UrunFiyatTipi_Doviz_Target" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="UrunFiyatTipi_Sirket" Association="Self.UrunFiyatTipi_Sirket">
            <End Role="UrunFiyatTipi_Sirket_Source" EntitySet="UrunFiyatTipi" />
            <End Role="UrunFiyatTipi_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="UrunKdvHesap_GirisHesap" Association="Self.UrunKdvHesap_GirisHesap">
            <End Role="UrunKdvHesap_GirisHesap_Source" EntitySet="UrunKdvHesap" />
            <End Role="UrunKdvHesap_GirisHesap_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="UrunKdvHesap_IadeHesap" Association="Self.UrunKdvHesap_IadeHesap">
            <End Role="UrunKdvHesap_IadeHesap_Source" EntitySet="UrunKdvHesap" />
            <End Role="UrunKdvHesap_IadeHesap_Target" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="UrunKdvHesap_Kdv" Association="Self.UrunKdvHesap_Kdv">
            <End Role="UrunKdvHesap_Kdv_Source" EntitySet="UrunKdvHesap" />
            <End Role="UrunKdvHesap_Kdv_Target" EntitySet="Kdv" />
          </AssociationSet>
          <AssociationSet Name="UrunKdvHesap_Sirket" Association="Self.UrunKdvHesap_Sirket">
            <End Role="UrunKdvHesap_Sirket_Source" EntitySet="UrunKdvHesap" />
            <End Role="UrunKdvHesap_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="VergiTevkifatIstisna_Sirket" Association="Self.VergiTevkifatIstisna_Sirket">
            <End Role="VergiTevkifatIstisna_Sirket_Source" EntitySet="VergiTevkifatIstisna" />
            <End Role="VergiTevkifatIstisna_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
          <AssociationSet Name="VergiTevkifatIstisna_UstKirilim" Association="Self.VergiTevkifatIstisna_UstKirilim">
            <End Role="VergiTevkifatIstisna_UstKirilim_Source" EntitySet="VergiTevkifatIstisna" />
            <End Role="VergiTevkifatIstisna_UstKirilim_Target" EntitySet="SubeKodlari" />
          </AssociationSet>
          <AssociationSet Name="Widget_Sirket" Association="Self.Widget_Sirket">
            <End Role="Widget_Sirket_Source" EntitySet="Widget" />
            <End Role="Widget_Sirket_Target" EntitySet="Sirket" />
          </AssociationSet>
        </EntityContainer>
      </Schema>
    </ConceptualModels>
    <Mappings>
      <Mapping Space="C-S" xmlns="http://schemas.microsoft.com/ado/2009/11/mapping/cs">
        <EntityContainerMapping StorageEntityContainer="CodeFirstDatabase" CdmEntityContainer="AsyasoftContext">
          <EntitySetMapping Name="Acenta">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Acenta">
              <MappingFragment StoreEntitySet="Acenta">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KTumBilbordId" ColumnName="ktumbilbordid" />
                <ScalarProperty Name="TumBilbordId" ColumnName="tumbilbordid" />
                <ScalarProperty Name="MerkezAcentaId" ColumnName="merkezacentaid" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="OnbReferansId" ColumnName="onbreferansid" />
                <ScalarProperty Name="FormulId" ColumnName="formulid" />
                <ScalarProperty Name="OdemeHatirlatma" ColumnName="odemehatirlatma" />
                <ScalarProperty Name="AvansOrani" ColumnName="avansorani" />
                <ScalarProperty Name="DisKomisyon" ColumnName="diskomisyon" />
                <ScalarProperty Name="TumFaturaVirman" ColumnName="tumfaturavirman" />
                <ScalarProperty Name="SchauinslandKodu" ColumnName="schauinslandkodu" />
                <ScalarProperty Name="ToplamdanYuvarlama" ColumnName="toplamdanyuvarlama" />
                <ScalarProperty Name="OnlineAcenta" ColumnName="onlineacenta" />
                <ScalarProperty Name="Munferit" ColumnName="munferit" />
                <ScalarProperty Name="VoucherAdet" ColumnName="voucheradet" />
                <ScalarProperty Name="MinGeceleme" ColumnName="mingeceleme" />
                <ScalarProperty Name="EnDusukFiyat" ColumnName="endusukfiyat" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AcentaMail">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AcentaMail">
              <MappingFragment StoreEntitySet="AcentaMail">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="AcentaId" ColumnName="acentaid" />
                <ScalarProperty Name="MailIslemId" ColumnName="mailislemid" />
                <ScalarProperty Name="AliciTipi" ColumnName="alicitipi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MailIslem">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MailIslem">
              <MappingFragment StoreEntitySet="MailIslem">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="EmailId" ColumnName="emailid" />
                <ScalarProperty Name="MailIslemTipi" ColumnName="mailislemtipi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Email">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Email">
              <MappingFragment StoreEntitySet="Email">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="EmailText" ColumnName="emailtext" />
                <ScalarProperty Name="Sifre" ColumnName="sifre" />
                <ScalarProperty Name="MailSunucuId" ColumnName="mailsunucuid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MailSunucu">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MailSunucu">
              <MappingFragment StoreEntitySet="MailSunucu">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Port" ColumnName="port" />
                <ScalarProperty Name="Host" ColumnName="host" />
                <ScalarProperty Name="Ssl" ColumnName="ssl" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Sirket">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Sirket">
              <MappingFragment StoreEntitySet="Sirket">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="UstId" ColumnName="ustid" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="Sifre" ColumnName="sifre" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SirketGrupSirket">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SirketGrupSirket">
              <MappingFragment StoreEntitySet="SirketGrupSirket">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="SirketGrupId" ColumnName="sirketgrupid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SirketGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SirketGrup">
              <MappingFragment StoreEntitySet="SirketGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SirketKullanici">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SirketKullanici">
              <MappingFragment StoreEntitySet="SirketKullanici">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Kullanici">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Kullanici">
              <MappingFragment StoreEntitySet="Kullanici">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="Sifre" ColumnName="sifre" />
                <ScalarProperty Name="UpgradeSifre" ColumnName="upgradesifre" />
                <ScalarProperty Name="Skin" ColumnName="skin" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AlanYetkiKullanici">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AlanYetkiKullanici">
              <MappingFragment StoreEntitySet="AlanYetkiKullanici">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="AlanYetkiId" ColumnName="alanyetkiid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AlanYetki">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AlanYetki">
              <MappingFragment StoreEntitySet="AlanYetki">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ModelId" ColumnName="modelid" />
                <ScalarProperty Name="Alan" ColumnName="alan" />
                <ScalarProperty Name="Gorur" ColumnName="gorur" />
                <ScalarProperty Name="Degistirir" ColumnName="degistirir" />
                <ScalarProperty Name="Anonymous" ColumnName="anonymous" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AlanYetkiYetkiGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AlanYetkiYetkiGrup">
              <MappingFragment StoreEntitySet="AlanYetkiYetkiGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="AlanYetkiId" ColumnName="alanyetkiid" />
                <ScalarProperty Name="YetkiGrupID" ColumnName="yetkigrupid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="YetkiGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.YetkiGrup">
              <MappingFragment StoreEntitySet="YetkiGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="IslemYetkiYetkiGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.IslemYetkiYetkiGrup">
              <MappingFragment StoreEntitySet="IslemYetkiYetkiGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="IslemYetkiId" ColumnName="islemyetkiid" />
                <ScalarProperty Name="YetkiGrupID" ColumnName="yetkigrupid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="IslemYetki">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.IslemYetki">
              <MappingFragment StoreEntitySet="IslemYetki">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="TabloId" ColumnName="tabloid" />
                <ScalarProperty Name="IslemId" ColumnName="islemid" />
                <ScalarProperty Name="Sifre" ColumnName="sifre" />
                <ScalarProperty Name="Yetki" ColumnName="yetki" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="IslemYetkiKullanici">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.IslemYetkiKullanici">
              <MappingFragment StoreEntitySet="IslemYetkiKullanici">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="IslemYetkiId" ColumnName="islemyetkiid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Tablo">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Tablo">
              <MappingFragment StoreEntitySet="Tablo">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Ad" ColumnName="ad" />
                <ScalarProperty Name="KisaAd" ColumnName="kisaad" />
                <ScalarProperty Name="UzunAd" ColumnName="uzunad" />
                <ScalarProperty Name="Icon" ColumnName="icon" />
                <ScalarProperty Name="SqlAd" ColumnName="sqlad" />
                <ScalarProperty Name="SimgeId" ColumnName="simgeid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Kolon">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Kolon">
              <MappingFragment StoreEntitySet="Kolon">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="TabloId" ColumnName="tabloid" />
                <ScalarProperty Name="Ad" ColumnName="ad" />
                <ScalarProperty Name="KisaAd" ColumnName="kisaad" />
                <ScalarProperty Name="UzunAd" ColumnName="uzunad" />
                <ScalarProperty Name="SqlKodu" ColumnName="sqlkodu" />
                <ScalarProperty Name="SqlSummaryType" ColumnName="sqlsummarytype" />
                <ScalarProperty Name="SqlSumDisplayFormat" ColumnName="sqlsumdisplayformat" />
                <ScalarProperty Name="Tipi" ColumnName="tipi" />
                <ScalarProperty Name="Icon" ColumnName="icon" />
                <ScalarProperty Name="SqlAd" ColumnName="sqlad" />
                <ScalarProperty Name="SimgeId" ColumnName="simgeid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Simge">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Simge">
              <MappingFragment StoreEntitySet="Simge">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Yol" ColumnName="yol" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MenuYetkiYetkiGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MenuYetkiYetkiGrup">
              <MappingFragment StoreEntitySet="MenuYetkiYetkiGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MenuYetkiId" ColumnName="menuyetkiid" />
                <ScalarProperty Name="YetkiGrupID" ColumnName="yetkigrupid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MenuYetki">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MenuYetki">
              <MappingFragment StoreEntitySet="MenuYetki">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MenuId" ColumnName="menuid" />
                <ScalarProperty Name="Yetki" ColumnName="yetki" />
                <ScalarProperty Name="Sifre" ColumnName="sifre" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Menu">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AnaMenu">
              <MappingFragment StoreEntitySet="AnaMenu">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Modul" ColumnName="modul" />
                <ScalarProperty Name="Tip" ColumnName="tip" />
                <ScalarProperty Name="Simge" ColumnName="simge" />
                <ScalarProperty Name="SimgeBoyut" ColumnName="simgeboyut" />
                <ScalarProperty Name="SiraNo" ColumnName="sirano" />
                <ScalarProperty Name="Parametre" ColumnName="parametre" />
                <ScalarProperty Name="Form" ColumnName="form" />
                <ScalarProperty Name="AltForm" ColumnName="altform" />
                <ScalarProperty Name="UstMenuId" ColumnName="ustmenuid" />
                <ScalarProperty Name="RaporId" ColumnName="raporid" />
                <ScalarProperty Name="RaporKodu" ColumnName="raporkodu" />
                <ScalarProperty Name="Gizli" ColumnName="gizli" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MenuYetkiKullanici">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MenuYetkiKullanici">
              <MappingFragment StoreEntitySet="MenuYetkiKullanici">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="MenuYetkiId" ColumnName="menuyetkiid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporYetkiYetkiGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporYetkiYetkiGrup">
              <MappingFragment StoreEntitySet="RaporYetkiYetkiGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RaporYetkiId" ColumnName="raporyetkiid" />
                <ScalarProperty Name="YetkiGrupID" ColumnName="yetkigrupid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporYetki">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporYetki">
              <MappingFragment StoreEntitySet="RaporYetki">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RaporId" ColumnName="raporid" />
                <ScalarProperty Name="Yetki" ColumnName="yetki" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Rapor">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Rapor">
              <MappingFragment StoreEntitySet="Rapor">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="MenuModul" ColumnName="menumodul" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="OzelIslem" ColumnName="ozelislem" />
                <ScalarProperty Name="GelFiltre" ColumnName="gelfiltre" />
                <ScalarProperty Name="GelFilteTip" ColumnName="gelfiltetip" />
                <ScalarProperty Name="GelFiltreSifir" ColumnName="gelfiltresifir" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AsyaReportPreviewDesign">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AsyaReportPreviewDesign">
              <MappingFragment StoreEntitySet="AsyaReportPreviewDesign">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RaporId" ColumnName="raporid" />
                <ScalarProperty Name="AsyaReportBaseLayoutId" ColumnName="asyareportbaselayoutid" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="DosyaDiskte" ColumnName="dosyadiskte" />
                <ScalarProperty Name="DosyaAdi" ColumnName="dosyaadi" />
                <ScalarProperty Name="Tip" ColumnName="tip" />
                <ScalarProperty Name="Varsayilan" ColumnName="varsayilan" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AsyaReportBaseLayouts">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AsyaReportBaseLayout">
              <MappingFragment StoreEntitySet="AsyaReportBaseLayout">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="DosyaDiskte" ColumnName="dosyadiskte" />
                <ScalarProperty Name="DosyaAdi" ColumnName="dosyaadi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporFiltre">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporFiltre">
              <MappingFragment StoreEntitySet="RaporFiltre">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RaporId" ColumnName="raporid" />
                <ScalarProperty Name="FiltreSira" ColumnName="filtresira" />
                <ScalarProperty Name="FiltreQueryText" ColumnName="filtrequerytext" />
                <ScalarProperty Name="FiltreAdi" ColumnName="filtreadi" />
                <ScalarProperty Name="KontrolAdi" ColumnName="kontroladi" />
                <ScalarProperty Name="TabloAdi" ColumnName="tabloadi" />
                <ScalarProperty Name="AlanAdi" ColumnName="alanadi" />
                <ScalarProperty Name="AralikSor" ColumnName="araliksor" />
                <ScalarProperty Name="GosterilecekAlanAdlari" ColumnName="gosterilecekalanadlari" />
                <ScalarProperty Name="EklenecekGun" ColumnName="eklenecekgun" />
                <ScalarProperty Name="GosterilecekAlanIndex" ColumnName="gosterilecekalanindex" />
                <ScalarProperty Name="Gizli" ColumnName="gizli" />
                <ScalarProperty Name="FiltreTip" ColumnName="filtretip" />
                <ScalarProperty Name="UstIliskiId" ColumnName="ustiliskiid" />
                <ScalarProperty Name="UstIliskiKendiAlanAdi" ColumnName="ustiliskikendialanadi" />
                <ScalarProperty Name="Kaynak" ColumnName="kaynak" />
                <ScalarProperty Name="RaporManuelVeriId" ColumnName="rapormanuelveriid" />
                <ScalarProperty Name="RaporManuelVeriKodu" ColumnName="rapormanuelverikodu" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporSql">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporSql">
              <MappingFragment StoreEntitySet="RaporSql">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RaporId" ColumnName="raporid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="Sql" ColumnName="sql" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="GroupPanel" ColumnName="grouppanel" />
                <ScalarProperty Name="GroupAltToplam" ColumnName="groupalttoplam" />
                <ScalarProperty Name="GroupSatirBazinda" ColumnName="groupsatirbazinda" />
                <ScalarProperty Name="SqlRaporTuru" ColumnName="sqlraporturu" />
                <ScalarProperty Name="PivotSatirTotalGizle" ColumnName="pivotsatirtotalgizle" />
                <ScalarProperty Name="PivotSutunTotalGizle" ColumnName="pivotsutuntotalgizle" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporSqlDizayn">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporSqlDizayn">
              <MappingFragment StoreEntitySet="RaporSqlDizayn">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RaporSqlId" ColumnName="raporsqlid" />
                <ScalarProperty Name="BaseRaporLayoutId" ColumnName="baseraporlayoutid" />
                <ScalarProperty Name="RaporLayoutId" ColumnName="raporlayoutid" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Tip" ColumnName="tip" />
                <ScalarProperty Name="Varsayilan" ColumnName="varsayilan" />
                <ScalarProperty Name="Grafik" ColumnName="grafik" />
                <ScalarProperty Name="GrafikTipi" ColumnName="grafiktipi" />
                <ScalarProperty Name="EtiketFormat" ColumnName="etiketformat" />
                <ScalarProperty Name="WhitePageDizaynId" ColumnName="whitepagedizaynid" />
                <ScalarProperty Name="OzelDizayn" ColumnName="ozeldizayn" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporLayouts">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporLayout">
              <MappingFragment StoreEntitySet="RaporLayout">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="DosyaDiskte" ColumnName="dosyadiskte" />
                <ScalarProperty Name="DosyaAdi" ColumnName="dosyaadi" />
                <ScalarProperty Name="DosyaIcerik" ColumnName="dosyaicerik" />
                <ScalarProperty Name="TipRaporLayout" ColumnName="tipraporlayout" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporSqlDizaynKolon">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporSqlDizaynKolon">
              <MappingFragment StoreEntitySet="RaporSqlDizaynKolon">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RaporSqlDizaynId" ColumnName="raporsqldizaynid" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="GrupAlan" ColumnName="grupalan" />
                <ScalarProperty Name="GrupSira" ColumnName="grupsira" />
                <ScalarProperty Name="SqlSummaryType" ColumnName="sqlsummarytype" />
                <ScalarProperty Name="SqlSumDisplayFormat" ColumnName="sqlsumdisplayformat" />
                <ScalarProperty Name="Gizli" ColumnName="gizli" />
                <ScalarProperty Name="SqlPivotArea" ColumnName="sqlpivotarea" />
                <ScalarProperty Name="PivotSira" ColumnName="pivotsira" />
                <ScalarProperty Name="SqlUnboundColumnType" ColumnName="sqlunboundcolumntype" />
                <ScalarProperty Name="SqlUnboundExpressionMode" ColumnName="sqlunboundexpressionmode" />
                <ScalarProperty Name="UnboundExpression" ColumnName="unboundexpression" />
                <ScalarProperty Name="SqlPivotSummaryDisplayType" ColumnName="sqlpivotsummarydisplaytype" />
                <ScalarProperty Name="OptShowValues" ColumnName="optshowvalues" />
                <ScalarProperty Name="OptShowGrandTotal" ColumnName="optshowgrandtotal" />
                <ScalarProperty Name="SqlFormatType" ColumnName="sqlformattype" />
                <ScalarProperty Name="FormatString" ColumnName="formatstring" />
                <ScalarProperty Name="GrafikValueType" ColumnName="grafikvaluetype" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporSqlDizaynRenk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporSqlDizaynRenk">
              <MappingFragment StoreEntitySet="RaporSqlDizaynRenk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RaporSqlDizaynId" ColumnName="raporsqldizaynid" />
                <ScalarProperty Name="SqlFormatRuleSecim" ColumnName="sqlformatrulesecim" />
                <ScalarProperty Name="RaporSqlDizaynKolonId" ColumnName="raporsqldizaynkolonid" />
                <ScalarProperty Name="Formul" ColumnName="formul" />
                <ScalarProperty Name="ArkaPlanArgb" ColumnName="arkaplanargb" />
                <ScalarProperty Name="YaziArgb" ColumnName="yaziargb" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="WhitePageDizayn">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.WhitePageDizayn">
              <MappingFragment StoreEntitySet="WhitePageDizayn">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="ReportXml" ColumnName="reportxml" />
                <ScalarProperty Name="WhitePageId" ColumnName="whitepageid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="WhitePage">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.WhitePage">
              <MappingFragment StoreEntitySet="WhitePage">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Modeller" ColumnName="modeller" />
                <ScalarProperty Name="Deger" ColumnName="deger" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporYetkiKullanici">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporYetkiKullanici">
              <MappingFragment StoreEntitySet="RaporYetkiKullanici">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="RaporYetkiId" ColumnName="raporyetkiid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="YetkiGrupKullanici">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.YetkiGrupKullanici">
              <MappingFragment StoreEntitySet="YetkiGrupKullanici">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="YetkiGrupId" ColumnName="yetkigrupid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KullaniciOzelYetki">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KullaniciOzelYetki">
              <MappingFragment StoreEntitySet="KullaniciOzelYetki">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="OzelYetkiTipi" ColumnName="ozelyetkitipi" />
                <ScalarProperty Name="Operant" ColumnName="operant" />
                <ScalarProperty Name="Deger" ColumnName="deger" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Musteri">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Musteri">
              <MappingFragment StoreEntitySet="Musteri">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Ad" ColumnName="ad" />
                <ScalarProperty Name="Soyadi" ColumnName="soyadi" />
                <ScalarProperty Name="Karalistede" ColumnName="karalistede" />
                <ScalarProperty Name="MergedId" ColumnName="mergedid" />
                <ScalarProperty Name="DogumTarihi" ColumnName="dogumtarihi" />
                <ScalarProperty Name="yas" ColumnName="yas" />
                <ScalarProperty Name="Misafirunvan" ColumnName="misafirunvan" />
                <ScalarProperty Name="ProfilTipi" ColumnName="profiltipi" />
                <ScalarProperty Name="Benzerisimkaralistede" ColumnName="benzerisimkaralistede" />
                <ScalarProperty Name="EkKalis" ColumnName="ekkalis" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmRezervasyonMenu">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmRezervasyonMenu">
              <MappingFragment StoreEntitySet="CrmRezervasyonMenu">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="RezervasyonId" ColumnName="rezervasyonid" />
                <ScalarProperty Name="MenuYemekId" ColumnName="menuyemekid" />
                <ScalarProperty Name="Adet" ColumnName="adet" />
                <ScalarProperty Name="CrmMenuTanimId" ColumnName="crmmenutanimid" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmMenuTanim">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmMenuTanim">
              <MappingFragment StoreEntitySet="CrmMenuTanim">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmMenuTanimMenuYemek">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmMenuTanimMenuYemek">
              <MappingFragment StoreEntitySet="CrmMenuTanimMenuYemek">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MenuYemekId" ColumnName="menuyemekid" />
                <ScalarProperty Name="CrmMenuTanimId" ColumnName="crmmenutanimid" />
                <ScalarProperty Name="SiraNo" ColumnName="sirano" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MenuYemek">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MenuYemek">
              <MappingFragment StoreEntitySet="MenuYemek">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MenuIcerikRecete">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MenuYemekRecete">
              <MappingFragment StoreEntitySet="MenuYemekRecete">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MenuYemekId" ColumnName="menuyemekid" />
                <ScalarProperty Name="ReceteId" ColumnName="receteid" />
                <ScalarProperty Name="SiraNo" ColumnName="sirano" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Recete">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Recete">
              <MappingFragment StoreEntitySet="Recete">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KisiSayisi" ColumnName="kisisayisi" />
                <ScalarProperty Name="UrunId" ColumnName="urunid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ReceteBaglantiAna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ReceteBaglantiAna">
              <MappingFragment StoreEntitySet="ReceteBaglantiAna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ReceteId" ColumnName="receteid" />
                <ScalarProperty Name="ReceteBaglantiTipi" ColumnName="recetebaglantitipi" />
                <ScalarProperty Name="PosSatKodId" ColumnName="possatkodid" />
                <ScalarProperty Name="PosDepId" ColumnName="posdepid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosDep">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosDep">
              <MappingFragment StoreEntitySet="PosDep">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Durum" ColumnName="durum" />
                <ScalarProperty Name="PosDepTipi" ColumnName="posdeptipi" />
                <ScalarProperty Name="PosChargeTipi" ColumnName="poschargetipi" />
                <ScalarProperty Name="PosChargeTutarTipi" ColumnName="poschargetutartipi" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="PosChargeTutarYuzde" ColumnName="poschargetutaryuzde" />
                <ScalarProperty Name="ReferansId" ColumnName="referansid" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="OnburoEntegrePasif" ColumnName="onburoentegrepasif" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Doviz">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Doviz">
              <MappingFragment StoreEntitySet="Doviz">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MbKodu" ColumnName="mbkodu" />
                <ScalarProperty Name="BankaId" ColumnName="bankaid" />
                <ScalarProperty Name="KurTipi" ColumnName="kurtipi" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Banka">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Banka">
              <MappingFragment StoreEntitySet="Banka">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Oran" ColumnName="oran" />
                <ScalarProperty Name="OnlineKur" ColumnName="onlinekur" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Dovboz">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Dovboz">
              <MappingFragment StoreEntitySet="Dovboz">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="OnbTarih" ColumnName="onbtarih" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="IslemTarihi" ColumnName="islemtarihi" />
                <ScalarProperty Name="IslemSaati" ColumnName="islemsaati" />
                <ScalarProperty Name="Alinan_DovizId" ColumnName="alinan_dovizid" />
                <ScalarProperty Name="Verilen_DovizId" ColumnName="verilen_dovizid" />
                <ScalarProperty Name="IslemKur" ColumnName="islemkur" />
                <ScalarProperty Name="AlinanTutar" ColumnName="alinantutar" />
                <ScalarProperty Name="VerilenTutar" ColumnName="verilentutar" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Hrk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Hrk">
              <MappingFragment StoreEntitySet="Hrk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="FolioId" ColumnName="folioid" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="Saat" ColumnName="saat" />
                <ScalarProperty Name="IslemTipi" ColumnName="islemtipi" />
                <ScalarProperty Name="IslemKaynakTipi" ColumnName="islemkaynaktipi" />
                <ScalarProperty Name="DepkodId" ColumnName="depkodid" />
                <ScalarProperty Name="BilbordId" ColumnName="bilbordid" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="TutarDv" ColumnName="tutardv" />
                <ScalarProperty Name="KurTipi" ColumnName="kurtipi" />
                <ScalarProperty Name="KaynakFolioId" ColumnName="kaynakfolioid" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="UpgradeHrkId" ColumnName="upgradehrkid" />
                <ScalarProperty Name="KdvId" ColumnName="kdvid" />
                <ScalarProperty Name="HrkCekNo" ColumnName="hrkcekno" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="SilAciklama" ColumnName="silaciklama" />
                <ScalarProperty Name="DovbozId" ColumnName="dovbozid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Bilbord">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Bilbord">
              <MappingFragment StoreEntitySet="Bilbord">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="TumBilbordId" ColumnName="tumbilbordid" />
                <ScalarProperty Name="SingleKolon" ColumnName="singlekolon" />
                <ScalarProperty Name="ForecastKonumId" ColumnName="forecastkonumid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BilbordFiyatKonum">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BilbordFiyatKonum">
              <MappingFragment StoreEntitySet="BilbordFiyatKonum">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="BilbordId" ColumnName="bilbordid" />
                <ScalarProperty Name="FiyatKonumId" ColumnName="fiyatkonumid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FiyatKonum">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FiyatKonum">
              <MappingFragment StoreEntitySet="FiyatKonum">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KonumRateSartId" ColumnName="konumratesartid" />
                <ScalarProperty Name="OnbReferansId" ColumnName="onbreferansid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Geceleme">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Geceleme">
              <MappingFragment StoreEntitySet="Geceleme">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="ShareId" ColumnName="shareid" />
                <ScalarProperty Name="BilbordId" ColumnName="bilbordid" />
                <ScalarProperty Name="AcentaId" ColumnName="acentaid" />
                <ScalarProperty Name="OdaSayisi" ColumnName="odasayisi" />
                <ScalarProperty Name="Gun" ColumnName="gun" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="Pax" ColumnName="pax" />
                <ScalarProperty Name="Chi" ColumnName="chi" />
                <ScalarProperty Name="Fre" ColumnName="fre" />
                <ScalarProperty Name="Beb" ColumnName="beb" />
                <ScalarProperty Name="OdaKonumId" ColumnName="odakonumid" />
                <ScalarProperty Name="FiyatKonumId" ColumnName="fiyatkonumid" />
                <ScalarProperty Name="PansiyonId" ColumnName="pansiyonid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FiyatPlan">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FiyatPlan">
              <MappingFragment StoreEntitySet="FiyatPlan">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="GecelemeId" ColumnName="gecelemeid" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="GecelemeDetayEk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.GecelemeDetayEk">
              <MappingFragment StoreEntitySet="GecelemeDetayEk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OdemeId" ColumnName="odemeid" />
                <ScalarProperty Name="PazarId" ColumnName="pazarid" />
                <ScalarProperty Name="FiyatFormul" ColumnName="fiyatformul" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Odeme">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Odeme">
              <MappingFragment StoreEntitySet="Odeme">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OdemeTip" ColumnName="odemetip" />
                <ScalarProperty Name="ExtraOdemeTip" ColumnName="extraodemetip" />
                <ScalarProperty Name="OdaPostingKapali" ColumnName="odapostingkapali" />
                <ScalarProperty Name="ExtraPostingKapali" ColumnName="extrapostingkapali" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pazar">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pazar">
              <MappingFragment StoreEntitySet="Pazar">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RateId" ColumnName="rateid" />
                <ScalarProperty Name="MerkezPazarId" ColumnName="merkezpazarid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MerkezPazar">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MerkezPazar">
              <MappingFragment StoreEntitySet="MerkezPazar">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MerkezAcenta">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MerkezAcenta">
              <MappingFragment StoreEntitySet="MerkezAcenta">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RateId" ColumnName="rateid" />
                <ScalarProperty Name="MerkezPazarId" ColumnName="merkezpazarid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Rate">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Rate">
              <MappingFragment StoreEntitySet="Rate">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SartId" ColumnName="sartid" />
                <ScalarProperty Name="YasKodId" ColumnName="yaskodid" />
                <ScalarProperty Name="FormulId" ColumnName="formulid" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="PansiyonId" ColumnName="pansiyonid" />
                <ScalarProperty Name="CarpanId" ColumnName="carpanid" />
                <ScalarProperty Name="OnbReferansId" ColumnName="onbreferansid" />
                <ScalarProperty Name="IsYeriId" ColumnName="isyeriid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Carpan">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Carpan">
              <MappingFragment StoreEntitySet="Carpan">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CarpanHrk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CarpanHrk">
              <MappingFragment StoreEntitySet="CarpanHrk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="CarpanId" ColumnName="carpanid" />
                <ScalarProperty Name="KategoriId" ColumnName="kategoriid" />
                <ScalarProperty Name="FiyatKonumId" ColumnName="fiyatkonumid" />
                <ScalarProperty Name="Baslangic" ColumnName="baslangic" />
                <ScalarProperty Name="Bitis" ColumnName="bitis" />
                <ScalarProperty Name="Deger" ColumnName="deger" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Kategori">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Kategori">
              <MappingFragment StoreEntitySet="Kategori">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Pax" ColumnName="pax" />
                <ScalarProperty Name="Child" ColumnName="child" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KonumHamFiyat">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KonumHamFiyat">
              <MappingFragment StoreEntitySet="KonumHamFiyat">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PpTutar" ColumnName="pptutar" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="KategoriId" ColumnName="kategoriid" />
                <ScalarProperty Name="FiyatKonumId" ColumnName="fiyatkonumid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KonumHamFiyatPaket">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KonumHamFiyatPaket">
              <MappingFragment StoreEntitySet="KonumHamFiyatPaket">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KonumHamFiyatId" ColumnName="konumhamfiyatid" />
                <ScalarProperty Name="PaketId" ColumnName="paketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Paket">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Paket">
              <MappingFragment StoreEntitySet="Paket">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SartId" ColumnName="sartid" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="Oran" ColumnName="oran" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="Ilave" ColumnName="ilave" />
                <ScalarProperty Name="PaketindirimTipiId" ColumnName="paketindirimtipiid" />
                <ScalarProperty Name="DepkodId" ColumnName="depkodid" />
                <ScalarProperty Name="MinYas" ColumnName="minyas" />
                <ScalarProperty Name="MaxYas" ColumnName="maxyas" />
                <ScalarProperty Name="OdemeOrani" ColumnName="odemeorani" />
                <ScalarProperty Name="OdemeTarihi" ColumnName="odemetarihi" />
                <ScalarProperty Name="TurboBonusIndirimTipi" ColumnName="turbobonusindirimtipi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Depkod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Depkod">
              <MappingFragment StoreEntitySet="Depkod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="BA" ColumnName="ba" />
                <ScalarProperty Name="DepartmanTipi" ColumnName="departmantipi" />
                <ScalarProperty Name="KdvId" ColumnName="kdvid" />
                <ScalarProperty Name="CiktiVer" ColumnName="ciktiver" />
                <ScalarProperty Name="FaturaTakibiYapilmasin" ColumnName="faturatakibiyapilmasin" />
                <ScalarProperty Name="UpgradeDepartmani" ColumnName="upgradedepartmani" />
                <ScalarProperty Name="MahsuptaDetay" ColumnName="mahsuptadetay" />
                <ScalarProperty Name="DepkodGrupId" ColumnName="depkodgrupid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="DepkodGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.DepkodGrup">
              <MappingFragment StoreEntitySet="DepkodGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FolioRouteDepkodGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FolioRouteDepkodGrup">
              <MappingFragment StoreEntitySet="FolioRouteDepkodGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="FolioRouteId" ColumnName="foliorouteid" />
                <ScalarProperty Name="DepkodGrupId" ColumnName="depkodgrupid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FolioRoute">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FolioRoute">
              <MappingFragment StoreEntitySet="FolioRoute">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="FolioId" ColumnName="folioid" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Folio">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Folio">
              <MappingFragment StoreEntitySet="Folio">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="Tipi" ColumnName="tipi" />
                <ScalarProperty Name="Durumu" ColumnName="durumu" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="FaturaId" ColumnName="faturaid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ExtraHrk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ExtraHrk">
              <MappingFragment StoreEntitySet="ExtraHrk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="FolioId" ColumnName="folioid" />
                <ScalarProperty Name="ExtraDepkodId" ColumnName="extradepkodid" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="DepozitDurumu" ColumnName="depozitdurumu" />
                <ScalarProperty Name="AlinmaTarih" ColumnName="alinmatarih" />
                <ScalarProperty Name="IadeTarih" ColumnName="iadetarih" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="EvrakNo" ColumnName="evrakno" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ExtraDepkod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ExtraDepkod">
              <MappingFragment StoreEntitySet="ExtraDepkod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DepozitUcretDurumu" ColumnName="depozitucretdurumu" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Fatura">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Fatura">
              <MappingFragment StoreEntitySet="Fatura">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="HesapId" ColumnName="hesapid" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="AdresId" ColumnName="adresid" />
                <ScalarProperty Name="Ref" ColumnName="ref" />
                <ScalarProperty Name="TcknVkn" ColumnName="tcknvkn" />
                <ScalarProperty Name="KurumsalId" ColumnName="kurumsalid" />
                <ScalarProperty Name="FaturaSeriId" ColumnName="faturaseriid" />
                <ScalarProperty Name="FaturaNo" ColumnName="faturano" />
                <ScalarProperty Name="FaturaGuid" ColumnName="faturaguid" />
                <ScalarProperty Name="ResmiFaturaNo" ColumnName="resmifaturano" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="Durumu" ColumnName="durumu" />
                <ScalarProperty Name="Tip" ColumnName="tip" />
                <ScalarProperty Name="AltTip" ColumnName="alttip" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="KdvDahil" ColumnName="kdvdahil" />
                <ScalarProperty Name="Vade" ColumnName="vade" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="KurDegeri" ColumnName="kurdegeri" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Adres">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Adres">
              <MappingFragment StoreEntitySet="Adres">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="AdresText" ColumnName="adrestext" />
                <ScalarProperty Name="PostaKutusu" ColumnName="postakutusu" />
                <ScalarProperty Name="DaireNo" ColumnName="daireno" />
                <ScalarProperty Name="CaddeSokak" ColumnName="caddesokak" />
                <ScalarProperty Name="Mahalle" ColumnName="mahalle" />
                <ScalarProperty Name="BlokAdi" ColumnName="blokadi" />
                <ScalarProperty Name="BinaAdi" ColumnName="binaadi" />
                <ScalarProperty Name="BinaNo" ColumnName="binano" />
                <ScalarProperty Name="KasabaKoy" ColumnName="kasabakoy" />
                <ScalarProperty Name="AdresIlId" ColumnName="adresilid" />
                <ScalarProperty Name="AdresIlceId" ColumnName="adresilceid" />
                <ScalarProperty Name="AdresUlkeId" ColumnName="adresulkeid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AdresIl">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AdresIl">
              <MappingFragment StoreEntitySet="AdresIl">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="TelefonKodu" ColumnName="telefonkodu" />
                <ScalarProperty Name="AdresUlkeId" ColumnName="adresulkeid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AdresIlce">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AdresIlce">
              <MappingFragment StoreEntitySet="AdresIlce">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="AdresIlId" ColumnName="adresilid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AdresUlke">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AdresUlke">
              <MappingFragment StoreEntitySet="AdresUlke">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="TelefonKodu" ColumnName="telefonkodu" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="DayEventGrupAdresUlke">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.DayEventGrupAdresUlke">
              <MappingFragment StoreEntitySet="DayEventGrupAdresUlke">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DayEventGrupId" ColumnName="dayeventgrupid" />
                <ScalarProperty Name="AdresUlkeId" ColumnName="adresulkeid" />
                <ScalarProperty Name="MailSablonuId" ColumnName="mailsablonuid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="DayEventGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.DayEventGrup">
              <MappingFragment StoreEntitySet="DayEventGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="DayEventId" ColumnName="dayeventid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="DayEvent">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.DayEvent">
              <MappingFragment StoreEntitySet="DayEvent">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="GunTipi" ColumnName="guntipi" />
                <ScalarProperty Name="ZamanOlcegi" ColumnName="zamanolcegi" />
                <ScalarProperty Name="Deger" ColumnName="deger" />
                <ScalarProperty Name="OnemliGunAdi" ColumnName="onemligunadi" />
                <ScalarProperty Name="MailIcerik" ColumnName="mailicerik" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MailSablonu">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MailSablonu">
              <MappingFragment StoreEntitySet="MailSablonu">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MenuModul" ColumnName="menumodul" />
                <ScalarProperty Name="SablonIcerik" ColumnName="sablonicerik" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Kurumsal">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Kurumsal">
              <MappingFragment StoreEntitySet="Kurumsal">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Unvan" ColumnName="unvan" />
                <ScalarProperty Name="VergiNoTipi" ColumnName="verginotipi" />
                <ScalarProperty Name="TcknVkn" ColumnName="tcknvkn" />
                <ScalarProperty Name="VergiDaire" ColumnName="vergidaire" />
                <ScalarProperty Name="AdresId" ColumnName="adresid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KurumsalHesap">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KurumsalHesap">
              <MappingFragment StoreEntitySet="KurumsalHesap">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="HesapId" ColumnName="hesapid" />
                <ScalarProperty Name="KurumsalId" ColumnName="kurumsalid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Hesap">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Hesap">
              <MappingFragment StoreEntitySet="Hesap">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MusteriKurumsal">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MusteriKurumsal">
              <MappingFragment StoreEntitySet="MusteriKurumsal">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="KurumsalId" ColumnName="kurumsalid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MusteriAdres">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MusteriAdres">
              <MappingFragment StoreEntitySet="MusteriAdres">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="AdresId" ColumnName="adresid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FaturaIptal">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FaturaIptal">
              <MappingFragment StoreEntitySet="FaturaIptal">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Sebebi" ColumnName="sebebi" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FaturaSeri">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FaturaSeri">
              <MappingFragment StoreEntitySet="FaturaSeri">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Seri" ColumnName="seri" />
                <ScalarProperty Name="BaslangicNo" ColumnName="baslangicno" />
                <ScalarProperty Name="BitisNo" ColumnName="bitisno" />
                <ScalarProperty Name="BaslangicTarihi" ColumnName="baslangictarihi" />
                <ScalarProperty Name="BitisTarihi" ColumnName="bitistarihi" />
                <ScalarProperty Name="WhitePageDizaynId" ColumnName="whitepagedizaynid" />
                <ScalarProperty Name="Otomatik" ColumnName="otomatik" />
                <ScalarProperty Name="CiktiAl" ColumnName="ciktial" />
                <ScalarProperty Name="SeriTakip" ColumnName="seritakip" />
                <ScalarProperty Name="Kaynak" ColumnName="kaynak" />
                <ScalarProperty Name="Ozellik" ColumnName="ozellik" />
                <ScalarProperty Name="OnburoFaturatipi" ColumnName="onburofaturatipi" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FaturaSira">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FaturaSira">
              <MappingFragment StoreEntitySet="FaturaSira">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="BirimId" ColumnName="birimid" />
                <ScalarProperty Name="Hesap" ColumnName="hesap" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="Miktar" ColumnName="miktar" />
                <ScalarProperty Name="BirimFiyat" ColumnName="birimfiyat" />
                <ScalarProperty Name="Matrah" ColumnName="matrah" />
                <ScalarProperty Name="TevkifatId" ColumnName="tevkifatid" />
                <ScalarProperty Name="KdvId" ColumnName="kdvid" />
                <ScalarProperty Name="KdvTutar" ColumnName="kdvtutar" />
                <ScalarProperty Name="KdvTutarDüzeltme" ColumnName="kdvtutardüzeltme" />
                <ScalarProperty Name="FaturaId" ColumnName="faturaid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Birim">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Birim">
              <MappingFragment StoreEntitySet="Birim">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="EFaturaBirimKodlariId" ColumnName="efaturabirimkodlariid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="EFaturaBirimKodlari">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.EFaturaBirimKodlari">
              <MappingFragment StoreEntitySet="EFaturaBirimKodlari">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Iskonto">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Iskonto">
              <MappingFragment StoreEntitySet="Iskonto">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Oran" ColumnName="oran" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Kdv">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Kdv">
              <MappingFragment StoreEntitySet="Kdv">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="FaturaTakibiYapilsin" ColumnName="faturatakibiyapilsin" />
                <ScalarProperty Name="Oran" ColumnName="oran" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Tevkifat">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Tevkifat">
              <MappingFragment StoreEntitySet="Tevkifat">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="TevkifatOranId" ColumnName="tevkifatoranid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="TevkifatOran">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.TevkifatOran">
              <MappingFragment StoreEntitySet="TevkifatOran">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Pay" ColumnName="pay" />
                <ScalarProperty Name="Payda" ColumnName="payda" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Rez">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Rez">
              <MappingFragment StoreEntitySet="Rez">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="TumBilbordId" ColumnName="tumbilbordid" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="CinTarih" ColumnName="cintarih" />
                <ScalarProperty Name="CoutTarih" ColumnName="couttarih" />
                <ScalarProperty Name="Status" ColumnName="status" />
                <ScalarProperty Name="Tipi" ColumnName="tipi" />
                <ScalarProperty Name="Turu" ColumnName="turu" />
                <ScalarProperty Name="SatisTarih" ColumnName="satistarih" />
                <ScalarProperty Name="Voucher" ColumnName="voucher" />
                <ScalarProperty Name="GrupRezId" ColumnName="gruprezid" />
                <ScalarProperty Name="RateId" ColumnName="rateid" />
                <ScalarProperty Name="BaglantiOdaId" ColumnName="baglantiodaid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Oda">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Oda">
              <MappingFragment StoreEntitySet="Oda">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kapasite" ColumnName="kapasite" />
                <ScalarProperty Name="OdaKonumId" ColumnName="odakonumid" />
                <ScalarProperty Name="KatId" ColumnName="katid" />
                <ScalarProperty Name="MaidId" ColumnName="maidid" />
                <ScalarProperty Name="Hayali" ColumnName="hayali" />
                <ScalarProperty Name="BaslangicTarihi" ColumnName="baslangictarihi" />
                <ScalarProperty Name="OdaTemizId" ColumnName="odatemizid" />
                <ScalarProperty Name="OdaOkId" ColumnName="odaokid" />
                <ScalarProperty Name="OdaServisId" ColumnName="odaservisid" />
                <ScalarProperty Name="BitisTarihi" ColumnName="bitistarihi" />
                <ScalarProperty Name="OnbReferansId" ColumnName="onbreferansid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Anket">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Anket">
              <MappingFragment StoreEntitySet="Anket">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="FormNo" ColumnName="formno" />
                <ScalarProperty Name="DilKodu" ColumnName="dilkodu" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="CrmOdaId" ColumnName="crmodaid" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="AnketTemaId" ColumnName="ankettemaid" />
                <ScalarProperty Name="GirisTarihi" ColumnName="giristarihi" />
                <ScalarProperty Name="GirisZaman" ColumnName="giriszaman" />
                <ScalarProperty Name="KayitTipi" ColumnName="kayittipi" />
                <ScalarProperty Name="WebdeKaydedenId" ColumnName="webdekaydedenid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AnketSira">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AnketSira">
              <MappingFragment StoreEntitySet="AnketSira">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="AnketId" ColumnName="anketid" />
                <ScalarProperty Name="AnketSoruId" ColumnName="anketsoruid" />
                <ScalarProperty Name="CevapIcerikId" ColumnName="cevapicerikid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AnketSoru">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AnketSoru">
              <MappingFragment StoreEntitySet="AnketSoru">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DilId" ColumnName="dilid" />
                <ScalarProperty Name="UstAnketSoruId" ColumnName="ustanketsoruid" />
                <ScalarProperty Name="Anketsorutipi" ColumnName="anketsorutipi" />
                <ScalarProperty Name="CevapId" ColumnName="cevapid" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="Carpan1" ColumnName="carpan1" />
                <ScalarProperty Name="Carpan2" ColumnName="carpan2" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Cevap">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Cevap">
              <MappingFragment StoreEntitySet="Cevap">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="WebdeCikmasin" ColumnName="webdecikmasin" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CevapIcerik">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CevapIcerik">
              <MappingFragment StoreEntitySet="CevapIcerik">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="WebImg" ColumnName="webimg" />
                <ScalarProperty Name="CevapId" ColumnName="cevapid" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="yuzde" ColumnName="yuzde" />
                <ScalarProperty Name="dahiletme" ColumnName="dahiletme" />
                <ScalarProperty Name="operant" ColumnName="operant" />
                <ScalarProperty Name="operantdeger" ColumnName="operantdeger" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Dil">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Dil">
              <MappingFragment StoreEntitySet="Dil">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KisaKod" ColumnName="kisakod" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AnketTema">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AnketTema">
              <MappingFragment StoreEntitySet="AnketTema">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DefaultTema" ColumnName="defaulttema" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AnketTemaDepartmanlar">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AnketTemaDepartmanlar">
              <MappingFragment StoreEntitySet="AnketTemaDepartmanlar">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="AnketSoruId" ColumnName="anketsoruid" />
                <ScalarProperty Name="AnketTemaId" ColumnName="ankettemaid" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmOda">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmOda">
              <MappingFragment StoreEntitySet="CrmOda">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MisafirAdSoyad" ColumnName="misafiradsoyad" />
                <ScalarProperty Name="Pax" ColumnName="pax" />
                <ScalarProperty Name="Child" ColumnName="child" />
                <ScalarProperty Name="Free" ColumnName="free" />
                <ScalarProperty Name="Beb" ColumnName="beb" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmYorumAna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmYorumAna">
              <MappingFragment StoreEntitySet="CrmYorumAna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="CrmOdaId" ColumnName="crmodaid" />
                <ScalarProperty Name="CrmPersonelId" ColumnName="crmpersonelid" />
                <ScalarProperty Name="KayitTarih" ColumnName="kayittarih" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="KayitTipi" ColumnName="kayittipi" />
                <ScalarProperty Name="WebdeKaydedenId" ColumnName="webdekaydedenid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmPersonel">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmPersonel">
              <MappingFragment StoreEntitySet="CrmPersonel">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmYorumSira">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmYorumSira">
              <MappingFragment StoreEntitySet="CrmYorumSira">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="GirisTarih" ColumnName="giristarih" />
                <ScalarProperty Name="GirisZaman" ColumnName="giriszaman" />
                <ScalarProperty Name="CrmYorumAnaId" ColumnName="crmyorumanaid" />
                <ScalarProperty Name="CrmYorumSiraNo" ColumnName="crmyorumsirano" />
                <ScalarProperty Name="CrmYorumKaynakId" ColumnName="crmyorumkaynakid" />
                <ScalarProperty Name="CrmDepartmanId" ColumnName="crmdepartmanid" />
                <ScalarProperty Name="BildirimAciklama" ColumnName="bildirimaciklama" />
                <ScalarProperty Name="BildirimTarih" ColumnName="bildirimtarih" />
                <ScalarProperty Name="BildirimZaman" ColumnName="bildirimzaman" />
                <ScalarProperty Name="CrmGeriDonusAciklama" ColumnName="crmgeridonusaciklama" />
                <ScalarProperty Name="GeriDonusTarih" ColumnName="geridonustarih" />
                <ScalarProperty Name="GeriDonusZaman" ColumnName="geridonuszaman" />
                <ScalarProperty Name="CrmSonucAciklama" ColumnName="crmsonucaciklama" />
                <ScalarProperty Name="SonuclanmaTarih" ColumnName="sonuclanmatarih" />
                <ScalarProperty Name="SonuclanmaZaman" ColumnName="sonuclanmazaman" />
                <ScalarProperty Name="CrmSonucTipId" ColumnName="crmsonuctipid" />
                <ScalarProperty Name="CrmBildirimTurId" ColumnName="crmbildirimturid" />
                <ScalarProperty Name="CrmBilOnemTuruId" ColumnName="crmbilonemturuid" />
                <ScalarProperty Name="DurumTarih" ColumnName="durumtarih" />
                <ScalarProperty Name="DurumZaman" ColumnName="durumzaman" />
                <ScalarProperty Name="CrmDurumTipId" ColumnName="crmdurumtipid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmBildirimTur">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmBildirimTur">
              <MappingFragment StoreEntitySet="CrmBildirimTur">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="BildirimKodu" ColumnName="bildirimkodu" />
                <ScalarProperty Name="OtelKodu" ColumnName="otelkodu" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmBilOnemTuru">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmBilOnemTuru">
              <MappingFragment StoreEntitySet="CrmBilOnemTuru">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RenkKodu" ColumnName="renkkodu" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmDepartman">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmDepartman">
              <MappingFragment StoreEntitySet="CrmDepartman">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UstKirilimId" ColumnName="ustkirilimid" />
                <ScalarProperty Name="Secilemez" ColumnName="secilemez" />
                <ScalarProperty Name="CrmDepartmanKirilimlar" ColumnName="crmdepartmankirilimlar" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmDurumTip">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmDurumTip">
              <MappingFragment StoreEntitySet="CrmDurumTip">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmEvent">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmEvent">
              <MappingFragment StoreEntitySet="CrmEvent">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KayitTarih" ColumnName="kayittarih" />
                <ScalarProperty Name="SiraNo" ColumnName="sirano" />
                <ScalarProperty Name="CrmYorumSiraId" ColumnName="crmyorumsiraid" />
                <ScalarProperty Name="EventAciklama" ColumnName="eventaciklama" />
                <ScalarProperty Name="CrmSorumluDepartmanId" ColumnName="crmsorumludepartmanid" />
                <ScalarProperty Name="CrmSorumluKullaniciId" ColumnName="crmsorumlukullaniciid" />
                <ScalarProperty Name="CrmBildirenDepartmanId" ColumnName="crmbildirendepartmanid" />
                <ScalarProperty Name="CrmBildirenKullaniciId" ColumnName="crmbildirenkullaniciid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmPersBegHrk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmPersBegHrk">
              <MappingFragment StoreEntitySet="CrmPersBegHrk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="CrmYorumSiraId" ColumnName="crmyorumsiraid" />
                <ScalarProperty Name="CrmPersBegId" ColumnName="crmpersbegid" />
                <ScalarProperty Name="CrmPersBegTipId" ColumnName="crmpersbegtipid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmPersBeg">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmPersBeg">
              <MappingFragment StoreEntitySet="CrmPersBeg">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Soyadi" ColumnName="soyadi" />
                <ScalarProperty Name="Departman" ColumnName="departman" />
                <ScalarProperty Name="Goster" ColumnName="goster" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmPersBegTip">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmPersBegTip">
              <MappingFragment StoreEntitySet="CrmPersBegTip">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="BildirimKodu" ColumnName="bildirimkodu" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmSonucTip">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmSonucTip">
              <MappingFragment StoreEntitySet="CrmSonucTip">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmYorumKaynak">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmYorumKaynak">
              <MappingFragment StoreEntitySet="CrmYorumKaynak">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Rezervasyon">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Rezervasyon">
              <MappingFragment StoreEntitySet="Rezervasyon">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RezervasyonTarih" ColumnName="rezervasyontarih" />
                <ScalarProperty Name="RezervasyonSaat" ColumnName="rezervasyonsaat" />
                <ScalarProperty Name="RezervasyonKayitTarihi" ColumnName="rezervasyonkayittarihi" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="CrmRezSilSebId" ColumnName="crmrezsilsebid" />
                <ScalarProperty Name="RezSilSebepAciklama" ColumnName="rezsilsebepaciklama" />
                <ScalarProperty Name="RestoranBolumMasaTanimId" ColumnName="restoranbolummasatanimid" />
                <ScalarProperty Name="RezervasyonPax" ColumnName="rezervasyonpax" />
                <ScalarProperty Name="RezervasyonChild" ColumnName="rezervasyonchild" />
                <ScalarProperty Name="RezervasyonFree" ColumnName="rezervasyonfree" />
                <ScalarProperty Name="RezervasyonBeb" ColumnName="rezervasyonbeb" />
                <ScalarProperty Name="RezervasyonAd" ColumnName="rezervasyonad" />
                <ScalarProperty Name="RezervasyonSoyad" ColumnName="rezervasyonsoyad" />
                <ScalarProperty Name="RezervasyonDetayAciklama" ColumnName="rezervasyondetayaciklama" />
                <ScalarProperty Name="RezervasyonOdaId" ColumnName="rezervasyonodaid" />
                <ScalarProperty Name="CrmOdaId" ColumnName="crmodaid" />
                <ScalarProperty Name="KayitTipi" ColumnName="kayittipi" />
                <ScalarProperty Name="WebdeKaydedenId" ColumnName="webdekaydedenid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmRezSilSeb">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmRezSilSeb">
              <MappingFragment StoreEntitySet="CrmRezSilSeb">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RestoranBolumMasaTanim">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RestoranBolumMasaTanim">
              <MappingFragment StoreEntitySet="RestoranBolumMasaTanim">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MasaKapasitesi" ColumnName="masakapasitesi" />
                <ScalarProperty Name="UstKirilimId" ColumnName="ustkirilimid" />
                <ScalarProperty Name="RezBasSaatBugun" ColumnName="rezbassaatbugun" />
                <ScalarProperty Name="RezBitSaatBugun" ColumnName="rezbitsaatbugun" />
                <ScalarProperty Name="RezBasSaatDigerGunler" ColumnName="rezbassaatdigergunler" />
                <ScalarProperty Name="RezBitSaatDigerGunler" ColumnName="rezbitsaatdigergunler" />
                <ScalarProperty Name="YazKisSaatUygulamasi" ColumnName="yazkissaatuygulamasi" />
                <ScalarProperty Name="MasaKonum" ColumnName="masakonum" />
                <ScalarProperty Name="RestoranBolumMasa" ColumnName="restoranbolummasa" />
                <ScalarProperty Name="YasSiniri" ColumnName="yassiniri" />
                <ScalarProperty Name="BolumSaatId" ColumnName="bolumsaatid" />
                <ScalarProperty Name="HakSayisiHesaplanmaz" ColumnName="haksayisihesaplanmaz" />
                <ScalarProperty Name="CocukGirebilir" ColumnName="cocukgirebilir" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BolumSaHalFiyatat">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BolumSaat">
              <MappingFragment StoreEntitySet="BolumSaat">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RezervasyonSaati" ColumnName="rezervasyonsaati" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RestoranBolumMasaTanimCrmMenuTanim">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RestoranBolumMasaTanimCrmMenuTanim">
              <MappingFragment StoreEntitySet="RestoranBolumMasaTanimCrmMenuTanim">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RestoranBolumMasaTanimId" ColumnName="restoranbolummasatanimid" />
                <ScalarProperty Name="CrmMenuTanimId" ColumnName="crmmenutanimid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RezervasyonMusteri">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RezervasyonMusteri">
              <MappingFragment StoreEntitySet="RezervasyonMusteri">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="RezervasyonId" ColumnName="rezervasyonid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="HkKontrol">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.HkKontrol">
              <MappingFragment StoreEntitySet="HkKontrol">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="Zaman" ColumnName="zaman" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="GecelemeId" ColumnName="gecelemeid" />
                <ScalarProperty Name="OdaTemizId" ColumnName="odatemizid" />
                <ScalarProperty Name="HOdaTemizId" ColumnName="hodatemizid" />
                <ScalarProperty Name="OdaOKId" ColumnName="odaokid" />
                <ScalarProperty Name="OdaServisId" ColumnName="odaservisid" />
                <ScalarProperty Name="Pax" ColumnName="pax" />
                <ScalarProperty Name="Chi" ColumnName="chi" />
                <ScalarProperty Name="Fre" ColumnName="fre" />
                <ScalarProperty Name="Beb" ColumnName="beb" />
                <ScalarProperty Name="HPax" ColumnName="hpax" />
                <ScalarProperty Name="HChi" ColumnName="hchi" />
                <ScalarProperty Name="HFre" ColumnName="hfre" />
                <ScalarProperty Name="HBeb" ColumnName="hbeb" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Odatemiz">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OdaTemiz">
              <MappingFragment StoreEntitySet="OdaTemiz">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Temiz" ColumnName="temiz" />
                <ScalarProperty Name="ArkaPlanArgb" ColumnName="arkaplanargb" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OdaOK">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OdaOK">
              <MappingFragment StoreEntitySet="OdaOK">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OK" ColumnName="ok" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OdaServis">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OdaServis">
              <MappingFragment StoreEntitySet="OdaServis">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Servis" ColumnName="servis" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Kat">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Kat">
              <MappingFragment StoreEntitySet="Kat">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Maid">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Maid">
              <MappingFragment StoreEntitySet="Maid">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MaidSefId" ColumnName="maidsefid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MaidSef">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MaidSef">
              <MappingFragment StoreEntitySet="MaidSef">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OdaDegisim">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OdaDegisim">
              <MappingFragment StoreEntitySet="OdaDegisim">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="OnburoTarih" ColumnName="onburotarih" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="YeniOdaId" ColumnName="yeniodaid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OdaKonumu">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OdaKonum">
              <MappingFragment StoreEntitySet="OdaKonum">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Max_Pax" ColumnName="max_pax" />
                <ScalarProperty Name="Max_Pax_Chi" ColumnName="max_pax_chi" />
                <ScalarProperty Name="Max_Pax_Chi_Beb" ColumnName="max_pax_chi_beb" />
                <ScalarProperty Name="Max_Chi" ColumnName="max_chi" />
                <ScalarProperty Name="Max_Beb" ColumnName="max_beb" />
                <ScalarProperty Name="Max_Kapasite" ColumnName="max_kapasite" />
                <ScalarProperty Name="Web_Satis_Var" ColumnName="web_satis_var" />
                <ScalarProperty Name="OnbReferansId" ColumnName="onbreferansid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OnbReferans">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OnbReferans">
              <MappingFragment StoreEntitySet="OnbReferans">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UstOnbReferansId" ColumnName="ustonbreferansid" />
                <ScalarProperty Name="TesisKodu" ColumnName="tesiskodu" />
                <ScalarProperty Name="MahsupDegistir" ColumnName="mahsupdegistir" />
                <ScalarProperty Name="MahsupBas" ColumnName="mahsupbas" />
                <ScalarProperty Name="MahsupBit" ColumnName="mahsupbit" />
                <ScalarProperty Name="MahsupDeger" ColumnName="mahsupdeger" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="StopSaleOdaKonumu">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.StopSaleOdaKonumu">
              <MappingFragment StoreEntitySet="StopSaleOdaKonumu">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="StopSaleId" ColumnName="stopsaleid" />
                <ScalarProperty Name="OdaKonumId" ColumnName="odakonumid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="StopSale">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.StopSale">
              <MappingFragment StoreEntitySet="StopSale">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="AnlasmaTarihi" ColumnName="anlasmatarihi" />
                <ScalarProperty Name="SatisBaslangic" ColumnName="satisbaslangic" />
                <ScalarProperty Name="SatisBitis" ColumnName="satisbitis" />
                <ScalarProperty Name="KonaklamaBaslangic" ColumnName="konaklamabaslangic" />
                <ScalarProperty Name="KonaklamaBitis" ColumnName="konaklamabitis" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="EbIndirimUygulama" ColumnName="ebindirimuygulama" />
                <ScalarProperty Name="StopSaleDurumu" ColumnName="stopsaledurumu" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="StopSaleAcenta">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.StopSaleAcenta">
              <MappingFragment StoreEntitySet="StopSaleAcenta">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="StopSaleId" ColumnName="stopsaleid" />
                <ScalarProperty Name="AcentaId" ColumnName="acentaid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="StopSalePazar">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.StopSalePazar">
              <MappingFragment StoreEntitySet="StopSalePazar">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="StopSaleId" ColumnName="stopsaleid" />
                <ScalarProperty Name="PazarId" ColumnName="pazarid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="UpgradeOdaFiyat">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.UpgradeOdaFiyat">
              <MappingFragment StoreEntitySet="UpgradeOdaFiyat">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UpgredeTipi" ColumnName="upgredetipi" />
                <ScalarProperty Name="UpgrCarpan" ColumnName="upgrcarpan" />
                <ScalarProperty Name="EskiOdaKonumId" ColumnName="eskiodakonumid" />
                <ScalarProperty Name="YeniOdaKonumId" ColumnName="yeniodakonumid" />
                <ScalarProperty Name="BasTar" ColumnName="bastar" />
                <ScalarProperty Name="BitTar" ColumnName="bittar" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="DepkodId" ColumnName="depkodid" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="SS" ColumnName="ss" />
                <ScalarProperty Name="Cind" ColumnName="cind" />
                <ScalarProperty Name="Cind3" ColumnName="cind3" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OdaOzellik">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OdaOzellik">
              <MappingFragment StoreEntitySet="OdaOzellik">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="OzellikId" ColumnName="ozellikid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Ozellik">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Ozellik">
              <MappingFragment StoreEntitySet="Ozellik">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="OzellikGrupId" ColumnName="ozellikgrupid" />
                <ScalarProperty Name="zorunlu" ColumnName="zorunlu" />
                <ScalarProperty Name="CokluSecim" ColumnName="coklusecim" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OzellikGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OzellikGrup">
              <MappingFragment StoreEntitySet="OzellikGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OzellikGrupModel">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OzellikGrupModel">
              <MappingFragment StoreEntitySet="OzellikGrupModel">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="OzellikId" ColumnName="ozellikid" />
                <ScalarProperty Name="AsyaModelId" ColumnName="asyamodelid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AsyaModel">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AsyaModel">
              <MappingFragment StoreEntitySet="AsyaModel">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Teknik">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Teknik">
              <MappingFragment StoreEntitySet="Teknik">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ArizaTarihi" ColumnName="arizatarihi" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="OperasyonId" ColumnName="operasyonid" />
                <ScalarProperty Name="ArizaAciklama" ColumnName="arizaaciklama" />
                <ScalarProperty Name="ArizaGiderildi" ColumnName="arizagiderildi" />
                <ScalarProperty Name="ArizaGiderildiAciklama" ColumnName="arizagiderildiaciklama" />
                <ScalarProperty Name="ArizaGiderildiTarihi" ColumnName="arizagiderilditarihi" />
                <ScalarProperty Name="HouseKeepingTip" ColumnName="housekeepingtip" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Operasyon">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Operasyon">
              <MappingFragment StoreEntitySet="Operasyon">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="Turu" ColumnName="turu" />
                <ScalarProperty Name="Konu" ColumnName="konu" />
                <ScalarProperty Name="BolumYerId" ColumnName="bolumyerid" />
                <ScalarProperty Name="IstipiTumId" ColumnName="istipitumid" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BolumYer">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BolumYer">
              <MappingFragment StoreEntitySet="BolumYer">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="BolumYerOda" ColumnName="bolumyeroda" />
                <ScalarProperty Name="UstBolumYerId" ColumnName="ustbolumyerid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="IstipiTum">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.IstipiTum">
              <MappingFragment StoreEntitySet="IstipiTum">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Sure" ColumnName="sure" />
                <ScalarProperty Name="DepartmanId" ColumnName="departmanid" />
                <ScalarProperty Name="OdayiArizayaAl" ColumnName="odayiarizayaal" />
                <ScalarProperty Name="Istipi" ColumnName="istipi" />
                <ScalarProperty Name="UstIstipiTumId" ColumnName="ustistipitumid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Departman">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Departman">
              <MappingFragment StoreEntitySet="Departman">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OperasyonEk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OperasyonEk">
              <MappingFragment StoreEntitySet="OperasyonEk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="dnd" ColumnName="dnd" />
                <ScalarProperty Name="sikayet" ColumnName="sikayet" />
                <ScalarProperty Name="istek" ColumnName="istek" />
                <ScalarProperty Name="bildirenonayi" ColumnName="bildirenonayi" />
                <ScalarProperty Name="bildirildi" ColumnName="bildirildi" />
                <ScalarProperty Name="kilit" ColumnName="kilit" />
                <ScalarProperty Name="satinalma" ColumnName="satinalma" />
                <ScalarProperty Name="geridonusnotu" ColumnName="geridonusnotu" />
                <ScalarProperty Name="yetkiliservis" ColumnName="yetkiliservis" />
                <ScalarProperty Name="aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="iletisim" ColumnName="iletisim" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OperasyonEk2">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OperasyonEk2">
              <MappingFragment StoreEntitySet="OperasyonEk2">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DepartmanId" ColumnName="departmanid" />
                <ScalarProperty Name="BaslatanGorevliId" ColumnName="baslatangorevliid" />
                <ScalarProperty Name="BaslatanNotu" ColumnName="baslatannotu" />
                <ScalarProperty Name="BitirenGorevliId" ColumnName="bitirengorevliid" />
                <ScalarProperty Name="BitirenNotu" ColumnName="bitirennotu" />
                <ScalarProperty Name="BildirenPersonel" ColumnName="bildirenpersonel" />
                <ScalarProperty Name="IptalNedeniId" ColumnName="iptalnedeniid" />
                <ScalarProperty Name="ArizaNedeniId" ColumnName="arizanedeniid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ArizaNedeni">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ArizaNedeni">
              <MappingFragment StoreEntitySet="ArizaNedeni">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ArizaGorevli">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ArizaGorevli">
              <MappingFragment StoreEntitySet="ArizaGorevli">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DepartmanId" ColumnName="departmanid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="IptalNedeni">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.IptalNedeni">
              <MappingFragment StoreEntitySet="IptalNedeni">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OperasyonTarih">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OperasyonTarih">
              <MappingFragment StoreEntitySet="OperasyonTarih">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ilkTarih" ColumnName="ilktarih" />
                <ScalarProperty Name="ilkZaman" ColumnName="ilkzaman" />
                <ScalarProperty Name="Okundu" ColumnName="okundu" />
                <ScalarProperty Name="OkunmaTarihi" ColumnName="okunmatarihi" />
                <ScalarProperty Name="OkunmaZamani" ColumnName="okunmazamani" />
                <ScalarProperty Name="Planlandi" ColumnName="planlandi" />
                <ScalarProperty Name="PlanlamaTarihi" ColumnName="planlamatarihi" />
                <ScalarProperty Name="PlanlamaZamani" ColumnName="planlamazamani" />
                <ScalarProperty Name="Tamamlandi" ColumnName="tamamlandi" />
                <ScalarProperty Name="TamamlamaTarihi" ColumnName="tamamlamatarihi" />
                <ScalarProperty Name="TamamlamaZamani" ColumnName="tamamlamazamani" />
                <ScalarProperty Name="iptal" ColumnName="iptal" />
                <ScalarProperty Name="iptalTarihi" ColumnName="iptaltarihi" />
                <ScalarProperty Name="IptalZamani" ColumnName="iptalzamani" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Telkod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Telkod">
              <MappingFragment StoreEntitySet="Telkod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="indirim" ColumnName="indirim" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="DahiliTelTipi" ColumnName="dahiliteltipi" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Teldata">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Teldata">
              <MappingFragment StoreEntitySet="Teldata">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="tarih" ColumnName="tarih" />
                <ScalarProperty Name="TelkodId" ColumnName="telkodid" />
                <ScalarProperty Name="numara" ColumnName="numara" />
                <ScalarProperty Name="kontor" ColumnName="kontor" />
                <ScalarProperty Name="fiyat" ColumnName="fiyat" />
                <ScalarProperty Name="maliyet" ColumnName="maliyet" />
                <ScalarProperty Name="FolioId" ColumnName="folioid" />
                <ScalarProperty Name="Santralzaman" ColumnName="santralzaman" />
                <ScalarProperty Name="sure" ColumnName="sure" />
                <ScalarProperty Name="santraltarih" ColumnName="santraltarih" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FolioRouteRez">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FolioRouteRez">
              <MappingFragment StoreEntitySet="FolioRouteRez">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="FolioRouteId" ColumnName="foliorouteid" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KolBandi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KolBandi">
              <MappingFragment StoreEntitySet="KolBandi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MusteriKonaklamaEkId" ColumnName="musterikonaklamaekid" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="KNo" ColumnName="kno" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KolBandiHrk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KolBandiHrk">
              <MappingFragment StoreEntitySet="KolBandiHrk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Hrktipi" ColumnName="hrktipi" />
                <ScalarProperty Name="KolBandiId" ColumnName="kolbandiid" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MusteriKonaklamaEk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MusteriKonaklamaEk">
              <MappingFragment StoreEntitySet="MusteriKonaklamaEk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tcno" ColumnName="tcno" />
                <ScalarProperty Name="KolBandiKodu" ColumnName="kolbandikodu" />
                <ScalarProperty Name="UyrukId" ColumnName="uyrukid" />
                <ScalarProperty Name="KolBandi" ColumnName="kolbandi" />
                <ScalarProperty Name="Cinsiyet" ColumnName="cinsiyet" />
                <ScalarProperty Name="MedeniHali" ColumnName="medenihali" />
                <ScalarProperty Name="KimlikBelgeTuru" ColumnName="kimlikbelgeturu" />
                <ScalarProperty Name="KimlikSeriNo" ColumnName="kimlikserino" />
                <ScalarProperty Name="BabaAdi" ColumnName="babaadi" />
                <ScalarProperty Name="AnaAdi" ColumnName="anaadi" />
                <ScalarProperty Name="DogumYeri" ColumnName="dogumyeri" />
                <ScalarProperty Name="NufusKayitMahalle" ColumnName="nufuskayitmahalle" />
                <ScalarProperty Name="NufusKayitCilt" ColumnName="nufuskayitcilt" />
                <ScalarProperty Name="NufusKayitAileNo" ColumnName="nufuskayitaileno" />
                <ScalarProperty Name="NufusKayitSiraNo" ColumnName="nufuskayitsirano" />
                <ScalarProperty Name="HesKodu" ColumnName="heskodu" />
                <ScalarProperty Name="KbsCinBildirimDurumu" ColumnName="kbscinbildirimdurumu" />
                <ScalarProperty Name="KbsCoutBildirimDurumu" ColumnName="kbscoutbildirimdurumu" />
                <ScalarProperty Name="IysContact" ColumnName="iyscontact" />
                <ScalarProperty Name="MsisdnOnay" ColumnName="msisdnonay" />
                <ScalarProperty Name="EmailOnay" ColumnName="emailonay" />
                <ScalarProperty Name="KvkkOnay" ColumnName="kvkkonay" />
                <ScalarProperty Name="IysGenelOnay" ColumnName="iysgenelonay" />
                <ScalarProperty Name="EvlilikTarihi" ColumnName="evliliktarihi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Karalistes">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Karaliste">
              <MappingFragment StoreEntitySet="Karaliste">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Sebebi" ColumnName="sebebi" />
                <ScalarProperty Name="Zaman" ColumnName="zaman" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="MusteriKonaklamaEkId" ColumnName="musterikonaklamaekid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Uyruk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Uyruk">
              <MappingFragment StoreEntitySet="Uyruk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UlkeId" ColumnName="ulkeid" />
                <ScalarProperty Name="IsoKodu" ColumnName="isokodu" />
                <ScalarProperty Name="IsoKoduUc" ColumnName="isokoduuc" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Ulke">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Ulke">
              <MappingFragment StoreEntitySet="Ulke">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PazarId" ColumnName="pazarid" />
                <ScalarProperty Name="AcentaId" ColumnName="acentaid" />
                <ScalarProperty Name="IsoKodu" ColumnName="isokodu" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RezDetayEk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RezDetayEk">
              <MappingFragment StoreEntitySet="RezDetayEk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="IslenmeTarih" ColumnName="islenmetarih" />
                <ScalarProperty Name="OpsiyonTarih" ColumnName="opsiyontarih" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="OdemeDurumu" ColumnName="odemedurumu" />
                <ScalarProperty Name="HatAcmaTipi" ColumnName="hatacmatipi" />
                <ScalarProperty Name="GercekTutar" ColumnName="gercektutar" />
                <ScalarProperty Name="NetTutar" ColumnName="nettutar" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="OperatorId" ColumnName="operatorid" />
                <ScalarProperty Name="VipId" ColumnName="vipid" />
                <ScalarProperty Name="UlkeId" ColumnName="ulkeid" />
                <ScalarProperty Name="VoucherTarih" ColumnName="vouchertarih" />
                <ScalarProperty Name="CinKuru" ColumnName="cinkuru" />
                <ScalarProperty Name="SabitKur" ColumnName="sabitkur" />
                <ScalarProperty Name="SabitFiyat" ColumnName="sabitfiyat" />
                <ScalarProperty Name="GecGiris" ColumnName="gecgiris" />
                <ScalarProperty Name="OdemeAlindi" ColumnName="odemealindi" />
                <ScalarProperty Name="CinSaat" ColumnName="cinsaat" />
                <ScalarProperty Name="CoutSaat" ColumnName="coutsaat" />
                <ScalarProperty Name="LateCoutZaman" ColumnName="latecoutzaman" />
                <ScalarProperty Name="TransferSaat" ColumnName="transfersaat" />
                <ScalarProperty Name="IsYeriId" ColumnName="isyeriid" />
                <ScalarProperty Name="RezRenk" ColumnName="rezrenk" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="IsYeri">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.IsYeri">
              <MappingFragment StoreEntitySet="IsYeri">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UzakIp" ColumnName="uzakip" />
                <ScalarProperty Name="UzakPort" ColumnName="uzakport" />
                <ScalarProperty Name="Merkez" ColumnName="merkez" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Operator">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Operator">
              <MappingFragment StoreEntitySet="Operator">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Vip">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Vip">
              <MappingFragment StoreEntitySet="Vip">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="VipHrk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.VipHrk">
              <MappingFragment StoreEntitySet="VipHrk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="VipId" ColumnName="vipid" />
                <ScalarProperty Name="MalzemeId" ColumnName="malzemeid" />
                <ScalarProperty Name="Adet" ColumnName="adet" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Malzeme">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Malzeme">
              <MappingFragment StoreEntitySet="Malzeme">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DepartmanId" ColumnName="departmanid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OdaUzatma">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OdaUzatma">
              <MappingFragment StoreEntitySet="OdaUzatma">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="OnburoTarih" ColumnName="onburotarih" />
                <ScalarProperty Name="EskiTarih" ColumnName="eskitarih" />
                <ScalarProperty Name="YeniTarih" ColumnName="yenitarih" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RezDetayBilgi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RezDetayBilgi">
              <MappingFragment StoreEntitySet="RezDetayBilgi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="Anahtar" ColumnName="anahtar" />
                <ScalarProperty Name="IslemTipi" ColumnName="islemtipi" />
                <ScalarProperty Name="IslemAciklama" ColumnName="islemaciklama" />
                <ScalarProperty Name="IslemZamani" ColumnName="islemzamani" />
                <ScalarProperty Name="OnburoTarihi" ColumnName="onburotarihi" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RezEntegrasyonBilgi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RezEntegrasyonBilgi">
              <MappingFragment StoreEntitySet="RezEntegrasyonBilgi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Logid" ColumnName="logid" />
                <ScalarProperty Name="KeyField" ColumnName="keyfield" />
                <ScalarProperty Name="VoucherUrl" ColumnName="voucherurl" />
                <ScalarProperty Name="Jsonicerik" ColumnName="jsonicerik" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RezKvkkSorus">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RezKvkkSoru">
              <MappingFragment StoreEntitySet="RezKvkkSoru">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="KvkkSoruId" ColumnName="kvkksoruid" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="Durum" ColumnName="durum" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KvkkSoru">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KvkkSoru">
              <MappingFragment StoreEntitySet="KvkkSoru">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RezOdaKilit">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RezOdaKilit">
              <MappingFragment StoreEntitySet="RezOdaKilit">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="BlokajTipi" ColumnName="blokajtipi" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RezOzellik">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RezOzellik">
              <MappingFragment StoreEntitySet="RezOzellik">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="OzellikId" ColumnName="ozellikid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RezPaketindirimtipi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RezPaketindirimtipi">
              <MappingFragment StoreEntitySet="RezPaketindirimtipi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="PaketindirimTipiId" ColumnName="paketindirimtipiid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PaketindirimTipi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PaketindirimTipi">
              <MappingFragment StoreEntitySet="PaketindirimTipi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="IndirimTipi" ColumnName="indirimtipi" />
                <ScalarProperty Name="Web" ColumnName="web" />
                <ScalarProperty Name="SabitOran" ColumnName="sabitoran" />
                <ScalarProperty Name="Ilave" ColumnName="ilave" />
                <ScalarProperty Name="RaporSira" ColumnName="raporsira" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RezWeb">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RezWeb">
              <MappingFragment StoreEntitySet="RezWeb">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="IpAdres" ColumnName="ipadres" />
                <ScalarProperty Name="CallCenterKullanici" ColumnName="callcenterkullanici" />
                <ScalarProperty Name="OnlineOdemeTipi" ColumnName="onlineodemetipi" />
                <ScalarProperty Name="SiparisNo" ColumnName="siparisno" />
                <ScalarProperty Name="DogrulamaDurumu" ColumnName="dogrulamadurumu" />
                <ScalarProperty Name="KrediKarti" ColumnName="kredikarti" />
                <ScalarProperty Name="RateKodu" ColumnName="ratekodu" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="TumBilbord">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.TumBilbord">
              <MappingFragment StoreEntitySet="TumBilbord">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DefAcentaId" ColumnName="defacentaid" />
                <ScalarProperty Name="BilbordKaynak" ColumnName="bilbordkaynak" />
                <ScalarProperty Name="Tip" ColumnName="tip" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="TumBilbordEks">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.TumBilbordEk">
              <MappingFragment StoreEntitySet="TumBilbordEk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PaxKont" ColumnName="paxkont" />
                <ScalarProperty Name="ChiKont" ColumnName="chikont" />
                <ScalarProperty Name="FreKont" ColumnName="frekont" />
                <ScalarProperty Name="AcentaId" ColumnName="acentaid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="UpgradeHrk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.UpgradeHrk">
              <MappingFragment StoreEntitySet="UpgradeHrk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="Saat" ColumnName="saat" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="UpgradeNedeniId" ColumnName="upgradenedeniid" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="EskiOdaKonumId" ColumnName="eskiodakonumid" />
                <ScalarProperty Name="YeniOdaKonumId" ColumnName="yeniodakonumid" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="UpgradeOdaFiyatId" ColumnName="upgradeodafiyatid" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="YetkiliKullaniciId" ColumnName="yetkilikullaniciid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="UpgradeNedeni">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.UpgradeNedeni">
              <MappingFragment StoreEntitySet="UpgradeNedeni">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UcretAlinabilir" ColumnName="ucretalinabilir" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FolioRouteDepkod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FolioRouteDepkod">
              <MappingFragment StoreEntitySet="FolioRouteDepkod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="FolioRouteId" ColumnName="foliorouteid" />
                <ScalarProperty Name="DepkodId" ColumnName="depkodid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="HrkTransfer">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.HrkTransfer">
              <MappingFragment StoreEntitySet="HrkTransfer">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="HrkId" ColumnName="hrkid" />
                <ScalarProperty Name="EskiFolioId" ColumnName="eskifolioid" />
                <ScalarProperty Name="YeniFolioId" ColumnName="yenifolioid" />
                <ScalarProperty Name="IslemTarihi" ColumnName="islemtarihi" />
                <ScalarProperty Name="IslemSaati" ColumnName="islemsaati" />
                <ScalarProperty Name="FolioRouteId" ColumnName="foliorouteid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="DepkodHeskod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.DepkodHeskod">
              <MappingFragment StoreEntitySet="DepkodHeskod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DepkodId" ColumnName="depkodid" />
                <ScalarProperty Name="HeskodId" ColumnName="heskodid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Heskod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Heskod">
              <MappingFragment StoreEntitySet="Heskod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MatrahHesapId" ColumnName="matrahhesapid" />
                <ScalarProperty Name="KdvHesapId" ColumnName="kdvhesapid" />
                <ScalarProperty Name="ToplamHesapId" ColumnName="toplamhesapid" />
                <ScalarProperty Name="MahsupTipi" ColumnName="mahsuptipi" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Paketistisna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Paketistisna">
              <MappingFragment StoreEntitySet="Paketistisna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PaketId" ColumnName="paketid" />
                <ScalarProperty Name="PaketindirimTipiId" ColumnName="paketindirimtipiid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PaketUlke">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PaketUlke">
              <MappingFragment StoreEntitySet="PaketUlke">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PaketId" ColumnName="paketid" />
                <ScalarProperty Name="UlkeId" ColumnName="ulkeid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RateAcentaPaket">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RateAcentaPaket">
              <MappingFragment StoreEntitySet="RateAcentaPaket">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RateAcentaId" ColumnName="rateacentaid" />
                <ScalarProperty Name="PaketId" ColumnName="paketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RateAcenta">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RateAcenta">
              <MappingFragment StoreEntitySet="RateAcenta">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RateId" ColumnName="rateid" />
                <ScalarProperty Name="AcentaId" ColumnName="acentaid" />
                <ScalarProperty Name="YasKodId" ColumnName="yaskodid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="YasKod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.YasKod">
              <MappingFragment StoreEntitySet="YasKod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="FiyatKonumId" ColumnName="fiyatkonumid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="YasKodSiraIstisna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.YasKodSiraIstisna">
              <MappingFragment StoreEntitySet="YasKodSiraIstisna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="YasKodId" ColumnName="yaskodid" />
                <ScalarProperty Name="IstisnaNo" ColumnName="istisnano" />
                <ScalarProperty Name="KisiNo" ColumnName="kisino" />
                <ScalarProperty Name="AltYasSiniri" ColumnName="altyassiniri" />
                <ScalarProperty Name="UstYasSiniri" ColumnName="ustyassiniri" />
                <ScalarProperty Name="Pax" ColumnName="pax" />
                <ScalarProperty Name="Child" ColumnName="child" />
                <ScalarProperty Name="Free" ColumnName="free" />
                <ScalarProperty Name="Bebek" ColumnName="bebek" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="YasKodSira">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.YasKodSira">
              <MappingFragment StoreEntitySet="YasKodSira">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="YasKodId" ColumnName="yaskodid" />
                <ScalarProperty Name="YasKisiTipi" ColumnName="yaskisitipi" />
                <ScalarProperty Name="YasKisiSiniri" ColumnName="yaskisisiniri" />
                <ScalarProperty Name="YasSiniri" ColumnName="yassiniri" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RatePaket">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RatePaket">
              <MappingFragment StoreEntitySet="RatePaket">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RateId" ColumnName="rateid" />
                <ScalarProperty Name="PaketId" ColumnName="paketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Sart">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Sart">
              <MappingFragment StoreEntitySet="Sart">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MinKonaklamaGecesi" ColumnName="minkonaklamagecesi" />
                <ScalarProperty Name="MaxKonaklamaGecesi" ColumnName="maxkonaklamagecesi" />
                <ScalarProperty Name="GirisKonaklama" ColumnName="giriskonaklama" />
                <ScalarProperty Name="AnlasmaTarihi" ColumnName="anlasmatarihi" />
                <ScalarProperty Name="SatisBaslangic" ColumnName="satisbaslangic" />
                <ScalarProperty Name="SatisBitis" ColumnName="satisbitis" />
                <ScalarProperty Name="KonaklamaBaslangic" ColumnName="konaklamabaslangic" />
                <ScalarProperty Name="KonaklamaBitis" ColumnName="konaklamabitis" />
                <ScalarProperty Name="CinBaslangic" ColumnName="cinbaslangic" />
                <ScalarProperty Name="CinBitis" ColumnName="cinbitis" />
                <ScalarProperty Name="CoutBaslangic" ColumnName="coutbaslangic" />
                <ScalarProperty Name="CoutBitis" ColumnName="coutbitis" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SartFiyatKonum">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SartFiyatKonum">
              <MappingFragment StoreEntitySet="SartFiyatKonum">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SartId" ColumnName="sartid" />
                <ScalarProperty Name="FiyatKonumId" ColumnName="fiyatkonumid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RatePeriyotKonumHamFiyat">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RatePeriyotKonumHamFiyat">
              <MappingFragment StoreEntitySet="RatePeriyotKonumHamFiyat">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RatePeriyotId" ColumnName="rateperiyotid" />
                <ScalarProperty Name="KonumHamFiyatId" ColumnName="konumhamfiyatid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RatePeriyot">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RatePeriyot">
              <MappingFragment StoreEntitySet="RatePeriyot">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RateId" ColumnName="rateid" />
                <ScalarProperty Name="PeriyotId" ColumnName="periyotid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Periyot">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Periyot">
              <MappingFragment StoreEntitySet="Periyot">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Baslangic" ColumnName="baslangic" />
                <ScalarProperty Name="Bitis" ColumnName="bitis" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Formul">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Formul">
              <MappingFragment StoreEntitySet="Formul">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FormulSira">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FormulSira">
              <MappingFragment StoreEntitySet="FormulSira">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="FormulId" ColumnName="formulid" />
                <ScalarProperty Name="PaketIndirimTipiId" ColumnName="paketindirimtipiid" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="Kumule" ColumnName="kumule" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Hesayr">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Hesayr">
              <MappingFragment StoreEntitySet="Hesayr">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="GecelemeId" ColumnName="gecelemeid" />
                <ScalarProperty Name="FormulSiraId" ColumnName="formulsiraid" />
                <ScalarProperty Name="PaketId" ColumnName="paketid" />
                <ScalarProperty Name="KonumHamFiyatId" ColumnName="konumhamfiyatid" />
                <ScalarProperty Name="RateId" ColumnName="rateid" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="Onay" ColumnName="onay" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pansiyon">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pansiyon">
              <MappingFragment StoreEntitySet="Pansiyon">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="BreakdownId" ColumnName="breakdownid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Breakdown">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Breakdown">
              <MappingFragment StoreEntitySet="Breakdown">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="GecelemeFiyatpaket">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.GecelemeFiyatpaket">
              <MappingFragment StoreEntitySet="GecelemeFiyatpaket">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="GecelemeId" ColumnName="gecelemeid" />
                <ScalarProperty Name="PaketId" ColumnName="paketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="GecelemeMusteri">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.GecelemeMusteri">
              <MappingFragment StoreEntitySet="GecelemeMusteri">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="GecelemeId" ColumnName="gecelemeid" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Shares">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Share">
              <MappingFragment StoreEntitySet="Share">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BreakdownDagilims">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BreakdownDagilim">
              <MappingFragment StoreEntitySet="BreakdownDagilim">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="HrkId" ColumnName="hrkid" />
                <ScalarProperty Name="BreakMalzemeId" ColumnName="breakmalzemeid" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BreakMalzeme">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BreakMalzeme">
              <MappingFragment StoreEntitySet="BreakMalzeme">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="DepkodId" ColumnName="depkodid" />
                <ScalarProperty Name="HesTipi" ColumnName="hestipi" />
                <ScalarProperty Name="GrupTipi" ColumnName="gruptipi" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="DovizHeskod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.DovizHeskod">
              <MappingFragment StoreEntitySet="DovizHeskod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="HeskodId" ColumnName="heskodid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KasaAvans">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KasaAvans">
              <MappingFragment StoreEntitySet="KasaAvans">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="tutar" ColumnName="tutar" />
                <ScalarProperty Name="HrkId" ColumnName="hrkid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Kur">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Kur">
              <MappingFragment StoreEntitySet="Kur">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="KurTutar" ColumnName="kurtutar" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosFiyat">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosFiyat">
              <MappingFragment StoreEntitySet="PosFiyat">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosFiyatTipi" ColumnName="posfiyattipi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosMasa">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosMasa">
              <MappingFragment StoreEntitySet="PosMasa">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosDepId" ColumnName="posdepid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosSipAna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosSipAna">
              <MappingFragment StoreEntitySet="PosSipAna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="Saat" ColumnName="saat" />
                <ScalarProperty Name="KapanisSaati" ColumnName="kapanissaati" />
                <ScalarProperty Name="FisNo" ColumnName="fisno" />
                <ScalarProperty Name="KisiSayisi" ColumnName="kisisayisi" />
                <ScalarProperty Name="CekNo" ColumnName="cekno" />
                <ScalarProperty Name="SabitIndirim" ColumnName="sabitindirim" />
                <ScalarProperty Name="PosMasaId" ColumnName="posmasaid" />
                <ScalarProperty Name="FolioId" ColumnName="folioid" />
                <ScalarProperty Name="PosGarsonId" ColumnName="posgarsonid" />
                <ScalarProperty Name="PosSipAnaMasaDurum" ColumnName="possipanamasadurum" />
                <ScalarProperty Name="HesapKilit" ColumnName="hesapkilit" />
                <ScalarProperty Name="PosIptalSebepId" ColumnName="posiptalsebepid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosAdisyon">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosAdisyon">
              <MappingFragment StoreEntitySet="PosAdisyon">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="AdisyonNo" ColumnName="adisyonno" />
                <ScalarProperty Name="FaturaDurumu" ColumnName="faturadurumu" />
                <ScalarProperty Name="PosSipAnaId" ColumnName="possipanaid" />
                <ScalarProperty Name="PosAdisyonSeriId" ColumnName="posadisyonseriid" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="Saat" ColumnName="saat" />
                <ScalarProperty Name="PosGarsonId" ColumnName="posgarsonid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosAdisyonSeri">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosAdisyonSeri">
              <MappingFragment StoreEntitySet="PosAdisyonSeri">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Seri" ColumnName="seri" />
                <ScalarProperty Name="BaslangicNo" ColumnName="baslangicno" />
                <ScalarProperty Name="BitisNo" ColumnName="bitisno" />
                <ScalarProperty Name="PosDepId" ColumnName="posdepid" />
                <ScalarProperty Name="PosGarsonId" ColumnName="posgarsonid" />
                <ScalarProperty Name="PosAdisyonTuru" ColumnName="posadisyonturu" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosGarson">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosGarson">
              <MappingFragment StoreEntitySet="PosGarson">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosIptalSebep">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosIptalSebep">
              <MappingFragment StoreEntitySet="PosIptalSebep">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosIptalTipi" ColumnName="posiptaltipi" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosOdemeler">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosOdemeler">
              <MappingFragment StoreEntitySet="PosOdemeler">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosSipAnaId" ColumnName="possipanaid" />
                <ScalarProperty Name="UstOdemeID" ColumnName="ustodemeid" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="PosOdemeTipiId" ColumnName="posodemetipiid" />
                <ScalarProperty Name="PosOdemeTipiEnum" ColumnName="posodemetipienum" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="Saat" ColumnName="saat" />
                <ScalarProperty Name="HrkKey" ColumnName="hrkkey" />
                <ScalarProperty Name="PosOdenmezIkramId" ColumnName="posodenmezikramid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosOdemeBazHareket">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosOdemeBazHareket">
              <MappingFragment StoreEntitySet="PosOdemeBazHareket">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosSipDetayId" ColumnName="possipdetayid" />
                <ScalarProperty Name="BazMiktar" ColumnName="bazmiktar" />
                <ScalarProperty Name="PosOdemelerId" ColumnName="posodemelerid" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosSipDetay">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosSipDetay">
              <MappingFragment StoreEntitySet="PosSipDetay">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="Miktar" ColumnName="miktar" />
                <ScalarProperty Name="BirimFiyat" ColumnName="birimfiyat" />
                <ScalarProperty Name="ToplamFiyat" ColumnName="toplamfiyat" />
                <ScalarProperty Name="NetFiyat" ColumnName="netfiyat" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="PosSipDetayTip" ColumnName="possipdetaytip" />
                <ScalarProperty Name="PosSatKodId" ColumnName="possatkodid" />
                <ScalarProperty Name="PosSipAnaId" ColumnName="possipanaid" />
                <ScalarProperty Name="PosGarsonId" ColumnName="posgarsonid" />
                <ScalarProperty Name="PosIptalSebepId" ColumnName="posiptalsebepid" />
                <ScalarProperty Name="StokhrkAnaId" ColumnName="stokhrkanaid" />
                <ScalarProperty Name="PosMutfakDurum" ColumnName="posmutfakdurum" />
                <ScalarProperty Name="AdisyonaGonderildi" ColumnName="adisyonagonderildi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosSatKod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosSatKod">
              <MappingFragment StoreEntitySet="PosSatKod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosAltKategorilerId" ColumnName="posaltkategorilerid" />
                <ScalarProperty Name="ReceteId" ColumnName="receteid" />
                <ScalarProperty Name="Derece" ColumnName="derece" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosAltKategoriler">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosAltKategoriler">
              <MappingFragment StoreEntitySet="PosAltKategoriler">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosKategoriTip" ColumnName="poskategoritip" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosSatKodCondimentler">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosCondTanim">
              <MappingFragment StoreEntitySet="PosCondTanim">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosSatKodId" ColumnName="possatkodid" />
                <ScalarProperty Name="PosSatKodCondimentId" ColumnName="possatkodcondimentid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosSatKodFiyat">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosSatKodFiyat">
              <MappingFragment StoreEntitySet="PosSatKodFiyat">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosDepId" ColumnName="posdepid" />
                <ScalarProperty Name="PosSatKodId" ColumnName="possatkodid" />
                <ScalarProperty Name="BirinciFiyat" ColumnName="birincifiyat" />
                <ScalarProperty Name="IkinciFiyat" ColumnName="ikincifiyat" />
                <ScalarProperty Name="UcuncuFiyat" ColumnName="ucuncufiyat" />
                <ScalarProperty Name="DorduncuFiyat" ColumnName="dorduncufiyat" />
                <ScalarProperty Name="PosKdvTipiId" ColumnName="poskdvtipiid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosKdvTipi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosKdvTipi">
              <MappingFragment StoreEntitySet="PosKdvTipi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KdvId" ColumnName="kdvid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosSipDetayCondimentler">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosCond">
              <MappingFragment StoreEntitySet="PosCond">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosSipDetayId" ColumnName="possipdetayid" />
                <ScalarProperty Name="PosSatKodCondimentlerTanimId" ColumnName="possatkodcondimentlertanimid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosSipDetayFiyHrks">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosSipDetayFiyHrk">
              <MappingFragment StoreEntitySet="PosSipDetayFiyHrk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosSipDetayId" ColumnName="possipdetayid" />
                <ScalarProperty Name="PosSipDetayTip" ColumnName="possipdetaytip" />
                <ScalarProperty Name="EskiBirimFiyat" ColumnName="eskibirimfiyat" />
                <ScalarProperty Name="YeniBirimFiyat" ColumnName="yenibirimfiyat" />
                <ScalarProperty Name="IslemTarihi" ColumnName="islemtarihi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosSipDetayIndirimlers">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosSipDetayIndirimler">
              <MappingFragment StoreEntitySet="PosSipDetayIndirimler">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="Oran" ColumnName="oran" />
                <ScalarProperty Name="PosSipDetayId" ColumnName="possipdetayid" />
                <ScalarProperty Name="PosGarsonId" ColumnName="posgarsonid" />
                <ScalarProperty Name="PosIndirimTipi" ColumnName="posindirimtipi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosSipDetayVaryasyonlar">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosSipDetayVaryasyonlar">
              <MappingFragment StoreEntitySet="PosSipDetayVaryasyonlar">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosSipDetayId" ColumnName="possipdetayid" />
                <ScalarProperty Name="PosVaryasyonlarTanimId" ColumnName="posvaryasyonlartanimid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosVaryasyonlar">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosVaryasyonlarTanim">
              <MappingFragment StoreEntitySet="PosVaryasyonlarTanim">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosKategoriTip" ColumnName="poskategoritip" />
                <ScalarProperty Name="PosAltKategorilerId" ColumnName="posaltkategorilerid" />
                <ScalarProperty Name="PosSatKodId" ColumnName="possatkodid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="StokhrkAna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.StokhrkAna">
              <MappingFragment StoreEntitySet="StokhrkAna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="FisTarih" ColumnName="fistarih" />
                <ScalarProperty Name="IslemTarih" ColumnName="islemtarih" />
                <ScalarProperty Name="FisTipId" ColumnName="fistipid" />
                <ScalarProperty Name="TevkifatId" ColumnName="tevkifatid" />
                <ScalarProperty Name="MaliyetSabit" ColumnName="maliyetsabit" />
                <ScalarProperty Name="FaturaAltiIndTutar" ColumnName="faturaaltiindtutar" />
                <ScalarProperty Name="FaturaAltiIndOran" ColumnName="faturaaltiindoran" />
                <ScalarProperty Name="HesapId" ColumnName="hesapid" />
                <ScalarProperty Name="BelgeTipi" ColumnName="belgetipi" />
                <ScalarProperty Name="PosOdenmezIkramId" ColumnName="posodenmezikramid" />
                <ScalarProperty Name="EvrakNo" ColumnName="evrakno" />
                <ScalarProperty Name="EvrakTarih" ColumnName="evraktarih" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FisTip">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FisTip">
              <MappingFragment StoreEntitySet="FisTip">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ADurum" ColumnName="adurum" />
                <ScalarProperty Name="DDurum" ColumnName="ddurum" />
                <ScalarProperty Name="MaliyetSabit" ColumnName="maliyetsabit" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosOdenmezIkram">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosOdenmezIkram">
              <MappingFragment StoreEntitySet="PosOdenmezIkram">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OdenmezIkramTip" ColumnName="odenmezikramtip" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ReceteHrkAna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ReceteHrkAna">
              <MappingFragment StoreEntitySet="ReceteHrkAna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="FisTipId" ColumnName="fistipid" />
                <ScalarProperty Name="PosOdenmezIkramId" ColumnName="posodenmezikramid" />
                <ScalarProperty Name="BelgeTipi" ColumnName="belgetipi" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="Planlama" ColumnName="planlama" />
                <ScalarProperty Name="PlanlamaTarihi" ColumnName="planlamatarihi" />
                <ScalarProperty Name="StokhrkAnaId" ColumnName="stokhrkanaid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ReceteHrkDetay">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ReceteHrkDetay">
              <MappingFragment StoreEntitySet="ReceteHrkDetay">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="Miktar" ColumnName="miktar" />
                <ScalarProperty Name="SatisTutar" ColumnName="satistutar" />
                <ScalarProperty Name="ReceteBaglantiAnaId" ColumnName="recetebaglantianaid" />
                <ScalarProperty Name="AlanDepartmanId" ColumnName="alandepartmanid" />
                <ScalarProperty Name="ReceteId" ColumnName="receteid" />
                <ScalarProperty Name="ReceteHrkAnaId" ColumnName="recetehrkanaid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="DepartmanAna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.DepartmanAna">
              <MappingFragment StoreEntitySet="DepartmanAna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DepartmanAmbarId" ColumnName="departmanambarid" />
                <ScalarProperty Name="DepartmanCostDetaySirketId" ColumnName="departmancostdetaysirketid" />
                <ScalarProperty Name="DepartmanCostDetayEntegre" ColumnName="departmancostdetayentegre" />
                <ScalarProperty Name="DepartmanDetayZorunluReferansId" ColumnName="departmandetayzorunlureferansid" />
                <ScalarProperty Name="DepartmanDetayEmanet" ColumnName="departmandetayemanet" />
                <ScalarProperty Name="DepartmanPOSDetaySatisDepartmanId" ColumnName="departmanposdetaysatisdepartmanid" />
                <ScalarProperty Name="DepartmanPOSDetayReceteDepartmanId" ColumnName="departmanposdetayrecetedepartmanid" />
                <ScalarProperty Name="DepartmanMiAmbarMi" ColumnName="departmanmiambarmi" />
                <ScalarProperty Name="ReferansId" ColumnName="referansid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="DepDevir">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.DepDevir">
              <MappingFragment StoreEntitySet="DepDevir">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DepartmanAnaId" ColumnName="departmananaid" />
                <ScalarProperty Name="DevirTarih" ColumnName="devirtarih" />
                <ScalarProperty Name="IslemTarihi" ColumnName="islemtarihi" />
                <ScalarProperty Name="StokhrkAnaId" ColumnName="stokhrkanaid" />
                <ScalarProperty Name="StokhrkAnaNo" ColumnName="stokhrkanano" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Referans">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Referans">
              <MappingFragment StoreEntitySet="Referans">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OnbReferansId" ColumnName="onbreferansid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="StokhrkDetay">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.StokhrkDetay">
              <MappingFragment StoreEntitySet="StokhrkDetay">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="StokhrkAnaId" ColumnName="stokhrkanaid" />
                <ScalarProperty Name="SiraNo" ColumnName="sirano" />
                <ScalarProperty Name="UrunId" ColumnName="urunid" />
                <ScalarProperty Name="BirimTuru" ColumnName="birimturu" />
                <ScalarProperty Name="Miktar" ColumnName="miktar" />
                <ScalarProperty Name="BirimTuruMiktar" ColumnName="birimturumiktar" />
                <ScalarProperty Name="UrunBirimId" ColumnName="urunbirimid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="Matrah" ColumnName="matrah" />
                <ScalarProperty Name="KdvId" ColumnName="kdvid" />
                <ScalarProperty Name="VerenDepartmanId" ColumnName="verendepartmanid" />
                <ScalarProperty Name="AlanDepartmanId" ColumnName="alandepartmanid" />
                <ScalarProperty Name="MatrahYuvarlama" ColumnName="matrahyuvarlama" />
                <ScalarProperty Name="KDVYuvarlama" ColumnName="kdvyuvarlama" />
                <ScalarProperty Name="Isk1" ColumnName="isk1" />
                <ScalarProperty Name="Isk2" ColumnName="isk2" />
                <ScalarProperty Name="Isk3" ColumnName="isk3" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="ReceteHrkDetayId" ColumnName="recetehrkdetayid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="StokhrkDetayAyrinti">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.StokhrkDetayAyrinti">
              <MappingFragment StoreEntitySet="StokhrkDetayAyrinti">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SayimMiktar" ColumnName="sayimmiktar" />
                <ScalarProperty Name="IrsaliyeMiktar" ColumnName="irsaliyemiktar" />
                <ScalarProperty Name="IrsaliyeHesaplamayaDahilEtme" ColumnName="irsaliyehesaplamayadahiletme" />
                <ScalarProperty Name="FaturayaDonusturuldu" ColumnName="faturayadonusturuldu" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="stokhrkDetayBaglanti">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.StokhrkDetayBaglanti">
              <MappingFragment StoreEntitySet="StokhrkDetayBaglanti">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="StokhrkDetayId" ColumnName="stokhrkdetayid" />
                <ScalarProperty Name="UstStokhrkDetayId" ColumnName="uststokhrkdetayid" />
                <ScalarProperty Name="BaglantiTipi" ColumnName="baglantitipi" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Urun">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Urun">
              <MappingFragment StoreEntitySet="Urun">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="EnvanterId" ColumnName="envanterid" />
                <ScalarProperty Name="UrunSatisFiltre" ColumnName="urunsatisfiltre" />
                <ScalarProperty Name="UrunOzelBarkod" ColumnName="urunozelbarkod" />
                <ScalarProperty Name="UrunBirimFiyatDegisimOrani" ColumnName="urunbirimfiyatdegisimorani" />
                <ScalarProperty Name="KdvId" ColumnName="kdvid" />
                <ScalarProperty Name="Porsiyon" ColumnName="porsiyon" />
                <ScalarProperty Name="ReceteHareketTipi" ColumnName="receteharekettipi" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Envanter">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Envanter">
              <MappingFragment StoreEntitySet="Envanter">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="AltGrupId" ColumnName="altgrupid" />
                <ScalarProperty Name="GrupId" ColumnName="grupid" />
                <ScalarProperty Name="EnvYID" ColumnName="envyid" />
                <ScalarProperty Name="Seviye" ColumnName="seviye" />
                <ScalarProperty Name="CostEntegre" ColumnName="costentegre" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AltGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AltGrup">
              <MappingFragment StoreEntitySet="AltGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="GrupId" ColumnName="grupid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Grup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Grup">
              <MappingFragment StoreEntitySet="Grup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="UrunBarkod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.UrunBarkod">
              <MappingFragment StoreEntitySet="UrunBarkod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UrunID" ColumnName="urunid" />
                <ScalarProperty Name="UrunBarkodKodu" ColumnName="urunbarkodkodu" />
                <ScalarProperty Name="UrunBarkodBirimID" ColumnName="urunbarkodbirimid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="UrunBirim">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.UrunBirim">
              <MappingFragment StoreEntitySet="UrunBirim">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UrunID" ColumnName="urunid" />
                <ScalarProperty Name="BirimId" ColumnName="birimid" />
                <ScalarProperty Name="Carpan" ColumnName="carpan" />
                <ScalarProperty Name="AltBirimId" ColumnName="altbirimid" />
                <ScalarProperty Name="UrunDetayBirimTuru" ColumnName="urundetaybirimturu" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="UrunMarkas">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.UrunMarka">
              <MappingFragment StoreEntitySet="UrunMarka">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UrunID" ColumnName="urunid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="UrunMuhasebeHesap">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.UrunMuhasebeHesap">
              <MappingFragment StoreEntitySet="UrunMuhasebeHesap">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="HesapGirisId" ColumnName="hesapgirisid" />
                <ScalarProperty Name="HesapCikisId" ColumnName="hesapcikisid" />
                <ScalarProperty Name="HesapTuketimId" ColumnName="hesaptuketimid" />
                <ScalarProperty Name="HesapEmanetGirisId" ColumnName="hesapemanetgirisid" />
                <ScalarProperty Name="HesapOtellerArasiTransferId" ColumnName="hesapotellerarasitransferid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="UrunOzelBarkod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.UrunOzelBarkod">
              <MappingFragment StoreEntitySet="UrunOzelBarkod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UrunID" ColumnName="urunid" />
                <ScalarProperty Name="UrunOzelBarkodAlanTipi" ColumnName="urunozelbarkodalantipi" />
                <ScalarProperty Name="UrunOzelBarkodBaslangic" ColumnName="urunozelbarkodbaslangic" />
                <ScalarProperty Name="UrunOzelBarkodHane" ColumnName="urunozelbarkodhane" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="StokhrkAnaBaglantis">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.StokhrkAnaBaglanti">
              <MappingFragment StoreEntitySet="StokhrkAnaBaglanti">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="StokhrkAnaId" ColumnName="stokhrkanaid" />
                <ScalarProperty Name="StokhrkAnaIliskiId" ColumnName="stokhrkanailiskiid" />
                <ScalarProperty Name="BaglantiTipi" ColumnName="baglantitipi" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosOdemeTipi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosOdemeTipi">
              <MappingFragment StoreEntitySet="PosOdemeTipi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosOdemeTipiEnum" ColumnName="posodemetipienum" />
                <ScalarProperty Name="DepkodId" ColumnName="depkodid" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ReceteBaglanti">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ReceteBaglanti">
              <MappingFragment StoreEntitySet="ReceteBaglanti">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ReceteBaglantiAnaId" ColumnName="recetebaglantianaid" />
                <ScalarProperty Name="ReceteIcerikId" ColumnName="receteicerikid" />
                <ScalarProperty Name="TuketimDepartmaniId" ColumnName="tuketimdepartmaniid" />
                <ScalarProperty Name="GelirDepartmaniId" ColumnName="gelirdepartmaniid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ReceteIcerik">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ReceteIcerik">
              <MappingFragment StoreEntitySet="ReceteIcerik">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ReceteId" ColumnName="receteid" />
                <ScalarProperty Name="UrunId" ColumnName="urunid" />
                <ScalarProperty Name="SiraNo" ColumnName="sirano" />
                <ScalarProperty Name="UrunBirimId" ColumnName="urunbirimid" />
                <ScalarProperty Name="ToplamMiktar" ColumnName="toplammiktar" />
                <ScalarProperty Name="VBToplamMiktar" ColumnName="vbtoplammiktar" />
                <ScalarProperty Name="MiktarKisi" ColumnName="miktarkisi" />
                <ScalarProperty Name="VBMiktarKisi" ColumnName="vbmiktarkisi" />
                <ScalarProperty Name="Maliyet" ColumnName="maliyet" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="HesSorguSonucs">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.HesSorguSonuc">
              <MappingFragment StoreEntitySet="HesSorguSonuc">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="GecerlilikTarihi" ColumnName="gecerliliktarihi" />
                <ScalarProperty Name="HesSaglikDurum" ColumnName="hessaglikdurum" />
                <ScalarProperty Name="GizliBelgeNo" ColumnName="gizlibelgeno" />
                <ScalarProperty Name="GizliAd" ColumnName="gizliad" />
                <ScalarProperty Name="GizliSoyad" ColumnName="gizlisoyad" />
                <ScalarProperty Name="HesKodu" ColumnName="heskodu" />
                <ScalarProperty Name="AsiDurumu" ColumnName="asidurumu" />
                <ScalarProperty Name="ImmunDurum" ColumnName="immundurum" />
                <ScalarProperty Name="SonNegatifTestTarih" ColumnName="sonnegatiftesttarih" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MusteriEmail">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MusteriEmail">
              <MappingFragment StoreEntitySet="MusteriEmail">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="EmailId" ColumnName="emailid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MusteriOzellik">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MusteriOzellik">
              <MappingFragment StoreEntitySet="MusteriOzellik">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="OzellikId" ColumnName="ozellikid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MusteriPersonelEks">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MusteriPersonelEk">
              <MappingFragment StoreEntitySet="MusteriPersonelEk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MusteriPlaka">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MusteriPlaka">
              <MappingFragment StoreEntitySet="MusteriPlaka">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="PlakaId" ColumnName="plakaid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Plaka">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Plaka">
              <MappingFragment StoreEntitySet="Plaka">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Plakano" ColumnName="plakano" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Reklamasyon">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Reklamasyon">
              <MappingFragment StoreEntitySet="Reklamasyon">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="KayitTarihi" ColumnName="kayittarihi" />
                <ScalarProperty Name="KayitZaman" ColumnName="kayitzaman" />
                <ScalarProperty Name="SikayetId" ColumnName="sikayetid" />
                <ScalarProperty Name="TalepId" ColumnName="talepid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="GeriDonus" ColumnName="geridonus" />
                <ScalarProperty Name="KayitTipi" ColumnName="kayittipi" />
                <ScalarProperty Name="WebdeKaydedenId" ColumnName="webdekaydedenid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Sikayet">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Sikayet">
              <MappingFragment StoreEntitySet="Sikayet">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Talep">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Talep">
              <MappingFragment StoreEntitySet="Talep">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmSaglik">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmSaglik">
              <MappingFragment StoreEntitySet="CrmSaglik">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="CrmKurumId" ColumnName="crmkurumid" />
                <ScalarProperty Name="KayitTarih" ColumnName="kayittarih" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="KayitTipi" ColumnName="kayittipi" />
                <ScalarProperty Name="WebdeKaydedenId" ColumnName="webdekaydedenid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmKurum">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmKurum">
              <MappingFragment StoreEntitySet="CrmKurum">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Telefon" ColumnName="telefon" />
                <ScalarProperty Name="Fax" ColumnName="fax" />
                <ScalarProperty Name="Adres" ColumnName="adres" />
                <ScalarProperty Name="MuhatapAd" ColumnName="muhatapad" />
                <ScalarProperty Name="MuhatapSoyad" ColumnName="muhatapsoyad" />
                <ScalarProperty Name="MuhatapTel" ColumnName="muhataptel" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmSaglikSemptoms">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmSaglikSemptom">
              <MappingFragment StoreEntitySet="CrmSaglikSemptom">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="CrmSemptomId" ColumnName="crmsemptomid" />
                <ScalarProperty Name="CrmSaglikId" ColumnName="crmsaglikid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmSemptom">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmSemptom">
              <MappingFragment StoreEntitySet="CrmSemptom">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Aksiyon1" ColumnName="aksiyon1" />
                <ScalarProperty Name="Aksiyon2" ColumnName="aksiyon2" />
                <ScalarProperty Name="Aksiyon3" ColumnName="aksiyon3" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmSaglikTeshis">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmSaglikTeshis">
              <MappingFragment StoreEntitySet="CrmSaglikTeshis">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="CrmTeshisId" ColumnName="crmteshisid" />
                <ScalarProperty Name="CrmSaglikId" ColumnName="crmsaglikid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmTeshis">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmTeshis">
              <MappingFragment StoreEntitySet="CrmTeshis">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MusteriTel">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MusteriTel">
              <MappingFragment StoreEntitySet="MusteriTel">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ColumnOrder" ColumnName="columnorder" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="TelId" ColumnName="telid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Tel">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Tel">
              <MappingFragment StoreEntitySet="Tel">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Telno" ColumnName="telno" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AcentaProforma">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AcentaProforma">
              <MappingFragment StoreEntitySet="AcentaProforma">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Konu" ColumnName="konu" />
                <ScalarProperty Name="Icerik" ColumnName="icerik" />
                <ScalarProperty Name="GonderimDurumu" ColumnName="gonderimdurumu" />
                <ScalarProperty Name="GonderimZamani" ColumnName="gonderimzamani" />
                <ScalarProperty Name="GonderimDosyaTuru" ColumnName="gonderimdosyaturu" />
                <ScalarProperty Name="Deger" ColumnName="deger" />
                <ScalarProperty Name="AcentaId" ColumnName="acentaid" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AcenteBavelEk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AcenteBavelEk">
              <MappingFragment StoreEntitySet="AcenteBavelEk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ClientNo" ColumnName="clientno" />
                <ScalarProperty Name="Company" ColumnName="company" />
                <ScalarProperty Name="TaxNo" ColumnName="taxno" />
                <ScalarProperty Name="Adress" ColumnName="adress" />
                <ScalarProperty Name="City" ColumnName="city" />
                <ScalarProperty Name="Zip" ColumnName="zip" />
                <ScalarProperty Name="Province" ColumnName="province" />
                <ScalarProperty Name="Country" ColumnName="country" />
                <ScalarProperty Name="Email" ColumnName="email" />
                <ScalarProperty Name="Kbekle" ColumnName="kbekle" />
                <ScalarProperty Name="Kppekle" ColumnName="kppekle" />
                <ScalarProperty Name="Pp3ekle" ColumnName="pp3ekle" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AcenteHeskod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AcenteHeskod">
              <MappingFragment StoreEntitySet="AcenteHeskod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="AcentaId" ColumnName="acentaid" />
                <ScalarProperty Name="HeskodId" ColumnName="heskodid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BreakDownAcenta">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BreakDownAcenta">
              <MappingFragment StoreEntitySet="BreakDownAcenta">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="BreakdownId" ColumnName="breakdownid" />
                <ScalarProperty Name="AcentaId" ColumnName="acentaid" />
                <ScalarProperty Name="PansiyonId" ColumnName="pansiyonid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OnbGrupAcenta">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OnbGrupAcenta">
              <MappingFragment StoreEntitySet="OnbGrupAcenta">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OnbGrupId" ColumnName="onbgrupid" />
                <ScalarProperty Name="AcentaId" ColumnName="acentaid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OnbGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OnbGrup">
              <MappingFragment StoreEntitySet="OnbGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ArizaTakipIzin">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ArizaTakipIzin">
              <MappingFragment StoreEntitySet="ArizaTakipIzin">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="TabloIdsi" ColumnName="tabloidsi" />
                <ScalarProperty Name="SatirIdsi" ColumnName="satiridsi" />
                <ScalarProperty Name="ATkpGrupIzinId" ColumnName="atkpgrupizinid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ATkpGrupIzin">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ATkpGrupIzin">
              <MappingFragment StoreEntitySet="ATkpGrupIzin">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ArizaTakipSablon">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ArizaTakipSablon">
              <MappingFragment StoreEntitySet="ArizaTakipSablon">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="IstipiTumId" ColumnName="istipitumid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AsyaReportColumn">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AsyaReportColumn">
              <MappingFragment StoreEntitySet="AsyaReportColumn">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="TabloKolonAdi" ColumnName="tablokolonadi" />
                <ScalarProperty Name="Gosterilecek" ColumnName="gosterilecek" />
                <ScalarProperty Name="GosterilecekKisa" ColumnName="gosterilecekkisa" />
                <ScalarProperty Name="OzellestirilmisKolon" ColumnName="ozellestirilmiskolon" />
                <ScalarProperty Name="Exp" ColumnName="exp" />
                <ScalarProperty Name="CalculatedFieldType" ColumnName="calculatedfieldtype" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AsyaReportPreviewDetailRow">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AsyaReportPreviewDetailRow">
              <MappingFragment StoreEntitySet="AsyaReportPreviewDetailRow">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="AsyaReportPreviewDetailId" ColumnName="asyareportpreviewdetailid" />
                <ScalarProperty Name="Gizli" ColumnName="gizli" />
                <ScalarProperty Name="KisaGoster" ColumnName="kisagoster" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="Format" ColumnName="format" />
                <ScalarProperty Name="Exp" ColumnName="exp" />
                <ScalarProperty Name="FooterExpTip" ColumnName="footerexptip" />
                <ScalarProperty Name="FooterExp" ColumnName="footerexp" />
                <ScalarProperty Name="FooterFormat" ColumnName="footerformat" />
                <ScalarProperty Name="AsyaReportColumnId" ColumnName="asyareportcolumnid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AsyaReportPreviewGroup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AsyaReportPreviewGroup">
              <MappingFragment StoreEntitySet="AsyaReportPreviewGroup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="AsyaReportPreviewGroupDetail">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.AsyaReportPreviewGroupDetail">
              <MappingFragment StoreEntitySet="AsyaReportPreviewGroupDetail">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kolonlar" ColumnName="kolonlar" />
                <ScalarProperty Name="AsyaReportPreviewGroupId" ColumnName="asyareportpreviewgroupid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ATkpDepKlnc">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ATkpDepKlnc">
              <MappingFragment StoreEntitySet="ATkpDepKlnc">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="ATkpGrupIzinId" ColumnName="atkpgrupizinid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BakimEnvanter">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BakimEnvanter">
              <MappingFragment StoreEntitySet="BakimEnvanter">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BakimStok">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BakimStok">
              <MappingFragment StoreEntitySet="BakimStok">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="BakimEnvanterId" ColumnName="bakimenvanterid" />
                <ScalarProperty Name="BolumYerId" ColumnName="bolumyerid" />
                <ScalarProperty Name="IstipiTumId" ColumnName="istipitumid" />
                <ScalarProperty Name="BakimTipiId" ColumnName="bakimtipiid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BakimIcerik">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BakimIcerik">
              <MappingFragment StoreEntitySet="BakimIcerik">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Icerik" ColumnName="icerik" />
                <ScalarProperty Name="BakimStokId" ColumnName="bakimstokid" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BakimMakina">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BakimMakina">
              <MappingFragment StoreEntitySet="BakimMakina">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="tarih" ColumnName="tarih" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="BakimMakinaAnaId" ColumnName="bakimmakinaanaid" />
                <ScalarProperty Name="BakimStokId" ColumnName="bakimstokid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BakimMakinaAna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BakimMakinaAna">
              <MappingFragment StoreEntitySet="BakimMakinaAna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BakimMakinaEk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BakimMakinaEk">
              <MappingFragment StoreEntitySet="BakimMakinaEk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="okundu" ColumnName="okundu" />
                <ScalarProperty Name="okundutarih" ColumnName="okundutarih" />
                <ScalarProperty Name="okunduzaman" ColumnName="okunduzaman" />
                <ScalarProperty Name="OnayArizaGorevliId" ColumnName="onayarizagorevliid" />
                <ScalarProperty Name="tamamlandi" ColumnName="tamamlandi" />
                <ScalarProperty Name="tamamlanditarih" ColumnName="tamamlanditarih" />
                <ScalarProperty Name="tamamlandizaman" ColumnName="tamamlandizaman" />
                <ScalarProperty Name="TamamArizaGorevliId" ColumnName="tamamarizagorevliid" />
                <ScalarProperty Name="iptal" ColumnName="iptal" />
                <ScalarProperty Name="iptaltarih" ColumnName="iptaltarih" />
                <ScalarProperty Name="iptalzaman" ColumnName="iptalzaman" />
                <ScalarProperty Name="iptalaciklama" ColumnName="iptalaciklama" />
                <ScalarProperty Name="iptalArizaGorevliId" ColumnName="iptalarizagorevliid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BakimStokEk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BakimStokEk">
              <MappingFragment StoreEntitySet="BakimStokEk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SorumluPersonel" ColumnName="sorumlupersonel" />
                <ScalarProperty Name="Marka" ColumnName="marka" />
                <ScalarProperty Name="Guc" ColumnName="guc" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="MakinaOmru" ColumnName="makinaomru" />
                <ScalarProperty Name="Omurtipi" ColumnName="omurtipi" />
                <ScalarProperty Name="GarantiBaslangic" ColumnName="garantibaslangic" />
                <ScalarProperty Name="GarantiBitis" ColumnName="garantibitis" />
                <ScalarProperty Name="OmurBaslangic" ColumnName="omurbaslangic" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BakimTipi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BakimTipi">
              <MappingFragment StoreEntitySet="BakimTipi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="gun" ColumnName="gun" />
                <ScalarProperty Name="Pazartesi" ColumnName="pazartesi" />
                <ScalarProperty Name="Sali" ColumnName="sali" />
                <ScalarProperty Name="Carsamba" ColumnName="carsamba" />
                <ScalarProperty Name="Persembe" ColumnName="persembe" />
                <ScalarProperty Name="Cuma" ColumnName="cuma" />
                <ScalarProperty Name="Ctesi" ColumnName="ctesi" />
                <ScalarProperty Name="Pazar" ColumnName="pazar" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BavelBilgiTanim">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BavelBilgiTanim">
              <MappingFragment StoreEntitySet="BavelBilgiTanim">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OnbReferansId" ColumnName="onbreferansid" />
                <ScalarProperty Name="SupplierKodu" ColumnName="supplierkodu" />
                <ScalarProperty Name="Company" ColumnName="company" />
                <ScalarProperty Name="TaxNumber" ColumnName="taxnumber" />
                <ScalarProperty Name="Address" ColumnName="address" />
                <ScalarProperty Name="City" ColumnName="city" />
                <ScalarProperty Name="Zip" ColumnName="zip" />
                <ScalarProperty Name="Province" ColumnName="province" />
                <ScalarProperty Name="Country" ColumnName="country" />
                <ScalarProperty Name="UnitName" ColumnName="unitname" />
                <ScalarProperty Name="UnitAdress" ColumnName="unitadress" />
                <ScalarProperty Name="Email" ColumnName="email" />
                <ScalarProperty Name="Destination" ColumnName="destination" />
                <ScalarProperty Name="Pp3DovizEkle" ColumnName="pp3dovizekle" />
                <ScalarProperty Name="HotelCode" ColumnName="hotelcode" />
                <ScalarProperty Name="HotelName" ColumnName="hotelname" />
                <ScalarProperty Name="BavelSirBos" ColumnName="bavelsirbos" />
                <ScalarProperty Name="UnitNo" ColumnName="unitno" />
                <ScalarProperty Name="CiktiFormati" ColumnName="ciktiformati" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Blok">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Blok">
              <MappingFragment StoreEntitySet="Blok">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="BreakdownHrk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.BreakdownHrk">
              <MappingFragment StoreEntitySet="BreakdownHrk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="BreakdownId" ColumnName="breakdownid" />
                <ScalarProperty Name="BreakMalzemeId" ColumnName="breakmalzemeid" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CikisHesap">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CikisHesap">
              <MappingFragment StoreEntitySet="CikisHesap">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="CikisHesapTip" ColumnName="cikishesaptip" />
                <ScalarProperty Name="GrupId" ColumnName="grupid" />
                <ScalarProperty Name="AltGrupId" ColumnName="altgrupid" />
                <ScalarProperty Name="EnvanterId" ColumnName="envanterid" />
                <ScalarProperty Name="UrunId" ColumnName="urunid" />
                <ScalarProperty Name="DepartmanAnaId" ColumnName="departmananaid" />
                <ScalarProperty Name="GirisHesapId" ColumnName="girishesapid" />
                <ScalarProperty Name="DepartmanCikisHesapId" ColumnName="departmancikishesapid" />
                <ScalarProperty Name="TuketimHesapId" ColumnName="tuketimhesapid" />
                <ScalarProperty Name="EmanetDepoHesapId" ColumnName="emanetdepohesapid" />
                <ScalarProperty Name="TransferHesapId" ColumnName="transferhesapid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CiktiTaslak">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CiktiTaslak">
              <MappingFragment StoreEntitySet="CiktiTaslak">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="CiktiKodu" ColumnName="ciktikodu" />
                <ScalarProperty Name="TaslakKodu" ColumnName="taslakkodu" />
                <ScalarProperty Name="TaslakTipi" ColumnName="taslaktipi" />
                <ScalarProperty Name="TaslakAdi" ColumnName="taslakadi" />
                <ScalarProperty Name="Landscape" ColumnName="landscape" />
                <ScalarProperty Name="FontFamily" ColumnName="fontfamily" />
                <ScalarProperty Name="FontSize" ColumnName="fontsize" />
                <ScalarProperty Name="SablonTip" ColumnName="sablontip" />
                <ScalarProperty Name="GridCiktisi" ColumnName="gridciktisi" />
                <ScalarProperty Name="Default" ColumnName="default" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CiktiTaslakKolon">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CiktiTaslakKolon">
              <MappingFragment StoreEntitySet="CiktiTaslakKolon">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="CiktiTaslakId" ColumnName="ciktitaslakid" />
                <ScalarProperty Name="KolonKodu" ColumnName="kolonkodu" />
                <ScalarProperty Name="KolonBaslik" ColumnName="kolonbaslik" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="Uzunluk" ColumnName="uzunluk" />
                <ScalarProperty Name="Gizli" ColumnName="gizli" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ClientIslemler">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ClientIslemler">
              <MappingFragment StoreEntitySet="ClientIslemler">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="yapilacakislem" ColumnName="yapilacakislem" />
                <ScalarProperty Name="alan1" ColumnName="alan1" />
                <ScalarProperty Name="alan2" ColumnName="alan2" />
                <ScalarProperty Name="alan3" ColumnName="alan3" />
                <ScalarProperty Name="alan4" ColumnName="alan4" />
                <ScalarProperty Name="alan5" ColumnName="alan5" />
                <ScalarProperty Name="alan6" ColumnName="alan6" />
                <ScalarProperty Name="alan7" ColumnName="alan7" />
                <ScalarProperty Name="alan8" ColumnName="alan8" />
                <ScalarProperty Name="alan9" ColumnName="alan9" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmGenelInfo">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmGenelInfo">
              <MappingFragment StoreEntitySet="CrmGenelInfo">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DilId" ColumnName="dilid" />
                <ScalarProperty Name="LutfenGRIleIletisimeGecin" ColumnName="lutfengrileiletisimegecin" />
                <ScalarProperty Name="GirisBilgileriniKontrolEdin" ColumnName="girisbilgilerinikontroledin" />
                <ScalarProperty Name="UygunDegil" ColumnName="uygundegil" />
                <ScalarProperty Name="RestoranSecimeUygunDegil" ColumnName="restoransecimeuygundegil" />
                <ScalarProperty Name="RestoranSaatiSecimeUygunDegil" ColumnName="restoransaatisecimeuygundegil" />
                <ScalarProperty Name="RezervasyonIptal" ColumnName="rezervasyoniptal" />
                <ScalarProperty Name="RestoranBulunamadi" ColumnName="restoranbulunamadi" />
                <ScalarProperty Name="RezervasyonSaatiBulunamadi" ColumnName="rezervasyonsaatibulunamadi" />
                <ScalarProperty Name="MasaBulunamadi" ColumnName="masabulunamadi" />
                <ScalarProperty Name="MasaSecimeUygunDegil" ColumnName="masasecimeuygundegil" />
                <ScalarProperty Name="KisiSayisiKontrol" ColumnName="kisisayisikontrol" />
                <ScalarProperty Name="GirisEkraniPaxKontrolUyarisi" ColumnName="girisekranipaxkontroluyarisi" />
                <ScalarProperty Name="RezervasyonHakkinizYokUyarisi" ColumnName="rezervasyonhakkinizyokuyarisi" />
                <ScalarProperty Name="AnkettenCikisYapacaksiniz" ColumnName="ankettencikisyapacaksiniz" />
                <ScalarProperty Name="CikisGunuRezYapilamaz" ColumnName="cikisgunurezyapilamaz" />
                <ScalarProperty Name="CoutTarihindenSonraRezYapilamaz" ColumnName="couttarihindensonrarezyapilamaz" />
                <ScalarProperty Name="RestoranSaatAraligiUyarisi" ColumnName="restoransaataraligiuyarisi" />
                <ScalarProperty Name="KalanRezAdetUyarisi" ColumnName="kalanrezadetuyarisi" />
                <ScalarProperty Name="CocukYasiUyarisi" ColumnName="cocukyasiuyarisi" />
                <ScalarProperty Name="OdaNoUyarisi" ColumnName="odanouyarisi" />
                <ScalarProperty Name="OtelGirisGunuUyarisi" ColumnName="otelgirisgunuuyarisi" />
                <ScalarProperty Name="YasDogrulamaUyarisi" ColumnName="yasdogrulamauyarisi" />
                <ScalarProperty Name="AnketBitisMesaji" ColumnName="anketbitismesaji" />
                <ScalarProperty Name="AlacarteBitisMesaji" ColumnName="alacartebitismesaji" />
                <ScalarProperty Name="KayitBasarisiz" ColumnName="kayitbasarisiz" />
                <ScalarProperty Name="GunlukRezervasyonHakki" ColumnName="gunlukrezervasyonhakki" />
                <ScalarProperty Name="GrupRezervasyonUyarisi" ColumnName="gruprezervasyonuyarisi" />
                <ScalarProperty Name="UcretsizHakkiBittiUyarisi" ColumnName="ucretsizhakkibittiuyarisi" />
                <ScalarProperty Name="YasinizGiriseYeterliDegil" ColumnName="yasinizgiriseyeterlidegil" />
                <ScalarProperty Name="LutfenBirDilSecin" ColumnName="lutfenbirdilsecin" />
                <ScalarProperty Name="RezervasyonGununuSecin" ColumnName="rezervasyongununusecin" />
                <ScalarProperty Name="LutfenRestoranSecin" ColumnName="lutfenrestoransecin" />
                <ScalarProperty Name="LutfenRezervasyonSaatiSecin" ColumnName="lutfenrezervasyonsaatisecin" />
                <ScalarProperty Name="LutfenKisiSayisiniBelirleyin" ColumnName="lutfenkisisayisinibelirleyin" />
                <ScalarProperty Name="RezervasyonIcinMasaSecin" ColumnName="rezervasyonicinmasasecin" />
                <ScalarProperty Name="LutfenOdaNumarasiniGirin" ColumnName="lutfenodanumarasinigirin" />
                <ScalarProperty Name="LutfenGirisGununuGirin" ColumnName="lutfengirisgununugirin" />
                <ScalarProperty Name="KayitIcinEkSureIstermisiniz" ColumnName="kayiticineksureistermisiniz" />
                <ScalarProperty Name="OdaNo" ColumnName="odano" />
                <ScalarProperty Name="Cin" ColumnName="cin" />
                <ScalarProperty Name="Giris" ColumnName="giris" />
                <ScalarProperty Name="Alacarte" ColumnName="alacarte" />
                <ScalarProperty Name="Anket" ColumnName="anket" />
                <ScalarProperty Name="MisafirGozuyleBiz" ColumnName="misafirgozuylebiz" />
                <ScalarProperty Name="MisafirListesi" ColumnName="misafirlistesi" />
                <ScalarProperty Name="Gunler" ColumnName="gunler" />
                <ScalarProperty Name="Restoranlar" ColumnName="restoranlar" />
                <ScalarProperty Name="RezervasyonSaatleri" ColumnName="rezervasyonsaatleri" />
                <ScalarProperty Name="Masalar" ColumnName="masalar" />
                <ScalarProperty Name="Kaydet" ColumnName="kaydet" />
                <ScalarProperty Name="BaslangicSaati" ColumnName="baslangicsaati" />
                <ScalarProperty Name="BitisSaati" ColumnName="bitissaati" />
                <ScalarProperty Name="GenelInfolarTanimsiz" ColumnName="genelinfolartanimsiz" />
                <ScalarProperty Name="MisafirRezervasyonListesiniGuncelleyemez" ColumnName="misafirrezervasyonlistesiniguncelleyemez" />
                <ScalarProperty Name="RestoranKapasitesiAsilacagiIcinRezYapilamadi" ColumnName="restorankapasitesiasilacagiicinrezyapilamadi" />
                <ScalarProperty Name="BolumKapasitesiAsilacagiIcinRezYapilamadi" ColumnName="bolumkapasitesiasilacagiicinrezyapilamadi" />
                <ScalarProperty Name="RestoranVeBolumKapasitesiAsilacagiIcinRezYapilamadi" ColumnName="restoranvebolumkapasitesiasilacagiicinrezyapilamadi" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmGorevAtamaAna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmGorevAtamaAna">
              <MappingFragment StoreEntitySet="CrmGorevAtamaAna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KayitTarih" ColumnName="kayittarih" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmGorevAtamaSira">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmGorevAtamaSira">
              <MappingFragment StoreEntitySet="CrmGorevAtamaSira">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="CrmGorevAtamaAnaId" ColumnName="crmgorevatamaanaid" />
                <ScalarProperty Name="SiraNo" ColumnName="sirano" />
                <ScalarProperty Name="CrmBildirenDepartmanId" ColumnName="crmbildirendepartmanid" />
                <ScalarProperty Name="CrmSorumluDepartmanId" ColumnName="crmsorumludepartmanid" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="CrmBilOnemTuruId" ColumnName="crmbilonemturuid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmKioskAyar">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmKioskAyar">
              <MappingFragment StoreEntitySet="CrmKioskAyar">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Logo" ColumnName="logo" />
                <ScalarProperty Name="ArkaPlan" ColumnName="arkaplan" />
                <ScalarProperty Name="OtelAdi" ColumnName="oteladi" />
                <ScalarProperty Name="SaatKontrol" ColumnName="saatkontrol" />
                <ScalarProperty Name="MusaitKontrol" ColumnName="musaitkontrol" />
                <ScalarProperty Name="KlavyeGoster" ColumnName="klavyegoster" />
                <ScalarProperty Name="KullanimSuresi" ColumnName="kullanimsuresi" />
                <ScalarProperty Name="BaslangicSaati" ColumnName="baslangicsaati" />
                <ScalarProperty Name="BitisSaati" ColumnName="bitissaati" />
                <ScalarProperty Name="KioskCalSaatKont" ColumnName="kioskcalsaatkont" />
                <ScalarProperty Name="KioskCalBasSaat" ColumnName="kioskcalbassaat" />
                <ScalarProperty Name="KioskCalBitSaat" ColumnName="kioskcalbitsaat" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmParam">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmParam">
              <MappingFragment StoreEntitySet="CrmParam">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Parametre" ColumnName="parametre" />
                <ScalarProperty Name="Deger" ColumnName="deger" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmRestoranInfo">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmRestoranInfo">
              <MappingFragment StoreEntitySet="CrmRestoranInfo">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RestoranBolumMasaTanimId" ColumnName="restoranbolummasatanimid" />
                <ScalarProperty Name="RestoranInfo" ColumnName="restoraninfo" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmRezTipUyari">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmRezTipUyari">
              <MappingFragment StoreEntitySet="CrmRezTipUyari">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="VipId" ColumnName="vipid" />
                <ScalarProperty Name="UyariVer" ColumnName="uyariver" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="CrmWebAyar">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.CrmWebAyar">
              <MappingFragment StoreEntitySet="CrmWebAyar">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="CrmYorumKaynakId" ColumnName="crmyorumkaynakid" />
                <ScalarProperty Name="CrmDepartmanId" ColumnName="crmdepartmanid" />
                <ScalarProperty Name="CrmBildirimTurId" ColumnName="crmbildirimturid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="DefaultDegerler">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.DefaultDegerler">
              <MappingFragment StoreEntitySet="DefaultDegerler">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="TabloId" ColumnName="tabloid" />
                <ScalarProperty Name="Altid" ColumnName="altid" />
                <ScalarProperty Name="Propname" ColumnName="propname" />
                <ScalarProperty Name="Zorunlu" ColumnName="zorunlu" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="DysAna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.DysAna">
              <MappingFragment StoreEntitySet="DysAna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DataModel" ColumnName="datamodel" />
                <ScalarProperty Name="DataModelId" ColumnName="datamodelid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="DysDokumen">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.DysDokuman">
              <MappingFragment StoreEntitySet="DysDokuman">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DysAnaId" ColumnName="dysanaid" />
                <ScalarProperty Name="DysDokumanTipId" ColumnName="dysdokumantipid" />
                <ScalarProperty Name="DokumanIndex" ColumnName="dokumanindex" />
                <ScalarProperty Name="DokumanAciklama" ColumnName="dokumanaciklama" />
                <ScalarProperty Name="DokumanKaynakIndex" ColumnName="dokumankaynakindex" />
                <ScalarProperty Name="DokumanUzanti" ColumnName="dokumanuzanti" />
                <ScalarProperty Name="DokumanTarih" ColumnName="dokumantarih" />
                <ScalarProperty Name="DokumanSaat" ColumnName="dokumansaat" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="DysDokumanTip">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.DysDokumanTip">
              <MappingFragment StoreEntitySet="DysDokumanTip">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="EDefterBelgeTipi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.EDefterBelgeTipi">
              <MappingFragment StoreEntitySet="EDefterBelgeTipi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Esya">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Esya">
              <MappingFragment StoreEntitySet="Esya">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FaturaKaynak">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FaturaKaynak">
              <MappingFragment StoreEntitySet="FaturaKaynak">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FisKaynagi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FisKaynagi">
              <MappingFragment StoreEntitySet="FisKaynagi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="FiyatFiltre">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.FiyatFiltre">
              <MappingFragment StoreEntitySet="FiyatFiltre">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="AnlasmaBitisTarihi" ColumnName="anlasmabitistarihi" />
                <ScalarProperty Name="FiyatFiltresi" ColumnName="fiyatfiltresi" />
                <ScalarProperty Name="AnlasmaTarihi" ColumnName="anlasmatarihi" />
                <ScalarProperty Name="SatisBaslangic" ColumnName="satisbaslangic" />
                <ScalarProperty Name="SatisBitis" ColumnName="satisbitis" />
                <ScalarProperty Name="KonaklamaBaslangic" ColumnName="konaklamabaslangic" />
                <ScalarProperty Name="KonaklamaBitis" ColumnName="konaklamabitis" />
                <ScalarProperty Name="CinBaslangic" ColumnName="cinbaslangic" />
                <ScalarProperty Name="CinBitis" ColumnName="cinbitis" />
                <ScalarProperty Name="CoutBaslangic" ColumnName="coutbaslangic" />
                <ScalarProperty Name="CoutBitis" ColumnName="coutbitis" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="GenelBlokaj">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.GenelBlokaj">
              <MappingFragment StoreEntitySet="GenelBlokaj">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="GoogleDil">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.GoogleDil">
              <MappingFragment StoreEntitySet="GoogleDil">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UlkeAdi" ColumnName="ulkeadi" />
                <ScalarProperty Name="OzelGunleriniAl" ColumnName="ozelgunlerinial" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="GoogleOzelGun">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.GoogleOzelGun">
              <MappingFragment StoreEntitySet="GoogleOzelGun">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OzelGunAdi" ColumnName="ozelgunadi" />
                <ScalarProperty Name="Baslangic" ColumnName="baslangic" />
                <ScalarProperty Name="Bitis" ColumnName="bitis" />
                <ScalarProperty Name="GoogleDilId" ColumnName="googledilid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Gundem">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Gundem">
              <MappingFragment StoreEntitySet="Gundem">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ToplantiId" ColumnName="toplantiid" />
                <ScalarProperty Name="SiraNo" ColumnName="sirano" />
                <ScalarProperty Name="Text" ColumnName="text" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Toplanti">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Toplanti">
              <MappingFragment StoreEntitySet="Toplanti">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Konusu" ColumnName="konusu" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="BaslangicSaati" ColumnName="baslangicsaati" />
                <ScalarProperty Name="BitisSaati" ColumnName="bitissaati" />
                <ScalarProperty Name="Sayi" ColumnName="sayi" />
                <ScalarProperty Name="SalonId" ColumnName="salonid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Salon">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Salon">
              <MappingFragment StoreEntitySet="Salon">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ToplantiKisi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ToplantiKisi">
              <MappingFragment StoreEntitySet="ToplantiKisi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ToplantiId" ColumnName="toplantiid" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Soyadi" ColumnName="soyadi" />
                <ScalarProperty Name="Status" ColumnName="status" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="GunlukLog">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.GunlukLog">
              <MappingFragment StoreEntitySet="GunlukLog">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="OnbTarih" ColumnName="onbtarih" />
                <ScalarProperty Name="Islem" ColumnName="islem" />
                <ScalarProperty Name="Durum" ColumnName="durum" />
                <ScalarProperty Name="Mesaj" ColumnName="mesaj" />
                <ScalarProperty Name="Grup" ColumnName="grup" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="GunlukRestoranKapasitesi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.GunlukRestoranKapasitesi">
              <MappingFragment StoreEntitySet="GunlukRestoranKapasitesi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="RestoranBolumMasaTanimId" ColumnName="restoranbolummasatanimid" />
                <ScalarProperty Name="KapasiteMasa" ColumnName="kapasitemasa" />
                <ScalarProperty Name="KapasitePax" ColumnName="kapasitepax" />
                <ScalarProperty Name="KapasiteChild" ColumnName="kapasitechild" />
                <ScalarProperty Name="CocukGirebilir" ColumnName="cocukgirebilir" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="GunTanim">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.GunTanim">
              <MappingFragment StoreEntitySet="GunTanim">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="Tip" ColumnName="tip" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Haftasonu">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Haftasonu">
              <MappingFragment StoreEntitySet="Haftasonu">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="GunAdi" ColumnName="gunadi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Hakedis">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Hakedis">
              <MappingFragment StoreEntitySet="Hakedis">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="KisaKod" ColumnName="kisakod" />
                <ScalarProperty Name="HakedisTipi" ColumnName="hakedistipi" />
                <ScalarProperty Name="IcSira" ColumnName="icsira" />
                <ScalarProperty Name="UcretTipi" ColumnName="ucrettipi" />
                <ScalarProperty Name="GunTipi" ColumnName="guntipi" />
                <ScalarProperty Name="Carpan" ColumnName="carpan" />
                <ScalarProperty Name="Ssk" ColumnName="ssk" />
                <ScalarProperty Name="Issizlik" ColumnName="issizlik" />
                <ScalarProperty Name="Damga" ColumnName="damga" />
                <ScalarProperty Name="Gelir" ColumnName="gelir" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="HalFiyat">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.HalFiyat">
              <MappingFragment StoreEntitySet="HalFiyat">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="UrunId" ColumnName="urunid" />
                <ScalarProperty Name="HalKod" ColumnName="halkod" />
                <ScalarProperty Name="Fiyat" ColumnName="fiyat" />
                <ScalarProperty Name="IndOran" ColumnName="indoran" />
                <ScalarProperty Name="HalFiyatTipi" ColumnName="halfiyattipi" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="HesBilgi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.HesBilgi">
              <MappingFragment StoreEntitySet="HesBilgi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SirketBilgiId" ColumnName="sirketbilgiid" />
                <ScalarProperty Name="KullaniciAdi" ColumnName="kullaniciadi" />
                <ScalarProperty Name="Parola" ColumnName="parola" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SirketBilgi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SirketBilgi">
              <MappingFragment StoreEntitySet="SirketBilgi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OnbReferansId" ColumnName="onbreferansid" />
                <ScalarProperty Name="TesisAdi" ColumnName="tesisadi" />
                <ScalarProperty Name="TesisUnvani" ColumnName="tesisunvani" />
                <ScalarProperty Name="TesisAdresi" ColumnName="tesisadresi" />
                <ScalarProperty Name="TesisVergiDairesi" ColumnName="tesisvergidairesi" />
                <ScalarProperty Name="TesisVergiNumarasi" ColumnName="tesisverginumarasi" />
                <ScalarProperty Name="TesisVergiNo" ColumnName="tesisvergino" />
                <ScalarProperty Name="MernisNo" ColumnName="mernisno" />
                <ScalarProperty Name="PegasHotelCode" ColumnName="pegashotelcode" />
                <ScalarProperty Name="Destination" ColumnName="destination" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="HrkIslem">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.HrkIslem">
              <MappingFragment StoreEntitySet="HrkIslem">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="OnbTarih" ColumnName="onbtarih" />
                <ScalarProperty Name="IslemTarihi" ColumnName="islemtarihi" />
                <ScalarProperty Name="IslemSaati" ColumnName="islemsaati" />
                <ScalarProperty Name="HrkId" ColumnName="hrkid" />
                <ScalarProperty Name="Eski" ColumnName="eski" />
                <ScalarProperty Name="Yeni" ColumnName="yeni" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="IslemLog">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.IslemLog">
              <MappingFragment StoreEntitySet="IslemLog">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="Program" ColumnName="program" />
                <ScalarProperty Name="Baslik" ColumnName="baslik" />
                <ScalarProperty Name="Mesaj" ColumnName="mesaj" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Job">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Job">
              <MappingFragment StoreEntitySet="Job">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="JobType" ColumnName="jobtype" />
                <ScalarProperty Name="ScheduleId" ColumnName="scheduleid" />
                <ScalarProperty Name="CommandText" ColumnName="commandtext" />
                <ScalarProperty Name="LastRunTime" ColumnName="lastruntime" />
                <ScalarProperty Name="LastStatus" ColumnName="laststatus" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Schedule">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Schedule">
              <MappingFragment StoreEntitySet="Schedule">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ScheduleType" ColumnName="scheduletype" />
                <ScalarProperty Name="StartDate" ColumnName="startdate" />
                <ScalarProperty Name="EndDate" ColumnName="enddate" />
                <ScalarProperty Name="StartTime" ColumnName="starttime" />
                <ScalarProperty Name="EndTime" ColumnName="endtime" />
                <ScalarProperty Name="EveryHour" ColumnName="everyhour" />
                <ScalarProperty Name="EveryMinute" ColumnName="everyminute" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="JobHistory">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.JobHistory">
              <MappingFragment StoreEntitySet="JobHistory">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="JobId" ColumnName="jobid" />
                <ScalarProperty Name="StartTime" ColumnName="starttime" />
                <ScalarProperty Name="EndTime" ColumnName="endtime" />
                <ScalarProperty Name="Status" ColumnName="status" />
                <ScalarProperty Name="ReturnText" ColumnName="returntext" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KanalAcente">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KanalAcente">
              <MappingFragment StoreEntitySet="KanalAcente">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="AcentaId" ColumnName="acentaid" />
                <ScalarProperty Name="KanalGirisId" ColumnName="kanalgirisid" />
                <ScalarProperty Name="OnbReferansId" ColumnName="onbreferansid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KanalEsitleme">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KanalEsitleme">
              <MappingFragment StoreEntitySet="KanalEsitleme">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KanalAcenteId" ColumnName="kanalacenteid" />
                <ScalarProperty Name="KanalEsitlemeTipi" ColumnName="kanalesitlemetipi" />
                <ScalarProperty Name="OnbReferansId" ColumnName="onbreferansid" />
                <ScalarProperty Name="AcentaId" ColumnName="acentaid" />
                <ScalarProperty Name="PansiyonId" ColumnName="pansiyonid" />
                <ScalarProperty Name="UlkeId" ColumnName="ulkeid" />
                <ScalarProperty Name="OdaKonumId" ColumnName="odakonumid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KanalGiris">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KanalGiris">
              <MappingFragment StoreEntitySet="KanalGiris">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Sifre" ColumnName="sifre" />
                <ScalarProperty Name="PaximumKodu" ColumnName="paximumkodu" />
                <ScalarProperty Name="HotelKodu" ColumnName="hotelkodu" />
                <ScalarProperty Name="KanalEntegrasyonFirmasi" ColumnName="kanalentegrasyonfirmasi" />
                <ScalarProperty Name="OnbReferansId" ColumnName="onbreferansid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Kapasite">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Kapasite">
              <MappingFragment StoreEntitySet="Kapasite">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KapasiteMasa" ColumnName="kapasitemasa" />
                <ScalarProperty Name="KapasitePax" ColumnName="kapasitepax" />
                <ScalarProperty Name="KapasiteChild" ColumnName="kapasitechild" />
                <ScalarProperty Name="KapasiteCocukMasasi" ColumnName="kapasitecocukmasasi" />
                <ScalarProperty Name="KapasiteTarih" ColumnName="kapasitetarih" />
                <ScalarProperty Name="RestoranBolumMasaTanimId" ColumnName="restoranbolummasatanimid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Kayip">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Kayip">
              <MappingFragment StoreEntitySet="Kayip">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="FormNo" ColumnName="formno" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="EsyaId" ColumnName="esyaid" />
                <ScalarProperty Name="DepartmanId" ColumnName="departmanid" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Kayiphrk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Kayiphrk">
              <MappingFragment StoreEntitySet="Kayiphrk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KayipId" ColumnName="kayipid" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="SiraNo" ColumnName="sirano" />
                <ScalarProperty Name="Tip" ColumnName="tip" />
                <ScalarProperty Name="KayipZaman" ColumnName="kayipzaman" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="IslemiYapan" ColumnName="islemiyapan" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KolBandiSeri">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KolBandiSeri">
              <MappingFragment StoreEntitySet="KolBandiSeri">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="BaslangicNo" ColumnName="baslangicno" />
                <ScalarProperty Name="BitisNo" ColumnName="bitisno" />
                <ScalarProperty Name="OlusturmaTarihi" ColumnName="olusturmatarihi" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KolBandiSorgu">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KolBandiSorgu">
              <MappingFragment StoreEntitySet="KolBandiSorgu">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="AramaTipi" ColumnName="aramatipi" />
                <ScalarProperty Name="SorguYeri" ColumnName="sorguyeri" />
                <ScalarProperty Name="DonusTipi" ColumnName="donustipi" />
                <ScalarProperty Name="OdaAdi" ColumnName="odaadi" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="KayitTarihi" ColumnName="kayittarihi" />
                <ScalarProperty Name="MisafirAd" ColumnName="misafirad" />
                <ScalarProperty Name="MisafirSoyad" ColumnName="misafirsoyad" />
                <ScalarProperty Name="KolBandiNo" ColumnName="kolbandino" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KonumGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KonumGrup">
              <MappingFragment StoreEntitySet="KonumGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="KonumGrupBaglanti">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.KonumGrupBaglanti">
              <MappingFragment StoreEntitySet="KonumGrupBaglanti">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KonumTipBirles" ColumnName="konumtipbirles" />
                <ScalarProperty Name="KonumGrupId" ColumnName="konumgrupid" />
                <ScalarProperty Name="OdaKonumId" ColumnName="odakonumid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Mahsup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Mahsup">
              <MappingFragment StoreEntitySet="Mahsup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="FisNo" ColumnName="fisno" />
                <ScalarProperty Name="Tip" ColumnName="tip" />
                <ScalarProperty Name="MahsupKaynakId" ColumnName="mahsupkaynakid" />
                <ScalarProperty Name="MahsupAciklama" ColumnName="mahsupaciklama" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MahsupKaynak">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MahsupKaynak">
              <MappingFragment StoreEntitySet="MahsupKaynak">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MahsupSira">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MahsupSira">
              <MappingFragment StoreEntitySet="MahsupSira">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="MahsupId" ColumnName="mahsupid" />
                <ScalarProperty Name="TutarTl" ColumnName="tutartl" />
                <ScalarProperty Name="TutarDv" ColumnName="tutardv" />
                <ScalarProperty Name="IslemKuru" ColumnName="islemkuru" />
                <ScalarProperty Name="BankaId" ColumnName="bankaid" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="BA" ColumnName="ba" />
                <ScalarProperty Name="HesapId" ColumnName="hesapid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MasrafMerkezi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MasrafMerkezi">
              <MappingFragment StoreEntitySet="MasrafMerkezi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Mesaj">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Mesaj">
              <MappingFragment StoreEntitySet="Mesaj">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="TabloId" ColumnName="tabloid" />
                <ScalarProperty Name="DataId" ColumnName="dataid" />
                <ScalarProperty Name="InterfaceId" ColumnName="interfaceid" />
                <ScalarProperty Name="mesajtext" ColumnName="mesajtext" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MGBSablon">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MGBSablon">
              <MappingFragment StoreEntitySet="MGBSablon">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="CrmDepartmanId" ColumnName="crmdepartmanid" />
                <ScalarProperty Name="CrmBildirimTurId" ColumnName="crmbildirimturid" />
                <ScalarProperty Name="BildirimAciklama" ColumnName="bildirimaciklama" />
                <ScalarProperty Name="GeriDonusAciklama" ColumnName="geridonusaciklama" />
                <ScalarProperty Name="SonucAciklama" ColumnName="sonucaciklama" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="MuhasebeReferans">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.MuhasebeReferans">
              <MappingFragment StoreEntitySet="MuhasebeReferans">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="NotHedef">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.NotHedef">
              <MappingFragment StoreEntitySet="NotHedef">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="NotId" ColumnName="notid" />
                <ScalarProperty Name="HedefTabloId" ColumnName="hedeftabloid" />
                <ScalarProperty Name="HedefInterfaceId" ColumnName="hedefinterfaceid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Notlar">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Notlar">
              <MappingFragment StoreEntitySet="Notlar">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KaynakTabloId" ColumnName="kaynaktabloid" />
                <ScalarProperty Name="KaynakId" ColumnName="kaynakid" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="NotZaman" ColumnName="notzaman" />
                <ScalarProperty Name="Uyari" ColumnName="uyari" />
                <ScalarProperty Name="NotText" ColumnName="nottext" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="NotHedefLog">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.NotHedefLog">
              <MappingFragment StoreEntitySet="NotHedefLog">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="NotHedefId" ColumnName="nothedefid" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="NotHedefOkumaZaman" ColumnName="nothedefokumazaman" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OnayAdim">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OnayAdim">
              <MappingFragment StoreEntitySet="OnayAdim">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OnayAdimSayisi" ColumnName="onayadimsayisi" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OnayAdimKullanici">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OnayAdimKullanici">
              <MappingFragment StoreEntitySet="OnayAdimKullanici">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OnayAdimId" ColumnName="onayadimid" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="OnaySira" ColumnName="onaysira" />
                <ScalarProperty Name="OnayTutar1" ColumnName="onaytutar1" />
                <ScalarProperty Name="OnayTutar2" ColumnName="onaytutar2" />
                <ScalarProperty Name="OnayTutarBazinda" ColumnName="onaytutarbazinda" />
                <ScalarProperty Name="AnlasmalilariGormez" ColumnName="anlasmalilarigormez" />
                <ScalarProperty Name="KullaniciTatilde" ColumnName="kullanicitatilde" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OnbParam">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OnbParam">
              <MappingFragment StoreEntitySet="OnbParam">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Parametre" ColumnName="parametre" />
                <ScalarProperty Name="Deger" ColumnName="deger" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OrtakGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OrtakGrup">
              <MappingFragment StoreEntitySet="OrtakGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OrtakGrupModel" ColumnName="ortakgrupmodel" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OrtakGrupDetay">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OrtakGrupDetay">
              <MappingFragment StoreEntitySet="OrtakGrupDetay">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OrtakId" ColumnName="ortakid" />
                <ScalarProperty Name="OrtakGrupId" ColumnName="ortakgrupid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OutOfOrder">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OutOfOrder">
              <MappingFragment StoreEntitySet="OutOfOrder">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="OdaId" ColumnName="odaid" />
                <ScalarProperty Name="BasTarih" ColumnName="bastarih" />
                <ScalarProperty Name="BitTarih" ColumnName="bittarih" />
                <ScalarProperty Name="Durumu" ColumnName="durumu" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OutOfOrderSira">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OutOfOrderSira">
              <MappingFragment StoreEntitySet="OutOfOrderSira">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="OutOfOrderId" ColumnName="outoforderid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="OzelKod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.OzelKod">
              <MappingFragment StoreEntitySet="OzelKod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PanYemek">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PanYemek">
              <MappingFragment StoreEntitySet="PanYemek">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KalısGun" ColumnName="kalısgun" />
                <ScalarProperty Name="Yemek" ColumnName="yemek" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Parametre">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Parametre">
              <MappingFragment StoreEntitySet="Parametre">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PkanunId" ColumnName="pkanunid" />
                <ScalarProperty Name="PbelgeId" ColumnName="pbelgeid" />
                <ScalarProperty Name="DonemYil" ColumnName="donemyil" />
                <ScalarProperty Name="DonemAy" ColumnName="donemay" />
                <ScalarProperty Name="SskGunTaban" ColumnName="sskguntaban" />
                <ScalarProperty Name="SskGunTavan" ColumnName="sskguntavan" />
                <ScalarProperty Name="AyCalismaGun" ColumnName="aycalismagun" />
                <ScalarProperty Name="AyCalismaSaat" ColumnName="aycalismasaat" />
                <ScalarProperty Name="EngelliIndGunTut1" ColumnName="engelliindguntut1" />
                <ScalarProperty Name="EngelliIndGunTut2" ColumnName="engelliindguntut2" />
                <ScalarProperty Name="EngelliIndGunTut3" ColumnName="engelliindguntut3" />
                <ScalarProperty Name="SskIsciOran" ColumnName="sskiscioran" />
                <ScalarProperty Name="SskIsverenOran" ColumnName="sskisverenoran" />
                <ScalarProperty Name="SskEmekliIsciOran" ColumnName="sskemekliiscioran" />
                <ScalarProperty Name="SskEmekliIsverenOran" ColumnName="sskemekliisverenoran" />
                <ScalarProperty Name="IssizlikIsciOran" ColumnName="issizlikiscioran" />
                <ScalarProperty Name="IssizlikIsverenOran" ColumnName="issizlikisverenoran" />
                <ScalarProperty Name="DamgaVergiOran" ColumnName="damgavergioran" />
                <ScalarProperty Name="VergiDilimTutar1" ColumnName="vergidilimtutar1" />
                <ScalarProperty Name="VergiDilimOran1" ColumnName="vergidilimoran1" />
                <ScalarProperty Name="VergiDilimTutar2" ColumnName="vergidilimtutar2" />
                <ScalarProperty Name="VergiDilimOran2" ColumnName="vergidilimoran2" />
                <ScalarProperty Name="VergiDilimTutar3" ColumnName="vergidilimtutar3" />
                <ScalarProperty Name="VergiDilimOran3" ColumnName="vergidilimoran3" />
                <ScalarProperty Name="VergiDilimTutar4" ColumnName="vergidilimtutar4" />
                <ScalarProperty Name="VergiDilimOran4" ColumnName="vergidilimoran4" />
                <ScalarProperty Name="VergiDilimTutar5" ColumnName="vergidilimtutar5" />
                <ScalarProperty Name="VergiDilimOran5" ColumnName="vergidilimoran5" />
                <ScalarProperty Name="KidemTazminatTavani" ColumnName="kidemtazminattavani" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pbelge">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pbelge">
              <MappingFragment StoreEntitySet="Pbelge">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pkanun">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pkanun">
              <MappingFragment StoreEntitySet="Pkanun">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pavans">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pavans">
              <MappingFragment StoreEntitySet="Pavans">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PersonelSirketId" ColumnName="personelsirketid" />
                <ScalarProperty Name="DonemYil" ColumnName="donemyil" />
                <ScalarProperty Name="DonemAy" ColumnName="donemay" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="HakedisId" ColumnName="hakedisid" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PersonelSirket">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PersonelSirket">
              <MappingFragment StoreEntitySet="PersonelSirket">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PersonelId" ColumnName="personelid" />
                <ScalarProperty Name="PSirketId" ColumnName="psirketid" />
                <ScalarProperty Name="GirisTarih" ColumnName="giristarih" />
                <ScalarProperty Name="CikisTarih" ColumnName="cikistarih" />
                <ScalarProperty Name="PcikisnedenId" ColumnName="pcikisnedenid" />
                <ScalarProperty Name="PdepkodId" ColumnName="pdepkodid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pcikisneden">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pcikisneden">
              <MappingFragment StoreEntitySet="Pcikisneden">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pdepkod">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pdepkod">
              <MappingFragment StoreEntitySet="Pdepkod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Personel">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Personel">
              <MappingFragment StoreEntitySet="Personel">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="TcKimlikNo" ColumnName="tckimlikno" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PersonelSirketEk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PersonelSirketEk">
              <MappingFragment StoreEntitySet="PersonelSirketEk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PcalgrupId" ColumnName="pcalgrupid" />
                <ScalarProperty Name="UcretTipi" ColumnName="ucrettipi" />
                <ScalarProperty Name="Ucret" ColumnName="ucret" />
                <ScalarProperty Name="UcretHesTipi" ColumnName="ucrethestipi" />
                <ScalarProperty Name="PkanunId" ColumnName="pkanunid" />
                <ScalarProperty Name="PbelgeId" ColumnName="pbelgeid" />
                <ScalarProperty Name="PgorevId" ColumnName="pgorevid" />
                <ScalarProperty Name="PpozisyonId" ColumnName="ppozisyonid" />
                <ScalarProperty Name="AgiYok" ColumnName="agiyok" />
                <ScalarProperty Name="EsiCalismiyor" ColumnName="esicalismiyor" />
                <ScalarProperty Name="AgiCocuk" ColumnName="agicocuk" />
                <ScalarProperty Name="BesOran" ColumnName="besoran" />
                <ScalarProperty Name="BesAciklama" ColumnName="besaciklama" />
                <ScalarProperty Name="BankaHesap" ColumnName="bankahesap" />
                <ScalarProperty Name="BankaSube" ColumnName="bankasube" />
                <ScalarProperty Name="BankaIban" ColumnName="bankaiban" />
                <ScalarProperty Name="CalDurumu" ColumnName="caldurumu" />
                <ScalarProperty Name="IstDurumu" ColumnName="istdurumu" />
                <ScalarProperty Name="OgrenimDurumu" ColumnName="ogrenimdurumu" />
                <ScalarProperty Name="SakatlikDurumu" ColumnName="sakatlikdurumu" />
                <ScalarProperty Name="PerSakatlikSahip" ColumnName="persakatliksahip" />
                <ScalarProperty Name="PiskoluId" ColumnName="piskoluid" />
                <ScalarProperty Name="PiskurId" ColumnName="piskurid" />
                <ScalarProperty Name="PsigortaId" ColumnName="psigortaid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pcalgrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pcalgrup">
              <MappingFragment StoreEntitySet="Pcalgrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="CalGrupTipi" ColumnName="calgruptipi" />
                <ScalarProperty Name="Ssk" ColumnName="ssk" />
                <ScalarProperty Name="Issizlik" ColumnName="issizlik" />
                <ScalarProperty Name="Damga" ColumnName="damga" />
                <ScalarProperty Name="Gelir" ColumnName="gelir" />
                <ScalarProperty Name="OzelInd" ColumnName="ozelind" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pmeslek">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pgorev">
              <MappingFragment StoreEntitySet="Pgorev">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Piskolu">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Piskolu">
              <MappingFragment StoreEntitySet="Piskolu">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Piskur">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Piskur">
              <MappingFragment StoreEntitySet="Piskur">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Ppozisyon">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Ppozisyon">
              <MappingFragment StoreEntitySet="Ppozisyon">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Psigorta">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Psigorta">
              <MappingFragment StoreEntitySet="Psigorta">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Puantaj">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Puantaj">
              <MappingFragment StoreEntitySet="Puantaj">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PersonelSirketId" ColumnName="personelsirketid" />
                <ScalarProperty Name="DonemYil" ColumnName="donemyil" />
                <ScalarProperty Name="DonemAy" ColumnName="donemay" />
                <ScalarProperty Name="DonemSira" ColumnName="donemsira" />
                <ScalarProperty Name="NetUcret" ColumnName="netucret" />
                <ScalarProperty Name="BrutUcret" ColumnName="brutucret" />
                <ScalarProperty Name="AgiYok" ColumnName="agiyok" />
                <ScalarProperty Name="EsiCalismiyor" ColumnName="esicalismiyor" />
                <ScalarProperty Name="AgiCocuk" ColumnName="agicocuk" />
                <ScalarProperty Name="AgiOran" ColumnName="agioran" />
                <ScalarProperty Name="BesOran" ColumnName="besoran" />
                <ScalarProperty Name="PkanunId" ColumnName="pkanunid" />
                <ScalarProperty Name="PbelgeId" ColumnName="pbelgeid" />
                <ScalarProperty Name="EksikGun" ColumnName="eksikgun" />
                <ScalarProperty Name="PeksiknedenId" ColumnName="peksiknedenid" />
                <ScalarProperty Name="EksikIstirahatCalismadi" ColumnName="eksikistirahatcalismadi" />
                <ScalarProperty Name="CikisGunBesOndendi" ColumnName="cikisgunbesondendi" />
                <ScalarProperty Name="PdepkodId" ColumnName="pdepkodid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Peksikneden">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Peksikneden">
              <MappingFragment StoreEntitySet="Peksikneden">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PuantajHakedis">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PuantajHakedis">
              <MappingFragment StoreEntitySet="PuantajHakedis">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PuantajId" ColumnName="puantajid" />
                <ScalarProperty Name="HakedisId" ColumnName="hakedisid" />
                <ScalarProperty Name="Gun" ColumnName="gun" />
                <ScalarProperty Name="Saat" ColumnName="saat" />
                <ScalarProperty Name="Ucret" ColumnName="ucret" />
                <ScalarProperty Name="UcretTipi" ColumnName="ucrettipi" />
                <ScalarProperty Name="BrutUcret" ColumnName="brutucret" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PuantajTahakkuk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PuantajTahakkuk">
              <MappingFragment StoreEntitySet="PuantajTahakkuk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SskGun" ColumnName="sskgun" />
                <ScalarProperty Name="ToplamKazanc" ColumnName="toplamkazanc" />
                <ScalarProperty Name="SskMatrah" ColumnName="sskmatrah" />
                <ScalarProperty Name="SskKesintiIsci" ColumnName="sskkesintiisci" />
                <ScalarProperty Name="SskKesintiIsveren" ColumnName="sskkesintiisveren" />
                <ScalarProperty Name="IssizlikMatrah" ColumnName="issizlikmatrah" />
                <ScalarProperty Name="IssizlikKesintiIsci" ColumnName="issizlikkesintiisci" />
                <ScalarProperty Name="IssizlikKesintiIsveren" ColumnName="issizlikkesintiisveren" />
                <ScalarProperty Name="DamgaMatrah" ColumnName="damgamatrah" />
                <ScalarProperty Name="DamgaKesinti" ColumnName="damgakesinti" />
                <ScalarProperty Name="KumulatifMatrah" ColumnName="kumulatifmatrah" />
                <ScalarProperty Name="GelirVergiMatrah" ColumnName="gelirvergimatrah" />
                <ScalarProperty Name="GelirVergiKesinti" ColumnName="gelirvergikesinti" />
                <ScalarProperty Name="GelirVergiIndirimi" ColumnName="gelirvergiindirimi" />
                <ScalarProperty Name="AgiTutar" ColumnName="agitutar" />
                <ScalarProperty Name="BesTutar" ColumnName="bestutar" />
                <ScalarProperty Name="IlaveAgiTutar" ColumnName="ilaveagitutar" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pcihaz">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pcihaz">
              <MappingFragment StoreEntitySet="Pcihaz">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="IpAdresi" ColumnName="ipadresi" />
                <ScalarProperty Name="PortNo" ColumnName="portno" />
                <ScalarProperty Name="PcihazGrupId" ColumnName="pcihazgrupid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PcihazGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PcihazGrup">
              <MappingFragment StoreEntitySet="PcihazGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pcizelge">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pcizelge">
              <MappingFragment StoreEntitySet="Pcizelge">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="PersonelSirketId" ColumnName="personelsirketid" />
                <ScalarProperty Name="PshiftId" ColumnName="pshiftid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pshift">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pshift">
              <MappingFragment StoreEntitySet="Pshift">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="IzinTipi" ColumnName="izintipi" />
                <ScalarProperty Name="ShiftTipi" ColumnName="shifttipi" />
                <ScalarProperty Name="YillikDahil" ColumnName="yillikdahil" />
                <ScalarProperty Name="YillikIzin" ColumnName="yillikizin" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pshifthrk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PshiftHrk">
              <MappingFragment StoreEntitySet="PshiftHrk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PshiftId" ColumnName="pshiftid" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="BaslangicSaati" ColumnName="baslangicsaati" />
                <ScalarProperty Name="BitisSaati" ColumnName="bitissaati" />
                <ScalarProperty Name="PshiftTipiId" ColumnName="pshifttipiid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pshifttipi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PshiftTipi">
              <MappingFragment StoreEntitySet="PshiftTipi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pentegrasyon">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pentegrasyon">
              <MappingFragment StoreEntitySet="Pentegrasyon">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="EbilKulAdi" ColumnName="ebilkuladi" />
                <ScalarProperty Name="EbilIsyeriKodu" ColumnName="ebilisyerikodu" />
                <ScalarProperty Name="EbilSistemSifresi" ColumnName="ebilsistemsifresi" />
                <ScalarProperty Name="EbilIsyeriSifresi" ColumnName="ebilisyerisifresi" />
                <ScalarProperty Name="JanKulAdi" ColumnName="jankuladi" />
                <ScalarProperty Name="JanTcNo" ColumnName="jantcno" />
                <ScalarProperty Name="JanSifresi" ColumnName="jansifresi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Psirket">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Psirket">
              <MappingFragment StoreEntitySet="Psirket">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Unvani" ColumnName="unvani" />
                <ScalarProperty Name="Adres" ColumnName="adres" />
                <ScalarProperty Name="Telefon" ColumnName="telefon" />
                <ScalarProperty Name="Il" ColumnName="il" />
                <ScalarProperty Name="Ilce" ColumnName="ilce" />
                <ScalarProperty Name="VDairesi" ColumnName="vdairesi" />
                <ScalarProperty Name="VNo" ColumnName="vno" />
                <ScalarProperty Name="KurVDairesi" ColumnName="kurvdairesi" />
                <ScalarProperty Name="KurVNo" ColumnName="kurvno" />
                <ScalarProperty Name="TSicilNo" ColumnName="tsicilno" />
                <ScalarProperty Name="MersisNo" ColumnName="mersisno" />
                <ScalarProperty Name="Merkez" ColumnName="merkez" />
                <ScalarProperty Name="WebAdresi" ColumnName="webadresi" />
                <ScalarProperty Name="IsyeriKodu" ColumnName="isyerikodu" />
                <ScalarProperty Name="Turu" ColumnName="turu" />
                <ScalarProperty Name="Durumu" ColumnName="durumu" />
                <ScalarProperty Name="Iban" ColumnName="iban" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pebildirges">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pebildirge">
              <MappingFragment StoreEntitySet="Pebildirge">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DosyaNo" ColumnName="dosyano" />
                <ScalarProperty Name="TasNo" ColumnName="tasno" />
                <ScalarProperty Name="Isveren" ColumnName="isveren" />
                <ScalarProperty Name="Iskolu" ColumnName="iskolu" />
                <ScalarProperty Name="IskoluKodu" ColumnName="iskolukodu" />
                <ScalarProperty Name="IskoluSube" ColumnName="iskolusube" />
                <ScalarProperty Name="IskoluSira" ColumnName="iskolusira" />
                <ScalarProperty Name="IskoluIl" ColumnName="iskoluil" />
                <ScalarProperty Name="IskoluIlce" ColumnName="iskoluilce" />
                <ScalarProperty Name="KontrolNo" ColumnName="kontrolno" />
                <ScalarProperty Name="AraciNo" ColumnName="aracino" />
                <ScalarProperty Name="EskiUnite" ColumnName="eskiunite" />
                <ScalarProperty Name="SicilNo" ColumnName="sicilno" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PersCalParam">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PersCalParam">
              <MappingFragment StoreEntitySet="PersCalParam">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Parametre" ColumnName="parametre" />
                <ScalarProperty Name="Deger" ColumnName="deger" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pgircik">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pgircik">
              <MappingFragment StoreEntitySet="Pgircik">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="BaslangicSaati" ColumnName="baslangicsaati" />
                <ScalarProperty Name="PkartId" ColumnName="pkartid" />
                <ScalarProperty Name="GirisCikis" ColumnName="giriscikis" />
                <ScalarProperty Name="KacinciGun" ColumnName="kacincigun" />
                <ScalarProperty Name="ManuelIslem" ColumnName="manuelislem" />
                <ScalarProperty Name="Kaynank" ColumnName="kaynank" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pkart">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pkart">
              <MappingFragment StoreEntitySet="Pkart">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KartNo" ColumnName="kartno" />
                <ScalarProperty Name="PersonelSirketId" ColumnName="personelsirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pkat">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pkat">
              <MappingFragment StoreEntitySet="Pkat">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosAltGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosAltGrup">
              <MappingFragment StoreEntitySet="PosAltGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosCari">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosCari">
              <MappingFragment StoreEntitySet="PosCari">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosDepBaglanti">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosDepBaglanti">
              <MappingFragment StoreEntitySet="PosDepBaglanti">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosDepId" ColumnName="posdepid" />
                <ScalarProperty Name="PosKategoriTip" ColumnName="poskategoritip" />
                <ScalarProperty Name="PosAltKategorilerId" ColumnName="posaltkategorilerid" />
                <ScalarProperty Name="PosSatKodId" ColumnName="possatkodid" />
                <ScalarProperty Name="PosKdvTipiId" ColumnName="poskdvtipiid" />
                <ScalarProperty Name="DepkodId" ColumnName="depkodid" />
                <ScalarProperty Name="DepkodIndirimId" ColumnName="depkodindirimid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosDepSaat">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosDepSaat">
              <MappingFragment StoreEntitySet="PosDepSaat">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosKart">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosKart">
              <MappingFragment StoreEntitySet="PosKart">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KartNo" ColumnName="kartno" />
                <ScalarProperty Name="FolioId" ColumnName="folioid" />
                <ScalarProperty Name="PosOdenmezIkramId" ColumnName="posodenmezikramid" />
                <ScalarProperty Name="LimitKontrolu" ColumnName="limitkontrolu" />
                <ScalarProperty Name="LimitTutar" ColumnName="limittutar" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosPansiyonDerece">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosPansiyonDerece">
              <MappingFragment StoreEntitySet="PosPansiyonDerece">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PansiyonId" ColumnName="pansiyonid" />
                <ScalarProperty Name="Derece" ColumnName="derece" />
                <ScalarProperty Name="Oran" ColumnName="oran" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosPrintSignals">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosPrintSignals">
              <MappingFragment StoreEntitySet="PosPrintSignals">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosSipAnaId" ColumnName="possipanaid" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PostingTarih">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PostingTarih">
              <MappingFragment StoreEntitySet="PostingTarih">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="IlkTarih" ColumnName="ilktarih" />
                <ScalarProperty Name="SonTarih" ColumnName="sontarih" />
                <ScalarProperty Name="DepkodId" ColumnName="depkodid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosTopUrunler">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosTopUrunler">
              <MappingFragment StoreEntitySet="PosTopUrunler">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosDepId" ColumnName="posdepid" />
                <ScalarProperty Name="PosSatKodId" ColumnName="possatkodid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosVaryant">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosVaryant">
              <MappingFragment StoreEntitySet="PosVaryant">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosYaziciBaglanti">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosYaziciBaglanti">
              <MappingFragment StoreEntitySet="PosYaziciBaglanti">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="PosKategoriTip" ColumnName="poskategoritip" />
                <ScalarProperty Name="PosAltKategorilerId" ColumnName="posaltkategorilerid" />
                <ScalarProperty Name="PosSatKodId" ColumnName="possatkodid" />
                <ScalarProperty Name="PosDepId" ColumnName="posdepid" />
                <ScalarProperty Name="PosYazicilarId" ColumnName="posyazicilarid" />
                <ScalarProperty Name="PosYaziciDizaynId" ColumnName="posyazicidizaynid" />
                <ScalarProperty Name="PosYaziciTipi" ColumnName="posyazicitipi" />
                <ScalarProperty Name="KasaFisi" ColumnName="kasafisi" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosYaziciDizayn">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosYaziciDizayn">
              <MappingFragment StoreEntitySet="PosYaziciDizayn">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="DizaynXml" ColumnName="dizaynxml" />
                <ScalarProperty Name="PosDizaynTipi" ColumnName="posdizayntipi" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="PosYazıcılar">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.PosYazicilar">
              <MappingFragment StoreEntitySet="PosYazicilar">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pozevrak">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pozevrak">
              <MappingFragment StoreEntitySet="Pozevrak">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ProfilListesi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ProfilListesi">
              <MappingFragment StoreEntitySet="ProfilListesi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="Adsoyad" ColumnName="adsoyad" />
                <ScalarProperty Name="DogumTarihi" ColumnName="dogumtarihi" />
                <ScalarProperty Name="Telefon" ColumnName="telefon" />
                <ScalarProperty Name="Emaill" ColumnName="emaill" />
                <ScalarProperty Name="Adress" ColumnName="adress" />
                <ScalarProperty Name="UyrukAdi" ColumnName="uyrukadi" />
                <ScalarProperty Name="Cinsiyet" ColumnName="cinsiyet" />
                <ScalarProperty Name="MedeniHali" ColumnName="medenihali" />
                <ScalarProperty Name="KimlikBelgeTuru" ColumnName="kimlikbelgeturu" />
                <ScalarProperty Name="AnaAdi" ColumnName="anaadi" />
                <ScalarProperty Name="BabaAdi" ColumnName="babaadi" />
                <ScalarProperty Name="Dogumyeri" ColumnName="dogumyeri" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ProHrk">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ProHrk">
              <MappingFragment StoreEntitySet="ProHrk">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="IsYeriId" ColumnName="isyeriid" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="MusteriId" ColumnName="musteriid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Pzimmet">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Pzimmet">
              <MappingFragment StoreEntitySet="Pzimmet">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tipi" ColumnName="tipi" />
                <ScalarProperty Name="Kapasite" ColumnName="kapasite" />
                <ScalarProperty Name="PkatId" ColumnName="pkatid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporFiltreKisitlar">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporFiltreKisitlar">
              <MappingFragment StoreEntitySet="RaporFiltreKisitlar">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RaporFiltreId" ColumnName="raporfiltreid" />
                <ScalarProperty Name="FiltreOperator" ColumnName="filtreoperator" />
                <ScalarProperty Name="Propname" ColumnName="propname" />
                <ScalarProperty Name="KisitValue" ColumnName="kisitvalue" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporFiltreLog">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporFiltreLog">
              <MappingFragment StoreEntitySet="RaporFiltreLog">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RaporFiltreId" ColumnName="raporfiltreid" />
                <ScalarProperty Name="IlkDeger" ColumnName="ilkdeger" />
                <ScalarProperty Name="SonDeger" ColumnName="sondeger" />
                <ScalarProperty Name="RaporLogId" ColumnName="raporlogid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporLog">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporLog">
              <MappingFragment StoreEntitySet="RaporLog">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Sorgu" ColumnName="sorgu" />
                <ScalarProperty Name="BaslangicZamani" ColumnName="baslangiczamani" />
                <ScalarProperty Name="BitisZamani" ColumnName="bitiszamani" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporLogAna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporLogAna">
              <MappingFragment StoreEntitySet="RaporLogAna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RaporKodu" ColumnName="raporkodu" />
                <ScalarProperty Name="Zaman" ColumnName="zaman" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="Sorgu" ColumnName="sorgu" />
                <ScalarProperty Name="SorguCevap" ColumnName="sorgucevap" />
                <ScalarProperty Name="Sira" ColumnName="sira" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RaporManuelVeri">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RaporManuelVeri">
              <MappingFragment StoreEntitySet="RaporManuelVeri">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Deger" ColumnName="deger" />
                <ScalarProperty Name="OzelIslem" ColumnName="ozelislem" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ResmiSirket">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ResmiSirket">
              <MappingFragment StoreEntitySet="ResmiSirket">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RestKullanici">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RestKullanici">
              <MappingFragment StoreEntitySet="RestKullanici">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="RestoranBolumMasaTanimId" ColumnName="restoranbolummasatanimid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RestoranAcKapa">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RestoranAcKapat">
              <MappingFragment StoreEntitySet="RestoranAcKapat">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Tarih" ColumnName="tarih" />
                <ScalarProperty Name="RestoranBolumMasaTanimId" ColumnName="restoranbolummasatanimid" />
                <ScalarProperty Name="CrmRestoranDurum" ColumnName="crmrestorandurum" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="RezTumList">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.RezTumList">
              <MappingFragment StoreEntitySet="RezTumList">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="RezId" ColumnName="rezid" />
                <ScalarProperty Name="rezno" ColumnName="rezno" />
                <ScalarProperty Name="gecelemecolumnorder" ColumnName="gecelemecolumnorder" />
                <ScalarProperty Name="gecelememusterimusteriid" ColumnName="gecelememusterimusteriid" />
                <ScalarProperty Name="musteriad" ColumnName="musteriad" />
                <ScalarProperty Name="musterisoyadi" ColumnName="musterisoyadi" />
                <ScalarProperty Name="rezcintarih" ColumnName="rezcintarih" />
                <ScalarProperty Name="rezcouttarih" ColumnName="rezcouttarih" />
                <ScalarProperty Name="rezstatus" ColumnName="rezstatus" />
                <ScalarProperty Name="reztpip" ColumnName="reztpip" />
                <ScalarProperty Name="rezsatistarih" ColumnName="rezsatistarih" />
                <ScalarProperty Name="gecelemeid" ColumnName="gecelemeid" />
                <ScalarProperty Name="gecelemeidacentaid" ColumnName="gecelemeidacentaid" />
                <ScalarProperty Name="acentakodu" ColumnName="acentakodu" />
                <ScalarProperty Name="acentaadi" ColumnName="acentaadi" />
                <ScalarProperty Name="gecelemegun" ColumnName="gecelemegun" />
                <ScalarProperty Name="gecelemeodaid" ColumnName="gecelemeodaid" />
                <ScalarProperty Name="odaadi" ColumnName="odaadi" />
                <ScalarProperty Name="gecelemeodaodakonumid" ColumnName="gecelemeodaodakonumid" />
                <ScalarProperty Name="odakonumkodu" ColumnName="odakonumkodu" />
                <ScalarProperty Name="odakonumadi" ColumnName="odakonumadi" />
                <ScalarProperty Name="gecelemepax" ColumnName="gecelemepax" />
                <ScalarProperty Name="gecelemechi" ColumnName="gecelemechi" />
                <ScalarProperty Name="gecelemefre" ColumnName="gecelemefre" />
                <ScalarProperty Name="gecelemebeb" ColumnName="gecelemebeb" />
                <ScalarProperty Name="gecelemeguncellemetarihi" ColumnName="gecelemeguncellemetarihi" />
                <ScalarProperty Name="rezdetayekislenmetarih" ColumnName="rezdetayekislenmetarih" />
                <ScalarProperty Name="rezdetayekopsiyontarih" ColumnName="rezdetayekopsiyontarih" />
                <ScalarProperty Name="rezdetayekaciklama" ColumnName="rezdetayekaciklama" />
                <ScalarProperty Name="vipkodu" ColumnName="vipkodu" />
                <ScalarProperty Name="vipadi" ColumnName="vipadi" />
                <ScalarProperty Name="ulkekodu" ColumnName="ulkekodu" />
                <ScalarProperty Name="ulkeadi" ColumnName="ulkeadi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Santral">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Santral">
              <MappingFragment StoreEntitySet="Santral">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Baglanti" ColumnName="baglanti" />
                <ScalarProperty Name="Marka" ColumnName="marka" />
                <ScalarProperty Name="IpAdress" ColumnName="ipadress" />
                <ScalarProperty Name="IpPort" ColumnName="ipport" />
                <ScalarProperty Name="ComPort" ColumnName="comport" />
                <ScalarProperty Name="ComBaudrate" ColumnName="combaudrate" />
                <ScalarProperty Name="ComParity" ColumnName="comparity" />
                <ScalarProperty Name="ComFlowControl" ColumnName="comflowcontrol" />
                <ScalarProperty Name="ComDataBit" ColumnName="comdatabit" />
                <ScalarProperty Name="ComStopBit" ColumnName="comstopbit" />
                <ScalarProperty Name="OdaBas" ColumnName="odabas" />
                <ScalarProperty Name="OdaBit" ColumnName="odabit" />
                <ScalarProperty Name="KontorBas" ColumnName="kontorbas" />
                <ScalarProperty Name="KontorBit" ColumnName="kontorbit" />
                <ScalarProperty Name="TelBas" ColumnName="telbas" />
                <ScalarProperty Name="TelBit" ColumnName="telbit" />
                <ScalarProperty Name="ZamanBas" ColumnName="zamanbas" />
                <ScalarProperty Name="ZamanBit" ColumnName="zamanbit" />
                <ScalarProperty Name="SureBas" ColumnName="surebas" />
                <ScalarProperty Name="SureBit" ColumnName="surebit" />
                <ScalarProperty Name="DepkodId" ColumnName="depkodid" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="Maliyet" ColumnName="maliyet" />
                <ScalarProperty Name="Satis" ColumnName="satis" />
                <ScalarProperty Name="KontorSaniye" ColumnName="kontorsaniye" />
                <ScalarProperty Name="IslemeTipi" ColumnName="islemetipi" />
                <ScalarProperty Name="TellogAdres" ColumnName="tellogadres" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SatAnlasmaAna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SatAnlasmaAna">
              <MappingFragment StoreEntitySet="SatAnlasmaAna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="BaslangicTarihi" ColumnName="baslangictarihi" />
                <ScalarProperty Name="BitisTarihi" ColumnName="bitistarihi" />
                <ScalarProperty Name="KurumsalId" ColumnName="kurumsalid" />
                <ScalarProperty Name="SatAnlasmaAciklama" ColumnName="satanlasmaaciklama" />
                <ScalarProperty Name="SatAnlasmaDurum" ColumnName="satanlasmadurum" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SatAnlasmaDetay">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SatAnlasmaDetay">
              <MappingFragment StoreEntitySet="SatAnlasmaDetay">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SatAnlasmaAnaId" ColumnName="satanlasmaanaid" />
                <ScalarProperty Name="SiraNo" ColumnName="sirano" />
                <ScalarProperty Name="Miktar" ColumnName="miktar" />
                <ScalarProperty Name="BirimFiyat" ColumnName="birimfiyat" />
                <ScalarProperty Name="UrunId" ColumnName="urunid" />
                <ScalarProperty Name="UrunMarkaId" ColumnName="urunmarkaid" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SatKurumsal">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SatKurumsal">
              <MappingFragment StoreEntitySet="SatKurumsal">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="KurumsalId" ColumnName="kurumsalid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SatKurumsalELogin">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SatKurumsalELogin">
              <MappingFragment StoreEntitySet="SatKurumsalELogin">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SatKurumsalId" ColumnName="satkurumsalid" />
                <ScalarProperty Name="SiraNo" ColumnName="sirano" />
                <ScalarProperty Name="KullaniciAdi" ColumnName="kullaniciadi" />
                <ScalarProperty Name="KullaniciSifre" ColumnName="kullanicisifre" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SipHrkTeklif">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SipHrkTeklif">
              <MappingFragment StoreEntitySet="SipHrkTeklif">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SiraNo" ColumnName="sirano" />
                <ScalarProperty Name="SipMikId" ColumnName="sipmikid" />
                <ScalarProperty Name="SatKurumsalId" ColumnName="satkurumsalid" />
                <ScalarProperty Name="Miktar" ColumnName="miktar" />
                <ScalarProperty Name="TeklifTutari" ColumnName="tekliftutari" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SipMik">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SipMik">
              <MappingFragment StoreEntitySet="SipMik">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SipHrkDetayId" ColumnName="siphrkdetayid" />
                <ScalarProperty Name="DepartmanAnaId" ColumnName="departmananaid" />
                <ScalarProperty Name="Miktar" ColumnName="miktar" />
                <ScalarProperty Name="KesinOnay" ColumnName="kesinonay" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SatOzelKodBaglantis">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SatOzelKodBaglanti">
              <MappingFragment StoreEntitySet="SatOzelKodBaglanti">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SipMikId" ColumnName="sipmikid" />
                <ScalarProperty Name="SatOzelKodIcerikId" ColumnName="satozelkodicerikid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SatOzelKodIceriks">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SatOzelKodIcerik">
              <MappingFragment StoreEntitySet="SatOzelKodIcerik">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SatOzelKodGrupId" ColumnName="satozelkodgrupid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SatOzelKods">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SatOzelKod">
              <MappingFragment StoreEntitySet="SatOzelKod">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SipHrkDetay">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SipHrkDetay">
              <MappingFragment StoreEntitySet="SipHrkDetay">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SiraNo" ColumnName="sirano" />
                <ScalarProperty Name="SipHrkAnaId" ColumnName="siphrkanaid" />
                <ScalarProperty Name="UrunId" ColumnName="urunid" />
                <ScalarProperty Name="UrunMarkaId" ColumnName="urunmarkaid" />
                <ScalarProperty Name="OnayAdimId" ColumnName="onayadimid" />
                <ScalarProperty Name="SatirAciklama" ColumnName="satiraciklama" />
                <ScalarProperty Name="DepartmanAnaId" ColumnName="departmananaid" />
                <ScalarProperty Name="Miktar" ColumnName="miktar" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SipHrkAna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SipHrkAna">
              <MappingFragment StoreEntitySet="SipHrkAna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SipHrkTarih" ColumnName="siphrktarih" />
                <ScalarProperty Name="SipHrkSaat" ColumnName="siphrksaat" />
                <ScalarProperty Name="SipHrkAnaDurum" ColumnName="siphrkanadurum" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="SatUrunGrupId" ColumnName="saturungrupid" />
                <ScalarProperty Name="Acil" ColumnName="acil" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SatUrunGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SatUrunGrup">
              <MappingFragment StoreEntitySet="SatUrunGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SatUrunGrupKurumsal">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SatUrunGrupKurumsal">
              <MappingFragment StoreEntitySet="SatUrunGrupKurumsal">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SatUrunGrupId" ColumnName="saturungrupid" />
                <ScalarProperty Name="SatUrunGrupKurumsalId" ColumnName="saturungrupkurumsalid" />
                <ScalarProperty Name="SatKurumsalId" ColumnName="satkurumsalid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SatUrunGrupMail">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SatUrunGrupMail">
              <MappingFragment StoreEntitySet="SatUrunGrupMail">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SatUrunGrupId" ColumnName="saturungrupid" />
                <ScalarProperty Name="MailAdres" ColumnName="mailadres" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SatUrunGrupUrun">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SatUrunGrupUrun">
              <MappingFragment StoreEntitySet="SatUrunGrupUrun">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SatUrunGrupId" ColumnName="saturungrupid" />
                <ScalarProperty Name="EnvanterId" ColumnName="envanterid" />
                <ScalarProperty Name="UrunId" ColumnName="urunid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SipHrkDetayAsamas">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SipHrkDetayAsama">
              <MappingFragment StoreEntitySet="SipHrkDetayAsama">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="YeniSatinAlma" ColumnName="yenisatinalma" />
                <ScalarProperty Name="KapanmisSatinAlma" ColumnName="kapanmissatinalma" />
                <ScalarProperty Name="SatinAlmaKontrolAsamasi" ColumnName="satinalmakontrolasamasi" />
                <ScalarProperty Name="SaticiEklemeAsamasi" ColumnName="saticieklemeasamasi" />
                <ScalarProperty Name="FiyatTeklifiGonderildi" ColumnName="fiyatteklifigonderildi" />
                <ScalarProperty Name="FiyatlandirmaAsamasi" ColumnName="fiyatlandirmaasamasi" />
                <ScalarProperty Name="OnayAsamasi" ColumnName="onayasamasi" />
                <ScalarProperty Name="SiparisGonderimBekleniyor" ColumnName="siparisgonderimbekleniyor" />
                <ScalarProperty Name="SiparisGonderildi" ColumnName="siparisgonderildi" />
                <ScalarProperty Name="SiparisTeslimEdildi" ColumnName="siparisteslimedildi" />
                <ScalarProperty Name="DepoGirisiYapildi" ColumnName="depogirisiyapildi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SipHrkOnay">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SipHrkOnay">
              <MappingFragment StoreEntitySet="SipHrkOnay">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SipHrkDetayId" ColumnName="siphrkdetayid" />
                <ScalarProperty Name="KullaniciId" ColumnName="kullaniciid" />
                <ScalarProperty Name="SatKurumsalId" ColumnName="satkurumsalid" />
                <ScalarProperty Name="OnayMiktar" ColumnName="onaymiktar" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SayimHrkAna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SayimHrkAna">
              <MappingFragment StoreEntitySet="SayimHrkAna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="No" ColumnName="no" />
                <ScalarProperty Name="SayimTarih" ColumnName="sayimtarih" />
                <ScalarProperty Name="DepartmanAnaId" ColumnName="departmananaid" />
                <ScalarProperty Name="StokhrkAnaId" ColumnName="stokhrkanaid" />
                <ScalarProperty Name="SayimHrkAnaGrupId" ColumnName="sayimhrkanagrupid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SayimHrkAnaBaglantis">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SayimHrkAnaBaglanti">
              <MappingFragment StoreEntitySet="SayimHrkAnaBaglanti">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="SayimHrkAnaId" ColumnName="sayimhrkanaid" />
                <ScalarProperty Name="StokhrkAnaId" ColumnName="stokhrkanaid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SayimHrkAnaGrup">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SayimHrkAnaGrup">
              <MappingFragment StoreEntitySet="SayimHrkAnaGrup">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Servisler">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Servisler">
              <MappingFragment StoreEntitySet="Servisler">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kategori" ColumnName="kategori" />
                <ScalarProperty Name="ServisTipi" ColumnName="servistipi" />
                <ScalarProperty Name="DosyaTuru" ColumnName="dosyaturu" />
                <ScalarProperty Name="DosyaAyrac" ColumnName="dosyaayrac" />
                <ScalarProperty Name="Dakika" ColumnName="dakika" />
                <ScalarProperty Name="Baslangic" ColumnName="baslangic" />
                <ScalarProperty Name="Bitis" ColumnName="bitis" />
                <ScalarProperty Name="RaporId" ColumnName="raporid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="ServislerBaglanti">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.ServislerBaglanti">
              <MappingFragment StoreEntitySet="ServislerBaglanti">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="ServislerId" ColumnName="servislerid" />
                <ScalarProperty Name="Adres" ColumnName="adres" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="StokhrkIskonto">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.StokhrkIskonto">
              <MappingFragment StoreEntitySet="StokhrkIskonto">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="StokhrkDetayID" ColumnName="stokhrkdetayid" />
                <ScalarProperty Name="IskontoSira" ColumnName="iskontosira" />
                <ScalarProperty Name="Oran" ColumnName="oran" />
                <ScalarProperty Name="Tutar" ColumnName="tutar" />
                <ScalarProperty Name="Tip" ColumnName="tip" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="SubeKodlari">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.SubeKodu">
              <MappingFragment StoreEntitySet="SubeKodu">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UstKirilimId" ColumnName="ustkirilimid" />
                <ScalarProperty Name="BankaSubeTipi" ColumnName="bankasubetipi" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="UrunFiyatTipi">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.UrunFiyatTipi">
              <MappingFragment StoreEntitySet="UrunFiyatTipi">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="_DovizId" ColumnName="_dovizid" />
                <ScalarProperty Name="DovizId" ColumnName="dovizid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="UrunKdvHesap">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.UrunKdvHesap">
              <MappingFragment StoreEntitySet="UrunKdvHesap">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UrunKDVBelgeTipi" ColumnName="urunkdvbelgetipi" />
                <ScalarProperty Name="UrunKdvYil" ColumnName="urunkdvyil" />
                <ScalarProperty Name="KdvId" ColumnName="kdvid" />
                <ScalarProperty Name="UrunKdvAy" ColumnName="urunkdvay" />
                <ScalarProperty Name="GirisHesapId" ColumnName="girishesapid" />
                <ScalarProperty Name="IadeHesapId" ColumnName="iadehesapid" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="VergiTevkifatIstisna">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.VergiTevkifatIstisna">
              <MappingFragment StoreEntitySet="VergiTevkifatIstisna">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="UstKirilimId" ColumnName="ustkirilimid" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Adi" ColumnName="adi" />
                <ScalarProperty Name="Pasif" ColumnName="pasif" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Versiyonlama">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Versiyonlama">
              <MappingFragment StoreEntitySet="Versiyonlama">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="VersiyonIslemTipi" ColumnName="versiyonislemtipi" />
                <ScalarProperty Name="Kodu" ColumnName="kodu" />
                <ScalarProperty Name="Bilgi" ColumnName="bilgi" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Widget">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Widget">
              <MappingFragment StoreEntitySet="Widget">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Kulid" ColumnName="kulid" />
                <ScalarProperty Name="WidgetId" ColumnName="widgetid" />
                <ScalarProperty Name="ModulId" ColumnName="modulid" />
                <ScalarProperty Name="RowIndex" ColumnName="rowindex" />
                <ScalarProperty Name="ColumnIndex" ColumnName="columnindex" />
                <ScalarProperty Name="RowSpan" ColumnName="rowspan" />
                <ScalarProperty Name="ColumnSpan" ColumnName="columnspan" />
                <ScalarProperty Name="SirketId" ColumnName="sirketid" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="Yayim">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.Yayim">
              <MappingFragment StoreEntitySet="Yayim">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Aciklama" ColumnName="aciklama" />
                <ScalarProperty Name="Lokasyon" ColumnName="lokasyon" />
                <ScalarProperty Name="Kullanici" ColumnName="kullanici" />
                <ScalarProperty Name="Sifre" ColumnName="sifre" />
                <ScalarProperty Name="KullanimDisi" ColumnName="kullanimdisi" />
                <ScalarProperty Name="test" ColumnName="test" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="YillikParam">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.YillikParam">
              <MappingFragment StoreEntitySet="YillikParam">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="paramtipi" ColumnName="paramtipi" />
                <ScalarProperty Name="Yil" ColumnName="yil" />
                <ScalarProperty Name="parametre1" ColumnName="parametre1" />
                <ScalarProperty Name="parametre2" ColumnName="parametre2" />
                <ScalarProperty Name="parametre3" ColumnName="parametre3" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <EntitySetMapping Name="YayimModuls">
            <EntityTypeMapping TypeName="Asyasoft.Data.Context.YayimModul">
              <MappingFragment StoreEntitySet="YayimModul">
                <ScalarProperty Name="Id" ColumnName="id" />
                <ScalarProperty Name="Modul" ColumnName="modul" />
                <ScalarProperty Name="VersiyonCheck" ColumnName="versiyoncheck" />
                <ScalarProperty Name="IzciId" ColumnName="izciid" />
                <ScalarProperty Name="xmin" ColumnName="xmin" />
                <ScalarProperty Name="GuncellemeTarihi" ColumnName="guncellemetarihi" />
                <ScalarProperty Name="Silinmis" ColumnName="silinmis" />
              </MappingFragment>
            </EntityTypeMapping>
          </EntitySetMapping>
          <AssociationSetMapping Name="MenuYetki_AnaMenu" TypeName="Asyasoft.Data.Context.MenuYetki_AnaMenu" StoreEntitySet="MenuYetki">
            <EndProperty Name="MenuYetki_AnaMenu_Target">
              <ScalarProperty Name="Id" ColumnName="AnaMenu_Id" />
            </EndProperty>
            <EndProperty Name="MenuYetki_AnaMenu_Source">
              <ScalarProperty Name="Id" ColumnName="id" />
            </EndProperty>
            <Condition IsNull="false" ColumnName="AnaMenu_Id" />
          </AssociationSetMapping>
          <AssociationSetMapping Name="AlanYetki_Tablo" TypeName="Asyasoft.Data.Context.AlanYetki_Tablo" StoreEntitySet="AlanYetki">
            <EndProperty Name="AlanYetki_Tablo_Target">
              <ScalarProperty Name="Id" ColumnName="Tablo_Id" />
            </EndProperty>
            <EndProperty Name="AlanYetki_Tablo_Source">
              <ScalarProperty Name="Id" ColumnName="id" />
            </EndProperty>
            <Condition IsNull="false" ColumnName="Tablo_Id" />
          </AssociationSetMapping>
          <AssociationSetMapping Name="FaturaSira_Iskontolar" TypeName="Asyasoft.Data.Context.FaturaSira_Iskontolar" StoreEntitySet="Iskonto">
            <EndProperty Name="FaturaSira_Iskontolar_Source">
              <ScalarProperty Name="Id" ColumnName="FaturaSira_Id" />
            </EndProperty>
            <EndProperty Name="FaturaSira_Iskontolar_Target">
              <ScalarProperty Name="Id" ColumnName="id" />
            </EndProperty>
            <Condition IsNull="false" ColumnName="FaturaSira_Id" />
          </AssociationSetMapping>
          <AssociationSetMapping Name="Oda_OdaDegisimler" TypeName="Asyasoft.Data.Context.Oda_OdaDegisimler" StoreEntitySet="OdaDegisim">
            <EndProperty Name="Oda_OdaDegisimler_Source">
              <ScalarProperty Name="Id" ColumnName="Oda_Id" />
            </EndProperty>
            <EndProperty Name="Oda_OdaDegisimler_Target">
              <ScalarProperty Name="Id" ColumnName="id" />
            </EndProperty>
            <Condition IsNull="false" ColumnName="Oda_Id" />
          </AssociationSetMapping>
          <AssociationSetMapping Name="OdaKonum_UpgradeOdaFiyat" TypeName="Asyasoft.Data.Context.OdaKonum_UpgradeOdaFiyat" StoreEntitySet="UpgradeOdaFiyat">
            <EndProperty Name="OdaKonum_UpgradeOdaFiyat_Source">
              <ScalarProperty Name="Id" ColumnName="OdaKonum_Id" />
            </EndProperty>
            <EndProperty Name="OdaKonum_UpgradeOdaFiyat_Target">
              <ScalarProperty Name="Id" ColumnName="id" />
            </EndProperty>
            <Condition IsNull="false" ColumnName="OdaKonum_Id" />
          </AssociationSetMapping>
          <AssociationSetMapping Name="Rez_Rateler" TypeName="Asyasoft.Data.Context.Rez_Rateler" StoreEntitySet="Rate">
            <EndProperty Name="Rez_Rateler_Source">
              <ScalarProperty Name="Id" ColumnName="Rez_Id" />
            </EndProperty>
            <EndProperty Name="Rez_Rateler_Target">
              <ScalarProperty Name="Id" ColumnName="id" />
            </EndProperty>
            <Condition IsNull="false" ColumnName="Rez_Id" />
          </AssociationSetMapping>
          <AssociationSetMapping Name="Sart_Sartlar" TypeName="Asyasoft.Data.Context.Sart_Sartlar" StoreEntitySet="Sart">
            <EndProperty Name="Sart_Sartlar_Source">
              <ScalarProperty Name="Id" ColumnName="Sart_Id" />
            </EndProperty>
            <EndProperty Name="Sart_Sartlar_Target">
              <ScalarProperty Name="Id" ColumnName="id" />
            </EndProperty>
            <Condition IsNull="false" ColumnName="Sart_Id" />
          </AssociationSetMapping>
          <AssociationSetMapping Name="FiyatKonum_UpgradeOdaFiyat" TypeName="Asyasoft.Data.Context.FiyatKonum_UpgradeOdaFiyat" StoreEntitySet="UpgradeOdaFiyat">
            <EndProperty Name="FiyatKonum_UpgradeOdaFiyat_Source">
              <ScalarProperty Name="Id" ColumnName="FiyatKonum_Id" />
            </EndProperty>
            <EndProperty Name="FiyatKonum_UpgradeOdaFiyat_Target">
              <ScalarProperty Name="Id" ColumnName="id" />
            </EndProperty>
            <Condition IsNull="false" ColumnName="FiyatKonum_Id" />
          </AssociationSetMapping>
          <AssociationSetMapping Name="Doviz_Dovbozlar" TypeName="Asyasoft.Data.Context.Doviz_Dovbozlar" StoreEntitySet="Dovboz">
            <EndProperty Name="Doviz_Dovbozlar_Source">
              <ScalarProperty Name="Id" ColumnName="Doviz_Id" />
            </EndProperty>
            <EndProperty Name="Doviz_Dovbozlar_Target">
              <ScalarProperty Name="Id" ColumnName="id" />
            </EndProperty>
            <Condition IsNull="false" ColumnName="Doviz_Id" />
          </AssociationSetMapping>
          <AssociationSetMapping Name="PosDep_PosFiyat" TypeName="Asyasoft.Data.Context.PosDep_PosFiyat" StoreEntitySet="PosFiyat">
            <EndProperty Name="PosDep_PosFiyat_Source">
              <ScalarProperty Name="Id" ColumnName="PosDep_Id" />
            </EndProperty>
            <EndProperty Name="PosDep_PosFiyat_Target">
              <ScalarProperty Name="Id" ColumnName="id" />
            </EndProperty>
            <Condition IsNull="false" ColumnName="PosDep_Id" />
          </AssociationSetMapping>
          <AssociationSetMapping Name="PanYemek_Pansiyon" TypeName="Asyasoft.Data.Context.PanYemek_Pansiyon" StoreEntitySet="PanYemek">
            <EndProperty Name="PanYemek_Pansiyon_Target">
              <ScalarProperty Name="Id" ColumnName="Pansiyon_Id" />
            </EndProperty>
            <EndProperty Name="PanYemek_Pansiyon_Source">
              <ScalarProperty Name="Id" ColumnName="id" />
            </EndProperty>
            <Condition IsNull="false" ColumnName="Pansiyon_Id" />
          </AssociationSetMapping>
        </EntityContainerMapping>
      </Mapping>
    </Mappings>
    <StorageModels>
      <Schema Namespace="CodeFirstDatabaseSchema" Provider="Npgsql" ProviderManifestToken="14.1" Alias="Self" xmlns:customannotation="http://schemas.microsoft.com/ado/2013/11/edm/customannotation" xmlns="http://schemas.microsoft.com/ado/2009/11/edm/ssdl">
        <EntityType Name="Acenta">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ktumbilbordid" Type="int4" customannotation:Index="{ Name: IX_ktumbilbordid, Order: 0 }" Nullable="true" />
          <Property Name="tumbilbordid" Type="int4" customannotation:Index="{ Name: IX_tumbilbordid, Order: 0 }" Nullable="true" />
          <Property Name="merkezacentaid" Type="int4" customannotation:Index="{ Name: IX_merkezacentaid, Order: 0 }" Nullable="true" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: IX_musteriid, Order: 0 }" Nullable="true" />
          <Property Name="onbreferansid" Type="int4" customannotation:Index="{ Name: IX_onbreferansid, Order: 0 }" Nullable="true" />
          <Property Name="formulid" Type="int4" customannotation:Index="{ Name: IX_formulid, Order: 0 }" Nullable="true" />
          <Property Name="odemehatirlatma" Type="int4" Nullable="true" />
          <Property Name="avansorani" Type="float8" Nullable="true" />
          <Property Name="diskomisyon" Type="float8" Nullable="true" />
          <Property Name="tumfaturavirman" Type="bool" Nullable="true" />
          <Property Name="schauinslandkodu" Type="text" Nullable="true" />
          <Property Name="toplamdanyuvarlama" Type="bool" Nullable="true" />
          <Property Name="onlineacenta" Type="bool" Nullable="true" />
          <Property Name="munferit" Type="bool" Nullable="true" />
          <Property Name="voucheradet" Type="int4" Nullable="true" />
          <Property Name="mingeceleme" Type="int4" Nullable="true" />
          <Property Name="endusukfiyat" Type="bool" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AcentaMail">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="acentaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="true" />
          <Property Name="mailislemid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="alicitipi" Type="int4" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MailIslem">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="emailid" Type="int4" customannotation:Index="{ Name: Anahtar, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="mailislemtipi" Type="int4" customannotation:Index="{ Name: Anahtar, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Email">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="emailtext" Type="text" Nullable="true" />
          <Property Name="sifre" Type="varchar" MaxLength="20" Nullable="true" />
          <Property Name="mailsunucuid" Type="int4" customannotation:Index="{ Name: IX_mailsunucuid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MailSunucu">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="port" Type="int4" Nullable="false" />
          <Property Name="host" Type="text" Nullable="true" />
          <Property Name="ssl" Type="bool" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Sirket">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="false" />
          <Property Name="ustid" Type="int4" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="true" />
          <Property Name="sifre" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SirketGrupSirket">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: IX_sirketid, Order: 0 }" Nullable="false" />
          <Property Name="sirketgrupid" Type="int4" customannotation:Index="{ Name: IX_sirketgrupid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SirketGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SirketKullanici">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: IX_sirketid, Order: 0 }" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Kullanici">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="true" />
          <Property Name="sifre" Type="text" Nullable="true" />
          <Property Name="upgradesifre" Type="text" Nullable="true" />
          <Property Name="skin" Type="text" Nullable="true" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: IX_musteriid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AlanYetkiKullanici">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="alanyetkiid" Type="int4" customannotation:Index="{ Name: IX_alanyetkiid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AlanYetki">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="modelid" Type="int4" Nullable="false" />
          <Property Name="alan" Type="text" Nullable="true" />
          <Property Name="gorur" Type="bool" Nullable="false" />
          <Property Name="degistirir" Type="bool" Nullable="false" />
          <Property Name="anonymous" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: IX_sirketid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
          <Property Name="Tablo_Id" Type="int4" customannotation:Index="{ Name: IX_Tablo_Id, Order: 0 }" Nullable="true" />
        </EntityType>
        <EntityType Name="AlanYetkiYetkiGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="alanyetkiid" Type="int4" customannotation:Index="{ Name: IX_alanyetkiid, Order: 0 }" Nullable="false" />
          <Property Name="yetkigrupid" Type="int4" customannotation:Index="{ Name: IX_yetkigrupid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="YetkiGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="IslemYetkiYetkiGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="islemyetkiid" Type="int4" customannotation:Index="{ Name: IX_islemyetkiid, Order: 0 }" Nullable="false" />
          <Property Name="yetkigrupid" Type="int4" customannotation:Index="{ Name: IX_yetkigrupid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="IslemYetki">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tabloid" Type="int4" customannotation:Index="{ Name: IX_tabloid, Order: 0 }" Nullable="false" />
          <Property Name="islemid" Type="int4" Nullable="true" />
          <Property Name="sifre" Type="text" Nullable="true" />
          <Property Name="yetki" Type="bool" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: IX_sirketid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="IslemYetkiKullanici">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="islemyetkiid" Type="int4" customannotation:Index="{ Name: IX_islemyetkiid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Tablo">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ad" Type="text" Nullable="true" />
          <Property Name="kisaad" Type="text" Nullable="true" />
          <Property Name="uzunad" Type="text" Nullable="true" />
          <Property Name="icon" Type="text" Nullable="true" />
          <Property Name="sqlad" Type="text" Nullable="true" />
          <Property Name="simgeid" Type="int4" customannotation:Index="{ Name: IX_simgeid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Kolon">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tabloid" Type="int4" customannotation:Index="{ Name: IX_tabloid, Order: 0 }" Nullable="false" />
          <Property Name="ad" Type="text" Nullable="true" />
          <Property Name="kisaad" Type="text" Nullable="true" />
          <Property Name="uzunad" Type="text" Nullable="true" />
          <Property Name="sqlkodu" Type="text" Nullable="true" />
          <Property Name="sqlsummarytype" Type="int4" Nullable="false" />
          <Property Name="sqlsumdisplayformat" Type="text" Nullable="true" />
          <Property Name="tipi" Type="text" Nullable="true" />
          <Property Name="icon" Type="text" Nullable="true" />
          <Property Name="sqlad" Type="text" Nullable="true" />
          <Property Name="simgeid" Type="int4" customannotation:Index="{ Name: IX_simgeid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Simge">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="yol" Type="bytea" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MenuYetkiYetkiGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="menuyetkiid" Type="int4" customannotation:Index="{ Name: IX_menuyetkiid, Order: 0 }" Nullable="false" />
          <Property Name="yetkigrupid" Type="int4" customannotation:Index="{ Name: IX_yetkigrupid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MenuYetki">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="menuid" Type="int4" Nullable="false" />
          <Property Name="yetki" Type="bool" Nullable="true" />
          <Property Name="sifre" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: IX_sirketid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
          <Property Name="AnaMenu_Id" Type="int4" customannotation:Index="{ Name: IX_AnaMenu_Id, Order: 0 }" Nullable="true" />
        </EntityType>
        <EntityType Name="AnaMenu">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="modul" Type="int4" Nullable="false" />
          <Property Name="tip" Type="int4" Nullable="false" />
          <Property Name="simge" Type="text" Nullable="true" />
          <Property Name="simgeboyut" Type="int4" Nullable="false" />
          <Property Name="sirano" Type="int4" Nullable="true" />
          <Property Name="parametre" Type="text" Nullable="true" />
          <Property Name="form" Type="text" Nullable="true" />
          <Property Name="altform" Type="text" Nullable="true" />
          <Property Name="ustmenuid" Type="int4" customannotation:Index="{ Name: IX_ustmenuid, Order: 0 }" Nullable="true" />
          <Property Name="raporid" Type="int4" Nullable="true" />
          <Property Name="raporkodu" Type="text" Nullable="true" />
          <Property Name="gizli" Type="bool" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MenuYetkiKullanici">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="menuyetkiid" Type="int4" customannotation:Index="{ Name: IX_menuyetkiid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporYetkiYetkiGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="raporyetkiid" Type="int4" customannotation:Index="{ Name: IX_raporyetkiid, Order: 0 }" Nullable="false" />
          <Property Name="yetkigrupid" Type="int4" customannotation:Index="{ Name: IX_yetkigrupid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporYetki">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="raporid" Type="int4" customannotation:Index="{ Name: IX_raporid, Order: 0 }" Nullable="false" />
          <Property Name="yetki" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: IX_sirketid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Rapor">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="false" />
          <Property Name="menumodul" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" Nullable="true" />
          <Property Name="ozelislem" Type="bool" Nullable="true" />
          <Property Name="gelfiltre" Type="bool" Nullable="true" />
          <Property Name="gelfiltetip" Type="int4" Nullable="true" />
          <Property Name="gelfiltresifir" Type="bool" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AsyaReportPreviewDesign">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="raporid" Type="int4" customannotation:Index="{ Name: IX_raporid, Order: 0 }" Nullable="true" />
          <Property Name="asyareportbaselayoutid" Type="int4" customannotation:Index="{ Name: IX_asyareportbaselayoutid, Order: 0 }" Nullable="true" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="dosyadiskte" Type="bool" Nullable="false" />
          <Property Name="dosyaadi" Type="text" Nullable="true" />
          <Property Name="tip" Type="int4" Nullable="false" />
          <Property Name="varsayilan" Type="bool" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AsyaReportBaseLayout">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="dosyadiskte" Type="bool" Nullable="false" />
          <Property Name="dosyaadi" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporFiltre">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="raporid" Type="int4" customannotation:Index="{ Name: IX_raporid, Order: 0 }" Nullable="false" />
          <Property Name="filtresira" Type="text" Nullable="true" />
          <Property Name="filtrequerytext" Type="text" Nullable="true" />
          <Property Name="filtreadi" Type="text" Nullable="true" />
          <Property Name="kontroladi" Type="text" Nullable="true" />
          <Property Name="tabloadi" Type="text" Nullable="true" />
          <Property Name="alanadi" Type="text" Nullable="true" />
          <Property Name="araliksor" Type="bool" Nullable="false" />
          <Property Name="gosterilecekalanadlari" Type="text" Nullable="true" />
          <Property Name="eklenecekgun" Type="int4" Nullable="true" />
          <Property Name="gosterilecekalanindex" Type="int4" Nullable="true" />
          <Property Name="gizli" Type="bool" Nullable="false" />
          <Property Name="filtretip" Type="int4" Nullable="false" />
          <Property Name="ustiliskiid" Type="int4" customannotation:Index="{ Name: IX_ustiliskiid, Order: 0 }" Nullable="true" />
          <Property Name="ustiliskikendialanadi" Type="text" Nullable="true" />
          <Property Name="kaynak" Type="int4" Nullable="false" />
          <Property Name="rapormanuelveriid" Type="int4" Nullable="true" />
          <Property Name="rapormanuelverikodu" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporSql">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="raporid" Type="int4" customannotation:Index="{ Name: IX_raporid, Order: 0 }" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="sql" Type="text" Nullable="true" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="sira" Type="int4" Nullable="false" />
          <Property Name="grouppanel" Type="bool" Nullable="false" />
          <Property Name="groupalttoplam" Type="bool" Nullable="false" />
          <Property Name="groupsatirbazinda" Type="bool" Nullable="false" />
          <Property Name="sqlraporturu" Type="int4" Nullable="true" />
          <Property Name="pivotsatirtotalgizle" Type="bool" Nullable="true" />
          <Property Name="pivotsutuntotalgizle" Type="bool" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporSqlDizayn">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="raporsqlid" Type="int4" customannotation:Index="{ Name: IX_raporsqlid, Order: 0 }" Nullable="true" />
          <Property Name="baseraporlayoutid" Type="int4" customannotation:Index="{ Name: IX_baseraporlayoutid, Order: 0 }" Nullable="true" />
          <Property Name="raporlayoutid" Type="int4" customannotation:Index="{ Name: IX_raporlayoutid, Order: 0 }" Nullable="true" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="tip" Type="int4" Nullable="false" />
          <Property Name="varsayilan" Type="bool" Nullable="false" />
          <Property Name="grafik" Type="bool" Nullable="true" />
          <Property Name="grafiktipi" Type="int4" Nullable="true" />
          <Property Name="etiketformat" Type="text" Nullable="true" />
          <Property Name="whitepagedizaynid" Type="int4" customannotation:Index="{ Name: IX_whitepagedizaynid, Order: 0 }" Nullable="true" />
          <Property Name="ozeldizayn" Type="bool" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporLayout">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="dosyadiskte" Type="bool" Nullable="false" />
          <Property Name="dosyaadi" Type="text" Nullable="true" />
          <Property Name="dosyaicerik" Type="bytea" Nullable="true" />
          <Property Name="tipraporlayout" Type="int4" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporSqlDizaynKolon">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="raporsqldizaynid" Type="int4" customannotation:Index="{ Name: IX_raporsqldizaynid, Order: 0 }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="sira" Type="int4" Nullable="true" />
          <Property Name="grupalan" Type="bool" Nullable="false" />
          <Property Name="grupsira" Type="int4" Nullable="true" />
          <Property Name="sqlsummarytype" Type="int4" Nullable="false" />
          <Property Name="sqlsumdisplayformat" Type="text" Nullable="true" />
          <Property Name="gizli" Type="bool" Nullable="false" />
          <Property Name="sqlpivotarea" Type="int4" Nullable="true" />
          <Property Name="pivotsira" Type="int4" Nullable="true" />
          <Property Name="sqlunboundcolumntype" Type="int4" Nullable="true" />
          <Property Name="sqlunboundexpressionmode" Type="int4" Nullable="true" />
          <Property Name="unboundexpression" Type="text" Nullable="true" />
          <Property Name="sqlpivotsummarydisplaytype" Type="int4" Nullable="true" />
          <Property Name="optshowvalues" Type="bool" Nullable="true" />
          <Property Name="optshowgrandtotal" Type="bool" Nullable="true" />
          <Property Name="sqlformattype" Type="int4" Nullable="true" />
          <Property Name="formatstring" Type="text" Nullable="true" />
          <Property Name="grafikvaluetype" Type="int4" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporSqlDizaynRenk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="raporsqldizaynid" Type="int4" customannotation:Index="{ Name: IX_raporsqldizaynid, Order: 0 }" Nullable="false" />
          <Property Name="sqlformatrulesecim" Type="int4" Nullable="false" />
          <Property Name="raporsqldizaynkolonid" Type="int4" customannotation:Index="{ Name: IX_raporsqldizaynkolonid, Order: 0 }" Nullable="true" />
          <Property Name="formul" Type="text" Nullable="true" />
          <Property Name="arkaplanargb" Type="int4" Nullable="false" />
          <Property Name="yaziargb" Type="int4" Nullable="false" />
          <Property Name="sira" Type="int4" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="WhitePageDizayn">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="reportxml" Type="text" Nullable="true" />
          <Property Name="whitepageid" Type="int4" customannotation:Index="{ Name: IX_whitepageid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="WhitePage">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="modeller" Type="text" Nullable="true" />
          <Property Name="deger" Type="text" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporYetkiKullanici">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="raporyetkiid" Type="int4" customannotation:Index="{ Name: IX_raporyetkiid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="YetkiGrupKullanici">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="yetkigrupid" Type="int4" customannotation:Index="{ Name: IX_yetkigrupid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KullaniciOzelYetki">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: Anahtar1, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="ozelyetkitipi" Type="int4" customannotation:Index="{ Name: Anahtar1, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="operant" Type="int4" Nullable="false" />
          <Property Name="deger" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Musteri">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ad" Type="varchar" customannotation:Index="{ Name: Musterikod, Order: 1, IsUnique: False }" MaxLength="200" Nullable="true" />
          <Property Name="soyadi" Type="varchar" customannotation:Index="{ Name: Musterikod, Order: 2, IsUnique: False }" MaxLength="200" Nullable="true" />
          <Property Name="karalistede" Type="bool" Nullable="true" />
          <Property Name="mergedid" Type="int4" customannotation:Index="{ Name: MergedId }" Nullable="true" />
          <Property Name="dogumtarihi" Type="timestamp" customannotation:Index="{ Name: Musterikod, Order: 3, IsUnique: False }" Nullable="true" />
          <Property Name="yas" Type="int4" Nullable="true" />
          <Property Name="misafirunvan" Type="int4" Nullable="true" />
          <Property Name="profiltipi" Type="int4" Nullable="true" />
          <Property Name="benzerisimkaralistede" Type="bool" Nullable="true" />
          <Property Name="ekkalis" Type="int4" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmRezervasyonMenu">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: IX_musteriid, Order: 0 }" Nullable="true" />
          <Property Name="rezervasyonid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="menuyemekid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="adet" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="crmmenutanimid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 6, IsUnique: True }" Nullable="false" />
          <Property Name="sira" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmMenuTanim">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmMenuTanimMenuYemek">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="menuyemekid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="crmmenutanimid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MenuYemek">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MenuYemekRecete">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="menuyemekid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="receteid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Recete">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kisisayisi" Type="int4" Nullable="false" />
          <Property Name="urunid" Type="int4" customannotation:Index="{ Name: IX_urunid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ReceteBaglantiAna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="receteid" Type="int4" customannotation:Index="{ Name: IX_receteid, Order: 0 }" Nullable="false" />
          <Property Name="recetebaglantitipi" Type="int4" Nullable="true" />
          <Property Name="possatkodid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="posdepid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosDep">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="durum" Type="int4" Nullable="true" />
          <Property Name="posdeptipi" Type="int4" Nullable="true" />
          <Property Name="poschargetipi" Type="int4" Nullable="true" />
          <Property Name="poschargetutartipi" Type="int4" Nullable="true" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: IX_odaid, Order: 0 }" Nullable="true" />
          <Property Name="poschargetutaryuzde" Type="float8" Nullable="true" />
          <Property Name="referansid" Type="int4" customannotation:Index="{ Name: IX_referansid, Order: 0 }" Nullable="true" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: IX_dovizid, Order: 0 }" Nullable="true" />
          <Property Name="onburoentegrepasif" Type="bool" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Doviz">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="mbkodu" Type="text" Nullable="true" />
          <Property Name="bankaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="kurtipi" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Banka">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="oran" Type="float8" Nullable="true" />
          <Property Name="onlinekur" Type="bool" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Dovboz">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="timestamp" Nullable="false" />
          <Property Name="onbtarih" Type="timestamp" Nullable="false" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="islemtarihi" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="islemsaati" Type="interval" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="alinan_dovizid" Type="int4" customannotation:Index="{ Name: IX_alinan_dovizid, Order: 0 }" Nullable="false" />
          <Property Name="verilen_dovizid" Type="int4" customannotation:Index="{ Name: IX_verilen_dovizid, Order: 0 }" Nullable="false" />
          <Property Name="islemkur" Type="float8" Nullable="false" />
          <Property Name="alinantutar" Type="float8" Nullable="false" />
          <Property Name="verilentutar" Type="float8" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
          <Property Name="Doviz_Id" Type="int4" customannotation:Index="{ Name: IX_Doviz_Id, Order: 0 }" Nullable="true" />
        </EntityType>
        <EntityType Name="Hrk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="folioid" Type="int4" customannotation:Index="{ Name: FolioIdIdxmauel, IsUnique: False }{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="tarih" Type="date" customannotation:Index="{ Name: IndexSadeceTarih }{ Name: Tarih, Order: 1, IsUnique: False }" Nullable="false" />
          <Property Name="saat" Type="interval" Nullable="true" />
          <Property Name="islemtipi" Type="int4" customannotation:Index="{ Name: IndexSadeceIslemTipi }" Nullable="false" />
          <Property Name="islemkaynaktipi" Type="int4" customannotation:Index="{ Name: IndexSadeceIslemKaynakTipi }" Nullable="true" />
          <Property Name="depkodid" Type="int4" customannotation:Index="{ Name: DepkodIdIdxmauel, IsUnique: False }{ Name: Tarih, Order: 2, IsUnique: False }" Nullable="true" />
          <Property Name="bilbordid" Type="int4" customannotation:Index="{ Name: IX_bilbordid, Order: 0 }" Nullable="true" />
          <Property Name="tutar" Type="float8" Nullable="false" />
          <Property Name="tutardv" Type="float8" Nullable="false" />
          <Property Name="kurtipi" Type="int4" Nullable="true" />
          <Property Name="kaynakfolioid" Type="int4" customannotation:Index="{ Name: IX_kaynakfolioid, Order: 0 }" Nullable="true" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: IX_dovizid, Order: 0 }" Nullable="true" />
          <Property Name="upgradehrkid" Type="int4" customannotation:Index="{ Name: IX_upgradehrkid, Order: 0 }" Nullable="true" />
          <Property Name="kdvid" Type="int4" customannotation:Index="{ Name: IX_kdvid, Order: 0 }" Nullable="true" />
          <Property Name="hrkcekno" Type="text" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="silaciklama" Type="text" Nullable="true" />
          <Property Name="dovbozid" Type="int4" customannotation:Index="{ Name: DovbozId }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Bilbord">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tumbilbordid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="singlekolon" Type="bool" Nullable="true" />
          <Property Name="forecastkonumid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BilbordFiyatKonum">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="bilbordid" Type="int4" customannotation:Index="{ Name: IX_bilbordid, Order: 0 }" Nullable="true" />
          <Property Name="fiyatkonumid" Type="int4" customannotation:Index="{ Name: IX_fiyatkonumid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FiyatKonum">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="konumratesartid" Type="int4" Nullable="true" />
          <Property Name="onbreferansid" Type="int4" customannotation:Index="{ Name: IX_onbreferansid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Geceleme">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: GecelemeRezId }{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="shareid" Type="int4" customannotation:Index="{ Name: GecelemeSahreId }" Nullable="true" />
          <Property Name="bilbordid" Type="int4" customannotation:Index="{ Name: BilbordGeceleme, Order: 1, IsUnique: True }{ Name: GecelemeTumBilbordId }{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="acentaid" Type="int4" customannotation:Index="{ Name: IX_acentaid, Order: 0 }" Nullable="true" />
          <Property Name="odasayisi" Type="int4" Nullable="false" />
          <Property Name="gun" Type="timestamp" customannotation:Index="{ Name: BilbordGeceleme, Order: 2, IsUnique: True }{ Name: GunOda, Order: 1, IsUnique: False }{ Name: IndexSadeceGun }{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: GunOda, Order: 2, IsUnique: False }{ Name: IndexSadeceOdaId }" Nullable="true" />
          <Property Name="pax" Type="int4" Nullable="false" />
          <Property Name="chi" Type="int4" Nullable="false" />
          <Property Name="fre" Type="int4" Nullable="false" />
          <Property Name="beb" Type="int4" Nullable="false" />
          <Property Name="odakonumid" Type="int4" customannotation:Index="{ Name: IX_odakonumid, Order: 0 }" Nullable="false" />
          <Property Name="fiyatkonumid" Type="int4" customannotation:Index="{ Name: IX_fiyatkonumid, Order: 0 }" Nullable="true" />
          <Property Name="pansiyonid" Type="int4" customannotation:Index="{ Name: IX_pansiyonid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FiyatPlan">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="gecelemeid" Type="int4" customannotation:Index="{ Name: FiyatPlanRezIndex }{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="tutar" Type="float8" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="GecelemeDetayEk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="odemeid" Type="int4" customannotation:Index="{ }" Nullable="true" />
          <Property Name="pazarid" Type="int4" customannotation:Index="{ }" Nullable="true" />
          <Property Name="fiyatformul" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Odeme">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="odemetip" Type="int4" Nullable="false" />
          <Property Name="extraodemetip" Type="int4" Nullable="false" />
          <Property Name="odapostingkapali" Type="bool" Nullable="false" />
          <Property Name="extrapostingkapali" Type="bool" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pazar">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rateid" Type="int4" customannotation:Index="{ Name: IX_rateid, Order: 0 }" Nullable="true" />
          <Property Name="merkezpazarid" Type="int4" customannotation:Index="{ Name: IX_merkezpazarid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MerkezPazar">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MerkezAcenta">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rateid" Type="int4" customannotation:Index="{ Name: IX_rateid, Order: 0 }" Nullable="true" />
          <Property Name="merkezpazarid" Type="int4" customannotation:Index="{ Name: IX_merkezpazarid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Rate">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sartid" Type="int4" customannotation:Index="{ Name: RateSartIndex }" Nullable="true" />
          <Property Name="yaskodid" Type="int4" customannotation:Index="{ Name: IX_yaskodid, Order: 0 }" Nullable="true" />
          <Property Name="formulid" Type="int4" customannotation:Index="{ Name: IX_formulid, Order: 0 }" Nullable="true" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: RateRezIndex }" Nullable="true" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: IX_dovizid, Order: 0 }" Nullable="false" />
          <Property Name="pansiyonid" Type="int4" customannotation:Index="{ Name: IX_pansiyonid, Order: 0 }" Nullable="false" />
          <Property Name="carpanid" Type="int4" customannotation:Index="{ Name: IX_carpanid, Order: 0 }" Nullable="true" />
          <Property Name="onbreferansid" Type="int4" customannotation:Index="{ Name: IX_onbreferansid, Order: 0 }" Nullable="true" />
          <Property Name="isyeriid" Type="int4" customannotation:Index="{ Name: IX_isyeriid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
          <Property Name="Rez_Id" Type="int4" customannotation:Index="{ Name: IX_Rez_Id, Order: 0 }" Nullable="true" />
        </EntityType>
        <EntityType Name="Carpan">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CarpanHrk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="carpanid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="kategoriid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="fiyatkonumid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="baslangic" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="false" />
          <Property Name="bitis" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 6, IsUnique: True }" Nullable="false" />
          <Property Name="deger" Type="float8" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Kategori">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="pax" Type="int4" Nullable="false" />
          <Property Name="child" Type="int4" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KonumHamFiyat">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="pptutar" Type="float8" customannotation:Index="{ }" Nullable="false" />
          <Property Name="tutar" Type="float8" Nullable="true" />
          <Property Name="kategoriid" Type="int4" customannotation:Index="{ Name: IX_kategoriid, Order: 0 }" Nullable="true" />
          <Property Name="fiyatkonumid" Type="int4" customannotation:Index="{ Name: IX_fiyatkonumid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KonumHamFiyatPaket">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="konumhamfiyatid" Type="int4" customannotation:Index="{ Name: IX_konumhamfiyatid, Order: 0 }" Nullable="false" />
          <Property Name="paketid" Type="int4" customannotation:Index="{ Name: IX_paketid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Paket">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sartid" Type="int4" customannotation:Index="{ Name: IX_sartid, Order: 0 }" Nullable="true" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: IX_rezid, Order: 0 }" Nullable="true" />
          <Property Name="oran" Type="float8" Nullable="true" />
          <Property Name="tutar" Type="float8" Nullable="true" />
          <Property Name="ilave" Type="bool" Nullable="true" />
          <Property Name="paketindirimtipiid" Type="int4" customannotation:Index="{ Name: IX_paketindirimtipiid, Order: 0 }" Nullable="false" />
          <Property Name="depkodid" Type="int4" customannotation:Index="{ Name: IX_depkodid, Order: 0 }" Nullable="true" />
          <Property Name="minyas" Type="float8" Nullable="true" />
          <Property Name="maxyas" Type="float8" Nullable="true" />
          <Property Name="odemeorani" Type="float8" Nullable="true" />
          <Property Name="odemetarihi" Type="date" Nullable="true" />
          <Property Name="turbobonusindirimtipi" Type="int4" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Depkod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ba" Type="int4" Nullable="false" />
          <Property Name="departmantipi" Type="int4" customannotation:Index="{ Name: IndexSadeceDepartmanTipi }" Nullable="false" />
          <Property Name="kdvid" Type="int4" customannotation:Index="{ Name: IX_kdvid, Order: 0 }" Nullable="true" />
          <Property Name="ciktiver" Type="bool" Nullable="true" />
          <Property Name="faturatakibiyapilmasin" Type="bool" Nullable="true" />
          <Property Name="upgradedepartmani" Type="bool" Nullable="true" />
          <Property Name="mahsuptadetay" Type="bool" Nullable="true" />
          <Property Name="depkodgrupid" Type="int4" customannotation:Index="{ Name: IX_depkodgrupid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="DepkodGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FolioRouteDepkodGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="foliorouteid" Type="int4" customannotation:Index="{ Name: IX_foliorouteid, Order: 0 }" Nullable="false" />
          <Property Name="depkodgrupid" Type="int4" customannotation:Index="{ Name: IX_depkodgrupid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FolioRoute">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="folioid" Type="int4" customannotation:Index="{ Name: IX_folioid, Order: 0 }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Folio">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="tipi" Type="int4" Nullable="true" />
          <Property Name="durumu" Type="int4" Nullable="true" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: FolioRezId }" Nullable="true" />
          <Property Name="faturaid" Type="int4" customannotation:Index="{ Name: IX_faturaid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ExtraHrk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="folioid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="extradepkodid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="depozitdurumu" Type="int4" Nullable="false" />
          <Property Name="alinmatarih" Type="date" Nullable="false" />
          <Property Name="iadetarih" Type="date" Nullable="false" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: IX_dovizid, Order: 0 }" Nullable="false" />
          <Property Name="tutar" Type="float8" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="evrakno" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ExtraDepkod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="depozitucretdurumu" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Fatura">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="hesapid" Type="int4" customannotation:Index="{ Name: IX_hesapid, Order: 0 }" Nullable="true" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: IX_musteriid, Order: 0 }" Nullable="true" />
          <Property Name="adresid" Type="int4" customannotation:Index="{ Name: IX_adresid, Order: 0 }" Nullable="false" />
          <Property Name="ref" Type="int4" Nullable="true" />
          <Property Name="tcknvkn" Type="text" Nullable="true" />
          <Property Name="kurumsalid" Type="int4" customannotation:Index="{ Name: IX_kurumsalid, Order: 0 }" Nullable="false" />
          <Property Name="faturaseriid" Type="int4" customannotation:Index="{ Name: IX_faturaseriid, Order: 0 }" Nullable="true" />
          <Property Name="faturano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="faturaguid" Type="text" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="resmifaturano" Type="text" Nullable="true" />
          <Property Name="tarih" Type="date" Nullable="false" />
          <Property Name="durumu" Type="int4" Nullable="false" />
          <Property Name="tip" Type="int4" Nullable="false" />
          <Property Name="alttip" Type="int4" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="kdvdahil" Type="bool" Nullable="false" />
          <Property Name="vade" Type="timestamp" Nullable="false" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: IX_dovizid, Order: 0 }" Nullable="true" />
          <Property Name="kurdegeri" Type="float8" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Adres">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="adrestext" Type="text" Nullable="true" />
          <Property Name="postakutusu" Type="text" Nullable="true" />
          <Property Name="daireno" Type="text" Nullable="true" />
          <Property Name="caddesokak" Type="text" Nullable="true" />
          <Property Name="mahalle" Type="text" Nullable="true" />
          <Property Name="blokadi" Type="text" Nullable="true" />
          <Property Name="binaadi" Type="text" Nullable="true" />
          <Property Name="binano" Type="text" Nullable="true" />
          <Property Name="kasabakoy" Type="text" Nullable="true" />
          <Property Name="adresilid" Type="int4" customannotation:Index="{ Name: IX_adresilid, Order: 0 }" Nullable="true" />
          <Property Name="adresilceid" Type="int4" customannotation:Index="{ Name: IX_adresilceid, Order: 0 }" Nullable="true" />
          <Property Name="adresulkeid" Type="int4" customannotation:Index="{ Name: IX_adresulkeid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AdresIl">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="telefonkodu" Type="text" Nullable="true" />
          <Property Name="adresulkeid" Type="int4" customannotation:Index="{ Name: IX_adresulkeid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AdresIlce">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="adresilid" Type="int4" customannotation:Index="{ Name: IX_adresilid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AdresUlke">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" Nullable="true" />
          <Property Name="telefonkodu" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="DayEventGrupAdresUlke">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="dayeventgrupid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="adresulkeid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="mailsablonuid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="DayEventGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="dayeventid" Type="int4" customannotation:Index="{ Name: IX_dayeventid, Order: 0 }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="DayEvent">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="guntipi" Type="int4" Nullable="false" />
          <Property Name="zamanolcegi" Type="int4" Nullable="false" />
          <Property Name="deger" Type="int4" Nullable="false" />
          <Property Name="onemligunadi" Type="text" Nullable="true" />
          <Property Name="mailicerik" Type="text" Nullable="true" />
          <Property Name="tarih" Type="timestamp" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MailSablonu">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="menumodul" Type="int4" Nullable="false" />
          <Property Name="sablonicerik" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Kurumsal">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="unvan" Type="text" customannotation:Index="{ Name: Unvan, Order: 1, IsUnique: False }" Nullable="true" />
          <Property Name="verginotipi" Type="int4" customannotation:Index="{ Name: TcknVkn, Order: 2, IsUnique: False }" Nullable="true" />
          <Property Name="tcknvkn" Type="text" customannotation:Index="{ Name: TcknVkn, Order: 1, IsUnique: False }" Nullable="true" />
          <Property Name="vergidaire" Type="text" Nullable="true" />
          <Property Name="adresid" Type="int4" customannotation:Index="{ Name: IX_adresid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KurumsalHesap">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="hesapid" Type="int4" customannotation:Index="{ Name: HesapId, Order: 1, IsUnique: False }{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="kurumsalid" Type="int4" customannotation:Index="{ Name: KurumsalId, Order: 1, IsUnique: False }{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Hesap">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MusteriKurumsal">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: MusteriId, Order: 1, IsUnique: False }{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="kurumsalid" Type="int4" customannotation:Index="{ Name: KurumsalId, Order: 1, IsUnique: False }{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MusteriAdres">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: MusteriId, Order: 1, IsUnique: False }{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="adresid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FaturaIptal">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="sebebi" Type="text" Nullable="true" />
          <Property Name="tarih" Type="timestamp" Nullable="true" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FaturaSeri">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="seri" Type="text" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="baslangicno" Type="int4" Nullable="false" />
          <Property Name="bitisno" Type="int4" Nullable="false" />
          <Property Name="baslangictarihi" Type="timestamp" Nullable="false" />
          <Property Name="bitistarihi" Type="timestamp" Nullable="false" />
          <Property Name="whitepagedizaynid" Type="int4" Nullable="true" />
          <Property Name="otomatik" Type="bool" Nullable="false" />
          <Property Name="ciktial" Type="bool" Nullable="true" />
          <Property Name="seritakip" Type="bool" Nullable="true" />
          <Property Name="kaynak" Type="int4" Nullable="false" />
          <Property Name="ozellik" Type="int4" Nullable="false" />
          <Property Name="onburofaturatipi" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FaturaSira">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sira" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="birimid" Type="int4" customannotation:Index="{ Name: IX_birimid, Order: 0 }" Nullable="false" />
          <Property Name="hesap" Type="text" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="miktar" Type="float8" Nullable="false" />
          <Property Name="birimfiyat" Type="float8" Nullable="true" />
          <Property Name="matrah" Type="float8" Nullable="false" />
          <Property Name="tevkifatid" Type="int4" customannotation:Index="{ Name: IX_tevkifatid, Order: 0 }" Nullable="true" />
          <Property Name="kdvid" Type="int4" customannotation:Index="{ Name: IX_kdvid, Order: 0 }" Nullable="true" />
          <Property Name="kdvtutar" Type="float8" Nullable="true" />
          <Property Name="kdvtutardüzeltme" Type="bool" Nullable="false" />
          <Property Name="faturaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Birim">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="efaturabirimkodlariid" Type="int4" customannotation:Index="{ Name: IX_efaturabirimkodlariid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="EFaturaBirimKodlari">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Iskonto">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="oran" Type="float4" Nullable="true" />
          <Property Name="tutar" Type="float8" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
          <Property Name="FaturaSira_Id" Type="int4" customannotation:Index="{ Name: IX_FaturaSira_Id, Order: 0 }" Nullable="true" />
        </EntityType>
        <EntityType Name="Kdv">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="faturatakibiyapilsin" Type="bool" Nullable="false" />
          <Property Name="oran" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Tevkifat">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tevkifatoranid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="TevkifatOran">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="pay" Type="int4" Nullable="true" />
          <Property Name="payda" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Rez">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tumbilbordid" Type="int4" customannotation:Index="{ Name: IX_tumbilbordid, Order: 0 }" Nullable="true" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="cintarih" Type="date" customannotation:Index="{ Name: RezCinIndex }" Nullable="false" />
          <Property Name="couttarih" Type="date" customannotation:Index="{ Name: RezCoutIndex }" Nullable="false" />
          <Property Name="status" Type="int4" customannotation:Index="{ Name: IndexSadeceStatus }" Nullable="false" />
          <Property Name="tipi" Type="int4" customannotation:Index="{ Name: IndexSadeceTipi }" Nullable="false" />
          <Property Name="turu" Type="int4" customannotation:Index="{ Name: IndexSadeceTuru }" Nullable="false" />
          <Property Name="satistarih" Type="date" Nullable="false" />
          <Property Name="voucher" Type="text" customannotation:Index="{ }" Nullable="true" />
          <Property Name="gruprezid" Type="int4" customannotation:Index="{ Name: IX_gruprezid, Order: 0 }" Nullable="true" />
          <Property Name="rateid" Type="int4" customannotation:Index="{ Name: IX_rateid, Order: 0 }" Nullable="true" />
          <Property Name="baglantiodaid" Type="int4" customannotation:Index="{ Name: IX_baglantiodaid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Oda">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kapasite" Type="int4" Nullable="false" />
          <Property Name="odakonumid" Type="int4" customannotation:Index="{ Name: IX_odakonumid, Order: 0 }" Nullable="true" />
          <Property Name="katid" Type="int4" customannotation:Index="{ Name: IX_katid, Order: 0 }" Nullable="true" />
          <Property Name="maidid" Type="int4" customannotation:Index="{ Name: IX_maidid, Order: 0 }" Nullable="true" />
          <Property Name="hayali" Type="bool" Nullable="true" />
          <Property Name="baslangictarihi" Type="timestamp" Nullable="true" />
          <Property Name="odatemizid" Type="int4" customannotation:Index="{ Name: IX_odatemizid, Order: 0 }" Nullable="true" />
          <Property Name="odaokid" Type="int4" customannotation:Index="{ Name: IX_odaokid, Order: 0 }" Nullable="true" />
          <Property Name="odaservisid" Type="int4" customannotation:Index="{ Name: IX_odaservisid, Order: 0 }" Nullable="true" />
          <Property Name="bitistarihi" Type="timestamp" Nullable="true" />
          <Property Name="onbreferansid" Type="int4" customannotation:Index="{ Name: IX_onbreferansid, Order: 0 }" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Anket">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="formno" Type="text" Nullable="true" />
          <Property Name="dilkodu" Type="text" Nullable="true" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: IX_odaid, Order: 0 }" Nullable="true" />
          <Property Name="crmodaid" Type="int4" customannotation:Index="{ Name: IX_crmodaid, Order: 0 }" Nullable="true" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="true" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: IX_musteriid, Order: 0 }" Nullable="true" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: IX_rezid, Order: 0 }" Nullable="true" />
          <Property Name="ankettemaid" Type="int4" customannotation:Index="{ Name: IX_ankettemaid, Order: 0 }" Nullable="true" />
          <Property Name="giristarihi" Type="timestamp" Nullable="false" />
          <Property Name="giriszaman" Type="interval" Nullable="false" />
          <Property Name="kayittipi" Type="int4" Nullable="true" />
          <Property Name="webdekaydedenid" Type="int4" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AnketSira">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="anketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="anketsoruid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="cevapicerikid" Type="int4" customannotation:Index="{ Name: IX_cevapicerikid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AnketSoru">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="dilid" Type="int4" customannotation:Index="{ Name: IX_dilid, Order: 0 }" Nullable="false" />
          <Property Name="ustanketsoruid" Type="int4" customannotation:Index="{ Name: IX_ustanketsoruid, Order: 0 }" Nullable="true" />
          <Property Name="anketsorutipi" Type="int4" Nullable="false" />
          <Property Name="cevapid" Type="int4" customannotation:Index="{ Name: IX_cevapid, Order: 0 }" Nullable="true" />
          <Property Name="sira" Type="int4" Nullable="true" />
          <Property Name="carpan1" Type="float8" Nullable="true" />
          <Property Name="carpan2" Type="float8" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Cevap">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="webdecikmasin" Type="bool" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CevapIcerik">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="webimg" Type="text" Nullable="true" />
          <Property Name="cevapid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sira" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="yuzde" Type="int4" Nullable="true" />
          <Property Name="dahiletme" Type="bool" Nullable="true" />
          <Property Name="operant" Type="text" Nullable="true" />
          <Property Name="operantdeger" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Dil">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kisakod" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AnketTema">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="defaulttema" Type="bool" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AnketTemaDepartmanlar">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="anketsoruid" Type="int4" customannotation:Index="{ Name: IX_anketsoruid, Order: 0 }" Nullable="false" />
          <Property Name="ankettemaid" Type="int4" customannotation:Index="{ Name: IX_ankettemaid, Order: 0 }" Nullable="false" />
          <Property Name="sira" Type="int4" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmOda">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="misafiradsoyad" Type="text" Nullable="true" />
          <Property Name="pax" Type="int4" Nullable="true" />
          <Property Name="child" Type="int4" Nullable="true" />
          <Property Name="free" Type="int4" Nullable="true" />
          <Property Name="beb" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmYorumAna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: IX_musteriid, Order: 0 }" Nullable="true" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="true" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: IX_odaid, Order: 0 }" Nullable="true" />
          <Property Name="crmodaid" Type="int4" customannotation:Index="{ Name: IX_crmodaid, Order: 0 }" Nullable="true" />
          <Property Name="crmpersonelid" Type="int4" customannotation:Index="{ Name: IX_crmpersonelid, Order: 0 }" Nullable="true" />
          <Property Name="kayittarih" Type="date" Nullable="false" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: IX_rezid, Order: 0 }" Nullable="true" />
          <Property Name="kayittipi" Type="int4" Nullable="true" />
          <Property Name="webdekaydedenid" Type="int4" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmPersonel">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmYorumSira">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="giristarih" Type="date" Nullable="true" />
          <Property Name="giriszaman" Type="interval" Nullable="true" />
          <Property Name="crmyorumanaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="crmyorumsirano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="crmyorumkaynakid" Type="int4" customannotation:Index="{ Name: IX_crmyorumkaynakid, Order: 0 }" Nullable="false" />
          <Property Name="crmdepartmanid" Type="int4" customannotation:Index="{ Name: IX_crmdepartmanid, Order: 0 }" Nullable="false" />
          <Property Name="bildirimaciklama" Type="text" Nullable="true" />
          <Property Name="bildirimtarih" Type="date" Nullable="true" />
          <Property Name="bildirimzaman" Type="interval" Nullable="true" />
          <Property Name="crmgeridonusaciklama" Type="text" Nullable="true" />
          <Property Name="geridonustarih" Type="date" Nullable="true" />
          <Property Name="geridonuszaman" Type="interval" Nullable="true" />
          <Property Name="crmsonucaciklama" Type="text" Nullable="true" />
          <Property Name="sonuclanmatarih" Type="date" Nullable="true" />
          <Property Name="sonuclanmazaman" Type="interval" Nullable="true" />
          <Property Name="crmsonuctipid" Type="int4" customannotation:Index="{ Name: IX_crmsonuctipid, Order: 0 }" Nullable="true" />
          <Property Name="crmbildirimturid" Type="int4" customannotation:Index="{ Name: IX_crmbildirimturid, Order: 0 }" Nullable="false" />
          <Property Name="crmbilonemturuid" Type="int4" customannotation:Index="{ Name: IX_crmbilonemturuid, Order: 0 }" Nullable="true" />
          <Property Name="durumtarih" Type="date" Nullable="true" />
          <Property Name="durumzaman" Type="interval" Nullable="true" />
          <Property Name="crmdurumtipid" Type="int4" customannotation:Index="{ Name: IX_crmdurumtipid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmBildirimTur">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="bildirimkodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="otelkodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmBilOnemTuru">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="renkkodu" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmDepartman">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ustkirilimid" Type="int4" customannotation:Index="{ Name: IX_ustkirilimid, Order: 0 }" Nullable="true" />
          <Property Name="secilemez" Type="bool" Nullable="true" />
          <Property Name="crmdepartmankirilimlar" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmDurumTip">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmEvent">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kayittarih" Type="timestamp" Nullable="false" />
          <Property Name="sirano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="crmyorumsiraid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="eventaciklama" Type="text" Nullable="true" />
          <Property Name="crmsorumludepartmanid" Type="int4" customannotation:Index="{ Name: IX_crmsorumludepartmanid, Order: 0 }" Nullable="true" />
          <Property Name="crmsorumlukullaniciid" Type="int4" customannotation:Index="{ Name: IX_crmsorumlukullaniciid, Order: 0 }" Nullable="true" />
          <Property Name="crmbildirendepartmanid" Type="int4" customannotation:Index="{ Name: IX_crmbildirendepartmanid, Order: 0 }" Nullable="true" />
          <Property Name="crmbildirenkullaniciid" Type="int4" customannotation:Index="{ Name: IX_crmbildirenkullaniciid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmPersBegHrk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="crmyorumsiraid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="crmpersbegid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="crmpersbegtipid" Type="int4" customannotation:Index="{ Name: IX_crmpersbegtipid, Order: 0 }" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmPersBeg">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="soyadi" Type="text" Nullable="true" />
          <Property Name="departman" Type="text" Nullable="true" />
          <Property Name="goster" Type="bool" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmPersBegTip">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="bildirimkodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmSonucTip">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmYorumKaynak">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Rezervasyon">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rezervasyontarih" Type="date" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="rezervasyonsaat" Type="interval" Nullable="true" />
          <Property Name="rezervasyonkayittarihi" Type="timestamp" Nullable="true" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: IX_rezid, Order: 0 }" Nullable="true" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="true" />
          <Property Name="crmrezsilsebid" Type="int4" customannotation:Index="{ Name: IX_crmrezsilsebid, Order: 0 }" Nullable="true" />
          <Property Name="rezsilsebepaciklama" Type="text" Nullable="true" />
          <Property Name="restoranbolummasatanimid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="false" />
          <Property Name="rezervasyonpax" Type="int4" Nullable="false" />
          <Property Name="rezervasyonchild" Type="int4" Nullable="false" />
          <Property Name="rezervasyonfree" Type="int4" Nullable="true" />
          <Property Name="rezervasyonbeb" Type="int4" Nullable="true" />
          <Property Name="rezervasyonad" Type="text" Nullable="true" />
          <Property Name="rezervasyonsoyad" Type="text" Nullable="true" />
          <Property Name="rezervasyondetayaciklama" Type="text" Nullable="true" />
          <Property Name="rezervasyonodaid" Type="int4" customannotation:Index="{ Name: IX_rezervasyonodaid, Order: 0 }" Nullable="true" />
          <Property Name="crmodaid" Type="int4" customannotation:Index="{ Name: IX_crmodaid, Order: 0 }" Nullable="true" />
          <Property Name="kayittipi" Type="int4" Nullable="true" />
          <Property Name="webdekaydedenid" Type="int4" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmRezSilSeb">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RestoranBolumMasaTanim">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="masakapasitesi" Type="int4" Nullable="true" />
          <Property Name="ustkirilimid" Type="int4" customannotation:Index="{ Name: IX_ustkirilimid, Order: 0 }" Nullable="true" />
          <Property Name="rezbassaatbugun" Type="interval" Nullable="true" />
          <Property Name="rezbitsaatbugun" Type="interval" Nullable="true" />
          <Property Name="rezbassaatdigergunler" Type="interval" Nullable="true" />
          <Property Name="rezbitsaatdigergunler" Type="interval" Nullable="true" />
          <Property Name="yazkissaatuygulamasi" Type="int4" Nullable="true" />
          <Property Name="masakonum" Type="int4" Nullable="false" />
          <Property Name="restoranbolummasa" Type="int4" Nullable="false" />
          <Property Name="yassiniri" Type="int4" Nullable="false" />
          <Property Name="bolumsaatid" Type="int4" customannotation:Index="{ Name: IX_bolumsaatid, Order: 0 }" Nullable="true" />
          <Property Name="haksayisihesaplanmaz" Type="bool" Nullable="true" />
          <Property Name="cocukgirebilir" Type="bool" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BolumSaat">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rezervasyonsaati" Type="interval" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RestoranBolumMasaTanimCrmMenuTanim">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="restoranbolummasatanimid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="crmmenutanimid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RezervasyonMusteri">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="rezervasyonid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="HkKontrol">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="date" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="zaman" Type="time" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="gecelemeid" Type="int4" customannotation:Index="{ Name: IX_gecelemeid, Order: 0 }" Nullable="true" />
          <Property Name="odatemizid" Type="int4" customannotation:Index="{ Name: IX_odatemizid, Order: 0 }" Nullable="true" />
          <Property Name="hodatemizid" Type="int4" customannotation:Index="{ Name: IX_hodatemizid, Order: 0 }" Nullable="true" />
          <Property Name="odaokid" Type="int4" customannotation:Index="{ Name: IX_odaokid, Order: 0 }" Nullable="true" />
          <Property Name="odaservisid" Type="int4" customannotation:Index="{ Name: IX_odaservisid, Order: 0 }" Nullable="true" />
          <Property Name="pax" Type="int4" Nullable="true" />
          <Property Name="chi" Type="int4" Nullable="true" />
          <Property Name="fre" Type="int4" Nullable="true" />
          <Property Name="beb" Type="int4" Nullable="true" />
          <Property Name="hpax" Type="int4" Nullable="true" />
          <Property Name="hchi" Type="int4" Nullable="true" />
          <Property Name="hfre" Type="int4" Nullable="true" />
          <Property Name="hbeb" Type="int4" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OdaTemiz">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="temiz" Type="int4" Nullable="false" />
          <Property Name="arkaplanargb" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OdaOK">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ok" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OdaServis">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="servis" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Kat">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Maid">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="maidsefid" Type="int4" customannotation:Index="{ Name: IX_maidsefid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MaidSef">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OdaDegisim">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="timestamp" Nullable="false" />
          <Property Name="onburotarih" Type="timestamp" Nullable="false" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ }" Nullable="false" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ }" Nullable="false" />
          <Property Name="yeniodaid" Type="int4" customannotation:Index="{ }" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
          <Property Name="Oda_Id" Type="int4" customannotation:Index="{ Name: IX_Oda_Id, Order: 0 }" Nullable="true" />
        </EntityType>
        <EntityType Name="OdaKonum">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="max_pax" Type="int4" Nullable="false" />
          <Property Name="max_pax_chi" Type="int4" Nullable="false" />
          <Property Name="max_pax_chi_beb" Type="int4" Nullable="false" />
          <Property Name="max_chi" Type="int4" Nullable="false" />
          <Property Name="max_beb" Type="int4" Nullable="false" />
          <Property Name="max_kapasite" Type="int4" Nullable="true" />
          <Property Name="web_satis_var" Type="bool" Nullable="false" />
          <Property Name="onbreferansid" Type="int4" customannotation:Index="{ Name: IX_onbreferansid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OnbReferans">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ustonbreferansid" Type="int4" customannotation:Index="{ Name: IX_ustonbreferansid, Order: 0 }" Nullable="true" />
          <Property Name="tesiskodu" Type="text" Nullable="true" />
          <Property Name="mahsupdegistir" Type="bool" Nullable="true" />
          <Property Name="mahsupbas" Type="int4" Nullable="true" />
          <Property Name="mahsupbit" Type="int4" Nullable="true" />
          <Property Name="mahsupdeger" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="StopSaleOdaKonumu">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="stopsaleid" Type="int4" customannotation:Index="{ Name: IX_stopsaleid, Order: 0 }" Nullable="false" />
          <Property Name="odakonumid" Type="int4" customannotation:Index="{ Name: IX_odakonumid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="StopSale">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="anlasmatarihi" Type="date" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="satisbaslangic" Type="date" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="satisbitis" Type="date" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="konaklamabaslangic" Type="date" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="false" />
          <Property Name="konaklamabitis" Type="date" customannotation:Index="{ Name: SirketKod, Order: 6, IsUnique: True }" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="ebindirimuygulama" Type="bool" Nullable="true" />
          <Property Name="stopsaledurumu" Type="int4" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="StopSaleAcenta">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="stopsaleid" Type="int4" customannotation:Index="{ Name: IX_stopsaleid, Order: 0 }" Nullable="false" />
          <Property Name="acentaid" Type="int4" customannotation:Index="{ Name: IX_acentaid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="StopSalePazar">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="stopsaleid" Type="int4" customannotation:Index="{ Name: IX_stopsaleid, Order: 0 }" Nullable="false" />
          <Property Name="pazarid" Type="int4" customannotation:Index="{ Name: IX_pazarid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="UpgradeOdaFiyat">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="upgredetipi" Type="int4" Nullable="false" />
          <Property Name="upgrcarpan" Type="int4" Nullable="false" />
          <Property Name="eskiodakonumid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="yeniodakonumid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="bastar" Type="date" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="bittar" Type="date" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="false" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 6, IsUnique: True }" Nullable="false" />
          <Property Name="depkodid" Type="int4" customannotation:Index="{ Name: IX_depkodid, Order: 0 }" Nullable="true" />
          <Property Name="tutar" Type="float8" Nullable="false" />
          <Property Name="ss" Type="float8" Nullable="false" />
          <Property Name="cind" Type="float8" Nullable="false" />
          <Property Name="cind3" Type="float8" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
          <Property Name="OdaKonum_Id" Type="int4" customannotation:Index="{ Name: IX_OdaKonum_Id, Order: 0 }" Nullable="true" />
          <Property Name="FiyatKonum_Id" Type="int4" customannotation:Index="{ Name: IX_FiyatKonum_Id, Order: 0 }" Nullable="true" />
        </EntityType>
        <EntityType Name="OdaOzellik">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="ozellikid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Ozellik">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="ozellikgrupid" Type="int4" customannotation:Index="{ Name: IX_ozellikgrupid, Order: 0 }" Nullable="true" />
          <Property Name="zorunlu" Type="bool" Nullable="false" />
          <Property Name="coklusecim" Type="bool" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OzellikGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OzellikGrupModel">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="ozellikid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="asyamodelid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AsyaModel">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Teknik">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="arizatarihi" Type="timestamp" Nullable="false" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: IX_odaid, Order: 0 }" Nullable="false" />
          <Property Name="operasyonid" Type="int4" customannotation:Index="{ Name: IX_operasyonid, Order: 0 }" Nullable="true" />
          <Property Name="arizaaciklama" Type="text" Nullable="true" />
          <Property Name="arizagiderildi" Type="bool" Nullable="false" />
          <Property Name="arizagiderildiaciklama" Type="text" Nullable="true" />
          <Property Name="arizagiderilditarihi" Type="timestamp" Nullable="false" />
          <Property Name="housekeepingtip" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Operasyon">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="turu" Type="int4" Nullable="false" />
          <Property Name="konu" Type="int4" Nullable="false" />
          <Property Name="bolumyerid" Type="int4" customannotation:Index="{ Name: IX_bolumyerid, Order: 0 }" Nullable="true" />
          <Property Name="istipitumid" Type="int4" customannotation:Index="{ Name: IX_istipitumid, Order: 0 }" Nullable="true" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: IX_rezid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BolumYer">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="bolumyeroda" Type="int4" Nullable="false" />
          <Property Name="ustbolumyerid" Type="int4" customannotation:Index="{ Name: IX_ustbolumyerid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="IstipiTum">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sure" Type="text" Nullable="true" />
          <Property Name="departmanid" Type="int4" customannotation:Index="{ Name: IX_departmanid, Order: 0 }" Nullable="false" />
          <Property Name="odayiarizayaal" Type="bool" Nullable="true" />
          <Property Name="istipi" Type="int4" Nullable="false" />
          <Property Name="ustistipitumid" Type="int4" customannotation:Index="{ Name: IX_ustistipitumid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Departman">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OperasyonEk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="dnd" Type="bool" Nullable="false" />
          <Property Name="sikayet" Type="bool" Nullable="false" />
          <Property Name="istek" Type="bool" Nullable="false" />
          <Property Name="bildirenonayi" Type="bool" Nullable="false" />
          <Property Name="bildirildi" Type="bool" Nullable="false" />
          <Property Name="kilit" Type="bool" Nullable="false" />
          <Property Name="satinalma" Type="bool" Nullable="false" />
          <Property Name="geridonusnotu" Type="int4" Nullable="false" />
          <Property Name="yetkiliservis" Type="bool" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="iletisim" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OperasyonEk2">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="departmanid" Type="int4" customannotation:Index="{ Name: IX_departmanid, Order: 0 }" Nullable="true" />
          <Property Name="baslatangorevliid" Type="int4" customannotation:Index="{ Name: IX_baslatangorevliid, Order: 0 }" Nullable="true" />
          <Property Name="baslatannotu" Type="text" Nullable="true" />
          <Property Name="bitirengorevliid" Type="int4" customannotation:Index="{ Name: IX_bitirengorevliid, Order: 0 }" Nullable="true" />
          <Property Name="bitirennotu" Type="text" Nullable="true" />
          <Property Name="bildirenpersonel" Type="text" Nullable="true" />
          <Property Name="iptalnedeniid" Type="int4" customannotation:Index="{ Name: IX_iptalnedeniid, Order: 0 }" Nullable="true" />
          <Property Name="arizanedeniid" Type="int4" customannotation:Index="{ Name: IX_arizanedeniid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ArizaNedeni">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ArizaGorevli">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="departmanid" Type="int4" customannotation:Index="{ Name: IX_departmanid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="IptalNedeni">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OperasyonTarih">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="ilktarih" Type="date" Nullable="false" />
          <Property Name="ilkzaman" Type="time" Nullable="true" />
          <Property Name="okundu" Type="bool" Nullable="false" />
          <Property Name="okunmatarihi" Type="date" Nullable="true" />
          <Property Name="okunmazamani" Type="time" Nullable="true" />
          <Property Name="planlandi" Type="bool" Nullable="false" />
          <Property Name="planlamatarihi" Type="date" Nullable="true" />
          <Property Name="planlamazamani" Type="time" Nullable="true" />
          <Property Name="tamamlandi" Type="bool" Nullable="false" />
          <Property Name="tamamlamatarihi" Type="date" Nullable="true" />
          <Property Name="tamamlamazamani" Type="time" Nullable="true" />
          <Property Name="iptal" Type="bool" Nullable="false" />
          <Property Name="iptaltarihi" Type="date" Nullable="true" />
          <Property Name="iptalzamani" Type="time" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Telkod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="indirim" Type="float8" Nullable="false" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: IX_odaid, Order: 0 }" Nullable="true" />
          <Property Name="dahiliteltipi" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Teldata">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="tarih" Type="date" Nullable="false" />
          <Property Name="telkodid" Type="int4" customannotation:Index="{ Name: IX_telkodid, Order: 0 }" Nullable="false" />
          <Property Name="numara" Type="text" Nullable="true" />
          <Property Name="kontor" Type="int4" Nullable="false" />
          <Property Name="fiyat" Type="float8" Nullable="false" />
          <Property Name="maliyet" Type="float8" Nullable="false" />
          <Property Name="folioid" Type="int4" customannotation:Index="{ Name: IX_folioid, Order: 0 }" Nullable="true" />
          <Property Name="santralzaman" Type="text" Nullable="true" />
          <Property Name="sure" Type="text" Nullable="true" />
          <Property Name="santraltarih" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FolioRouteRez">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="foliorouteid" Type="int4" customannotation:Index="{ Name: IX_foliorouteid, Order: 0 }" Nullable="false" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: IX_rezid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KolBandi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="musterikonaklamaekid" Type="int4" customannotation:Index="{ Name: KolbandiMusteriKonaklamaEkId }" Nullable="true" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: KolbandiRezId }" Nullable="true" />
          <Property Name="kno" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KolBandiHrk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="hrktipi" Type="int4" customannotation:Index="{ Name: KolbandiIdtip, Order: 1 }{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="kolbandiid" Type="int4" customannotation:Index="{ Name: KolbandiId }{ Name: KolbandiIdtip, Order: 2 }{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="tarih" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: IX_rezid, Order: 0 }" Nullable="true" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: IX_musteriid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MusteriKonaklamaEk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="tcno" Type="varchar" MaxLength="11" Nullable="true" />
          <Property Name="kolbandikodu" Type="int4" Nullable="true" />
          <Property Name="uyrukid" Type="int4" customannotation:Index="{ Name: IX_uyrukid, Order: 0 }" Nullable="true" />
          <Property Name="kolbandi" Type="text" Nullable="true" />
          <Property Name="cinsiyet" Type="int4" Nullable="false" />
          <Property Name="medenihali" Type="int4" Nullable="false" />
          <Property Name="kimlikbelgeturu" Type="int4" Nullable="false" />
          <Property Name="kimlikserino" Type="text" Nullable="true" />
          <Property Name="babaadi" Type="text" Nullable="true" />
          <Property Name="anaadi" Type="text" Nullable="true" />
          <Property Name="dogumyeri" Type="text" Nullable="true" />
          <Property Name="nufuskayitmahalle" Type="text" Nullable="true" />
          <Property Name="nufuskayitcilt" Type="text" Nullable="true" />
          <Property Name="nufuskayitaileno" Type="text" Nullable="true" />
          <Property Name="nufuskayitsirano" Type="text" Nullable="true" />
          <Property Name="heskodu" Type="text" Nullable="true" />
          <Property Name="kbscinbildirimdurumu" Type="int4" Nullable="true" />
          <Property Name="kbscoutbildirimdurumu" Type="int4" Nullable="true" />
          <Property Name="iyscontact" Type="int4" Nullable="true" />
          <Property Name="msisdnonay" Type="bool" Nullable="true" />
          <Property Name="emailonay" Type="bool" Nullable="true" />
          <Property Name="kvkkonay" Type="bool" Nullable="true" />
          <Property Name="iysgenelonay" Type="bool" Nullable="true" />
          <Property Name="evliliktarihi" Type="timestamp" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Karaliste">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sebebi" Type="text" Nullable="true" />
          <Property Name="zaman" Type="timestamp" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="true" />
          <Property Name="musterikonaklamaekid" Type="int4" customannotation:Index="{ Name: IX_musterikonaklamaekid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Uyruk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ulkeid" Type="int4" customannotation:Index="{ Name: IX_ulkeid, Order: 0 }" Nullable="false" />
          <Property Name="isokodu" Type="text" Nullable="true" />
          <Property Name="isokoduuc" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Ulke">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="pazarid" Type="int4" customannotation:Index="{ Name: IX_pazarid, Order: 0 }" Nullable="true" />
          <Property Name="acentaid" Type="int4" customannotation:Index="{ Name: IX_acentaid, Order: 0 }" Nullable="true" />
          <Property Name="isokodu" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RezDetayEk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="islenmetarih" Type="date" customannotation:Index="{ }" Nullable="false" />
          <Property Name="opsiyontarih" Type="date" customannotation:Index="{ }" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="odemedurumu" Type="int4" Nullable="true" />
          <Property Name="hatacmatipi" Type="int4" Nullable="true" />
          <Property Name="gercektutar" Type="float8" Nullable="true" />
          <Property Name="nettutar" Type="float8" Nullable="true" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: IX_dovizid, Order: 0 }" Nullable="true" />
          <Property Name="operatorid" Type="int4" customannotation:Index="{ Name: IX_operatorid, Order: 0 }" Nullable="true" />
          <Property Name="vipid" Type="int4" customannotation:Index="{ Name: IX_vipid, Order: 0 }" Nullable="true" />
          <Property Name="ulkeid" Type="int4" customannotation:Index="{ Name: IX_ulkeid, Order: 0 }" Nullable="true" />
          <Property Name="vouchertarih" Type="date" customannotation:Index="{ }" Nullable="true" />
          <Property Name="cinkuru" Type="float8" Nullable="true" />
          <Property Name="sabitkur" Type="bool" Nullable="true" />
          <Property Name="sabitfiyat" Type="bool" Nullable="true" />
          <Property Name="gecgiris" Type="bool" Nullable="true" />
          <Property Name="odemealindi" Type="bool" Nullable="true" />
          <Property Name="cinsaat" Type="interval" Nullable="true" />
          <Property Name="coutsaat" Type="interval" Nullable="true" />
          <Property Name="latecoutzaman" Type="interval" Nullable="true" />
          <Property Name="transfersaat" Type="interval" Nullable="true" />
          <Property Name="isyeriid" Type="int4" customannotation:Index="{ Name: IX_isyeriid, Order: 0 }" Nullable="true" />
          <Property Name="rezrenk" Type="int4" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="IsYeri">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="uzakip" Type="text" Nullable="true" />
          <Property Name="uzakport" Type="int2" Nullable="false" />
          <Property Name="merkez" Type="bool" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Operator">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Vip">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="VipHrk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="vipid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="malzemeid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="adet" Type="int4" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Malzeme">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="departmanid" Type="int4" customannotation:Index="{ Name: IX_departmanid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OdaUzatma">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="timestamp" Nullable="false" />
          <Property Name="onburotarih" Type="timestamp" Nullable="false" />
          <Property Name="eskitarih" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="yenitarih" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ }" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RezDetayBilgi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="anahtar" Type="text" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="islemtipi" Type="int4" Nullable="false" />
          <Property Name="islemaciklama" Type="text" Nullable="true" />
          <Property Name="islemzamani" Type="timestamp" Nullable="true" />
          <Property Name="onburotarihi" Type="timestamp" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RezEntegrasyonBilgi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="logid" Type="text" Nullable="true" />
          <Property Name="keyfield" Type="text" Nullable="true" />
          <Property Name="voucherurl" Type="text" Nullable="true" />
          <Property Name="jsonicerik" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RezKvkkSoru">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="kvkksoruid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="durum" Type="int4" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KvkkSoru">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RezOdaKilit">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="kodu" Type="varchar" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" MaxLength="40" Nullable="true" />
          <Property Name="blokajtipi" Type="int4" Nullable="false" />
          <Property Name="tarih" Type="timestamp" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RezOzellik">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: RezOzellikRez }{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="ozellikid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RezPaketindirimtipi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: IX_rezid, Order: 0 }" Nullable="false" />
          <Property Name="paketindirimtipiid" Type="int4" customannotation:Index="{ Name: IX_paketindirimtipiid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PaketindirimTipi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="indirimtipi" Type="int4" Nullable="false" />
          <Property Name="web" Type="bool" Nullable="true" />
          <Property Name="sabitoran" Type="float8" Nullable="true" />
          <Property Name="ilave" Type="bool" Nullable="true" />
          <Property Name="raporsira" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RezWeb">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="ipadres" Type="text" Nullable="true" />
          <Property Name="callcenterkullanici" Type="text" Nullable="true" />
          <Property Name="onlineodemetipi" Type="int4" Nullable="false" />
          <Property Name="siparisno" Type="text" Nullable="true" />
          <Property Name="dogrulamadurumu" Type="int4" Nullable="false" />
          <Property Name="kredikarti" Type="text" Nullable="true" />
          <Property Name="ratekodu" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="TumBilbord">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="defacentaid" Type="int4" customannotation:Index="{ Name: IX_defacentaid, Order: 0 }" Nullable="true" />
          <Property Name="bilbordkaynak" Type="int4" Nullable="true" />
          <Property Name="tip" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="TumBilbordEk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="paxkont" Type="bool" Nullable="false" />
          <Property Name="chikont" Type="bool" Nullable="false" />
          <Property Name="frekont" Type="bool" Nullable="false" />
          <Property Name="acentaid" Type="int4" customannotation:Index="{ Name: IX_acentaid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="UpgradeHrk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="tarih" Type="date" Nullable="false" />
          <Property Name="saat" Type="interval" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="upgradenedeniid" Type="int4" customannotation:Index="{ Name: IX_upgradenedeniid, Order: 0 }" Nullable="false" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: UpgradeRezIndex }" Nullable="false" />
          <Property Name="eskiodakonumid" Type="int4" customannotation:Index="{ Name: IX_eskiodakonumid, Order: 0 }" Nullable="false" />
          <Property Name="yeniodakonumid" Type="int4" customannotation:Index="{ Name: IX_yeniodakonumid, Order: 0 }" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="upgradeodafiyatid" Type="int4" customannotation:Index="{ Name: IX_upgradeodafiyatid, Order: 0 }" Nullable="true" />
          <Property Name="tutar" Type="float8" Nullable="true" />
          <Property Name="yetkilikullaniciid" Type="int4" customannotation:Index="{ Name: IX_yetkilikullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="UpgradeNedeni">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ucretalinabilir" Type="bool" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FolioRouteDepkod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="foliorouteid" Type="int4" customannotation:Index="{ Name: IX_foliorouteid, Order: 0 }" Nullable="false" />
          <Property Name="depkodid" Type="int4" customannotation:Index="{ Name: IX_depkodid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="HrkTransfer">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="hrkid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="eskifolioid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="yenifolioid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="islemtarihi" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="false" />
          <Property Name="islemsaati" Type="interval" customannotation:Index="{ Name: SirketKod, Order: 6, IsUnique: True }" Nullable="false" />
          <Property Name="foliorouteid" Type="int4" customannotation:Index="{ Name: IX_foliorouteid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="DepkodHeskod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="depkodid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="heskodid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Heskod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="matrahhesapid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="kdvhesapid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="toplamhesapid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="mahsuptipi" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Paketistisna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="paketid" Type="int4" customannotation:Index="{ Name: IX_paketid, Order: 0 }" Nullable="false" />
          <Property Name="paketindirimtipiid" Type="int4" customannotation:Index="{ Name: IX_paketindirimtipiid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PaketUlke">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="paketid" Type="int4" customannotation:Index="{ Name: IX_paketid, Order: 0 }" Nullable="false" />
          <Property Name="ulkeid" Type="int4" customannotation:Index="{ Name: IX_ulkeid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RateAcentaPaket">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rateacentaid" Type="int4" customannotation:Index="{ }{ Name: RateAcentamanuelindex, Order: 1 }" Nullable="false" />
          <Property Name="paketid" Type="int4" customannotation:Index="{ }{ Name: RatePaketmanuelindex, Order: 2 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RateAcenta">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rateid" Type="int4" customannotation:Index="{ }{ Name: RateAcentamanuelindex, Order: 1 }" Nullable="false" />
          <Property Name="acentaid" Type="int4" customannotation:Index="{ }{ Name: RateAcentamanuelindex, Order: 2 }" Nullable="true" />
          <Property Name="yaskodid" Type="int4" customannotation:Index="{ Name: IX_yaskodid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="YasKod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="fiyatkonumid" Type="int4" customannotation:Index="{ Name: IX_fiyatkonumid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="YasKodSiraIstisna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="yaskodid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="istisnano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="kisino" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="altyassiniri" Type="float8" Nullable="false" />
          <Property Name="ustyassiniri" Type="float8" Nullable="false" />
          <Property Name="pax" Type="int4" Nullable="true" />
          <Property Name="child" Type="int4" Nullable="true" />
          <Property Name="free" Type="int4" Nullable="true" />
          <Property Name="bebek" Type="int4" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="YasKodSira">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="yaskodid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="yaskisitipi" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="yaskisisiniri" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="yassiniri" Type="float8" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RatePaket">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rateid" Type="int4" customannotation:Index="{ }{ Name: RateAcentamanuelindex, Order: 1 }" Nullable="false" />
          <Property Name="paketid" Type="int4" customannotation:Index="{ }{ Name: RatePaketmanuelindex, Order: 2 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Sart">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="minkonaklamagecesi" Type="int4" customannotation:Index="{ Name: SartManule tek, Order: 10 }" Nullable="true" />
          <Property Name="maxkonaklamagecesi" Type="int4" customannotation:Index="{ Name: SartManule tek, Order: 11 }" Nullable="true" />
          <Property Name="giriskonaklama" Type="int4" customannotation:Index="{ Name: SartManule tek, Order: 12 }" Nullable="false" />
          <Property Name="anlasmatarihi" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 1 }" Nullable="false" />
          <Property Name="satisbaslangic" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 2 }" Nullable="false" />
          <Property Name="satisbitis" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 3 }" Nullable="false" />
          <Property Name="konaklamabaslangic" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 4 }" Nullable="false" />
          <Property Name="konaklamabitis" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 5 }" Nullable="false" />
          <Property Name="cinbaslangic" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 6 }" Nullable="true" />
          <Property Name="cinbitis" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 7 }" Nullable="true" />
          <Property Name="coutbaslangic" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 8 }" Nullable="true" />
          <Property Name="coutbitis" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 9 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
          <Property Name="Sart_Id" Type="int4" customannotation:Index="{ Name: IX_Sart_Id, Order: 0 }" Nullable="true" />
        </EntityType>
        <EntityType Name="SartFiyatKonum">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sartid" Type="int4" customannotation:Index="{ Name: IX_sartid, Order: 0 }" Nullable="false" />
          <Property Name="fiyatkonumid" Type="int4" customannotation:Index="{ Name: IX_fiyatkonumid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RatePeriyotKonumHamFiyat">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rateperiyotid" Type="int4" customannotation:Index="{ }{ Name: RateAcentamanuelindex, Order: 1 }" Nullable="false" />
          <Property Name="konumhamfiyatid" Type="int4" customannotation:Index="{ }{ Name: RateAcentamanuelindex, Order: 2 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RatePeriyot">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rateid" Type="int4" customannotation:Index="{ }{ Name: RateAcentamanuelindex, Order: 1 }" Nullable="false" />
          <Property Name="periyotid" Type="int4" customannotation:Index="{ }{ Name: RateAcentamanuelindex, Order: 2 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Periyot">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="baslangic" Type="timestamp" Nullable="false" />
          <Property Name="bitis" Type="timestamp" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Formul">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FormulSira">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="formulid" Type="int4" customannotation:Index="{ Name: Formul1, Order: 1, IsUnique: True }{ Name: Formul2, Order: 1, IsUnique: False }" Nullable="false" />
          <Property Name="paketindirimtipiid" Type="int4" customannotation:Index="{ Name: Formul1, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="sira" Type="int4" customannotation:Index="{ Name: Formul2, Order: 2, IsUnique: False }" Nullable="false" />
          <Property Name="kumule" Type="bool" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Hesayr">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="gecelemeid" Type="int4" customannotation:Index="{ Name: Geceindex, IsUnique: False }{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="formulsiraid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="paketid" Type="int4" customannotation:Index="{ }" Nullable="true" />
          <Property Name="konumhamfiyatid" Type="int4" customannotation:Index="{ }" Nullable="true" />
          <Property Name="rateid" Type="int4" customannotation:Index="{ }" Nullable="true" />
          <Property Name="tutar" Type="float8" Nullable="false" />
          <Property Name="onay" Type="bool" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pansiyon">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="breakdownid" Type="int4" customannotation:Index="{ Name: IX_breakdownid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Breakdown">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="GecelemeFiyatpaket">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="gecelemeid" Type="int4" customannotation:Index="{ Name: GecelemeFiyatpaketRez }" Nullable="false" />
          <Property Name="paketid" Type="int4" customannotation:Index="{ Name: IX_paketid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="GecelemeMusteri">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="gecelemeid" Type="int4" customannotation:Index="{ Name: SadeceGecelemeIndex }{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: SadeceMusteriIdIndex }{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Share">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BreakdownDagilim">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="hrkid" Type="int4" customannotation:Index="{ Name: BreakdownHareketIndexIdindexi }{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="breakmalzemeid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="tutar" Type="float8" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BreakMalzeme">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="tutar" Type="float8" Nullable="false" />
          <Property Name="depkodid" Type="int4" customannotation:Index="{ Name: IX_depkodid, Order: 0 }" Nullable="false" />
          <Property Name="hestipi" Type="int4" Nullable="false" />
          <Property Name="gruptipi" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="DovizHeskod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="heskodid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KasaAvans">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="true" />
          <Property Name="tutar" Type="float8" Nullable="false" />
          <Property Name="hrkid" Type="int4" customannotation:Index="{ Name: IX_hrkid, Order: 0 }" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Kur">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="timestamp" customannotation:Index="{ Name: IndexSadeceTarih }{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: IndexSadeceDovizId }{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="kurtutar" Type="float8" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosFiyat">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="posfiyattipi" Type="int4" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
          <Property Name="PosDep_Id" Type="int4" customannotation:Index="{ Name: IX_PosDep_Id, Order: 0 }" Nullable="true" />
        </EntityType>
        <EntityType Name="PosMasa">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="posdepid" Type="int4" customannotation:Index="{ Name: IX_posdepid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosSipAna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="timestamp" Nullable="false" />
          <Property Name="saat" Type="interval" Nullable="false" />
          <Property Name="kapanissaati" Type="interval" Nullable="true" />
          <Property Name="fisno" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="kisisayisi" Type="int4" Nullable="false" />
          <Property Name="cekno" Type="text" Nullable="true" />
          <Property Name="sabitindirim" Type="float8" Nullable="true" />
          <Property Name="posmasaid" Type="int4" customannotation:Index="{ Name: IX_posmasaid, Order: 0 }" Nullable="false" />
          <Property Name="folioid" Type="int4" customannotation:Index="{ Name: IX_folioid, Order: 0 }" Nullable="true" />
          <Property Name="posgarsonid" Type="int4" customannotation:Index="{ Name: IX_posgarsonid, Order: 0 }" Nullable="false" />
          <Property Name="possipanamasadurum" Type="int4" Nullable="false" />
          <Property Name="hesapkilit" Type="bool" Nullable="false" />
          <Property Name="posiptalsebepid" Type="int4" customannotation:Index="{ Name: IX_posiptalsebepid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosAdisyon">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="adisyonno" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="faturadurumu" Type="int4" Nullable="true" />
          <Property Name="possipanaid" Type="int4" customannotation:Index="{ Name: IX_possipanaid, Order: 0 }" Nullable="true" />
          <Property Name="posadisyonseriid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="tarih" Type="timestamp" Nullable="false" />
          <Property Name="saat" Type="interval" Nullable="false" />
          <Property Name="posgarsonid" Type="int4" customannotation:Index="{ Name: IX_posgarsonid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosAdisyonSeri">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="seri" Type="text" Nullable="true" />
          <Property Name="baslangicno" Type="int4" Nullable="false" />
          <Property Name="bitisno" Type="int4" Nullable="false" />
          <Property Name="posdepid" Type="int4" customannotation:Index="{ Name: IX_posdepid, Order: 0 }" Nullable="true" />
          <Property Name="posgarsonid" Type="int4" customannotation:Index="{ Name: IX_posgarsonid, Order: 0 }" Nullable="true" />
          <Property Name="posadisyonturu" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosGarson">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosIptalSebep">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="posiptaltipi" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosOdemeler">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="possipanaid" Type="int4" customannotation:Index="{ Name: IX_possipanaid, Order: 0 }" Nullable="false" />
          <Property Name="ustodemeid" Type="int4" customannotation:Index="{ Name: IX_ustodemeid, Order: 0 }" Nullable="true" />
          <Property Name="tutar" Type="float8" Nullable="false" />
          <Property Name="posodemetipiid" Type="int4" customannotation:Index="{ Name: IX_posodemetipiid, Order: 0 }" Nullable="false" />
          <Property Name="posodemetipienum" Type="int4" Nullable="false" />
          <Property Name="tarih" Type="timestamp" Nullable="true" />
          <Property Name="saat" Type="interval" Nullable="true" />
          <Property Name="hrkkey" Type="int4" Nullable="false" />
          <Property Name="posodenmezikramid" Type="int4" customannotation:Index="{ Name: IX_posodenmezikramid, Order: 0 }" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosOdemeBazHareket">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="possipdetayid" Type="int4" customannotation:Index="{ Name: IX_possipdetayid, Order: 0 }" Nullable="false" />
          <Property Name="bazmiktar" Type="float8" Nullable="false" />
          <Property Name="posodemelerid" Type="int4" customannotation:Index="{ Name: IX_posodemelerid, Order: 0 }" Nullable="false" />
          <Property Name="tutar" Type="float8" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosSipDetay">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sira" Type="int4" Nullable="false" />
          <Property Name="miktar" Type="float8" Nullable="false" />
          <Property Name="birimfiyat" Type="float8" Nullable="false" />
          <Property Name="toplamfiyat" Type="float8" Nullable="false" />
          <Property Name="netfiyat" Type="float8" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="possipdetaytip" Type="int4" Nullable="false" />
          <Property Name="possatkodid" Type="int4" customannotation:Index="{ Name: IX_possatkodid, Order: 0 }" Nullable="false" />
          <Property Name="possipanaid" Type="int4" customannotation:Index="{ Name: IX_possipanaid, Order: 0 }" Nullable="false" />
          <Property Name="posgarsonid" Type="int4" customannotation:Index="{ Name: IX_posgarsonid, Order: 0 }" Nullable="false" />
          <Property Name="posiptalsebepid" Type="int4" customannotation:Index="{ Name: IX_posiptalsebepid, Order: 0 }" Nullable="true" />
          <Property Name="stokhrkanaid" Type="int4" customannotation:Index="{ Name: IX_stokhrkanaid, Order: 0 }" Nullable="true" />
          <Property Name="posmutfakdurum" Type="int4" Nullable="false" />
          <Property Name="adisyonagonderildi" Type="bool" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosSatKod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="posaltkategorilerid" Type="int4" customannotation:Index="{ Name: IX_posaltkategorilerid, Order: 0 }" Nullable="true" />
          <Property Name="receteid" Type="int4" customannotation:Index="{ Name: IX_receteid, Order: 0 }" Nullable="true" />
          <Property Name="derece" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosAltKategoriler">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="poskategoritip" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosCondTanim">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="possatkodid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="possatkodcondimentid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosSatKodFiyat">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="posdepid" Type="int4" customannotation:Index="{ Name: PosDepIdx, Order: 1, IsUnique: True }" Nullable="true" />
          <Property Name="possatkodid" Type="int4" customannotation:Index="{ Name: PosDepIdx, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="birincifiyat" Type="float8" Nullable="false" />
          <Property Name="ikincifiyat" Type="float8" Nullable="false" />
          <Property Name="ucuncufiyat" Type="float8" Nullable="false" />
          <Property Name="dorduncufiyat" Type="float8" Nullable="false" />
          <Property Name="poskdvtipiid" Type="int4" customannotation:Index="{ Name: PosDepIdx, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosKdvTipi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kdvid" Type="int4" customannotation:Index="{ Name: IX_kdvid, Order: 0 }" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosCond">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="possipdetayid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="possatkodcondimentlertanimid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosSipDetayFiyHrk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="possipdetayid" Type="int4" customannotation:Index="{ Name: IX_possipdetayid, Order: 0 }" Nullable="false" />
          <Property Name="possipdetaytip" Type="int4" Nullable="false" />
          <Property Name="eskibirimfiyat" Type="float8" Nullable="false" />
          <Property Name="yenibirimfiyat" Type="float8" Nullable="false" />
          <Property Name="islemtarihi" Type="timestamp" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosSipDetayIndirimler">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sira" Type="int4" Nullable="false" />
          <Property Name="oran" Type="float8" Nullable="false" />
          <Property Name="possipdetayid" Type="int4" customannotation:Index="{ Name: IX_possipdetayid, Order: 0 }" Nullable="false" />
          <Property Name="posgarsonid" Type="int4" customannotation:Index="{ Name: IX_posgarsonid, Order: 0 }" Nullable="false" />
          <Property Name="posindirimtipi" Type="int4" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosSipDetayVaryasyonlar">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="possipdetayid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="posvaryasyonlartanimid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosVaryasyonlarTanim">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="poskategoritip" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="posaltkategorilerid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="possatkodid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="StokhrkAna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="fistarih" Type="date" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="islemtarih" Type="timestamp" Nullable="true" />
          <Property Name="fistipid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="tevkifatid" Type="int4" customannotation:Index="{ Name: IX_tevkifatid, Order: 0 }" Nullable="true" />
          <Property Name="maliyetsabit" Type="bool" Nullable="false" />
          <Property Name="faturaaltiindtutar" Type="float8" Nullable="false" />
          <Property Name="faturaaltiindoran" Type="float8" Nullable="false" />
          <Property Name="hesapid" Type="int4" customannotation:Index="{ Name: IX_hesapid, Order: 0 }" Nullable="true" />
          <Property Name="belgetipi" Type="int4" Nullable="true" />
          <Property Name="posodenmezikramid" Type="int4" customannotation:Index="{ Name: IX_posodenmezikramid, Order: 0 }" Nullable="true" />
          <Property Name="evrakno" Type="text" Nullable="true" />
          <Property Name="evraktarih" Type="timestamp" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FisTip">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="adurum" Type="int4" Nullable="false" />
          <Property Name="ddurum" Type="int4" Nullable="false" />
          <Property Name="maliyetsabit" Type="bool" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosOdenmezIkram">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="odenmezikramtip" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ReceteHrkAna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="fistipid" Type="int4" customannotation:Index="{ Name: IX_fistipid, Order: 0 }" Nullable="false" />
          <Property Name="posodenmezikramid" Type="int4" customannotation:Index="{ Name: IX_posodenmezikramid, Order: 0 }" Nullable="true" />
          <Property Name="belgetipi" Type="int4" Nullable="true" />
          <Property Name="tarih" Type="date" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="planlama" Type="bool" Nullable="false" />
          <Property Name="planlamatarihi" Type="timestamp" Nullable="false" />
          <Property Name="stokhrkanaid" Type="int4" customannotation:Index="{ Name: IX_stokhrkanaid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ReceteHrkDetay">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sira" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="miktar" Type="float4" Nullable="false" />
          <Property Name="satistutar" Type="float8" Nullable="false" />
          <Property Name="recetebaglantianaid" Type="int4" customannotation:Index="{ Name: IX_recetebaglantianaid, Order: 0 }" Nullable="true" />
          <Property Name="alandepartmanid" Type="int4" customannotation:Index="{ Name: IX_alandepartmanid, Order: 0 }" Nullable="true" />
          <Property Name="receteid" Type="int4" customannotation:Index="{ Name: IX_receteid, Order: 0 }" Nullable="true" />
          <Property Name="recetehrkanaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="DepartmanAna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="departmanambarid" Type="int4" customannotation:Index="{ Name: IX_departmanambarid, Order: 0 }" Nullable="true" />
          <Property Name="departmancostdetaysirketid" Type="int4" Nullable="true" />
          <Property Name="departmancostdetayentegre" Type="int4" Nullable="true" />
          <Property Name="departmandetayzorunlureferansid" Type="int4" Nullable="true" />
          <Property Name="departmandetayemanet" Type="int4" Nullable="true" />
          <Property Name="departmanposdetaysatisdepartmanid" Type="int4" Nullable="true" />
          <Property Name="departmanposdetayrecetedepartmanid" Type="int4" Nullable="true" />
          <Property Name="departmanmiambarmi" Type="int4" Nullable="false" />
          <Property Name="referansid" Type="int4" customannotation:Index="{ Name: IX_referansid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="DepDevir">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="departmananaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="devirtarih" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="islemtarihi" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="stokhrkanaid" Type="int4" customannotation:Index="{ Name: IX_stokhrkanaid, Order: 0 }" Nullable="true" />
          <Property Name="stokhrkanano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 6, IsUnique: True }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Referans">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="onbreferansid" Type="int4" customannotation:Index="{ Name: IX_onbreferansid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="StokhrkDetay">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="stokhrkanaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="sirano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="urunid" Type="int4" customannotation:Index="{ Name: IX_urunid, Order: 0 }" Nullable="true" />
          <Property Name="birimturu" Type="int4" Nullable="true" />
          <Property Name="miktar" Type="float4" Nullable="false" />
          <Property Name="birimturumiktar" Type="float4" Nullable="true" />
          <Property Name="urunbirimid" Type="int4" customannotation:Index="{ Name: IX_urunbirimid, Order: 0 }" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="matrah" Type="float8" Nullable="false" />
          <Property Name="kdvid" Type="int4" customannotation:Index="{ Name: IX_kdvid, Order: 0 }" Nullable="true" />
          <Property Name="verendepartmanid" Type="int4" customannotation:Index="{ Name: IX_verendepartmanid, Order: 0 }" Nullable="true" />
          <Property Name="alandepartmanid" Type="int4" customannotation:Index="{ Name: IX_alandepartmanid, Order: 0 }" Nullable="true" />
          <Property Name="matrahyuvarlama" Type="float4" Nullable="false" />
          <Property Name="kdvyuvarlama" Type="float4" Nullable="false" />
          <Property Name="isk1" Type="float8" Nullable="true" />
          <Property Name="isk2" Type="float8" Nullable="true" />
          <Property Name="isk3" Type="float8" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="true" />
          <Property Name="recetehrkdetayid" Type="int4" customannotation:Index="{ Name: IX_recetehrkdetayid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="StokhrkDetayAyrinti">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="sayimmiktar" Type="float4" Nullable="false" />
          <Property Name="irsaliyemiktar" Type="float4" Nullable="false" />
          <Property Name="irsaliyehesaplamayadahiletme" Type="bool" Nullable="false" />
          <Property Name="faturayadonusturuldu" Type="bool" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="StokhrkDetayBaglanti">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="stokhrkdetayid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="uststokhrkdetayid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="baglantitipi" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Urun">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="envanterid" Type="int4" customannotation:Index="{ Name: IX_envanterid, Order: 0 }" Nullable="false" />
          <Property Name="urunsatisfiltre" Type="int4" Nullable="true" />
          <Property Name="urunozelbarkod" Type="bool" Nullable="true" />
          <Property Name="urunbirimfiyatdegisimorani" Type="float4" Nullable="true" />
          <Property Name="kdvid" Type="int4" customannotation:Index="{ Name: IX_kdvid, Order: 0 }" Nullable="true" />
          <Property Name="porsiyon" Type="float8" Nullable="true" />
          <Property Name="receteharekettipi" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Envanter">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="altgrupid" Type="int4" customannotation:Index="{ Name: IX_altgrupid, Order: 0 }" Nullable="true" />
          <Property Name="grupid" Type="int4" customannotation:Index="{ Name: IX_grupid, Order: 0 }" Nullable="false" />
          <Property Name="envyid" Type="int4" Nullable="false" />
          <Property Name="seviye" Type="int4" Nullable="false" />
          <Property Name="costentegre" Type="bool" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AltGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="grupid" Type="int4" customannotation:Index="{ Name: IX_grupid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Grup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="UrunBarkod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="urunid" Type="int4" customannotation:Index="{ Name: IX_urunid, Order: 0 }" Nullable="false" />
          <Property Name="urunbarkodkodu" Type="text" Nullable="false" />
          <Property Name="urunbarkodbirimid" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="UrunBirim">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="urunid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="birimid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="carpan" Type="float4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="altbirimid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="urundetaybirimturu" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 6, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="UrunMarka">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="urunid" Type="int4" customannotation:Index="{ Name: IX_urunid, Order: 0 }" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="UrunMuhasebeHesap">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="hesapgirisid" Type="int4" customannotation:Index="{ Name: IX_hesapgirisid, Order: 0 }" Nullable="true" />
          <Property Name="hesapcikisid" Type="int4" customannotation:Index="{ Name: IX_hesapcikisid, Order: 0 }" Nullable="true" />
          <Property Name="hesaptuketimid" Type="int4" customannotation:Index="{ Name: IX_hesaptuketimid, Order: 0 }" Nullable="true" />
          <Property Name="hesapemanetgirisid" Type="int4" customannotation:Index="{ Name: IX_hesapemanetgirisid, Order: 0 }" Nullable="true" />
          <Property Name="hesapotellerarasitransferid" Type="int4" customannotation:Index="{ Name: IX_hesapotellerarasitransferid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="UrunOzelBarkod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="urunid" Type="int4" customannotation:Index="{ Name: IX_urunid, Order: 0 }" Nullable="false" />
          <Property Name="urunozelbarkodalantipi" Type="int4" Nullable="false" />
          <Property Name="urunozelbarkodbaslangic" Type="int4" Nullable="false" />
          <Property Name="urunozelbarkodhane" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="StokhrkAnaBaglanti">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="stokhrkanaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="stokhrkanailiskiid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="baglantitipi" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosOdemeTipi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="posodemetipienum" Type="int4" Nullable="false" />
          <Property Name="depkodid" Type="int4" customannotation:Index="{ Name: IX_depkodid, Order: 0 }" Nullable="true" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: IX_dovizid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ReceteBaglanti">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="recetebaglantianaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="receteicerikid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="tuketimdepartmaniid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="gelirdepartmaniid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ReceteIcerik">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="receteid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="urunid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="sirano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="urunbirimid" Type="int4" customannotation:Index="{ Name: IX_urunbirimid, Order: 0 }" Nullable="true" />
          <Property Name="toplammiktar" Type="float4" Nullable="false" />
          <Property Name="vbtoplammiktar" Type="float4" Nullable="false" />
          <Property Name="miktarkisi" Type="float4" Nullable="false" />
          <Property Name="vbmiktarkisi" Type="float4" Nullable="false" />
          <Property Name="maliyet" Type="float8" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="HesSorguSonuc">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: IX_musteriid, Order: 0 }" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="tarih" Type="timestamp" Nullable="false" />
          <Property Name="gecerliliktarihi" Type="timestamp" Nullable="false" />
          <Property Name="hessaglikdurum" Type="int4" Nullable="false" />
          <Property Name="gizlibelgeno" Type="text" Nullable="true" />
          <Property Name="gizliad" Type="text" Nullable="true" />
          <Property Name="gizlisoyad" Type="text" Nullable="true" />
          <Property Name="heskodu" Type="text" Nullable="true" />
          <Property Name="asidurumu" Type="bool" Nullable="true" />
          <Property Name="immundurum" Type="bool" Nullable="true" />
          <Property Name="sonnegatiftesttarih" Type="timestamp" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MusteriEmail">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="emailid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MusteriOzellik">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="ozellikid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MusteriPersonelEk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MusteriPlaka">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="plakaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Plaka">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="plakano" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Reklamasyon">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: IX_odaid, Order: 0 }" Nullable="true" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="true" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: IX_musteriid, Order: 0 }" Nullable="true" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: IX_rezid, Order: 0 }" Nullable="true" />
          <Property Name="kayittarihi" Type="timestamp" Nullable="false" />
          <Property Name="kayitzaman" Type="interval" Nullable="false" />
          <Property Name="sikayetid" Type="int4" customannotation:Index="{ Name: IX_sikayetid, Order: 0 }" Nullable="true" />
          <Property Name="talepid" Type="int4" customannotation:Index="{ Name: IX_talepid, Order: 0 }" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="geridonus" Type="text" Nullable="true" />
          <Property Name="kayittipi" Type="int4" Nullable="true" />
          <Property Name="webdekaydedenid" Type="int4" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Sikayet">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Talep">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmSaglik">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: IX_rezid, Order: 0 }" Nullable="true" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: IX_musteriid, Order: 0 }" Nullable="true" />
          <Property Name="crmkurumid" Type="int4" customannotation:Index="{ Name: IX_crmkurumid, Order: 0 }" Nullable="true" />
          <Property Name="kayittarih" Type="date" Nullable="false" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: IX_odaid, Order: 0 }" Nullable="true" />
          <Property Name="aciklama" Type="text" customannotation:Index="{ Name: SirketKod, Order: 6, IsUnique: True }" Nullable="true" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="true" />
          <Property Name="kayittipi" Type="int4" Nullable="true" />
          <Property Name="webdekaydedenid" Type="int4" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmKurum">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="telefon" Type="text" Nullable="true" />
          <Property Name="fax" Type="text" Nullable="true" />
          <Property Name="adres" Type="text" Nullable="true" />
          <Property Name="muhatapad" Type="text" Nullable="true" />
          <Property Name="muhatapsoyad" Type="text" Nullable="true" />
          <Property Name="muhataptel" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmSaglikSemptom">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="crmsemptomid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="crmsaglikid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmSemptom">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="aksiyon1" Type="text" Nullable="true" />
          <Property Name="aksiyon2" Type="text" Nullable="true" />
          <Property Name="aksiyon3" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmSaglikTeshis">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="crmteshisid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="crmsaglikid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmTeshis">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MusteriTel">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="columnorder" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="telid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Tel">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="telno" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AcentaProforma">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="konu" Type="text" Nullable="true" />
          <Property Name="icerik" Type="text" Nullable="true" />
          <Property Name="gonderimdurumu" Type="int4" Nullable="false" />
          <Property Name="gonderimzamani" Type="int4" Nullable="false" />
          <Property Name="gonderimdosyaturu" Type="int4" Nullable="true" />
          <Property Name="deger" Type="int4" Nullable="false" />
          <Property Name="acentaid" Type="int4" customannotation:Index="{ Name: IX_acentaid, Order: 0 }" Nullable="true" />
          <Property Name="sira" Type="int4" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AcenteBavelEk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="clientno" Type="text" Nullable="true" />
          <Property Name="company" Type="text" Nullable="true" />
          <Property Name="taxno" Type="text" Nullable="true" />
          <Property Name="adress" Type="text" Nullable="true" />
          <Property Name="city" Type="text" Nullable="true" />
          <Property Name="zip" Type="text" Nullable="true" />
          <Property Name="province" Type="text" Nullable="true" />
          <Property Name="country" Type="text" Nullable="true" />
          <Property Name="email" Type="text" Nullable="true" />
          <Property Name="kbekle" Type="bool" Nullable="false" />
          <Property Name="kppekle" Type="bool" Nullable="false" />
          <Property Name="pp3ekle" Type="bool" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AcenteHeskod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="acentaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="heskodid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BreakDownAcenta">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="breakdownid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="acentaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="pansiyonid" Type="int4" customannotation:Index="{ Name: IX_pansiyonid, Order: 0 }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OnbGrupAcenta">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="onbgrupid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="acentaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OnbGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ArizaTakipIzin">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="tabloidsi" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="satiridsi" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="atkpgrupizinid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ATkpGrupIzin">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ArizaTakipSablon">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="istipitumid" Type="int4" customannotation:Index="{ Name: IX_istipitumid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AsyaReportColumn">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tablokolonadi" Type="text" customannotation:Index="{ Name: TabloKolonAdi, IsUnique: True }" Nullable="true" />
          <Property Name="gosterilecek" Type="text" Nullable="true" />
          <Property Name="gosterilecekkisa" Type="text" Nullable="true" />
          <Property Name="ozellestirilmiskolon" Type="int4" Nullable="false" />
          <Property Name="exp" Type="text" Nullable="true" />
          <Property Name="calculatedfieldtype" Type="int4" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AsyaReportPreviewDetailRow">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="asyareportpreviewdetailid" Type="int4" Nullable="false" />
          <Property Name="gizli" Type="bool" Nullable="false" />
          <Property Name="kisagoster" Type="bool" Nullable="false" />
          <Property Name="sira" Type="int4" Nullable="false" />
          <Property Name="format" Type="text" Nullable="true" />
          <Property Name="exp" Type="text" Nullable="true" />
          <Property Name="footerexptip" Type="int4" Nullable="true" />
          <Property Name="footerexp" Type="text" Nullable="true" />
          <Property Name="footerformat" Type="text" Nullable="true" />
          <Property Name="asyareportcolumnid" Type="int4" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AsyaReportPreviewGroup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="AsyaReportPreviewGroupDetail">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kolonlar" Type="text" Nullable="true" />
          <Property Name="asyareportpreviewgroupid" Type="int4" customannotation:Index="{ Name: IX_asyareportpreviewgroupid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ATkpDepKlnc">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="atkpgrupizinid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BakimEnvanter">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BakimStok">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="bakimenvanterid" Type="int4" customannotation:Index="{ Name: IX_bakimenvanterid, Order: 0 }" Nullable="false" />
          <Property Name="bolumyerid" Type="int4" customannotation:Index="{ Name: IX_bolumyerid, Order: 0 }" Nullable="true" />
          <Property Name="istipitumid" Type="int4" customannotation:Index="{ Name: IX_istipitumid, Order: 0 }" Nullable="true" />
          <Property Name="bakimtipiid" Type="int4" customannotation:Index="{ Name: IX_bakimtipiid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BakimIcerik">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="icerik" Type="text" Nullable="true" />
          <Property Name="bakimstokid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="sira" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BakimMakina">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="date" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="bakimmakinaanaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="bakimstokid" Type="int4" customannotation:Index="{ Name: IX_bakimstokid, Order: 0 }" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BakimMakinaAna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="tarih" Type="timestamp" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BakimMakinaEk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="okundu" Type="bool" Nullable="false" />
          <Property Name="okundutarih" Type="date" Nullable="false" />
          <Property Name="okunduzaman" Type="time" Nullable="true" />
          <Property Name="onayarizagorevliid" Type="int4" customannotation:Index="{ Name: IX_onayarizagorevliid, Order: 0 }" Nullable="true" />
          <Property Name="tamamlandi" Type="bool" Nullable="false" />
          <Property Name="tamamlanditarih" Type="date" Nullable="false" />
          <Property Name="tamamlandizaman" Type="time" Nullable="true" />
          <Property Name="tamamarizagorevliid" Type="int4" customannotation:Index="{ Name: IX_tamamarizagorevliid, Order: 0 }" Nullable="true" />
          <Property Name="iptal" Type="bool" Nullable="false" />
          <Property Name="iptaltarih" Type="date" Nullable="false" />
          <Property Name="iptalzaman" Type="time" Nullable="true" />
          <Property Name="iptalaciklama" Type="text" Nullable="true" />
          <Property Name="iptalarizagorevliid" Type="int4" customannotation:Index="{ Name: IX_iptalarizagorevliid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BakimStokEk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="sorumlupersonel" Type="text" Nullable="true" />
          <Property Name="marka" Type="text" Nullable="true" />
          <Property Name="guc" Type="text" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="makinaomru" Type="int4" Nullable="true" />
          <Property Name="omurtipi" Type="int4" Nullable="true" />
          <Property Name="garantibaslangic" Type="timestamp" Nullable="true" />
          <Property Name="garantibitis" Type="timestamp" Nullable="true" />
          <Property Name="omurbaslangic" Type="timestamp" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BakimTipi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="gun" Type="int4" Nullable="true" />
          <Property Name="pazartesi" Type="bool" Nullable="true" />
          <Property Name="sali" Type="bool" Nullable="true" />
          <Property Name="carsamba" Type="bool" Nullable="true" />
          <Property Name="persembe" Type="bool" Nullable="true" />
          <Property Name="cuma" Type="bool" Nullable="true" />
          <Property Name="ctesi" Type="bool" Nullable="true" />
          <Property Name="pazar" Type="bool" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BavelBilgiTanim">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="onbreferansid" Type="int4" customannotation:Index="{ Name: IX_onbreferansid, Order: 0 }" Nullable="true" />
          <Property Name="supplierkodu" Type="text" Nullable="true" />
          <Property Name="company" Type="text" Nullable="true" />
          <Property Name="taxnumber" Type="text" Nullable="true" />
          <Property Name="address" Type="text" Nullable="true" />
          <Property Name="city" Type="text" Nullable="true" />
          <Property Name="zip" Type="text" Nullable="true" />
          <Property Name="province" Type="text" Nullable="true" />
          <Property Name="country" Type="text" Nullable="true" />
          <Property Name="unitname" Type="text" Nullable="true" />
          <Property Name="unitadress" Type="text" Nullable="true" />
          <Property Name="email" Type="text" Nullable="true" />
          <Property Name="destination" Type="text" Nullable="true" />
          <Property Name="pp3dovizekle" Type="bool" Nullable="false" />
          <Property Name="hotelcode" Type="text" Nullable="true" />
          <Property Name="hotelname" Type="text" Nullable="true" />
          <Property Name="bavelsirbos" Type="text" Nullable="true" />
          <Property Name="unitno" Type="text" Nullable="true" />
          <Property Name="ciktiformati" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Blok">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="BreakdownHrk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="breakdownid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="breakmalzemeid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="tutar" Type="float8" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CikisHesap">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="cikishesaptip" Type="int4" Nullable="false" />
          <Property Name="grupid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="altgrupid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="envanterid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="urunid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="departmananaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 6, IsUnique: True }" Nullable="false" />
          <Property Name="girishesapid" Type="int4" customannotation:Index="{ Name: IX_girishesapid, Order: 0 }" Nullable="true" />
          <Property Name="departmancikishesapid" Type="int4" customannotation:Index="{ Name: IX_departmancikishesapid, Order: 0 }" Nullable="true" />
          <Property Name="tuketimhesapid" Type="int4" customannotation:Index="{ Name: IX_tuketimhesapid, Order: 0 }" Nullable="true" />
          <Property Name="emanetdepohesapid" Type="int4" customannotation:Index="{ Name: IX_emanetdepohesapid, Order: 0 }" Nullable="true" />
          <Property Name="transferhesapid" Type="int4" customannotation:Index="{ Name: IX_transferhesapid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CiktiTaslak">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="ciktikodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="taslakkodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="taslaktipi" Type="int4" Nullable="true" />
          <Property Name="taslakadi" Type="text" Nullable="true" />
          <Property Name="landscape" Type="bool" Nullable="false" />
          <Property Name="fontfamily" Type="text" Nullable="true" />
          <Property Name="fontsize" Type="float4" Nullable="false" />
          <Property Name="sablontip" Type="int4" Nullable="true" />
          <Property Name="gridciktisi" Type="bytea" Nullable="true" />
          <Property Name="default" Type="bool" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CiktiTaslakKolon">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ciktitaslakid" Type="int4" customannotation:Index="{ Name: IX_ciktitaslakid, Order: 0 }" Nullable="false" />
          <Property Name="kolonkodu" Type="text" Nullable="true" />
          <Property Name="kolonbaslik" Type="text" Nullable="true" />
          <Property Name="sira" Type="int4" Nullable="true" />
          <Property Name="uzunluk" Type="int4" Nullable="true" />
          <Property Name="gizli" Type="bool" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ClientIslemler">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="yapilacakislem" Type="int4" Nullable="false" />
          <Property Name="alan1" Type="text" Nullable="true" />
          <Property Name="alan2" Type="text" Nullable="true" />
          <Property Name="alan3" Type="text" Nullable="true" />
          <Property Name="alan4" Type="text" Nullable="true" />
          <Property Name="alan5" Type="text" Nullable="true" />
          <Property Name="alan6" Type="text" Nullable="true" />
          <Property Name="alan7" Type="text" Nullable="true" />
          <Property Name="alan8" Type="text" Nullable="true" />
          <Property Name="alan9" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmGenelInfo">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="dilid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="lutfengrileiletisimegecin" Type="text" Nullable="true" />
          <Property Name="girisbilgilerinikontroledin" Type="text" Nullable="true" />
          <Property Name="uygundegil" Type="text" Nullable="true" />
          <Property Name="restoransecimeuygundegil" Type="text" Nullable="true" />
          <Property Name="restoransaatisecimeuygundegil" Type="text" Nullable="true" />
          <Property Name="rezervasyoniptal" Type="text" Nullable="true" />
          <Property Name="restoranbulunamadi" Type="text" Nullable="true" />
          <Property Name="rezervasyonsaatibulunamadi" Type="text" Nullable="true" />
          <Property Name="masabulunamadi" Type="text" Nullable="true" />
          <Property Name="masasecimeuygundegil" Type="text" Nullable="true" />
          <Property Name="kisisayisikontrol" Type="text" Nullable="true" />
          <Property Name="girisekranipaxkontroluyarisi" Type="text" Nullable="true" />
          <Property Name="rezervasyonhakkinizyokuyarisi" Type="text" Nullable="true" />
          <Property Name="ankettencikisyapacaksiniz" Type="text" Nullable="true" />
          <Property Name="cikisgunurezyapilamaz" Type="text" Nullable="true" />
          <Property Name="couttarihindensonrarezyapilamaz" Type="text" Nullable="true" />
          <Property Name="restoransaataraligiuyarisi" Type="text" Nullable="true" />
          <Property Name="kalanrezadetuyarisi" Type="text" Nullable="true" />
          <Property Name="cocukyasiuyarisi" Type="text" Nullable="true" />
          <Property Name="odanouyarisi" Type="text" Nullable="true" />
          <Property Name="otelgirisgunuuyarisi" Type="text" Nullable="true" />
          <Property Name="yasdogrulamauyarisi" Type="text" Nullable="true" />
          <Property Name="anketbitismesaji" Type="text" Nullable="true" />
          <Property Name="alacartebitismesaji" Type="text" Nullable="true" />
          <Property Name="kayitbasarisiz" Type="text" Nullable="true" />
          <Property Name="gunlukrezervasyonhakki" Type="text" Nullable="true" />
          <Property Name="gruprezervasyonuyarisi" Type="text" Nullable="true" />
          <Property Name="ucretsizhakkibittiuyarisi" Type="text" Nullable="true" />
          <Property Name="yasinizgiriseyeterlidegil" Type="text" Nullable="true" />
          <Property Name="lutfenbirdilsecin" Type="text" Nullable="true" />
          <Property Name="rezervasyongununusecin" Type="text" Nullable="true" />
          <Property Name="lutfenrestoransecin" Type="text" Nullable="true" />
          <Property Name="lutfenrezervasyonsaatisecin" Type="text" Nullable="true" />
          <Property Name="lutfenkisisayisinibelirleyin" Type="text" Nullable="true" />
          <Property Name="rezervasyonicinmasasecin" Type="text" Nullable="true" />
          <Property Name="lutfenodanumarasinigirin" Type="text" Nullable="true" />
          <Property Name="lutfengirisgununugirin" Type="text" Nullable="true" />
          <Property Name="kayiticineksureistermisiniz" Type="text" Nullable="true" />
          <Property Name="odano" Type="text" Nullable="true" />
          <Property Name="cin" Type="text" Nullable="true" />
          <Property Name="giris" Type="text" Nullable="true" />
          <Property Name="alacarte" Type="text" Nullable="true" />
          <Property Name="anket" Type="text" Nullable="true" />
          <Property Name="misafirgozuylebiz" Type="text" Nullable="true" />
          <Property Name="misafirlistesi" Type="text" Nullable="true" />
          <Property Name="gunler" Type="text" Nullable="true" />
          <Property Name="restoranlar" Type="text" Nullable="true" />
          <Property Name="rezervasyonsaatleri" Type="text" Nullable="true" />
          <Property Name="masalar" Type="text" Nullable="true" />
          <Property Name="kaydet" Type="text" Nullable="true" />
          <Property Name="baslangicsaati" Type="text" Nullable="true" />
          <Property Name="bitissaati" Type="text" Nullable="true" />
          <Property Name="genelinfolartanimsiz" Type="text" Nullable="true" />
          <Property Name="misafirrezervasyonlistesiniguncelleyemez" Type="text" Nullable="true" />
          <Property Name="restorankapasitesiasilacagiicinrezyapilamadi" Type="text" Nullable="true" />
          <Property Name="bolumkapasitesiasilacagiicinrezyapilamadi" Type="text" Nullable="true" />
          <Property Name="restoranvebolumkapasitesiasilacagiicinrezyapilamadi" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmGorevAtamaAna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kayittarih" Type="date" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmGorevAtamaSira">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="crmgorevatamaanaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="sirano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="crmbildirendepartmanid" Type="int4" customannotation:Index="{ Name: IX_crmbildirendepartmanid, Order: 0 }" Nullable="true" />
          <Property Name="crmsorumludepartmanid" Type="int4" customannotation:Index="{ Name: IX_crmsorumludepartmanid, Order: 0 }" Nullable="false" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: IX_odaid, Order: 0 }" Nullable="true" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="crmbilonemturuid" Type="int4" customannotation:Index="{ Name: IX_crmbilonemturuid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmKioskAyar">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="logo" Type="text" Nullable="true" />
          <Property Name="arkaplan" Type="text" Nullable="true" />
          <Property Name="oteladi" Type="text" Nullable="true" />
          <Property Name="saatkontrol" Type="bool" Nullable="true" />
          <Property Name="musaitkontrol" Type="bool" Nullable="true" />
          <Property Name="klavyegoster" Type="bool" Nullable="true" />
          <Property Name="kullanimsuresi" Type="int4" Nullable="true" />
          <Property Name="baslangicsaati" Type="interval" Nullable="true" />
          <Property Name="bitissaati" Type="interval" Nullable="true" />
          <Property Name="kioskcalsaatkont" Type="bool" Nullable="true" />
          <Property Name="kioskcalbassaat" Type="interval" Nullable="true" />
          <Property Name="kioskcalbitsaat" Type="interval" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmParam">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="parametre" Type="int4" customannotation:Index="{ }" Nullable="false" />
          <Property Name="deger" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmRestoranInfo">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="restoranbolummasatanimid" Type="int4" customannotation:Index="{ Name: IX_restoranbolummasatanimid, Order: 0 }" Nullable="true" />
          <Property Name="restoraninfo" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmRezTipUyari">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="vipid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="uyariver" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="CrmWebAyar">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="crmyorumkaynakid" Type="int4" customannotation:Index="{ Name: IX_crmyorumkaynakid, Order: 0 }" Nullable="true" />
          <Property Name="crmdepartmanid" Type="int4" customannotation:Index="{ Name: IX_crmdepartmanid, Order: 0 }" Nullable="true" />
          <Property Name="crmbildirimturid" Type="int4" customannotation:Index="{ Name: IX_crmbildirimturid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="DefaultDegerler">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tabloid" Type="int4" customannotation:Index="{ Name: DefDEgerler, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="altid" Type="int4" customannotation:Index="{ Name: DefDEgerler, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="propname" Type="text" customannotation:Index="{ Name: DefDEgerler, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="zorunlu" Type="bool" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="DysAna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="datamodel" Type="text" Nullable="true" />
          <Property Name="datamodelid" Type="int4" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="DysDokuman">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="dysanaid" Type="int4" customannotation:Index="{ Name: IX_dysanaid, Order: 0 }" Nullable="false" />
          <Property Name="dysdokumantipid" Type="int4" customannotation:Index="{ Name: IX_dysdokumantipid, Order: 0 }" Nullable="true" />
          <Property Name="dokumanindex" Type="text" Nullable="true" />
          <Property Name="dokumanaciklama" Type="text" Nullable="true" />
          <Property Name="dokumankaynakindex" Type="text" Nullable="true" />
          <Property Name="dokumanuzanti" Type="text" Nullable="true" />
          <Property Name="dokumantarih" Type="timestamp" Nullable="false" />
          <Property Name="dokumansaat" Type="interval" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="DysDokumanTip">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="EDefterBelgeTipi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Esya">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FaturaKaynak">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FisKaynagi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="FiyatFiltre">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: SartManule tek, Order: 10 }" Nullable="true" />
          <Property Name="anlasmabitistarihi" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 11 }" Nullable="false" />
          <Property Name="fiyatfiltresi" Type="int4" Nullable="false" />
          <Property Name="anlasmatarihi" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 1 }" Nullable="false" />
          <Property Name="satisbaslangic" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 2 }" Nullable="false" />
          <Property Name="satisbitis" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 3 }" Nullable="false" />
          <Property Name="konaklamabaslangic" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 4 }" Nullable="false" />
          <Property Name="konaklamabitis" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 5 }" Nullable="false" />
          <Property Name="cinbaslangic" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 6 }" Nullable="true" />
          <Property Name="cinbitis" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 7 }" Nullable="true" />
          <Property Name="coutbaslangic" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 8 }" Nullable="true" />
          <Property Name="coutbitis" Type="date" customannotation:Index="{ }{ Name: SartManule tek, Order: 9 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="GenelBlokaj">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rezid" Type="int4" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="GoogleDil">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ulkeadi" Type="text" Nullable="true" />
          <Property Name="ozelgunlerinial" Type="bool" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="GoogleOzelGun">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ozelgunadi" Type="text" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="baslangic" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="bitis" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="googledilid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Gundem">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="toplantiid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="sirano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="text" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Toplanti">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="konusu" Type="text" Nullable="true" />
          <Property Name="tarih" Type="date" Nullable="false" />
          <Property Name="baslangicsaati" Type="interval" Nullable="true" />
          <Property Name="bitissaati" Type="interval" Nullable="true" />
          <Property Name="sayi" Type="text" Nullable="true" />
          <Property Name="salonid" Type="int4" customannotation:Index="{ Name: IX_salonid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Salon">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ToplantiKisi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="toplantiid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="soyadi" Type="text" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="status" Type="int4" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="GunlukLog">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" Nullable="false" />
          <Property Name="tarih" Type="timestamp" Nullable="false" />
          <Property Name="onbtarih" Type="timestamp" Nullable="false" />
          <Property Name="islem" Type="text" Nullable="true" />
          <Property Name="durum" Type="text" Nullable="true" />
          <Property Name="mesaj" Type="text" Nullable="true" />
          <Property Name="grup" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="GunlukRestoranKapasitesi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="timestamp" Nullable="false" />
          <Property Name="restoranbolummasatanimid" Type="int4" customannotation:Index="{ Name: IX_restoranbolummasatanimid, Order: 0 }" Nullable="true" />
          <Property Name="kapasitemasa" Type="int4" Nullable="false" />
          <Property Name="kapasitepax" Type="int4" Nullable="false" />
          <Property Name="kapasitechild" Type="int4" Nullable="false" />
          <Property Name="cocukgirebilir" Type="bool" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="GunTanim">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="date" Nullable="false" />
          <Property Name="tip" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Haftasonu">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="gunadi" Type="int4" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Hakedis">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketIcSira, Order: 1, IsUnique: True }{ Name: SirketKod, Order: 1, IsUnique: True }{ Name: SirketSira, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="sira" Type="int4" customannotation:Index="{ Name: SirketSira, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="kisakod" Type="text" Nullable="true" />
          <Property Name="hakedistipi" Type="int4" customannotation:Index="{ Name: SirketIcSira, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="icsira" Type="int4" customannotation:Index="{ Name: SirketIcSira, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="ucrettipi" Type="int4" Nullable="false" />
          <Property Name="guntipi" Type="int4" Nullable="false" />
          <Property Name="carpan" Type="numeric" Precision="4" Scale="2" Nullable="false" />
          <Property Name="ssk" Type="bool" Nullable="false" />
          <Property Name="issizlik" Type="bool" Nullable="false" />
          <Property Name="damga" Type="bool" Nullable="false" />
          <Property Name="gelir" Type="bool" Nullable="false" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="HalFiyat">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="urunid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="halkod" Type="text" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="fiyat" Type="float8" Nullable="false" />
          <Property Name="indoran" Type="float8" Nullable="false" />
          <Property Name="halfiyattipi" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="HesBilgi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sirketbilgiid" Type="int4" customannotation:Index="{ Name: IX_sirketbilgiid, Order: 0 }" Nullable="false" />
          <Property Name="kullaniciadi" Type="text" Nullable="true" />
          <Property Name="parola" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SirketBilgi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="onbreferansid" Type="int4" customannotation:Index="{ Name: IX_onbreferansid, Order: 0 }" Nullable="true" />
          <Property Name="tesisadi" Type="text" Nullable="true" />
          <Property Name="tesisunvani" Type="text" Nullable="true" />
          <Property Name="tesisadresi" Type="text" Nullable="true" />
          <Property Name="tesisvergidairesi" Type="text" Nullable="true" />
          <Property Name="tesisverginumarasi" Type="int4" Nullable="false" />
          <Property Name="tesisvergino" Type="text" Nullable="true" />
          <Property Name="mernisno" Type="text" Nullable="true" />
          <Property Name="pegashotelcode" Type="text" Nullable="true" />
          <Property Name="destination" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="HrkIslem">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" Nullable="false" />
          <Property Name="onbtarih" Type="timestamp" Nullable="false" />
          <Property Name="islemtarihi" Type="timestamp" Nullable="false" />
          <Property Name="islemsaati" Type="interval" Nullable="false" />
          <Property Name="hrkid" Type="int4" Nullable="false" />
          <Property Name="eski" Type="text" Nullable="true" />
          <Property Name="yeni" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="IslemLog">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" Nullable="false" />
          <Property Name="program" Type="text" Nullable="true" />
          <Property Name="baslik" Type="text" Nullable="true" />
          <Property Name="mesaj" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Job">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="jobtype" Type="text" Nullable="true" />
          <Property Name="scheduleid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="commandtext" Type="text" Nullable="true" />
          <Property Name="lastruntime" Type="timestamp" Nullable="false" />
          <Property Name="laststatus" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Schedule">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="scheduletype" Type="text" Nullable="true" />
          <Property Name="startdate" Type="timestamp" Nullable="false" />
          <Property Name="enddate" Type="timestamp" Nullable="false" />
          <Property Name="starttime" Type="interval" Nullable="false" />
          <Property Name="endtime" Type="interval" Nullable="false" />
          <Property Name="everyhour" Type="bool" Nullable="false" />
          <Property Name="everyminute" Type="bool" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="JobHistory">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="jobid" Type="int4" customannotation:Index="{ Name: IX_jobid, Order: 0 }" Nullable="false" />
          <Property Name="starttime" Type="timestamp" Nullable="false" />
          <Property Name="endtime" Type="timestamp" Nullable="false" />
          <Property Name="status" Type="text" Nullable="true" />
          <Property Name="returntext" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KanalAcente">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="acentaid" Type="int4" customannotation:Index="{ Name: IX_acentaid, Order: 0 }" Nullable="true" />
          <Property Name="kanalgirisid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="onbreferansid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KanalEsitleme">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kanalacenteid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="kanalesitlemetipi" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="onbreferansid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="acentaid" Type="int4" customannotation:Index="{ Name: IX_acentaid, Order: 0 }" Nullable="true" />
          <Property Name="pansiyonid" Type="int4" customannotation:Index="{ Name: IX_pansiyonid, Order: 0 }" Nullable="true" />
          <Property Name="ulkeid" Type="int4" customannotation:Index="{ Name: IX_ulkeid, Order: 0 }" Nullable="true" />
          <Property Name="odakonumid" Type="int4" customannotation:Index="{ Name: IX_odakonumid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KanalGiris">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sifre" Type="text" Nullable="true" />
          <Property Name="paximumkodu" Type="text" Nullable="true" />
          <Property Name="hotelkodu" Type="text" Nullable="true" />
          <Property Name="kanalentegrasyonfirmasi" Type="int4" Nullable="false" />
          <Property Name="onbreferansid" Type="int4" customannotation:Index="{ Name: IX_onbreferansid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Kapasite">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kapasitemasa" Type="int4" Nullable="true" />
          <Property Name="kapasitepax" Type="int4" Nullable="true" />
          <Property Name="kapasitechild" Type="int4" Nullable="true" />
          <Property Name="kapasitecocukmasasi" Type="int4" Nullable="true" />
          <Property Name="kapasitetarih" Type="date" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="restoranbolummasatanimid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Kayip">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="formno" Type="text" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="esyaid" Type="int4" customannotation:Index="{ Name: IX_esyaid, Order: 0 }" Nullable="true" />
          <Property Name="departmanid" Type="int4" customannotation:Index="{ Name: IX_departmanid, Order: 0 }" Nullable="true" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: IX_odaid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Kayiphrk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kayipid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="tarih" Type="date" Nullable="false" />
          <Property Name="sirano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="tip" Type="int4" Nullable="false" />
          <Property Name="kayipzaman" Type="interval" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="islemiyapan" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KolBandiSeri">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="baslangicno" Type="text" customannotation:Index="{ Name: KolbandiBasNo }{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="bitisno" Type="text" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="olusturmatarihi" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KolBandiSorgu">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="aramatipi" Type="int4" Nullable="false" />
          <Property Name="sorguyeri" Type="int4" Nullable="false" />
          <Property Name="donustipi" Type="int4" Nullable="false" />
          <Property Name="odaadi" Type="text" Nullable="true" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="rezid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="kayittarihi" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="misafirad" Type="text" Nullable="true" />
          <Property Name="misafirsoyad" Type="text" Nullable="true" />
          <Property Name="kolbandino" Type="text" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KonumGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="KonumGrupBaglanti">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="konumtipbirles" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="konumgrupid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="odakonumid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Mahsup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="fisno" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="tip" Type="int4" Nullable="false" />
          <Property Name="mahsupkaynakid" Type="int4" customannotation:Index="{ Name: IX_mahsupkaynakid, Order: 0 }" Nullable="false" />
          <Property Name="mahsupaciklama" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MahsupKaynak">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MahsupSira">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sira" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="mahsupid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="tutartl" Type="float8" Nullable="false" />
          <Property Name="tutardv" Type="float8" Nullable="false" />
          <Property Name="islemkuru" Type="float8" Nullable="false" />
          <Property Name="bankaid" Type="int4" Nullable="false" />
          <Property Name="dovizid" Type="int4" Nullable="false" />
          <Property Name="ba" Type="int4" Nullable="false" />
          <Property Name="hesapid" Type="int4" customannotation:Index="{ Name: IX_hesapid, Order: 0 }" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MasrafMerkezi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Mesaj">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tabloid" Type="int4" customannotation:Index="{ Name: IX_tabloid, Order: 0 }" Nullable="false" />
          <Property Name="dataid" Type="int4" Nullable="false" />
          <Property Name="interfaceid" Type="int4" Nullable="true" />
          <Property Name="mesajtext" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MGBSablon">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="crmdepartmanid" Type="int4" customannotation:Index="{ Name: IX_crmdepartmanid, Order: 0 }" Nullable="false" />
          <Property Name="crmbildirimturid" Type="int4" customannotation:Index="{ Name: IX_crmbildirimturid, Order: 0 }" Nullable="false" />
          <Property Name="bildirimaciklama" Type="text" Nullable="true" />
          <Property Name="geridonusaciklama" Type="text" Nullable="true" />
          <Property Name="sonucaciklama" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="MuhasebeReferans">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="NotHedef">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="notid" Type="int4" customannotation:Index="{ Name: IX_notid, Order: 0 }" Nullable="false" />
          <Property Name="hedeftabloid" Type="int4" Nullable="false" />
          <Property Name="hedefinterfaceid" Type="int4" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Notlar">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kaynaktabloid" Type="int4" Nullable="false" />
          <Property Name="kaynakid" Type="int4" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="notzaman" Type="timestamp" Nullable="false" />
          <Property Name="uyari" Type="bool" Nullable="true" />
          <Property Name="nottext" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="NotHedefLog">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="nothedefid" Type="int4" customannotation:Index="{ Name: IX_nothedefid, Order: 0 }" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="nothedefokumazaman" Type="timestamp" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OnayAdim">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="onayadimsayisi" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OnayAdimKullanici">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="onayadimid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="onaysira" Type="int4" Nullable="false" />
          <Property Name="onaytutar1" Type="float8" Nullable="false" />
          <Property Name="onaytutar2" Type="float8" Nullable="false" />
          <Property Name="onaytutarbazinda" Type="bool" Nullable="false" />
          <Property Name="anlasmalilarigormez" Type="bool" Nullable="false" />
          <Property Name="kullanicitatilde" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OnbParam">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="parametre" Type="int4" customannotation:Index="{ }" Nullable="false" />
          <Property Name="deger" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OrtakGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ortakgrupmodel" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OrtakGrupDetay">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ortakid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="ortakgrupid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OutOfOrder">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="odaid" Type="int4" customannotation:Index="{ Name: IX_odaid, Order: 0 }" Nullable="false" />
          <Property Name="bastarih" Type="timestamp" Nullable="false" />
          <Property Name="bittarih" Type="timestamp" Nullable="false" />
          <Property Name="durumu" Type="int4" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OutOfOrderSira">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="timestamp" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="outoforderid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="OzelKod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PanYemek">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kalısgun" Type="int4" Nullable="false" />
          <Property Name="yemek" Type="int4" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
          <Property Name="Pansiyon_Id" Type="int4" customannotation:Index="{ Name: IX_Pansiyon_Id, Order: 0 }" Nullable="true" />
        </EntityType>
        <EntityType Name="Parametre">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="pkanunid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="pbelgeid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="donemyil" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="donemay" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="false" />
          <Property Name="sskguntaban" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="sskguntavan" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="aycalismagun" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="aycalismasaat" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="engelliindguntut1" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="engelliindguntut2" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="engelliindguntut3" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="sskiscioran" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="sskisverenoran" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="sskemekliiscioran" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="sskemekliisverenoran" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="issizlikiscioran" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="issizlikisverenoran" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="damgavergioran" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="vergidilimtutar1" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="vergidilimoran1" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="vergidilimtutar2" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="vergidilimoran2" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="vergidilimtutar3" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="vergidilimoran3" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="vergidilimtutar4" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="vergidilimoran4" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="vergidilimtutar5" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="vergidilimoran5" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="kidemtazminattavani" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pbelge">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pkanun">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pavans">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="personelsirketid" Type="int4" customannotation:Index="{ Name: IX_personelsirketid, Order: 0 }" Nullable="false" />
          <Property Name="donemyil" Type="int4" Nullable="false" />
          <Property Name="donemay" Type="int4" Nullable="false" />
          <Property Name="tarih" Type="timestamp" Nullable="false" />
          <Property Name="hakedisid" Type="int4" customannotation:Index="{ Name: IX_hakedisid, Order: 0 }" Nullable="false" />
          <Property Name="tutar" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PersonelSirket">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="personelid" Type="int4" customannotation:Index="{ Name: IX_personelid, Order: 0 }" Nullable="false" />
          <Property Name="psirketid" Type="int4" customannotation:Index="{ Name: IX_psirketid, Order: 0 }" Nullable="false" />
          <Property Name="giristarih" Type="date" Nullable="false" />
          <Property Name="cikistarih" Type="date" Nullable="false" />
          <Property Name="pcikisnedenid" Type="int4" customannotation:Index="{ Name: IX_pcikisnedenid, Order: 0 }" Nullable="true" />
          <Property Name="pdepkodid" Type="int4" customannotation:Index="{ Name: IX_pdepkodid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pcikisneden">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pdepkod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Personel">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tckimlikno" Type="varchar" customannotation:Index="{ Name: TcKimlikNo, Order: 1, IsUnique: True }" MaxLength="11" Nullable="true" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: IX_musteriid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PersonelSirketEk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="pcalgrupid" Type="int4" customannotation:Index="{ Name: IX_pcalgrupid, Order: 0 }" Nullable="false" />
          <Property Name="ucrettipi" Type="int4" Nullable="false" />
          <Property Name="ucret" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="ucrethestipi" Type="int4" Nullable="false" />
          <Property Name="pkanunid" Type="int4" customannotation:Index="{ Name: IX_pkanunid, Order: 0 }" Nullable="false" />
          <Property Name="pbelgeid" Type="int4" customannotation:Index="{ Name: IX_pbelgeid, Order: 0 }" Nullable="false" />
          <Property Name="pgorevid" Type="int4" customannotation:Index="{ Name: IX_pgorevid, Order: 0 }" Nullable="true" />
          <Property Name="ppozisyonid" Type="int4" customannotation:Index="{ Name: IX_ppozisyonid, Order: 0 }" Nullable="true" />
          <Property Name="agiyok" Type="bool" Nullable="false" />
          <Property Name="esicalismiyor" Type="bool" Nullable="false" />
          <Property Name="agicocuk" Type="int4" Nullable="false" />
          <Property Name="besoran" Type="int4" Nullable="false" />
          <Property Name="besaciklama" Type="text" Nullable="true" />
          <Property Name="bankahesap" Type="text" Nullable="true" />
          <Property Name="bankasube" Type="text" Nullable="true" />
          <Property Name="bankaiban" Type="text" Nullable="true" />
          <Property Name="caldurumu" Type="int4" Nullable="false" />
          <Property Name="istdurumu" Type="int4" Nullable="false" />
          <Property Name="ogrenimdurumu" Type="int4" Nullable="false" />
          <Property Name="sakatlikdurumu" Type="int4" Nullable="false" />
          <Property Name="persakatliksahip" Type="int4" Nullable="false" />
          <Property Name="piskoluid" Type="int4" customannotation:Index="{ Name: IX_piskoluid, Order: 0 }" Nullable="true" />
          <Property Name="piskurid" Type="int4" customannotation:Index="{ Name: IX_piskurid, Order: 0 }" Nullable="true" />
          <Property Name="psigortaid" Type="int4" customannotation:Index="{ Name: IX_psigortaid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pcalgrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="calgruptipi" Type="int4" Nullable="false" />
          <Property Name="ssk" Type="bool" Nullable="false" />
          <Property Name="issizlik" Type="bool" Nullable="false" />
          <Property Name="damga" Type="bool" Nullable="false" />
          <Property Name="gelir" Type="bool" Nullable="false" />
          <Property Name="ozelind" Type="bool" Nullable="false" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pgorev">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Piskolu">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Piskur">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Ppozisyon">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Psigorta">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Puantaj">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="personelsirketid" Type="int4" customannotation:Index="{ Name: PuantajAnah, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="donemyil" Type="int4" customannotation:Index="{ Name: PuantajAnah, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="donemay" Type="int4" customannotation:Index="{ Name: PuantajAnah, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="donemsira" Type="int4" customannotation:Index="{ Name: PuantajAnah, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="netucret" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="brutucret" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="agiyok" Type="bool" Nullable="false" />
          <Property Name="esicalismiyor" Type="bool" Nullable="false" />
          <Property Name="agicocuk" Type="int4" Nullable="false" />
          <Property Name="agioran" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="besoran" Type="int4" Nullable="false" />
          <Property Name="pkanunid" Type="int4" customannotation:Index="{ Name: IX_pkanunid, Order: 0 }" Nullable="false" />
          <Property Name="pbelgeid" Type="int4" customannotation:Index="{ Name: IX_pbelgeid, Order: 0 }" Nullable="false" />
          <Property Name="eksikgun" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="peksiknedenid" Type="int4" customannotation:Index="{ Name: IX_peksiknedenid, Order: 0 }" Nullable="true" />
          <Property Name="eksikistirahatcalismadi" Type="bool" Nullable="false" />
          <Property Name="cikisgunbesondendi" Type="bool" Nullable="false" />
          <Property Name="pdepkodid" Type="int4" customannotation:Index="{ Name: IX_pdepkodid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Peksikneden">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PuantajHakedis">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="puantajid" Type="int4" customannotation:Index="{ Name: PuantajHakedis, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="hakedisid" Type="int4" customannotation:Index="{ Name: PuantajHakedis, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="gun" Type="numeric" Precision="4" Scale="2" Nullable="false" />
          <Property Name="saat" Type="numeric" Precision="6" Scale="2" Nullable="false" />
          <Property Name="ucret" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="ucrettipi" Type="int4" Nullable="false" />
          <Property Name="brutucret" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PuantajTahakkuk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="sskgun" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="toplamkazanc" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="sskmatrah" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="sskkesintiisci" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="sskkesintiisveren" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="issizlikmatrah" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="issizlikkesintiisci" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="issizlikkesintiisveren" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="damgamatrah" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="damgakesinti" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="kumulatifmatrah" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="gelirvergimatrah" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="gelirvergikesinti" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="gelirvergiindirimi" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="agitutar" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="bestutar" Type="numeric" Precision="18" Scale="2" Nullable="false" />
          <Property Name="ilaveagitutar" Type="numeric" Precision="9" Scale="2" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pcihaz">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ipadresi" Type="text" Nullable="true" />
          <Property Name="portno" Type="int4" Nullable="false" />
          <Property Name="pcihazgrupid" Type="int4" customannotation:Index="{ Name: IX_pcihazgrupid, Order: 0 }" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PcihazGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pcizelge">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="date" customannotation:Index="{ Name: PcizelgeAnah, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="personelsirketid" Type="int4" customannotation:Index="{ Name: PcizelgeAnah, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="pshiftid" Type="int4" customannotation:Index="{ Name: IX_pshiftid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pshift">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="izintipi" Type="bool" Nullable="true" />
          <Property Name="shifttipi" Type="int4" Nullable="true" />
          <Property Name="yillikdahil" Type="bool" Nullable="true" />
          <Property Name="yillikizin" Type="bool" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PshiftHrk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="pshiftid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="sira" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="baslangicsaati" Type="interval" Nullable="false" />
          <Property Name="bitissaati" Type="interval" Nullable="false" />
          <Property Name="pshifttipiid" Type="int4" customannotation:Index="{ Name: IX_pshifttipiid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PshiftTipi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pentegrasyon">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="ebilkuladi" Type="text" Nullable="true" />
          <Property Name="ebilisyerikodu" Type="text" Nullable="true" />
          <Property Name="ebilsistemsifresi" Type="text" Nullable="true" />
          <Property Name="ebilisyerisifresi" Type="text" Nullable="true" />
          <Property Name="jankuladi" Type="text" Nullable="true" />
          <Property Name="jantcno" Type="int4" Nullable="false" />
          <Property Name="jansifresi" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Psirket">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="unvani" Type="text" Nullable="true" />
          <Property Name="adres" Type="text" Nullable="true" />
          <Property Name="telefon" Type="text" Nullable="true" />
          <Property Name="il" Type="text" Nullable="true" />
          <Property Name="ilce" Type="text" Nullable="true" />
          <Property Name="vdairesi" Type="text" Nullable="true" />
          <Property Name="vno" Type="text" Nullable="true" />
          <Property Name="kurvdairesi" Type="text" Nullable="true" />
          <Property Name="kurvno" Type="text" Nullable="true" />
          <Property Name="tsicilno" Type="text" Nullable="true" />
          <Property Name="mersisno" Type="text" Nullable="true" />
          <Property Name="merkez" Type="text" Nullable="true" />
          <Property Name="webadresi" Type="text" Nullable="true" />
          <Property Name="isyerikodu" Type="int4" Nullable="false" />
          <Property Name="turu" Type="int4" Nullable="false" />
          <Property Name="durumu" Type="int4" Nullable="false" />
          <Property Name="iban" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pebildirge">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="dosyano" Type="text" Nullable="true" />
          <Property Name="tasno" Type="text" Nullable="true" />
          <Property Name="isveren" Type="text" Nullable="true" />
          <Property Name="iskolu" Type="text" Nullable="true" />
          <Property Name="iskolukodu" Type="text" Nullable="true" />
          <Property Name="iskolusube" Type="text" Nullable="true" />
          <Property Name="iskolusira" Type="text" Nullable="true" />
          <Property Name="iskoluil" Type="text" Nullable="true" />
          <Property Name="iskoluilce" Type="text" Nullable="true" />
          <Property Name="kontrolno" Type="text" Nullable="true" />
          <Property Name="aracino" Type="text" Nullable="true" />
          <Property Name="eskiunite" Type="text" Nullable="true" />
          <Property Name="sicilno" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PersCalParam">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="parametre" Type="int4" customannotation:Index="{ }" Nullable="false" />
          <Property Name="deger" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pgircik">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="date" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="baslangicsaati" Type="interval" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="pkartid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="giriscikis" Type="text" Nullable="true" />
          <Property Name="kacincigun" Type="int4" Nullable="false" />
          <Property Name="manuelislem" Type="bool" Nullable="false" />
          <Property Name="kaynank" Type="int4" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pkart">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kartno" Type="varchar" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" MaxLength="15" Nullable="true" />
          <Property Name="personelsirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pkat">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosAltGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosCari">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosDepBaglanti">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="posdepid" Type="int4" customannotation:Index="{ Name: IX_posdepid, Order: 0 }" Nullable="false" />
          <Property Name="poskategoritip" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="posaltkategorilerid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="possatkodid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="poskdvtipiid" Type="int4" customannotation:Index="{ Name: IX_poskdvtipiid, Order: 0 }" Nullable="true" />
          <Property Name="depkodid" Type="int4" customannotation:Index="{ Name: IX_depkodid, Order: 0 }" Nullable="false" />
          <Property Name="depkodindirimid" Type="int4" customannotation:Index="{ Name: IX_depkodindirimid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosDepSaat">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosKart">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kartno" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="folioid" Type="int4" customannotation:Index="{ Name: IX_folioid, Order: 0 }" Nullable="true" />
          <Property Name="posodenmezikramid" Type="int4" customannotation:Index="{ Name: IX_posodenmezikramid, Order: 0 }" Nullable="true" />
          <Property Name="limitkontrolu" Type="int4" Nullable="false" />
          <Property Name="limittutar" Type="float4" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosPansiyonDerece">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="pansiyonid" Type="int4" customannotation:Index="{ Name: IX_pansiyonid, Order: 0 }" Nullable="false" />
          <Property Name="derece" Type="int4" Nullable="false" />
          <Property Name="oran" Type="float8" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosPrintSignals">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="possipanaid" Type="int4" customannotation:Index="{ Name: IX_possipanaid, Order: 0 }" Nullable="true" />
          <Property Name="tarih" Type="timestamp" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PostingTarih">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ilktarih" Type="date" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="sontarih" Type="date" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="depkodid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosTopUrunler">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="posdepid" Type="int4" customannotation:Index="{ Name: IX_posdepid, Order: 0 }" Nullable="true" />
          <Property Name="possatkodid" Type="int4" customannotation:Index="{ Name: IX_possatkodid, Order: 0 }" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosVaryant">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosYaziciBaglanti">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="poskategoritip" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="posaltkategorilerid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="possatkodid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="posdepid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="posyazicilarid" Type="int4" customannotation:Index="{ Name: IX_posyazicilarid, Order: 0 }" Nullable="false" />
          <Property Name="posyazicidizaynid" Type="int4" customannotation:Index="{ Name: IX_posyazicidizaynid, Order: 0 }" Nullable="false" />
          <Property Name="posyazicitipi" Type="int4" Nullable="true" />
          <Property Name="kasafisi" Type="bool" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosYaziciDizayn">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="dizaynxml" Type="text" Nullable="true" />
          <Property Name="posdizayntipi" Type="int4" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="PosYazicilar">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pozevrak">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ProfilListesi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="musteriid" Type="int4" Nullable="false" />
          <Property Name="adsoyad" Type="text" Nullable="true" />
          <Property Name="dogumtarihi" Type="timestamp" Nullable="false" />
          <Property Name="telefon" Type="text" Nullable="true" />
          <Property Name="emaill" Type="text" Nullable="true" />
          <Property Name="adress" Type="text" Nullable="true" />
          <Property Name="uyrukadi" Type="text" Nullable="true" />
          <Property Name="cinsiyet" Type="int4" Nullable="true" />
          <Property Name="medenihali" Type="int4" Nullable="true" />
          <Property Name="kimlikbelgeturu" Type="int4" Nullable="true" />
          <Property Name="anaadi" Type="text" Nullable="true" />
          <Property Name="babaadi" Type="text" Nullable="true" />
          <Property Name="dogumyeri" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ProHrk">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="isyeriid" Type="int4" customannotation:Index="{ Name: IX_isyeriid, Order: 0 }" Nullable="false" />
          <Property Name="rezid" Type="int4" Nullable="false" />
          <Property Name="musteriid" Type="int4" customannotation:Index="{ Name: SadeceMusteriId }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Pzimmet">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tipi" Type="int4" Nullable="false" />
          <Property Name="kapasite" Type="int4" Nullable="false" />
          <Property Name="pkatid" Type="int4" customannotation:Index="{ Name: IX_pkatid, Order: 0 }" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporFiltreKisitlar">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="raporfiltreid" Type="int4" customannotation:Index="{ Name: IX_raporfiltreid, Order: 0 }" Nullable="false" />
          <Property Name="filtreoperator" Type="int4" Nullable="false" />
          <Property Name="propname" Type="text" Nullable="true" />
          <Property Name="kisitvalue" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporFiltreLog">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="raporfiltreid" Type="int4" customannotation:Index="{ Name: IX_raporfiltreid, Order: 0 }" Nullable="true" />
          <Property Name="ilkdeger" Type="text" Nullable="true" />
          <Property Name="sondeger" Type="text" Nullable="true" />
          <Property Name="raporlogid" Type="int4" customannotation:Index="{ Name: IX_raporlogid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporLog">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sorgu" Type="text" Nullable="true" />
          <Property Name="baslangiczamani" Type="timestamp" Nullable="true" />
          <Property Name="bitiszamani" Type="timestamp" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporLogAna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="raporkodu" Type="text" Nullable="true" />
          <Property Name="zaman" Type="timestamp" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: IX_kullaniciid, Order: 0 }" Nullable="false" />
          <Property Name="sorgu" Type="text" Nullable="true" />
          <Property Name="sorgucevap" Type="text" Nullable="true" />
          <Property Name="sira" Type="int4" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RaporManuelVeri">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" Nullable="true" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="deger" Type="text" Nullable="true" />
          <Property Name="ozelislem" Type="bool" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ResmiSirket">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RestKullanici">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="restoranbolummasatanimid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RestoranAcKapat">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="tarih" Type="timestamp" customannotation:Index="{ Name: Anahtar1, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="restoranbolummasatanimid" Type="int4" customannotation:Index="{ Name: Anahtar1, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="crmrestorandurum" Type="int4" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="RezTumList">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="rezid" Type="int4" Nullable="false" />
          <Property Name="rezno" Type="int4" Nullable="true" />
          <Property Name="gecelemecolumnorder" Type="int4" Nullable="true" />
          <Property Name="gecelememusterimusteriid" Type="int4" Nullable="true" />
          <Property Name="musteriad" Type="text" Nullable="true" />
          <Property Name="musterisoyadi" Type="text" Nullable="true" />
          <Property Name="rezcintarih" Type="timestamp" Nullable="true" />
          <Property Name="rezcouttarih" Type="timestamp" Nullable="true" />
          <Property Name="rezstatus" Type="int4" Nullable="true" />
          <Property Name="reztpip" Type="int4" Nullable="true" />
          <Property Name="rezsatistarih" Type="timestamp" Nullable="true" />
          <Property Name="gecelemeid" Type="int4" Nullable="true" />
          <Property Name="gecelemeidacentaid" Type="int4" Nullable="true" />
          <Property Name="acentakodu" Type="text" Nullable="true" />
          <Property Name="acentaadi" Type="text" Nullable="true" />
          <Property Name="gecelemegun" Type="timestamp" Nullable="true" />
          <Property Name="gecelemeodaid" Type="int4" Nullable="true" />
          <Property Name="odaadi" Type="text" Nullable="true" />
          <Property Name="gecelemeodaodakonumid" Type="int4" Nullable="true" />
          <Property Name="odakonumkodu" Type="text" Nullable="true" />
          <Property Name="odakonumadi" Type="text" Nullable="true" />
          <Property Name="gecelemepax" Type="int4" Nullable="true" />
          <Property Name="gecelemechi" Type="int4" Nullable="true" />
          <Property Name="gecelemefre" Type="int4" Nullable="true" />
          <Property Name="gecelemebeb" Type="int4" Nullable="true" />
          <Property Name="gecelemeguncellemetarihi" Type="timestamp" Nullable="true" />
          <Property Name="rezdetayekislenmetarih" Type="timestamp" Nullable="true" />
          <Property Name="rezdetayekopsiyontarih" Type="timestamp" Nullable="true" />
          <Property Name="rezdetayekaciklama" Type="text" Nullable="true" />
          <Property Name="vipkodu" Type="text" Nullable="true" />
          <Property Name="vipadi" Type="text" Nullable="true" />
          <Property Name="ulkekodu" Type="text" Nullable="true" />
          <Property Name="ulkeadi" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Santral">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="baglanti" Type="int4" Nullable="false" />
          <Property Name="marka" Type="int4" Nullable="false" />
          <Property Name="ipadress" Type="text" Nullable="true" />
          <Property Name="ipport" Type="text" Nullable="true" />
          <Property Name="comport" Type="text" Nullable="true" />
          <Property Name="combaudrate" Type="int4" Nullable="false" />
          <Property Name="comparity" Type="int4" Nullable="false" />
          <Property Name="comflowcontrol" Type="int4" Nullable="false" />
          <Property Name="comdatabit" Type="int4" Nullable="false" />
          <Property Name="comstopbit" Type="int4" Nullable="false" />
          <Property Name="odabas" Type="int4" Nullable="false" />
          <Property Name="odabit" Type="int4" Nullable="false" />
          <Property Name="kontorbas" Type="int4" Nullable="false" />
          <Property Name="kontorbit" Type="int4" Nullable="false" />
          <Property Name="telbas" Type="int4" Nullable="false" />
          <Property Name="telbit" Type="int4" Nullable="false" />
          <Property Name="zamanbas" Type="int4" Nullable="false" />
          <Property Name="zamanbit" Type="int4" Nullable="false" />
          <Property Name="surebas" Type="int4" Nullable="false" />
          <Property Name="surebit" Type="int4" Nullable="false" />
          <Property Name="depkodid" Type="int4" customannotation:Index="{ Name: IX_depkodid, Order: 0 }" Nullable="true" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: IX_dovizid, Order: 0 }" Nullable="true" />
          <Property Name="maliyet" Type="float8" Nullable="true" />
          <Property Name="satis" Type="float8" Nullable="true" />
          <Property Name="kontorsaniye" Type="int4" Nullable="true" />
          <Property Name="islemetipi" Type="int4" Nullable="true" />
          <Property Name="tellogadres" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SatAnlasmaAna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="baslangictarihi" Type="date" Nullable="false" />
          <Property Name="bitistarihi" Type="date" Nullable="false" />
          <Property Name="kurumsalid" Type="int4" customannotation:Index="{ Name: IX_kurumsalid, Order: 0 }" Nullable="false" />
          <Property Name="satanlasmaaciklama" Type="text" Nullable="true" />
          <Property Name="satanlasmadurum" Type="int4" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SatAnlasmaDetay">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="satanlasmaanaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="sirano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="miktar" Type="float8" Nullable="false" />
          <Property Name="birimfiyat" Type="float8" Nullable="false" />
          <Property Name="urunid" Type="int4" customannotation:Index="{ Name: IX_urunid, Order: 0 }" Nullable="false" />
          <Property Name="urunmarkaid" Type="int4" customannotation:Index="{ Name: IX_urunmarkaid, Order: 0 }" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SatKurumsal">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kurumsalid" Type="int4" customannotation:Index="{ Name: IX_kurumsalid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SatKurumsalELogin">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="satkurumsalid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="sirano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="kullaniciadi" Type="text" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="true" />
          <Property Name="kullanicisifre" Type="text" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SipHrkTeklif">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sirano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="sipmikid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="satkurumsalid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="miktar" Type="float8" Nullable="false" />
          <Property Name="tekliftutari" Type="float8" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SipMik">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="siphrkdetayid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="departmananaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="miktar" Type="float8" Nullable="false" />
          <Property Name="kesinonay" Type="bool" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SatOzelKodBaglanti">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sipmikid" Type="int4" customannotation:Index="{ Name: IX_sipmikid, Order: 0 }" Nullable="false" />
          <Property Name="satozelkodicerikid" Type="int4" customannotation:Index="{ Name: IX_satozelkodicerikid, Order: 0 }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SatOzelKodIcerik">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="satozelkodgrupid" Type="int4" customannotation:Index="{ Name: IX_satozelkodgrupid, Order: 0 }" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SatOzelKod">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SipHrkDetay">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sirano" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="siphrkanaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="urunid" Type="int4" customannotation:Index="{ Name: IX_urunid, Order: 0 }" Nullable="false" />
          <Property Name="urunmarkaid" Type="int4" customannotation:Index="{ Name: IX_urunmarkaid, Order: 0 }" Nullable="true" />
          <Property Name="onayadimid" Type="int4" customannotation:Index="{ Name: IX_onayadimid, Order: 0 }" Nullable="true" />
          <Property Name="satiraciklama" Type="text" Nullable="true" />
          <Property Name="departmananaid" Type="int4" customannotation:Index="{ Name: IX_departmananaid, Order: 0 }" Nullable="true" />
          <Property Name="miktar" Type="float8" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SipHrkAna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="siphrktarih" Type="date" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="siphrksaat" Type="interval" Nullable="true" />
          <Property Name="siphrkanadurum" Type="int4" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="saturungrupid" Type="int4" customannotation:Index="{ Name: IX_saturungrupid, Order: 0 }" Nullable="true" />
          <Property Name="acil" Type="bool" Nullable="true" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SatUrunGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SatUrunGrupKurumsal">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="saturungrupid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="saturungrupkurumsalid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="satkurumsalid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SatUrunGrupMail">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="saturungrupid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="mailadres" Type="text" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SatUrunGrupUrun">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="saturungrupid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="envanterid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="true" />
          <Property Name="urunid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SipHrkDetayAsama">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" customannotation:Index="{ Name: IX_id, Order: 0 }" Nullable="false" />
          <Property Name="yenisatinalma" Type="bool" Nullable="true" />
          <Property Name="kapanmissatinalma" Type="bool" Nullable="true" />
          <Property Name="satinalmakontrolasamasi" Type="bool" Nullable="true" />
          <Property Name="saticieklemeasamasi" Type="bool" Nullable="true" />
          <Property Name="fiyatteklifigonderildi" Type="bool" Nullable="true" />
          <Property Name="fiyatlandirmaasamasi" Type="bool" Nullable="true" />
          <Property Name="onayasamasi" Type="bool" Nullable="true" />
          <Property Name="siparisgonderimbekleniyor" Type="bool" Nullable="true" />
          <Property Name="siparisgonderildi" Type="bool" Nullable="true" />
          <Property Name="siparisteslimedildi" Type="bool" Nullable="true" />
          <Property Name="depogirisiyapildi" Type="bool" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SipHrkOnay">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="siphrkdetayid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="kullaniciid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="satkurumsalid" Type="int4" customannotation:Index="{ Name: IX_satkurumsalid, Order: 0 }" Nullable="true" />
          <Property Name="onaymiktar" Type="float8" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SayimHrkAna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="no" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="sayimtarih" Type="date" Nullable="false" />
          <Property Name="departmananaid" Type="int4" customannotation:Index="{ Name: IX_departmananaid, Order: 0 }" Nullable="true" />
          <Property Name="stokhrkanaid" Type="int4" customannotation:Index="{ Name: IX_stokhrkanaid, Order: 0 }" Nullable="true" />
          <Property Name="sayimhrkanagrupid" Type="int4" customannotation:Index="{ Name: IX_sayimhrkanagrupid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SayimHrkAnaBaglanti">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="sayimhrkanaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="stokhrkanaid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SayimHrkAnaGrup">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Servisler">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kategori" Type="int4" Nullable="false" />
          <Property Name="servistipi" Type="int4" Nullable="true" />
          <Property Name="dosyaturu" Type="int4" Nullable="false" />
          <Property Name="dosyaayrac" Type="int4" Nullable="false" />
          <Property Name="dakika" Type="int4" Nullable="false" />
          <Property Name="baslangic" Type="interval" Nullable="false" />
          <Property Name="bitis" Type="interval" Nullable="false" />
          <Property Name="raporid" Type="int4" customannotation:Index="{ Name: IX_raporid, Order: 0 }" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="ServislerBaglanti">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="servislerid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="adres" Type="text" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="StokhrkIskonto">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="stokhrkdetayid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="iskontosira" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="oran" Type="float4" Nullable="false" />
          <Property Name="tutar" Type="float4" Nullable="false" />
          <Property Name="tip" Type="int4" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="SubeKodu">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ustkirilimid" Type="int4" customannotation:Index="{ Name: IX_ustkirilimid, Order: 0 }" Nullable="true" />
          <Property Name="bankasubetipi" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="UrunFiyatTipi">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="_dovizid" Type="int4" Nullable="true" />
          <Property Name="dovizid" Type="int4" customannotation:Index="{ Name: IX_dovizid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="UrunKdvHesap">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="urunkdvbelgetipi" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="urunkdvyil" Type="text" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="true" />
          <Property Name="kdvid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="urunkdvay" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="false" />
          <Property Name="girishesapid" Type="int4" customannotation:Index="{ Name: IX_girishesapid, Order: 0 }" Nullable="true" />
          <Property Name="iadehesapid" Type="int4" customannotation:Index="{ Name: IX_iadehesapid, Order: 0 }" Nullable="true" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="VergiTevkifatIstisna">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="ustkirilimid" Type="int4" customannotation:Index="{ Name: IX_ustkirilimid, Order: 0 }" Nullable="true" />
          <Property Name="kodu" Type="text" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="adi" Type="text" Nullable="true" />
          <Property Name="pasif" Type="bool" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Versiyonlama">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="versiyonislemtipi" Type="int4" Nullable="false" />
          <Property Name="kodu" Type="text" Nullable="true" />
          <Property Name="bilgi" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Widget">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="kulid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="widgetid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="modulid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 4, IsUnique: True }" Nullable="false" />
          <Property Name="rowindex" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 5, IsUnique: True }" Nullable="false" />
          <Property Name="columnindex" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 6, IsUnique: True }" Nullable="false" />
          <Property Name="rowspan" Type="int4" Nullable="false" />
          <Property Name="columnspan" Type="int4" Nullable="false" />
          <Property Name="sirketid" Type="int4" customannotation:Index="{ Name: SirketKod, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="Yayim">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="aciklama" Type="text" Nullable="true" />
          <Property Name="lokasyon" Type="text" Nullable="true" />
          <Property Name="kullanici" Type="text" Nullable="true" />
          <Property Name="sifre" Type="text" Nullable="true" />
          <Property Name="kullanimdisi" Type="bool" Nullable="false" />
          <Property Name="test" Type="bool" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="YillikParam">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="paramtipi" Type="int4" customannotation:Index="{ Name: YillikParam, Order: 1, IsUnique: True }" Nullable="false" />
          <Property Name="yil" Type="int4" customannotation:Index="{ Name: YillikParam, Order: 2, IsUnique: True }" Nullable="false" />
          <Property Name="parametre1" Type="text" customannotation:Index="{ Name: YillikParam, Order: 3, IsUnique: True }" Nullable="false" />
          <Property Name="parametre2" Type="text" Nullable="true" />
          <Property Name="parametre3" Type="text" Nullable="true" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <EntityType Name="YayimModul">
          <Key>
            <PropertyRef Name="id" />
          </Key>
          <Property Name="id" Type="int4" StoreGeneratedPattern="Identity" Nullable="false" />
          <Property Name="modul" Type="int4" Nullable="false" />
          <Property Name="versiyoncheck" Type="bool" Nullable="false" />
          <Property Name="izciid" Type="int4" Nullable="true" />
          <Property Name="xmin" Type="text" StoreGeneratedPattern="Computed" Nullable="true" />
          <Property Name="guncellemetarihi" Type="timestamp" customannotation:Index="{ }" Nullable="false" />
          <Property Name="silinmis" Type="bool" Nullable="false" />
        </EntityType>
        <Association Name="AcentaMail_Acenta">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="0..1" />
          <End Role="AcentaMail" Type="Self.AcentaMail" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AcentaMail">
              <PropertyRef Name="acentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Email_MailIslemler">
          <End Role="Email" Type="Self.Email" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MailIslem" Type="Self.MailIslem" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Email">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MailIslem">
              <PropertyRef Name="emailid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MailSunucu_Emailler">
          <End Role="MailSunucu" Type="Self.MailSunucu" Multiplicity="0..1" />
          <End Role="Email" Type="Self.Email" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MailSunucu">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Email">
              <PropertyRef Name="mailsunucuid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SirketGrupSirket_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SirketGrupSirket" Type="Self.SirketGrupSirket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SirketGrupSirket">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SirketGrup_SirketGrupSirketler">
          <End Role="SirketGrup" Type="Self.SirketGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SirketGrupSirket" Type="Self.SirketGrupSirket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SirketGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SirketGrupSirket">
              <PropertyRef Name="sirketgrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AlanYetki_AlanYetkiKullanicilar">
          <End Role="AlanYetki" Type="Self.AlanYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AlanYetkiKullanici" Type="Self.AlanYetkiKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AlanYetki">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AlanYetkiKullanici">
              <PropertyRef Name="alanyetkiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AlanYetkiYetkiGrup_AlanYetki">
          <End Role="AlanYetki" Type="Self.AlanYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AlanYetkiYetkiGrup" Type="Self.AlanYetkiYetkiGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AlanYetki">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AlanYetkiYetkiGrup">
              <PropertyRef Name="alanyetkiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YetkiGrup_AlanYetkiYetkiGruplar">
          <End Role="YetkiGrup" Type="Self.YetkiGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AlanYetkiYetkiGrup" Type="Self.AlanYetkiYetkiGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="YetkiGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AlanYetkiYetkiGrup">
              <PropertyRef Name="yetkigrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IslemYetkiKullanici_IslemYetki">
          <End Role="IslemYetki" Type="Self.IslemYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="IslemYetkiKullanici" Type="Self.IslemYetkiKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="IslemYetki">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="IslemYetkiKullanici">
              <PropertyRef Name="islemyetkiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IslemYetkiKullanici_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="IslemYetkiKullanici" Type="Self.IslemYetkiKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="IslemYetkiKullanici">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IslemYetki_IslemYetkiYetkiGruplar">
          <End Role="IslemYetki" Type="Self.IslemYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="IslemYetkiYetkiGrup" Type="Self.IslemYetkiYetkiGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="IslemYetki">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="IslemYetkiYetkiGrup">
              <PropertyRef Name="islemyetkiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IslemYetki_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="0..1" />
          <End Role="IslemYetki" Type="Self.IslemYetki" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="IslemYetki">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Tablo_IslemYetkiler">
          <End Role="Tablo" Type="Self.Tablo" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="IslemYetki" Type="Self.IslemYetki" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Tablo">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="IslemYetki">
              <PropertyRef Name="tabloid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Simge_Kolonlar">
          <End Role="Simge" Type="Self.Simge" Multiplicity="0..1" />
          <End Role="Kolon" Type="Self.Kolon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Simge">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kolon">
              <PropertyRef Name="simgeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Simge_Tablolar">
          <End Role="Simge" Type="Self.Simge" Multiplicity="0..1" />
          <End Role="Tablo" Type="Self.Tablo" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Simge">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Tablo">
              <PropertyRef Name="simgeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kolon_Tablo">
          <End Role="Tablo" Type="Self.Tablo" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Kolon" Type="Self.Kolon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Tablo">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kolon">
              <PropertyRef Name="tabloid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IslemYetkiYetkiGrup_YetkiGrup">
          <End Role="YetkiGrup" Type="Self.YetkiGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="IslemYetkiYetkiGrup" Type="Self.IslemYetkiYetkiGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="YetkiGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="IslemYetkiYetkiGrup">
              <PropertyRef Name="yetkigrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnaMenu_UstMenu">
          <End Role="AnaMenu" Type="Self.AnaMenu" Multiplicity="0..1" />
          <End Role="AnaMenuSelf" Type="Self.AnaMenu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AnaMenu">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AnaMenuSelf">
              <PropertyRef Name="ustmenuid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYetki_AnaMenu">
          <End Role="AnaMenu" Type="Self.AnaMenu" Multiplicity="0..1" />
          <End Role="MenuYetki" Type="Self.MenuYetki" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AnaMenu">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MenuYetki">
              <PropertyRef Name="AnaMenu_Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYetkiKullanici_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MenuYetkiKullanici" Type="Self.MenuYetkiKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MenuYetkiKullanici">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYetkiKullanici_MenuYetki">
          <End Role="MenuYetki" Type="Self.MenuYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MenuYetkiKullanici" Type="Self.MenuYetkiKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MenuYetki">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MenuYetkiKullanici">
              <PropertyRef Name="menuyetkiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYetki_MenuYetkiYetkiGruplar">
          <End Role="MenuYetki" Type="Self.MenuYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MenuYetkiYetkiGrup" Type="Self.MenuYetkiYetkiGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MenuYetki">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MenuYetkiYetkiGrup">
              <PropertyRef Name="menuyetkiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYetki_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="0..1" />
          <End Role="MenuYetki" Type="Self.MenuYetki" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MenuYetki">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYetkiYetkiGrup_YetkiGrup">
          <End Role="YetkiGrup" Type="Self.YetkiGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MenuYetkiYetkiGrup" Type="Self.MenuYetkiYetkiGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="YetkiGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MenuYetkiYetkiGrup">
              <PropertyRef Name="yetkigrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AsyaReportPreviewDesign_AsyaReportBaseLayout">
          <End Role="AsyaReportBaseLayout" Type="Self.AsyaReportBaseLayout" Multiplicity="0..1" />
          <End Role="AsyaReportPreviewDesign" Type="Self.AsyaReportPreviewDesign" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AsyaReportBaseLayout">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AsyaReportPreviewDesign">
              <PropertyRef Name="asyareportbaselayoutid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AsyaReportPreviewDesign_Rapor">
          <End Role="Rapor" Type="Self.Rapor" Multiplicity="0..1" />
          <End Role="AsyaReportPreviewDesign" Type="Self.AsyaReportPreviewDesign" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rapor">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AsyaReportPreviewDesign">
              <PropertyRef Name="raporid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporFiltre_Rapor">
          <End Role="Rapor" Type="Self.Rapor" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporFiltre" Type="Self.RaporFiltre" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rapor">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporFiltre">
              <PropertyRef Name="raporid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporFiltre_UstIliski">
          <End Role="RaporFiltre" Type="Self.RaporFiltre" Multiplicity="0..1" />
          <End Role="RaporFiltreSelf" Type="Self.RaporFiltre" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporFiltre">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporFiltreSelf">
              <PropertyRef Name="ustiliskiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSql_Rapor">
          <End Role="Rapor" Type="Self.Rapor" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporSql" Type="Self.RaporSql" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rapor">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporSql">
              <PropertyRef Name="raporid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizayn_BaseRaporLayout">
          <End Role="RaporLayout" Type="Self.RaporLayout" Multiplicity="0..1" />
          <End Role="RaporSqlDizayn" Type="Self.RaporSqlDizayn" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporLayout">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporSqlDizayn">
              <PropertyRef Name="baseraporlayoutid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizayn_RaporLayout">
          <End Role="RaporLayout" Type="Self.RaporLayout" Multiplicity="0..1" />
          <End Role="RaporSqlDizayn" Type="Self.RaporSqlDizayn" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporLayout">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporSqlDizayn">
              <PropertyRef Name="raporlayoutid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizayn_RaporSql">
          <End Role="RaporSql" Type="Self.RaporSql" Multiplicity="0..1" />
          <End Role="RaporSqlDizayn" Type="Self.RaporSqlDizayn" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporSql">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporSqlDizayn">
              <PropertyRef Name="raporsqlid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizaynKolon_RaporSqlDizayn">
          <End Role="RaporSqlDizayn" Type="Self.RaporSqlDizayn" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporSqlDizaynKolon" Type="Self.RaporSqlDizaynKolon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporSqlDizayn">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporSqlDizaynKolon">
              <PropertyRef Name="raporsqldizaynid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizaynRenk_RaporSqlDizayn">
          <End Role="RaporSqlDizayn" Type="Self.RaporSqlDizayn" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporSqlDizaynRenk" Type="Self.RaporSqlDizaynRenk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporSqlDizayn">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporSqlDizaynRenk">
              <PropertyRef Name="raporsqldizaynid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizaynRenk_RaporSqlDizaynKolon">
          <End Role="RaporSqlDizaynKolon" Type="Self.RaporSqlDizaynKolon" Multiplicity="0..1" />
          <End Role="RaporSqlDizaynRenk" Type="Self.RaporSqlDizaynRenk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporSqlDizaynKolon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporSqlDizaynRenk">
              <PropertyRef Name="raporsqldizaynkolonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="WhitePage_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="WhitePage" Type="Self.WhitePage" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="WhitePage">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="WhitePage_WhitePageDizaynlar">
          <End Role="WhitePage" Type="Self.WhitePage" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="WhitePageDizayn" Type="Self.WhitePageDizayn" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="WhitePage">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="WhitePageDizayn">
              <PropertyRef Name="whitepageid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporSqlDizayn_WhitePageDizayn">
          <End Role="WhitePageDizayn" Type="Self.WhitePageDizayn" Multiplicity="0..1" />
          <End Role="RaporSqlDizayn" Type="Self.RaporSqlDizayn" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="WhitePageDizayn">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporSqlDizayn">
              <PropertyRef Name="whitepagedizaynid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporYetki_Rapor">
          <End Role="Rapor" Type="Self.Rapor" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporYetki" Type="Self.RaporYetki" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rapor">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporYetki">
              <PropertyRef Name="raporid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporYetkiKullanici_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporYetkiKullanici" Type="Self.RaporYetkiKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporYetkiKullanici">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporYetkiKullanici_RaporYetki">
          <End Role="RaporYetki" Type="Self.RaporYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporYetkiKullanici" Type="Self.RaporYetkiKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporYetki">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporYetkiKullanici">
              <PropertyRef Name="raporyetkiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporYetki_RaporYetkiYetkiGruplar">
          <End Role="RaporYetki" Type="Self.RaporYetki" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporYetkiYetkiGrup" Type="Self.RaporYetkiYetkiGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporYetki">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporYetkiYetkiGrup">
              <PropertyRef Name="raporyetkiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporYetki_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="0..1" />
          <End Role="RaporYetki" Type="Self.RaporYetki" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporYetki">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporYetkiYetkiGrup_YetkiGrup">
          <End Role="YetkiGrup" Type="Self.YetkiGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporYetkiYetkiGrup" Type="Self.RaporYetkiYetkiGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="YetkiGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporYetkiYetkiGrup">
              <PropertyRef Name="yetkigrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YetkiGrupKullanici_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="YetkiGrupKullanici" Type="Self.YetkiGrupKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="YetkiGrupKullanici">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YetkiGrupKullanici_YetkiGrup">
          <End Role="YetkiGrup" Type="Self.YetkiGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="YetkiGrupKullanici" Type="Self.YetkiGrupKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="YetkiGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="YetkiGrupKullanici">
              <PropertyRef Name="yetkigrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AlanYetki_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="0..1" />
          <End Role="AlanYetki" Type="Self.AlanYetki" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AlanYetki">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AlanYetki_Tablo">
          <End Role="Tablo" Type="Self.Tablo" Multiplicity="0..1" />
          <End Role="AlanYetki" Type="Self.AlanYetki" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Tablo">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AlanYetki">
              <PropertyRef Name="Tablo_Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AlanYetkiKullanici_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AlanYetkiKullanici" Type="Self.AlanYetkiKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AlanYetkiKullanici">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KullaniciOzelYetki_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KullaniciOzelYetki" Type="Self.KullaniciOzelYetki" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KullaniciOzelYetki">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Musteri_Acentalar">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="0..1" />
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Acenta">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmMenuTanimMenuYemek_CrmMenuTanim">
          <End Role="CrmMenuTanim" Type="Self.CrmMenuTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmMenuTanimMenuYemek" Type="Self.CrmMenuTanimMenuYemek" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmMenuTanim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmMenuTanimMenuYemek">
              <PropertyRef Name="crmmenutanimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYemek_CrmMenuTanimMenuYemekler">
          <End Role="MenuYemek" Type="Self.MenuYemek" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmMenuTanimMenuYemek" Type="Self.CrmMenuTanimMenuYemek" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MenuYemek">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmMenuTanimMenuYemek">
              <PropertyRef Name="menuyemekid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYemekRecete_MenuYemek">
          <End Role="MenuYemek" Type="Self.MenuYemek" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MenuYemekRecete" Type="Self.MenuYemekRecete" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MenuYemek">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MenuYemekRecete">
              <PropertyRef Name="menuyemekid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Banka_Dovizler">
          <End Role="Banka" Type="Self.Banka" Multiplicity="0..1" />
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Banka">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Doviz">
              <PropertyRef Name="bankaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Banka_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Banka" Type="Self.Banka" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Banka">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Dovboz_Alinan_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Dovboz" Type="Self.Dovboz" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Dovboz">
              <PropertyRef Name="alinan_dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BilbordFiyatKonum_Bilbord">
          <End Role="Bilbord" Type="Self.Bilbord" Multiplicity="0..1" />
          <End Role="BilbordFiyatKonum" Type="Self.BilbordFiyatKonum" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Bilbord">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BilbordFiyatKonum">
              <PropertyRef Name="bilbordid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatKonum_BilbordFiyatKonumlar">
          <End Role="FiyatKonum" Type="Self.FiyatKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BilbordFiyatKonum" Type="Self.BilbordFiyatKonum" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FiyatKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BilbordFiyatKonum">
              <PropertyRef Name="fiyatkonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Geceleme_Acenta">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="0..1" />
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Geceleme">
              <PropertyRef Name="acentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Geceleme_Bilbord">
          <End Role="Bilbord" Type="Self.Bilbord" Multiplicity="0..1" />
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Bilbord">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Geceleme">
              <PropertyRef Name="bilbordid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Geceleme_FiyatKonum">
          <End Role="FiyatKonum" Type="Self.FiyatKonum" Multiplicity="0..1" />
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FiyatKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Geceleme">
              <PropertyRef Name="fiyatkonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatPlan_Geceleme">
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FiyatPlan" Type="Self.FiyatPlan" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Geceleme">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FiyatPlan">
              <PropertyRef Name="gecelemeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatPlan_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FiyatPlan" Type="Self.FiyatPlan" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FiyatPlan">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Odeme_GecelemeDetayEkler">
          <End Role="Odeme" Type="Self.Odeme" Multiplicity="0..1" />
          <End Role="GecelemeDetayEk" Type="Self.GecelemeDetayEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Odeme">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GecelemeDetayEk">
              <PropertyRef Name="odemeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Odeme_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Odeme" Type="Self.Odeme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Odeme">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pazar_GecelemeDetayEkler">
          <End Role="Pazar" Type="Self.Pazar" Multiplicity="0..1" />
          <End Role="GecelemeDetayEk" Type="Self.GecelemeDetayEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pazar">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GecelemeDetayEk">
              <PropertyRef Name="pazarid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MerkezAcenta_Acentalar">
          <End Role="MerkezAcenta" Type="Self.MerkezAcenta" Multiplicity="0..1" />
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MerkezAcenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Acenta">
              <PropertyRef Name="merkezacentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MerkezAcenta_MerkezPazar">
          <End Role="MerkezPazar" Type="Self.MerkezPazar" Multiplicity="0..1" />
          <End Role="MerkezAcenta" Type="Self.MerkezAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MerkezPazar">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MerkezAcenta">
              <PropertyRef Name="merkezpazarid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CarpanHrk_Carpan">
          <End Role="Carpan" Type="Self.Carpan" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CarpanHrk" Type="Self.CarpanHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Carpan">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CarpanHrk">
              <PropertyRef Name="carpanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CarpanHrk_FiyatKonum">
          <End Role="FiyatKonum" Type="Self.FiyatKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CarpanHrk" Type="Self.CarpanHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FiyatKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CarpanHrk">
              <PropertyRef Name="fiyatkonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumHamFiyat_FiyatKonum">
          <End Role="FiyatKonum" Type="Self.FiyatKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KonumHamFiyat" Type="Self.KonumHamFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FiyatKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KonumHamFiyat">
              <PropertyRef Name="fiyatkonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumHamFiyat_Kategori">
          <End Role="Kategori" Type="Self.Kategori" Multiplicity="0..1" />
          <End Role="KonumHamFiyat" Type="Self.KonumHamFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kategori">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KonumHamFiyat">
              <PropertyRef Name="kategoriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumHamFiyatPaket_KonumHamFiyat">
          <End Role="KonumHamFiyat" Type="Self.KonumHamFiyat" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KonumHamFiyatPaket" Type="Self.KonumHamFiyatPaket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="KonumHamFiyat">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KonumHamFiyatPaket">
              <PropertyRef Name="konumhamfiyatid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepkodGrup_Depkodlar">
          <End Role="DepkodGrup" Type="Self.DepkodGrup" Multiplicity="0..1" />
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepkodGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Depkod">
              <PropertyRef Name="depkodgrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRouteDepkodGrup_DepkodGrup">
          <End Role="DepkodGrup" Type="Self.DepkodGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FolioRouteDepkodGrup" Type="Self.FolioRouteDepkodGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepkodGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FolioRouteDepkodGrup">
              <PropertyRef Name="depkodgrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ExtraHrk_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ExtraHrk" Type="Self.ExtraHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ExtraHrk">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ExtraDepkod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ExtraDepkod" Type="Self.ExtraDepkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ExtraDepkod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ExtraHrk_ExtraDepkod">
          <End Role="ExtraDepkod" Type="Self.ExtraDepkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ExtraHrk" Type="Self.ExtraHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ExtraDepkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ExtraHrk">
              <PropertyRef Name="extradepkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ExtraHrk_Folio">
          <End Role="Folio" Type="Self.Folio" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ExtraHrk" Type="Self.ExtraHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Folio">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ExtraHrk">
              <PropertyRef Name="folioid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ExtraHrk_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ExtraHrk" Type="Self.ExtraHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ExtraHrk">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AdresIlce_AdresIl">
          <End Role="AdresIl" Type="Self.AdresIl" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AdresIlce" Type="Self.AdresIlce" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AdresIl">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AdresIlce">
              <PropertyRef Name="adresilid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AdresUlke_AdresIller">
          <End Role="AdresUlke" Type="Self.AdresUlke" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AdresIl" Type="Self.AdresIl" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AdresUlke">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AdresIl">
              <PropertyRef Name="adresulkeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DayEventGrupAdresUlke_AdresUlke">
          <End Role="AdresUlke" Type="Self.AdresUlke" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DayEventGrupAdresUlke" Type="Self.DayEventGrupAdresUlke" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AdresUlke">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DayEventGrupAdresUlke">
              <PropertyRef Name="adresulkeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DayEvent_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DayEvent" Type="Self.DayEvent" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DayEvent">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DayEventGrup_DayEvent">
          <End Role="DayEvent" Type="Self.DayEvent" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DayEventGrup" Type="Self.DayEventGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DayEvent">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DayEventGrup">
              <PropertyRef Name="dayeventid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DayEventGrup_DayEventGrupAdresUlkeler">
          <End Role="DayEventGrup" Type="Self.DayEventGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DayEventGrupAdresUlke" Type="Self.DayEventGrupAdresUlke" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DayEventGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DayEventGrupAdresUlke">
              <PropertyRef Name="dayeventgrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DayEventGrup_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DayEventGrup" Type="Self.DayEventGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DayEventGrup">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MailSablonu_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MailSablonu" Type="Self.MailSablonu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MailSablonu">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DayEventGrupAdresUlke_MailSablonu">
          <End Role="MailSablonu" Type="Self.MailSablonu" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DayEventGrupAdresUlke" Type="Self.DayEventGrupAdresUlke" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MailSablonu">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DayEventGrupAdresUlke">
              <PropertyRef Name="mailsablonuid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Adres_AdresIl">
          <End Role="AdresIl" Type="Self.AdresIl" Multiplicity="0..1" />
          <End Role="Adres" Type="Self.Adres" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AdresIl">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Adres">
              <PropertyRef Name="adresilid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Adres_AdresIlce">
          <End Role="AdresIlce" Type="Self.AdresIlce" Multiplicity="0..1" />
          <End Role="Adres" Type="Self.Adres" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AdresIlce">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Adres">
              <PropertyRef Name="adresilceid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Adres_AdresUlke">
          <End Role="AdresUlke" Type="Self.AdresUlke" Multiplicity="0..1" />
          <End Role="Adres" Type="Self.Adres" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AdresUlke">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Adres">
              <PropertyRef Name="adresulkeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kurumsal_Adres">
          <End Role="Adres" Type="Self.Adres" Multiplicity="0..1" />
          <End Role="Kurumsal" Type="Self.Kurumsal" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Adres">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kurumsal">
              <PropertyRef Name="adresid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesap_KurumsalHesaplar">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KurumsalHesap" Type="Self.KurumsalHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KurumsalHesap">
              <PropertyRef Name="hesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesap_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hesap">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KurumsalHesap_Kurumsal">
          <End Role="Kurumsal" Type="Self.Kurumsal" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KurumsalHesap" Type="Self.KurumsalHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kurumsal">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KurumsalHesap">
              <PropertyRef Name="kurumsalid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriKurumsal_Kurumsal">
          <End Role="Kurumsal" Type="Self.Kurumsal" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MusteriKurumsal" Type="Self.MusteriKurumsal" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kurumsal">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriKurumsal">
              <PropertyRef Name="kurumsalid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriKurumsal_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MusteriKurumsal" Type="Self.MusteriKurumsal" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriKurumsal">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriAdres_Adres">
          <End Role="Adres" Type="Self.Adres" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MusteriAdres" Type="Self.MusteriAdres" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Adres">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriAdres">
              <PropertyRef Name="adresid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriAdres_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MusteriAdres" Type="Self.MusteriAdres" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriAdres">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_Adres">
          <End Role="Adres" Type="Self.Adres" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Fatura" Type="Self.Fatura" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Adres">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Fatura">
              <PropertyRef Name="adresid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="0..1" />
          <End Role="Fatura" Type="Self.Fatura" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Fatura">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaIptal_Fatura">
          <End Role="Fatura" Type="Self.Fatura" Multiplicity="1" />
          <End Role="FaturaIptal" Type="Self.FaturaIptal" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Fatura">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FaturaIptal">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaIptal_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FaturaIptal" Type="Self.FaturaIptal" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FaturaIptal">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSeri_Faturalar">
          <End Role="FaturaSeri" Type="Self.FaturaSeri" Multiplicity="0..1" />
          <End Role="Fatura" Type="Self.Fatura" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FaturaSeri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Fatura">
              <PropertyRef Name="faturaseriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSeri_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FaturaSeri" Type="Self.FaturaSeri" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FaturaSeri">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="EFaturaBirimKodlari_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="EFaturaBirimKodlari" Type="Self.EFaturaBirimKodlari" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="EFaturaBirimKodlari">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Birim_EFaturaBirimKodlari">
          <End Role="EFaturaBirimKodlari" Type="Self.EFaturaBirimKodlari" Multiplicity="0..1" />
          <End Role="Birim" Type="Self.Birim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="EFaturaBirimKodlari">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Birim">
              <PropertyRef Name="efaturabirimkodlariid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Birim_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Birim" Type="Self.Birim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Birim">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSira_Birim">
          <End Role="Birim" Type="Self.Birim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FaturaSira" Type="Self.FaturaSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Birim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FaturaSira">
              <PropertyRef Name="birimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSira_Fatura">
          <End Role="Fatura" Type="Self.Fatura" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FaturaSira" Type="Self.FaturaSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Fatura">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FaturaSira">
              <PropertyRef Name="faturaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSira_Iskontolar">
          <End Role="FaturaSira" Type="Self.FaturaSira" Multiplicity="0..1" />
          <End Role="Iskonto" Type="Self.Iskonto" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FaturaSira">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Iskonto">
              <PropertyRef Name="FaturaSira_Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kdv_Depkodlar">
          <End Role="Kdv" Type="Self.Kdv" Multiplicity="0..1" />
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kdv">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Depkod">
              <PropertyRef Name="kdvid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kdv_Hrklar">
          <End Role="Kdv" Type="Self.Kdv" Multiplicity="0..1" />
          <End Role="Hrk" Type="Self.Hrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kdv">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hrk">
              <PropertyRef Name="kdvid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kdv_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Kdv" Type="Self.Kdv" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kdv">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSira_Kdv">
          <End Role="Kdv" Type="Self.Kdv" Multiplicity="0..1" />
          <End Role="FaturaSira" Type="Self.FaturaSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kdv">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FaturaSira">
              <PropertyRef Name="kdvid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSira_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FaturaSira" Type="Self.FaturaSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FaturaSira">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Tevkifat_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Tevkifat" Type="Self.Tevkifat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Tevkifat">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TevkifatOran_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="TevkifatOran" Type="Self.TevkifatOran" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="TevkifatOran">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TevkifatOran_Tevkifatlar">
          <End Role="TevkifatOran" Type="Self.TevkifatOran" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Tevkifat" Type="Self.Tevkifat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="TevkifatOran">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Tevkifat">
              <PropertyRef Name="tevkifatoranid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaSira_Tevkifat">
          <End Role="Tevkifat" Type="Self.Tevkifat" Multiplicity="0..1" />
          <End Role="FaturaSira" Type="Self.FaturaSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Tevkifat">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FaturaSira">
              <PropertyRef Name="tevkifatid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_Hesap">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="Fatura" Type="Self.Fatura" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Fatura">
              <PropertyRef Name="hesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_Kurumsal">
          <End Role="Kurumsal" Type="Self.Kurumsal" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Fatura" Type="Self.Fatura" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kurumsal">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Fatura">
              <PropertyRef Name="kurumsalid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="0..1" />
          <End Role="Fatura" Type="Self.Fatura" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Fatura">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_OnburoFoliolar">
          <End Role="Fatura" Type="Self.Fatura" Multiplicity="0..1" />
          <End Role="Folio" Type="Self.Folio" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Fatura">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Folio">
              <PropertyRef Name="faturaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Fatura_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Fatura" Type="Self.Fatura" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Fatura">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Folio_FolioRoutelar">
          <End Role="Folio" Type="Self.Folio" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FolioRoute" Type="Self.FolioRoute" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Folio">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FolioRoute">
              <PropertyRef Name="folioid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Folio_Hareketler">
          <End Role="Folio" Type="Self.Folio" Multiplicity="0..1" />
          <End Role="Hrk" Type="Self.Hrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Folio">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hrk">
              <PropertyRef Name="folioid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Folio_KaynakHareketler">
          <End Role="Folio" Type="Self.Folio" Multiplicity="0..1" />
          <End Role="Hrk" Type="Self.Hrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Folio">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hrk">
              <PropertyRef Name="kaynakfolioid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketSira_Anket">
          <End Role="Anket" Type="Self.Anket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AnketSira" Type="Self.AnketSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Anket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AnketSira">
              <PropertyRef Name="anketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketSoru_AnketSiralar">
          <End Role="AnketSoru" Type="Self.AnketSoru" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AnketSira" Type="Self.AnketSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AnketSoru">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AnketSira">
              <PropertyRef Name="anketsoruid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Cevap_AnketSorular">
          <End Role="Cevap" Type="Self.Cevap" Multiplicity="0..1" />
          <End Role="AnketSoru" Type="Self.AnketSoru" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Cevap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AnketSoru">
              <PropertyRef Name="cevapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CevapIcerik_AnketSiralar">
          <End Role="CevapIcerik" Type="Self.CevapIcerik" Multiplicity="0..1" />
          <End Role="AnketSira" Type="Self.AnketSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CevapIcerik">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AnketSira">
              <PropertyRef Name="cevapicerikid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CevapIcerik_Cevap">
          <End Role="Cevap" Type="Self.Cevap" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CevapIcerik" Type="Self.CevapIcerik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Cevap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CevapIcerik">
              <PropertyRef Name="cevapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CevapIcerik_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CevapIcerik" Type="Self.CevapIcerik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CevapIcerik">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Cevap_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Cevap" Type="Self.Cevap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Cevap">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Dil_AnketSorular">
          <End Role="Dil" Type="Self.Dil" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AnketSoru" Type="Self.AnketSoru" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Dil">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AnketSoru">
              <PropertyRef Name="dilid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Dil_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Dil" Type="Self.Dil" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Dil">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketSoru_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AnketSoru" Type="Self.AnketSoru" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AnketSoru">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketSoru_UstAnketSoru">
          <End Role="AnketSoru" Type="Self.AnketSoru" Multiplicity="0..1" />
          <End Role="AnketSoruSelf" Type="Self.AnketSoru" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AnketSoru">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AnketSoruSelf">
              <PropertyRef Name="ustanketsoruid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketSira_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AnketSira" Type="Self.AnketSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AnketSira">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketTemaDepartmanlar_AnketSoru">
          <End Role="AnketSoru" Type="Self.AnketSoru" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AnketTemaDepartmanlar" Type="Self.AnketTemaDepartmanlar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AnketSoru">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AnketTemaDepartmanlar">
              <PropertyRef Name="anketsoruid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketTemaDepartmanlar_AnketTema">
          <End Role="AnketTema" Type="Self.AnketTema" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AnketTemaDepartmanlar" Type="Self.AnketTemaDepartmanlar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AnketTema">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AnketTemaDepartmanlar">
              <PropertyRef Name="ankettemaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AnketTema_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AnketTema" Type="Self.AnketTema" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AnketTema">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Anket_AnketTema">
          <End Role="AnketTema" Type="Self.AnketTema" Multiplicity="0..1" />
          <End Role="Anket" Type="Self.Anket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AnketTema">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Anket">
              <PropertyRef Name="ankettemaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmOda_Anketler">
          <End Role="CrmOda" Type="Self.CrmOda" Multiplicity="0..1" />
          <End Role="Anket" Type="Self.Anket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmOda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Anket">
              <PropertyRef Name="crmodaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumAna_CrmOda">
          <End Role="CrmOda" Type="Self.CrmOda" Multiplicity="0..1" />
          <End Role="CrmYorumAna" Type="Self.CrmYorumAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmOda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumAna">
              <PropertyRef Name="crmodaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersonel_CrmYorumAnalar">
          <End Role="CrmPersonel" Type="Self.CrmPersonel" Multiplicity="0..1" />
          <End Role="CrmYorumAna" Type="Self.CrmYorumAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmPersonel">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumAna">
              <PropertyRef Name="crmpersonelid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersonel_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmPersonel" Type="Self.CrmPersonel" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmPersonel">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmBildirimTur_CrmYorumSiralar">
          <End Role="CrmBildirimTur" Type="Self.CrmBildirimTur" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmYorumSira" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmBildirimTur">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumSira">
              <PropertyRef Name="crmbildirimturid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmBildirimTur_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmBildirimTur" Type="Self.CrmBildirimTur" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmBildirimTur">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmBilOnemTuru_CrmYorumSiralar">
          <End Role="CrmBilOnemTuru" Type="Self.CrmBilOnemTuru" Multiplicity="0..1" />
          <End Role="CrmYorumSira" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmBilOnemTuru">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumSira">
              <PropertyRef Name="crmbilonemturuid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmBilOnemTuru_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmBilOnemTuru" Type="Self.CrmBilOnemTuru" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmBilOnemTuru">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmDepartman_CrmYorumSiralar">
          <End Role="CrmDepartman" Type="Self.CrmDepartman" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmYorumSira" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmDepartman">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumSira">
              <PropertyRef Name="crmdepartmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmDepartman_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmDepartman" Type="Self.CrmDepartman" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmDepartman">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmDepartman_UstKirilim">
          <End Role="CrmDepartman" Type="Self.CrmDepartman" Multiplicity="0..1" />
          <End Role="CrmDepartmanSelf" Type="Self.CrmDepartman" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmDepartman">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmDepartmanSelf">
              <PropertyRef Name="ustkirilimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmDurumTip_CrmYorumSiralar">
          <End Role="CrmDurumTip" Type="Self.CrmDurumTip" Multiplicity="0..1" />
          <End Role="CrmYorumSira" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmDurumTip">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumSira">
              <PropertyRef Name="crmdurumtipid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmDurumTip_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmDurumTip" Type="Self.CrmDurumTip" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmDurumTip">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmEvent_CrmBildirenDepartman">
          <End Role="CrmDepartman" Type="Self.CrmDepartman" Multiplicity="0..1" />
          <End Role="CrmEvent" Type="Self.CrmEvent" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmDepartman">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmEvent">
              <PropertyRef Name="crmbildirendepartmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmEvent_CrmBildirenKullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="CrmEvent" Type="Self.CrmEvent" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmEvent">
              <PropertyRef Name="crmbildirenkullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmEvent_CrmSorumluDepartman">
          <End Role="CrmDepartman" Type="Self.CrmDepartman" Multiplicity="0..1" />
          <End Role="CrmEvent" Type="Self.CrmEvent" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmDepartman">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmEvent">
              <PropertyRef Name="crmsorumludepartmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmEvent_CrmSorumluKullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="CrmEvent" Type="Self.CrmEvent" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmEvent">
              <PropertyRef Name="crmsorumlukullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmEvent_CrmYorumSira">
          <End Role="CrmYorumSira" Type="Self.CrmYorumSira" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmEvent" Type="Self.CrmEvent" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmYorumSira">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmEvent">
              <PropertyRef Name="crmyorumsiraid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmEvent_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmEvent" Type="Self.CrmEvent" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmEvent">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersBeg_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmPersBeg" Type="Self.CrmPersBeg" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmPersBeg">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersBegHrk_CrmPersBeg">
          <End Role="CrmPersBeg" Type="Self.CrmPersBeg" Multiplicity="0..1" />
          <End Role="CrmPersBegHrk" Type="Self.CrmPersBegHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmPersBeg">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmPersBegHrk">
              <PropertyRef Name="crmpersbegid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersBegTip_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmPersBegTip" Type="Self.CrmPersBegTip" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmPersBegTip">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersBegHrk_CrmPersBegTip">
          <End Role="CrmPersBegTip" Type="Self.CrmPersBegTip" Multiplicity="0..1" />
          <End Role="CrmPersBegHrk" Type="Self.CrmPersBegHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmPersBegTip">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmPersBegHrk">
              <PropertyRef Name="crmpersbegtipid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersBegHrk_CrmYorumSira">
          <End Role="CrmYorumSira" Type="Self.CrmYorumSira" Multiplicity="0..1" />
          <End Role="CrmPersBegHrk" Type="Self.CrmPersBegHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmYorumSira">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmPersBegHrk">
              <PropertyRef Name="crmyorumsiraid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmPersBegHrk_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmPersBegHrk" Type="Self.CrmPersBegHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmPersBegHrk">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSonucTip_CrmYorumSiralar">
          <End Role="CrmSonucTip" Type="Self.CrmSonucTip" Multiplicity="0..1" />
          <End Role="CrmYorumSira" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmSonucTip">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumSira">
              <PropertyRef Name="crmsonuctipid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSonucTip_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmSonucTip" Type="Self.CrmSonucTip" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmSonucTip">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumSira_CrmYorumAna">
          <End Role="CrmYorumAna" Type="Self.CrmYorumAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmYorumSira" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmYorumAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumSira">
              <PropertyRef Name="crmyorumanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumKaynak_CrmYorumSiralar">
          <End Role="CrmYorumKaynak" Type="Self.CrmYorumKaynak" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmYorumSira" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmYorumKaynak">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumSira">
              <PropertyRef Name="crmyorumkaynakid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumKaynak_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmYorumKaynak" Type="Self.CrmYorumKaynak" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumKaynak">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumSira_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmYorumSira" Type="Self.CrmYorumSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumSira">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumAna_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="CrmYorumAna" Type="Self.CrmYorumAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumAna">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumAna_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="0..1" />
          <End Role="CrmYorumAna" Type="Self.CrmYorumAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumAna">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumAna_Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="CrmYorumAna" Type="Self.CrmYorumAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumAna">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumAna_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="CrmYorumAna" Type="Self.CrmYorumAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumAna">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmYorumAna_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmYorumAna" Type="Self.CrmYorumAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmYorumAna">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_CrmOda">
          <End Role="CrmOda" Type="Self.CrmOda" Multiplicity="0..1" />
          <End Role="Rezervasyon" Type="Self.Rezervasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmOda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rezervasyon">
              <PropertyRef Name="crmodaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_CrmRezervasyonMenuler">
          <End Role="Rezervasyon" Type="Self.Rezervasyon" Multiplicity="0..1" />
          <End Role="CrmRezervasyonMenu" Type="Self.CrmRezervasyonMenu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rezervasyon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmRezervasyonMenu">
              <PropertyRef Name="rezervasyonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezSilSeb_Rezervasyonlar">
          <End Role="CrmRezSilSeb" Type="Self.CrmRezSilSeb" Multiplicity="0..1" />
          <End Role="Rezervasyon" Type="Self.Rezervasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmRezSilSeb">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rezervasyon">
              <PropertyRef Name="crmrezsilsebid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezSilSeb_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmRezSilSeb" Type="Self.CrmRezSilSeb" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmRezSilSeb">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="Rezervasyon" Type="Self.Rezervasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rezervasyon">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="0..1" />
          <End Role="Rezervasyon" Type="Self.Rezervasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rezervasyon">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BolumSaat_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BolumSaat" Type="Self.BolumSaat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BolumSaat">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanim_BolumSaat">
          <End Role="BolumSaat" Type="Self.BolumSaat" Multiplicity="0..1" />
          <End Role="RestoranBolumMasaTanim" Type="Self.RestoranBolumMasaTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="BolumSaat">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RestoranBolumMasaTanim">
              <PropertyRef Name="bolumsaatid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim">
          <End Role="CrmMenuTanim" Type="Self.CrmMenuTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RestoranBolumMasaTanimCrmMenuTanim" Type="Self.RestoranBolumMasaTanimCrmMenuTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmMenuTanim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RestoranBolumMasaTanimCrmMenuTanim">
              <PropertyRef Name="crmmenutanimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim">
          <End Role="RestoranBolumMasaTanim" Type="Self.RestoranBolumMasaTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RestoranBolumMasaTanimCrmMenuTanim" Type="Self.RestoranBolumMasaTanimCrmMenuTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RestoranBolumMasaTanimCrmMenuTanim">
              <PropertyRef Name="restoranbolummasatanimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanimCrmMenuTanim_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RestoranBolumMasaTanimCrmMenuTanim" Type="Self.RestoranBolumMasaTanimCrmMenuTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RestoranBolumMasaTanimCrmMenuTanim">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanim_Rezervasyonlar">
          <End Role="RestoranBolumMasaTanim" Type="Self.RestoranBolumMasaTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Rezervasyon" Type="Self.Rezervasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rezervasyon">
              <PropertyRef Name="restoranbolummasatanimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanim_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RestoranBolumMasaTanim" Type="Self.RestoranBolumMasaTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RestoranBolumMasaTanim">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranBolumMasaTanim_UstKirilim">
          <End Role="RestoranBolumMasaTanim" Type="Self.RestoranBolumMasaTanim" Multiplicity="0..1" />
          <End Role="RestoranBolumMasaTanimSelf" Type="Self.RestoranBolumMasaTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RestoranBolumMasaTanimSelf">
              <PropertyRef Name="ustkirilimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="Rezervasyon" Type="Self.Rezervasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rezervasyon">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezervasyonMusteri_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezervasyonMusteri" Type="Self.RezervasyonMusteri" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezervasyonMusteri">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezervasyonMusteri_Rezervasyon">
          <End Role="Rezervasyon" Type="Self.Rezervasyon" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezervasyonMusteri" Type="Self.RezervasyonMusteri" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rezervasyon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezervasyonMusteri">
              <PropertyRef Name="rezervasyonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezervasyonMusteri_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezervasyonMusteri" Type="Self.RezervasyonMusteri" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezervasyonMusteri">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_RezervasyonOda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="Rezervasyon" Type="Self.Rezervasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rezervasyon">
              <PropertyRef Name="rezervasyonodaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rezervasyon_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Rezervasyon" Type="Self.Rezervasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rezervasyon">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmOda_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmOda" Type="Self.CrmOda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmOda">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Anket_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="Anket" Type="Self.Anket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Anket">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Anket_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="0..1" />
          <End Role="Anket" Type="Self.Anket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Anket">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Anket_Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="Anket" Type="Self.Anket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Anket">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Anket_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="Anket" Type="Self.Anket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Anket">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Anket_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Anket" Type="Self.Anket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Anket">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Oda_Gecelemeler">
          <End Role="Oda" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Geceleme">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_Geceleme">
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="0..1" />
          <End Role="HkKontrol" Type="Self.HkKontrol" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Geceleme">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HkKontrol">
              <PropertyRef Name="gecelemeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaTemiz_Odalar">
          <End Role="OdaTemiz" Type="Self.OdaTemiz" Multiplicity="0..1" />
          <End Role="Oda" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaTemiz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Oda">
              <PropertyRef Name="odatemizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaTemiz_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OdaTemiz" Type="Self.OdaTemiz" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OdaTemiz">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_HOdaTemiz">
          <End Role="OdaTemiz" Type="Self.OdaTemiz" Multiplicity="0..1" />
          <End Role="HkKontrol" Type="Self.HkKontrol" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaTemiz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HkKontrol">
              <PropertyRef Name="hodatemizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="HkKontrol" Type="Self.HkKontrol" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HkKontrol">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaOK_Odalar">
          <End Role="OdaOK" Type="Self.OdaOK" Multiplicity="0..1" />
          <End Role="Oda" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaOK">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Oda">
              <PropertyRef Name="odaokid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaOK_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OdaOK" Type="Self.OdaOK" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OdaOK">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_OdaOK">
          <End Role="OdaOK" Type="Self.OdaOK" Multiplicity="0..1" />
          <End Role="HkKontrol" Type="Self.HkKontrol" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaOK">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HkKontrol">
              <PropertyRef Name="odaokid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaServis_Odalar">
          <End Role="OdaServis" Type="Self.OdaServis" Multiplicity="0..1" />
          <End Role="Oda" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaServis">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Oda">
              <PropertyRef Name="odaservisid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaServis_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OdaServis" Type="Self.OdaServis" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OdaServis">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_OdaServis">
          <End Role="OdaServis" Type="Self.OdaServis" Multiplicity="0..1" />
          <End Role="HkKontrol" Type="Self.HkKontrol" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaServis">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HkKontrol">
              <PropertyRef Name="odaservisid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_OdaTemiz">
          <End Role="OdaTemiz" Type="Self.OdaTemiz" Multiplicity="0..1" />
          <End Role="HkKontrol" Type="Self.HkKontrol" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaTemiz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HkKontrol">
              <PropertyRef Name="odatemizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="HkKontrol" Type="Self.HkKontrol" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HkKontrol">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HkKontrol_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="HkKontrol" Type="Self.HkKontrol" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HkKontrol">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kat_Oda">
          <End Role="Kat" Type="Self.Kat" Multiplicity="0..1" />
          <End Role="Oda" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kat">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Oda">
              <PropertyRef Name="katid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kat_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Kat" Type="Self.Kat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kat">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MaidSef_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MaidSef" Type="Self.MaidSef" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MaidSef">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Maid_MaidSef">
          <End Role="MaidSef" Type="Self.MaidSef" Multiplicity="0..1" />
          <End Role="Maid" Type="Self.Maid" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MaidSef">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Maid">
              <PropertyRef Name="maidsefid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Maid_Oda">
          <End Role="Maid" Type="Self.Maid" Multiplicity="0..1" />
          <End Role="Oda" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Maid">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Oda">
              <PropertyRef Name="maidid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Maid_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Maid" Type="Self.Maid" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Maid">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaDegisim_Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OdaDegisim" Type="Self.OdaDegisim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OdaDegisim">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaDegisim_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OdaDegisim" Type="Self.OdaDegisim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OdaDegisim">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaDegisim_YeniOda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OdaDegisim" Type="Self.OdaDegisim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OdaDegisim">
              <PropertyRef Name="yeniodaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Oda_OdaDegisimler">
          <End Role="Oda" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="OdaDegisim" Type="Self.OdaDegisim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OdaDegisim">
              <PropertyRef Name="Oda_Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaKonum_Gecelemeler">
          <End Role="OdaKonum" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Geceleme">
              <PropertyRef Name="odakonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaKonum_Oda">
          <End Role="OdaKonum" Type="Self.OdaKonum" Multiplicity="0..1" />
          <End Role="Oda" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Oda">
              <PropertyRef Name="odakonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnbReferans_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OnbReferans" Type="Self.OnbReferans" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OnbReferans">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnbReferans_UstOnbReferans">
          <End Role="OnbReferans" Type="Self.OnbReferans" Multiplicity="0..1" />
          <End Role="OnbReferansSelf" Type="Self.OnbReferans" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbReferans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OnbReferansSelf">
              <PropertyRef Name="ustonbreferansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaKonum_OnbReferans">
          <End Role="OnbReferans" Type="Self.OnbReferans" Multiplicity="0..1" />
          <End Role="OdaKonum" Type="Self.OdaKonum" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbReferans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OdaKonum">
              <PropertyRef Name="onbreferansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaKonum_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OdaKonum" Type="Self.OdaKonum" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OdaKonum">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSaleOdaKonumu_OdaKonum">
          <End Role="OdaKonum" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StopSaleOdaKonumu" Type="Self.StopSaleOdaKonumu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StopSaleOdaKonumu">
              <PropertyRef Name="odakonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSale_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StopSale" Type="Self.StopSale" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StopSale">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSaleAcenta_Acenta">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StopSaleAcenta" Type="Self.StopSaleAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StopSaleAcenta">
              <PropertyRef Name="acentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSaleAcenta_StopSale">
          <End Role="StopSale" Type="Self.StopSale" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StopSaleAcenta" Type="Self.StopSaleAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StopSale">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StopSaleAcenta">
              <PropertyRef Name="stopsaleid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSale_StopSaleOdaKonumular">
          <End Role="StopSale" Type="Self.StopSale" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StopSaleOdaKonumu" Type="Self.StopSaleOdaKonumu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StopSale">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StopSaleOdaKonumu">
              <PropertyRef Name="stopsaleid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSalePazar_Pazar">
          <End Role="Pazar" Type="Self.Pazar" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StopSalePazar" Type="Self.StopSalePazar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pazar">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StopSalePazar">
              <PropertyRef Name="pazarid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StopSalePazar_StopSale">
          <End Role="StopSale" Type="Self.StopSale" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StopSalePazar" Type="Self.StopSalePazar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StopSale">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StopSalePazar">
              <PropertyRef Name="stopsaleid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeOdaFiyat_Depkod">
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="0..1" />
          <End Role="UpgradeOdaFiyat" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Depkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeOdaFiyat">
              <PropertyRef Name="depkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeOdaFiyat_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UpgradeOdaFiyat" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeOdaFiyat">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeOdaFiyat_EskiOdaKonum">
          <End Role="OdaKonum" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UpgradeOdaFiyat" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeOdaFiyat">
              <PropertyRef Name="eskiodakonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeOdaFiyat_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UpgradeOdaFiyat" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeOdaFiyat">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeOdaFiyat_YeniOdaKonum">
          <End Role="OdaKonum" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UpgradeOdaFiyat" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeOdaFiyat">
              <PropertyRef Name="yeniodakonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaKonum_UpgradeOdaFiyat">
          <End Role="OdaKonum" Type="Self.OdaKonum" Multiplicity="0..1" />
          <End Role="UpgradeOdaFiyat" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeOdaFiyat">
              <PropertyRef Name="OdaKonum_Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaOzellik_Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OdaOzellik" Type="Self.OdaOzellik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OdaOzellik">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OzellikGrup_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OzellikGrup" Type="Self.OzellikGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OzellikGrup">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ozellik_OzellikGrup">
          <End Role="OzellikGrup" Type="Self.OzellikGrup" Multiplicity="0..1" />
          <End Role="Ozellik" Type="Self.Ozellik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OzellikGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Ozellik">
              <PropertyRef Name="ozellikgrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AsyaModel_OzellikGrupModel">
          <End Role="AsyaModel" Type="Self.AsyaModel" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OzellikGrupModel" Type="Self.OzellikGrupModel" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AsyaModel">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OzellikGrupModel">
              <PropertyRef Name="asyamodelid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AsyaModel_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AsyaModel" Type="Self.AsyaModel" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AsyaModel">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OzellikGrupModel_Ozellik">
          <End Role="Ozellik" Type="Self.Ozellik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OzellikGrupModel" Type="Self.OzellikGrupModel" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Ozellik">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OzellikGrupModel">
              <PropertyRef Name="ozellikid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OzellikGrupModel_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OzellikGrupModel" Type="Self.OzellikGrupModel" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OzellikGrupModel">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ozellik_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Ozellik" Type="Self.Ozellik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Ozellik">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaOzellik_Ozellik">
          <End Role="Ozellik" Type="Self.Ozellik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OdaOzellik" Type="Self.OdaOzellik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Ozellik">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OdaOzellik">
              <PropertyRef Name="ozellikid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaOzellik_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OdaOzellik" Type="Self.OdaOzellik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OdaOzellik">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Oda_OnbReferans">
          <End Role="OnbReferans" Type="Self.OnbReferans" Multiplicity="0..1" />
          <End Role="Oda" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbReferans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Oda">
              <PropertyRef Name="onbreferansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Oda_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Oda" Type="Self.Oda" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Oda">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Teknik_Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Teknik" Type="Self.Teknik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Teknik">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BolumYer_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BolumYer" Type="Self.BolumYer" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BolumYer">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BolumYer_UstBolumYer">
          <End Role="BolumYer" Type="Self.BolumYer" Multiplicity="0..1" />
          <End Role="BolumYerSelf" Type="Self.BolumYer" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="BolumYer">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BolumYerSelf">
              <PropertyRef Name="ustbolumyerid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_BolumYer">
          <End Role="BolumYer" Type="Self.BolumYer" Multiplicity="0..1" />
          <End Role="Operasyon" Type="Self.Operasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="BolumYer">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Operasyon">
              <PropertyRef Name="bolumyerid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Departman_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Departman" Type="Self.Departman" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Departman">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IstipiTum_Departman">
          <End Role="Departman" Type="Self.Departman" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="IstipiTum" Type="Self.IstipiTum" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Departman">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="IstipiTum">
              <PropertyRef Name="departmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IstipiTum_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="IstipiTum" Type="Self.IstipiTum" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="IstipiTum">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IstipiTum_UstIstipiTum">
          <End Role="IstipiTum" Type="Self.IstipiTum" Multiplicity="0..1" />
          <End Role="IstipiTumSelf" Type="Self.IstipiTum" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="IstipiTum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="IstipiTumSelf">
              <PropertyRef Name="ustistipitumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_IstipiTum">
          <End Role="IstipiTum" Type="Self.IstipiTum" Multiplicity="0..1" />
          <End Role="Operasyon" Type="Self.Operasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="IstipiTum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Operasyon">
              <PropertyRef Name="istipitumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_OperasyonEk">
          <End Role="Operasyon" Type="Self.Operasyon" Multiplicity="1" />
          <End Role="OperasyonEk" Type="Self.OperasyonEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Operasyon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OperasyonEk">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaNedeni_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ArizaNedeni" Type="Self.ArizaNedeni" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ArizaNedeni">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OperasyonEk2_ArizaNedeni">
          <End Role="ArizaNedeni" Type="Self.ArizaNedeni" Multiplicity="0..1" />
          <End Role="OperasyonEk2" Type="Self.OperasyonEk2" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ArizaNedeni">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OperasyonEk2">
              <PropertyRef Name="arizanedeniid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaGorevli_Departman">
          <End Role="Departman" Type="Self.Departman" Multiplicity="0..1" />
          <End Role="ArizaGorevli" Type="Self.ArizaGorevli" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Departman">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ArizaGorevli">
              <PropertyRef Name="departmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaGorevli_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ArizaGorevli" Type="Self.ArizaGorevli" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ArizaGorevli">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OperasyonEk2_BaslatanGorevli">
          <End Role="ArizaGorevli" Type="Self.ArizaGorevli" Multiplicity="0..1" />
          <End Role="OperasyonEk2" Type="Self.OperasyonEk2" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ArizaGorevli">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OperasyonEk2">
              <PropertyRef Name="baslatangorevliid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OperasyonEk2_BitirenGorevli">
          <End Role="ArizaGorevli" Type="Self.ArizaGorevli" Multiplicity="0..1" />
          <End Role="OperasyonEk2" Type="Self.OperasyonEk2" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ArizaGorevli">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OperasyonEk2">
              <PropertyRef Name="bitirengorevliid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OperasyonEk2_Departman">
          <End Role="Departman" Type="Self.Departman" Multiplicity="0..1" />
          <End Role="OperasyonEk2" Type="Self.OperasyonEk2" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Departman">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OperasyonEk2">
              <PropertyRef Name="departmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IptalNedeni_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="IptalNedeni" Type="Self.IptalNedeni" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="IptalNedeni">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OperasyonEk2_IptalNedeni">
          <End Role="IptalNedeni" Type="Self.IptalNedeni" Multiplicity="0..1" />
          <End Role="OperasyonEk2" Type="Self.OperasyonEk2" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="IptalNedeni">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OperasyonEk2">
              <PropertyRef Name="iptalnedeniid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_OperasyonEk2">
          <End Role="Operasyon" Type="Self.Operasyon" Multiplicity="1" />
          <End Role="OperasyonEk2" Type="Self.OperasyonEk2" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Operasyon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OperasyonEk2">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_OperasyonTarih">
          <End Role="Operasyon" Type="Self.Operasyon" Multiplicity="1" />
          <End Role="OperasyonTarih" Type="Self.OperasyonTarih" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Operasyon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OperasyonTarih">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="Operasyon" Type="Self.Operasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Operasyon">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Operasyon" Type="Self.Operasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Operasyon">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operasyon_Teknikler">
          <End Role="Operasyon" Type="Self.Operasyon" Multiplicity="0..1" />
          <End Role="Teknik" Type="Self.Teknik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Operasyon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Teknik">
              <PropertyRef Name="operasyonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Teknik_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Teknik" Type="Self.Teknik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Teknik">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Telkod__Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="Telkod" Type="Self.Telkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Telkod">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Telkod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Telkod" Type="Self.Telkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Telkod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Teldata_Folio">
          <End Role="Folio" Type="Self.Folio" Multiplicity="0..1" />
          <End Role="Teldata" Type="Self.Teldata" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Folio">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Teldata">
              <PropertyRef Name="folioid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Teldata_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Teldata" Type="Self.Teldata" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Teldata">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Teldata_Telkod">
          <End Role="Telkod" Type="Self.Telkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Teldata" Type="Self.Teldata" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Telkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Teldata">
              <PropertyRef Name="telkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_BaglantiOda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="Rez" Type="Self.Rez" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rez">
              <PropertyRef Name="baglantiodaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_Foliolar">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="Folio" Type="Self.Folio" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Folio">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRouteRez_FolioRoute">
          <End Role="FolioRoute" Type="Self.FolioRoute" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FolioRouteRez" Type="Self.FolioRouteRez" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FolioRoute">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FolioRouteRez">
              <PropertyRef Name="foliorouteid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRouteRez_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FolioRouteRez" Type="Self.FolioRouteRez" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FolioRouteRez">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_Gecelemeler">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Geceleme">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_GrupRez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="RezSelf" Type="Self.Rez" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezSelf">
              <PropertyRef Name="gruprezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiHrk_KolBandi">
          <End Role="KolBandi" Type="Self.KolBandi" Multiplicity="0..1" />
          <End Role="KolBandiHrk" Type="Self.KolBandiHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="KolBandi">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KolBandiHrk">
              <PropertyRef Name="kolbandiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiHrk_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KolBandiHrk" Type="Self.KolBandiHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KolBandiHrk">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiHrk_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="0..1" />
          <End Role="KolBandiHrk" Type="Self.KolBandiHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KolBandiHrk">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiHrk_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="KolBandiHrk" Type="Self.KolBandiHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KolBandiHrk">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiHrk_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KolBandiHrk" Type="Self.KolBandiHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KolBandiHrk">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Karaliste_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="Karaliste" Type="Self.Karaliste" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Karaliste">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Karaliste_MusteriKonaklamaEk">
          <End Role="MusteriKonaklamaEk" Type="Self.MusteriKonaklamaEk" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Karaliste" Type="Self.Karaliste" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MusteriKonaklamaEk">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Karaliste">
              <PropertyRef Name="musterikonaklamaekid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriKonaklamaEk_Konbandlari">
          <End Role="MusteriKonaklamaEk" Type="Self.MusteriKonaklamaEk" Multiplicity="0..1" />
          <End Role="KolBandi" Type="Self.KolBandi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MusteriKonaklamaEk">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KolBandi">
              <PropertyRef Name="musterikonaklamaekid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Uyruk_MusteriKonaklamaEk">
          <End Role="Uyruk" Type="Self.Uyruk" Multiplicity="0..1" />
          <End Role="MusteriKonaklamaEk" Type="Self.MusteriKonaklamaEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Uyruk">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriKonaklamaEk">
              <PropertyRef Name="uyrukid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Uyruk_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Uyruk" Type="Self.Uyruk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Uyruk">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ulke_Acenta">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="0..1" />
          <End Role="Ulke" Type="Self.Ulke" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Ulke">
              <PropertyRef Name="acentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ulke_Pazar">
          <End Role="Pazar" Type="Self.Pazar" Multiplicity="0..1" />
          <End Role="Ulke" Type="Self.Ulke" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pazar">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Ulke">
              <PropertyRef Name="pazarid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezDetayEk_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="0..1" />
          <End Role="RezDetayEk" Type="Self.RezDetayEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezDetayEk">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="IsYeri_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="IsYeri" Type="Self.IsYeri" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="IsYeri">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezDetayEk_IsYeri">
          <End Role="IsYeri" Type="Self.IsYeri" Multiplicity="0..1" />
          <End Role="RezDetayEk" Type="Self.RezDetayEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="IsYeri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezDetayEk">
              <PropertyRef Name="isyeriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Operator_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Operator" Type="Self.Operator" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Operator">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezDetayEk_Operator">
          <End Role="Operator" Type="Self.Operator" Multiplicity="0..1" />
          <End Role="RezDetayEk" Type="Self.RezDetayEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Operator">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezDetayEk">
              <PropertyRef Name="operatorid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezDetayEk_Ulke">
          <End Role="Ulke" Type="Self.Ulke" Multiplicity="0..1" />
          <End Role="RezDetayEk" Type="Self.RezDetayEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Ulke">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezDetayEk">
              <PropertyRef Name="ulkeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Vip_RezDetayEkler">
          <End Role="Vip" Type="Self.Vip" Multiplicity="0..1" />
          <End Role="RezDetayEk" Type="Self.RezDetayEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Vip">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezDetayEk">
              <PropertyRef Name="vipid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Vip_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Vip" Type="Self.Vip" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Vip">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Malzeme_Departman">
          <End Role="Departman" Type="Self.Departman" Multiplicity="0..1" />
          <End Role="Malzeme" Type="Self.Malzeme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Departman">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Malzeme">
              <PropertyRef Name="departmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Malzeme_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Malzeme" Type="Self.Malzeme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Malzeme">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Malzeme_VipHrkler">
          <End Role="Malzeme" Type="Self.Malzeme" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="VipHrk" Type="Self.VipHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Malzeme">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="VipHrk">
              <PropertyRef Name="malzemeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="VipHrk_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="VipHrk" Type="Self.VipHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="VipHrk">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="VipHrk_Vip">
          <End Role="Vip" Type="Self.Vip" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="VipHrk" Type="Self.VipHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Vip">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="VipHrk">
              <PropertyRef Name="vipid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ulke_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Ulke" Type="Self.Ulke" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Ulke">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ulke_Uyruklar">
          <End Role="Ulke" Type="Self.Ulke" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Uyruk" Type="Self.Uyruk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Ulke">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Uyruk">
              <PropertyRef Name="ulkeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandi_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="KolBandi" Type="Self.KolBandi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KolBandi">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KolBandi" Type="Self.KolBandi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KolBandi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OdaUzatma_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OdaUzatma" Type="Self.OdaUzatma" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OdaUzatma">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_Paketler">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="Paket" Type="Self.Paket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Paket">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_Rate">
          <End Role="Rate" Type="Self.Rate" Multiplicity="0..1" />
          <End Role="Rez" Type="Self.Rez" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rate">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rez">
              <PropertyRef Name="rateid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_Rateler">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="Rate" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rate">
              <PropertyRef Name="Rez_Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezDetayBilgi_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezDetayBilgi" Type="Self.RezDetayBilgi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezDetayBilgi">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezDetayBilgi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezDetayBilgi" Type="Self.RezDetayBilgi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezDetayBilgi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_RezDetayEk">
          <End Role="Rez" Type="Self.Rez" Multiplicity="1" />
          <End Role="RezDetayEk" Type="Self.RezDetayEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezDetayEk">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_RezEntegrasyonBilgi">
          <End Role="Rez" Type="Self.Rez" Multiplicity="1" />
          <End Role="RezEntegrasyonBilgi" Type="Self.RezEntegrasyonBilgi" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezEntegrasyonBilgi">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KvkkSoru_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KvkkSoru" Type="Self.KvkkSoru" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KvkkSoru">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezKvkkSoru_KvkkSoru">
          <End Role="KvkkSoru" Type="Self.KvkkSoru" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezKvkkSoru" Type="Self.RezKvkkSoru" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="KvkkSoru">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezKvkkSoru">
              <PropertyRef Name="kvkksoruid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezKvkkSoru_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezKvkkSoru" Type="Self.RezKvkkSoru" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezKvkkSoru">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezKvkkSoru_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezKvkkSoru" Type="Self.RezKvkkSoru" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezKvkkSoru">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOdaKilit_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezOdaKilit" Type="Self.RezOdaKilit" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezOdaKilit">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOdaKilit_Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezOdaKilit" Type="Self.RezOdaKilit" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezOdaKilit">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOdaKilit_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezOdaKilit" Type="Self.RezOdaKilit" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezOdaKilit">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOdaKilit_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezOdaKilit" Type="Self.RezOdaKilit" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezOdaKilit">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOzellik_Ozellik">
          <End Role="Ozellik" Type="Self.Ozellik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezOzellik" Type="Self.RezOzellik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Ozellik">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezOzellik">
              <PropertyRef Name="ozellikid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOzellik_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezOzellik" Type="Self.RezOzellik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezOzellik">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezOzellik_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezOzellik" Type="Self.RezOzellik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezOzellik">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PaketindirimTipi_Paketler">
          <End Role="PaketindirimTipi" Type="Self.PaketindirimTipi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Paket" Type="Self.Paket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PaketindirimTipi">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Paket">
              <PropertyRef Name="paketindirimtipiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PaketindirimTipi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PaketindirimTipi" Type="Self.PaketindirimTipi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PaketindirimTipi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezPaketindirimtipi_PaketindirimTipi">
          <End Role="PaketindirimTipi" Type="Self.PaketindirimTipi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezPaketindirimtipi" Type="Self.RezPaketindirimtipi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PaketindirimTipi">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezPaketindirimtipi">
              <PropertyRef Name="paketindirimtipiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RezPaketindirimtipi_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RezPaketindirimtipi" Type="Self.RezPaketindirimtipi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezPaketindirimtipi">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_RezWeb">
          <End Role="Rez" Type="Self.Rez" Multiplicity="1" />
          <End Role="RezWeb" Type="Self.RezWeb" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RezWeb">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Rez" Type="Self.Rez" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rez">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbord_Acentalar">
          <End Role="TumBilbord" Type="Self.TumBilbord" Multiplicity="0..1" />
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="TumBilbord">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Acenta">
              <PropertyRef Name="tumbilbordid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbord_Bilbordlar">
          <End Role="TumBilbord" Type="Self.TumBilbord" Multiplicity="0..1" />
          <End Role="Bilbord" Type="Self.Bilbord" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="TumBilbord">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Bilbord">
              <PropertyRef Name="tumbilbordid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbord_DefAcenta">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="0..1" />
          <End Role="TumBilbord" Type="Self.TumBilbord" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="TumBilbord">
              <PropertyRef Name="defacentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbord_KAcentalar">
          <End Role="TumBilbord" Type="Self.TumBilbord" Multiplicity="0..1" />
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="TumBilbord">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Acenta">
              <PropertyRef Name="ktumbilbordid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbord_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="TumBilbord" Type="Self.TumBilbord" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="TumBilbord">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbordEk_Acenta">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="0..1" />
          <End Role="TumBilbordEk" Type="Self.TumBilbordEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="TumBilbordEk">
              <PropertyRef Name="acentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="TumBilbord_TumBilbordEk">
          <End Role="TumBilbord" Type="Self.TumBilbord" Multiplicity="1" />
          <End Role="TumBilbordEk" Type="Self.TumBilbordEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="TumBilbord">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="TumBilbordEk">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rez_TumBilbord">
          <End Role="TumBilbord" Type="Self.TumBilbord" Multiplicity="0..1" />
          <End Role="Rez" Type="Self.Rez" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="TumBilbord">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rez">
              <PropertyRef Name="tumbilbordid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_EskiOdaKonum">
          <End Role="OdaKonum" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UpgradeHrk" Type="Self.UpgradeHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeHrk">
              <PropertyRef Name="eskiodakonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UpgradeHrk" Type="Self.UpgradeHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeHrk">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UpgradeHrk" Type="Self.UpgradeHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeHrk">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UpgradeHrk" Type="Self.UpgradeHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeHrk">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeNedeni_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UpgradeNedeni" Type="Self.UpgradeNedeni" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeNedeni">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_UpgradeNedeni">
          <End Role="UpgradeNedeni" Type="Self.UpgradeNedeni" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UpgradeHrk" Type="Self.UpgradeHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="UpgradeNedeni">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeHrk">
              <PropertyRef Name="upgradenedeniid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_UpgradeOdaFiyat">
          <End Role="UpgradeOdaFiyat" Type="Self.UpgradeOdaFiyat" Multiplicity="0..1" />
          <End Role="UpgradeHrk" Type="Self.UpgradeHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="UpgradeOdaFiyat">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeHrk">
              <PropertyRef Name="upgradeodafiyatid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_YeniOdaKonum">
          <End Role="FiyatKonum" Type="Self.FiyatKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UpgradeHrk" Type="Self.UpgradeHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FiyatKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeHrk">
              <PropertyRef Name="yeniodakonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UpgradeHrk_YetkiliKullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UpgradeHrk" Type="Self.UpgradeHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeHrk">
              <PropertyRef Name="yetkilikullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Folio_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Folio" Type="Self.Folio" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Folio">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRoute_FolioRouteDepkodGruplar">
          <End Role="FolioRoute" Type="Self.FolioRoute" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FolioRouteDepkodGrup" Type="Self.FolioRouteDepkodGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FolioRoute">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FolioRouteDepkodGrup">
              <PropertyRef Name="foliorouteid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRouteDepkod_Depkod">
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FolioRouteDepkod" Type="Self.FolioRouteDepkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Depkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FolioRouteDepkod">
              <PropertyRef Name="depkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRouteDepkod_FolioRoute">
          <End Role="FolioRoute" Type="Self.FolioRoute" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FolioRouteDepkod" Type="Self.FolioRouteDepkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FolioRoute">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FolioRouteDepkod">
              <PropertyRef Name="foliorouteid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HrkTransfer_FolioRoute">
          <End Role="FolioRoute" Type="Self.FolioRoute" Multiplicity="0..1" />
          <End Role="HrkTransfer" Type="Self.HrkTransfer" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FolioRoute">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HrkTransfer">
              <PropertyRef Name="foliorouteid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HrkTransfer_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="HrkTransfer" Type="Self.HrkTransfer" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HrkTransfer">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FolioRoute_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FolioRoute" Type="Self.FolioRoute" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FolioRoute">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepkodGrup_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DepkodGrup" Type="Self.DepkodGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DepkodGrup">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepkodHeskod_Depkod">
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DepkodHeskod" Type="Self.DepkodHeskod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Depkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DepkodHeskod">
              <PropertyRef Name="depkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Heskod_KdvHesap">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="Heskod" Type="Self.Heskod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Heskod">
              <PropertyRef Name="kdvhesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Heskod_MatrahHesap">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="Heskod" Type="Self.Heskod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Heskod">
              <PropertyRef Name="matrahhesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Heskod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Heskod" Type="Self.Heskod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Heskod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Heskod_ToplamHesap">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="Heskod" Type="Self.Heskod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Heskod">
              <PropertyRef Name="toplamhesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepkodHeskod_Heskod">
          <End Role="Heskod" Type="Self.Heskod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DepkodHeskod" Type="Self.DepkodHeskod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Heskod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DepkodHeskod">
              <PropertyRef Name="heskodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepkodHeskod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DepkodHeskod" Type="Self.DepkodHeskod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DepkodHeskod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Depkod_Hrklar">
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="0..1" />
          <End Role="Hrk" Type="Self.Hrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Depkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hrk">
              <PropertyRef Name="depkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Depkod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Depkod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Paket_Depkod">
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="0..1" />
          <End Role="Paket" Type="Self.Paket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Depkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Paket">
              <PropertyRef Name="depkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Paket_KonumHamFiyatPaketler">
          <End Role="Paket" Type="Self.Paket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KonumHamFiyatPaket" Type="Self.KonumHamFiyatPaket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Paket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KonumHamFiyatPaket">
              <PropertyRef Name="paketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Paketistisna_Paket">
          <End Role="Paket" Type="Self.Paket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Paketistisna" Type="Self.Paketistisna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Paket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Paketistisna">
              <PropertyRef Name="paketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Paketistisna_PaketindirimTipi">
          <End Role="PaketindirimTipi" Type="Self.PaketindirimTipi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Paketistisna" Type="Self.Paketistisna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PaketindirimTipi">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Paketistisna">
              <PropertyRef Name="paketindirimtipiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PaketUlke_Paket">
          <End Role="Paket" Type="Self.Paket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PaketUlke" Type="Self.PaketUlke" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Paket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PaketUlke">
              <PropertyRef Name="paketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PaketUlke_Ulke">
          <End Role="Ulke" Type="Self.Ulke" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PaketUlke" Type="Self.PaketUlke" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Ulke">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PaketUlke">
              <PropertyRef Name="ulkeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RateAcentaPaket_Paket">
          <End Role="Paket" Type="Self.Paket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RateAcentaPaket" Type="Self.RateAcentaPaket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Paket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RateAcentaPaket">
              <PropertyRef Name="paketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RateAcenta_Acenta">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="0..1" />
          <End Role="RateAcenta" Type="Self.RateAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RateAcenta">
              <PropertyRef Name="acentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RateAcenta_Rate">
          <End Role="Rate" Type="Self.Rate" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RateAcenta" Type="Self.RateAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rate">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RateAcenta">
              <PropertyRef Name="rateid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RateAcenta_RateAcentaPaketler">
          <End Role="RateAcenta" Type="Self.RateAcenta" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RateAcentaPaket" Type="Self.RateAcentaPaket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RateAcenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RateAcentaPaket">
              <PropertyRef Name="rateacentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKod_FiyatKonum">
          <End Role="FiyatKonum" Type="Self.FiyatKonum" Multiplicity="0..1" />
          <End Role="YasKod" Type="Self.YasKod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FiyatKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="YasKod">
              <PropertyRef Name="fiyatkonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKod_RateAcentalar">
          <End Role="YasKod" Type="Self.YasKod" Multiplicity="0..1" />
          <End Role="RateAcenta" Type="Self.RateAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="YasKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RateAcenta">
              <PropertyRef Name="yaskodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKod_Rateler">
          <End Role="YasKod" Type="Self.YasKod" Multiplicity="0..1" />
          <End Role="Rate" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="YasKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rate">
              <PropertyRef Name="yaskodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="YasKod" Type="Self.YasKod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="YasKod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKodSiraIstisna_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="YasKodSiraIstisna" Type="Self.YasKodSiraIstisna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="YasKodSiraIstisna">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKodSiraIstisna_YasKod">
          <End Role="YasKod" Type="Self.YasKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="YasKodSiraIstisna" Type="Self.YasKodSiraIstisna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="YasKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="YasKodSiraIstisna">
              <PropertyRef Name="yaskodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKodSira_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="YasKodSira" Type="Self.YasKodSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="YasKodSira">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="YasKodSira_YasKod">
          <End Role="YasKod" Type="Self.YasKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="YasKodSira" Type="Self.YasKodSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="YasKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="YasKodSira">
              <PropertyRef Name="yaskodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RatePaket_Paket">
          <End Role="Paket" Type="Self.Paket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RatePaket" Type="Self.RatePaket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Paket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RatePaket">
              <PropertyRef Name="paketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RatePaket_Rate">
          <End Role="Rate" Type="Self.Rate" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RatePaket" Type="Self.RatePaket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rate">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RatePaket">
              <PropertyRef Name="rateid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Sart_Paketler">
          <End Role="Sart" Type="Self.Sart" Multiplicity="0..1" />
          <End Role="Paket" Type="Self.Paket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sart">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Paket">
              <PropertyRef Name="sartid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Sart_Rateler">
          <End Role="Sart" Type="Self.Sart" Multiplicity="0..1" />
          <End Role="Rate" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sart">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rate">
              <PropertyRef Name="sartid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SartFiyatKonum_FiyatKonum">
          <End Role="FiyatKonum" Type="Self.FiyatKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SartFiyatKonum" Type="Self.SartFiyatKonum" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FiyatKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SartFiyatKonum">
              <PropertyRef Name="fiyatkonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SartFiyatKonum_Sart">
          <End Role="Sart" Type="Self.Sart" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SartFiyatKonum" Type="Self.SartFiyatKonum" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sart">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SartFiyatKonum">
              <PropertyRef Name="sartid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Sart_Sartlar">
          <End Role="Sart" Type="Self.Sart" Multiplicity="0..1" />
          <End Role="SartSelf" Type="Self.Sart" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sart">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SartSelf">
              <PropertyRef Name="Sart_Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RatePeriyotKonumHamFiyat_KonumHamFiyat">
          <End Role="KonumHamFiyat" Type="Self.KonumHamFiyat" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RatePeriyotKonumHamFiyat" Type="Self.RatePeriyotKonumHamFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="KonumHamFiyat">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RatePeriyotKonumHamFiyat">
              <PropertyRef Name="konumhamfiyatid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Periyot_RatePeriyotlar">
          <End Role="Periyot" Type="Self.Periyot" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RatePeriyot" Type="Self.RatePeriyot" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Periyot">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RatePeriyot">
              <PropertyRef Name="periyotid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RatePeriyot_Rate">
          <End Role="Rate" Type="Self.Rate" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RatePeriyot" Type="Self.RatePeriyot" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rate">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RatePeriyot">
              <PropertyRef Name="rateid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RatePeriyot_RatePeriyotKonumHamFiyatlar">
          <End Role="RatePeriyot" Type="Self.RatePeriyot" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RatePeriyotKonumHamFiyat" Type="Self.RatePeriyotKonumHamFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RatePeriyot">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RatePeriyotKonumHamFiyat">
              <PropertyRef Name="rateperiyotid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CarpanHrk_Kategori">
          <End Role="Kategori" Type="Self.Kategori" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CarpanHrk" Type="Self.CarpanHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kategori">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CarpanHrk">
              <PropertyRef Name="kategoriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CarpanHrk_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CarpanHrk" Type="Self.CarpanHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CarpanHrk">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Carpan_Ratelar">
          <End Role="Carpan" Type="Self.Carpan" Multiplicity="0..1" />
          <End Role="Rate" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Carpan">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rate">
              <PropertyRef Name="carpanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Carpan_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Carpan" Type="Self.Carpan" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Carpan">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rate_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Rate" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rate">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Formul_Acentalar">
          <End Role="Formul" Type="Self.Formul" Multiplicity="0..1" />
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Formul">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Acenta">
              <PropertyRef Name="formulid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FormulSira_Formul">
          <End Role="Formul" Type="Self.Formul" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FormulSira" Type="Self.FormulSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Formul">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FormulSira">
              <PropertyRef Name="formulid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesayr_FormulSira">
          <End Role="FormulSira" Type="Self.FormulSira" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Hesayr" Type="Self.Hesayr" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FormulSira">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hesayr">
              <PropertyRef Name="formulsiraid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesayr_Geceleme">
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="0..1" />
          <End Role="Hesayr" Type="Self.Hesayr" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Geceleme">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hesayr">
              <PropertyRef Name="gecelemeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesayr_KonumHamFiyat">
          <End Role="KonumHamFiyat" Type="Self.KonumHamFiyat" Multiplicity="0..1" />
          <End Role="Hesayr" Type="Self.Hesayr" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="KonumHamFiyat">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hesayr">
              <PropertyRef Name="konumhamfiyatid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesayr_Paket">
          <End Role="Paket" Type="Self.Paket" Multiplicity="0..1" />
          <End Role="Hesayr" Type="Self.Hesayr" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Paket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hesayr">
              <PropertyRef Name="paketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesayr_Rate">
          <End Role="Rate" Type="Self.Rate" Multiplicity="0..1" />
          <End Role="Hesayr" Type="Self.Hesayr" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rate">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hesayr">
              <PropertyRef Name="rateid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hesayr_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Hesayr" Type="Self.Hesayr" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hesayr">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FormulSira_PaketIndirimTipi">
          <End Role="PaketindirimTipi" Type="Self.PaketindirimTipi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FormulSira" Type="Self.FormulSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PaketindirimTipi">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FormulSira">
              <PropertyRef Name="paketindirimtipiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Formul_Rateler">
          <End Role="Formul" Type="Self.Formul" Multiplicity="0..1" />
          <End Role="Rate" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Formul">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rate">
              <PropertyRef Name="formulid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Formul_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Formul" Type="Self.Formul" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Formul">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rate_IsYeri">
          <End Role="IsYeri" Type="Self.IsYeri" Multiplicity="0..1" />
          <End Role="Rate" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="IsYeri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rate">
              <PropertyRef Name="isyeriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rate_OnbReferans">
          <End Role="OnbReferans" Type="Self.OnbReferans" Multiplicity="0..1" />
          <End Role="Rate" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbReferans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rate">
              <PropertyRef Name="onbreferansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Breakdown_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Breakdown" Type="Self.Breakdown" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Breakdown">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pansiyon_Breakdown">
          <End Role="Breakdown" Type="Self.Breakdown" Multiplicity="0..1" />
          <End Role="Pansiyon" Type="Self.Pansiyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Breakdown">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pansiyon">
              <PropertyRef Name="breakdownid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pansiyon_Gecelemeler">
          <End Role="Pansiyon" Type="Self.Pansiyon" Multiplicity="0..1" />
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pansiyon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Geceleme">
              <PropertyRef Name="pansiyonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pansiyon_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pansiyon" Type="Self.Pansiyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pansiyon">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rate_Pansiyon">
          <End Role="Pansiyon" Type="Self.Pansiyon" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Rate" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pansiyon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rate">
              <PropertyRef Name="pansiyonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rate_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="Rate" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rate">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Rate_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Rate" Type="Self.Rate" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Rate">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MerkezAcenta_Rate">
          <End Role="Rate" Type="Self.Rate" Multiplicity="0..1" />
          <End Role="MerkezAcenta" Type="Self.MerkezAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rate">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MerkezAcenta">
              <PropertyRef Name="rateid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MerkezAcenta_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MerkezAcenta" Type="Self.MerkezAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MerkezAcenta">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MerkezPazar_Pazarlar">
          <End Role="MerkezPazar" Type="Self.MerkezPazar" Multiplicity="0..1" />
          <End Role="Pazar" Type="Self.Pazar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MerkezPazar">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pazar">
              <PropertyRef Name="merkezpazarid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MerkezPazar_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MerkezPazar" Type="Self.MerkezPazar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MerkezPazar">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pazar_Rate">
          <End Role="Rate" Type="Self.Rate" Multiplicity="0..1" />
          <End Role="Pazar" Type="Self.Pazar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rate">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pazar">
              <PropertyRef Name="rateid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pazar_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pazar" Type="Self.Pazar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pazar">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Geceleme_GecelemeDetayEk">
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="1" />
          <End Role="GecelemeDetayEk" Type="Self.GecelemeDetayEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Geceleme">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GecelemeDetayEk">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GecelemeFiyatpaket_Geceleme">
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="GecelemeFiyatpaket" Type="Self.GecelemeFiyatpaket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Geceleme">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GecelemeFiyatpaket">
              <PropertyRef Name="gecelemeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GecelemeFiyatpaket_Paket">
          <End Role="Paket" Type="Self.Paket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="GecelemeFiyatpaket" Type="Self.GecelemeFiyatpaket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Paket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GecelemeFiyatpaket">
              <PropertyRef Name="paketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GecelemeMusteri_Geceleme">
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="GecelemeMusteri" Type="Self.GecelemeMusteri" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Geceleme">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GecelemeMusteri">
              <PropertyRef Name="gecelemeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GecelemeMusteri_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="GecelemeMusteri" Type="Self.GecelemeMusteri" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GecelemeMusteri">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GecelemeMusteri_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="GecelemeMusteri" Type="Self.GecelemeMusteri" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GecelemeMusteri">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Share_Gecelemeler">
          <End Role="Share" Type="Self.Share" Multiplicity="0..1" />
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Share">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Geceleme">
              <PropertyRef Name="shareid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Geceleme_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Geceleme" Type="Self.Geceleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Geceleme">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatKonum_OnbReferans">
          <End Role="OnbReferans" Type="Self.OnbReferans" Multiplicity="0..1" />
          <End Role="FiyatKonum" Type="Self.FiyatKonum" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbReferans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FiyatKonum">
              <PropertyRef Name="onbreferansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatKonum_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FiyatKonum" Type="Self.FiyatKonum" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FiyatKonum">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatKonum_UpgradeOdaFiyat">
          <End Role="FiyatKonum" Type="Self.FiyatKonum" Multiplicity="0..1" />
          <End Role="UpgradeOdaFiyat" Type="Self.UpgradeOdaFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FiyatKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UpgradeOdaFiyat">
              <PropertyRef Name="FiyatKonum_Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Bilbord_ForecastKonum">
          <End Role="OdaKonum" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Bilbord" Type="Self.Bilbord" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Bilbord">
              <PropertyRef Name="forecastkonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Bilbord_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Bilbord" Type="Self.Bilbord" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Bilbord">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hrk_Bilbord">
          <End Role="Bilbord" Type="Self.Bilbord" Multiplicity="0..1" />
          <End Role="Hrk" Type="Self.Hrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Bilbord">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hrk">
              <PropertyRef Name="bilbordid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakMalzeme_Depkod">
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakMalzeme" Type="Self.BreakMalzeme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Depkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakMalzeme">
              <PropertyRef Name="depkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakMalzeme_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakMalzeme" Type="Self.BreakMalzeme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakMalzeme">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakMalzeme_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakMalzeme" Type="Self.BreakMalzeme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakMalzeme">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownDagilim_BreakMalzeme">
          <End Role="BreakMalzeme" Type="Self.BreakMalzeme" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakdownDagilim" Type="Self.BreakdownDagilim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="BreakMalzeme">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakdownDagilim">
              <PropertyRef Name="breakmalzemeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownDagilim_Hrk">
          <End Role="Hrk" Type="Self.Hrk" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakdownDagilim" Type="Self.BreakdownDagilim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hrk">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakdownDagilim">
              <PropertyRef Name="hrkid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownDagilim_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakdownDagilim" Type="Self.BreakdownDagilim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakdownDagilim">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hrk_Dovboz">
          <End Role="Dovboz" Type="Self.Dovboz" Multiplicity="0..1" />
          <End Role="Hrk" Type="Self.Hrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Dovboz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hrk">
              <PropertyRef Name="dovbozid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hrk_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="0..1" />
          <End Role="Hrk" Type="Self.Hrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hrk">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hrk_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Hrk" Type="Self.Hrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hrk">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hrk_UpgradeHrk">
          <End Role="UpgradeHrk" Type="Self.UpgradeHrk" Multiplicity="0..1" />
          <End Role="Hrk" Type="Self.Hrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="UpgradeHrk">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hrk">
              <PropertyRef Name="upgradehrkid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Dovboz_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Dovboz" Type="Self.Dovboz" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Dovboz">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Dovboz_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Dovboz" Type="Self.Dovboz" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Dovboz">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Dovboz_Verilen_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Dovboz" Type="Self.Dovboz" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Dovboz">
              <PropertyRef Name="verilen_dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Doviz_Dovbozlar">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="0..1" />
          <End Role="Dovboz" Type="Self.Dovboz" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Dovboz">
              <PropertyRef Name="Doviz_Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DovizHeskod_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DovizHeskod" Type="Self.DovizHeskod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DovizHeskod">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DovizHeskod_Heskod">
          <End Role="Heskod" Type="Self.Heskod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DovizHeskod" Type="Self.DovizHeskod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Heskod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DovizHeskod">
              <PropertyRef Name="heskodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DovizHeskod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DovizHeskod" Type="Self.DovizHeskod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DovizHeskod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KasaAvans_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KasaAvans" Type="Self.KasaAvans" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KasaAvans">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KasaAvans_Hrk">
          <End Role="Hrk" Type="Self.Hrk" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KasaAvans" Type="Self.KasaAvans" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hrk">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KasaAvans">
              <PropertyRef Name="hrkid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KasaAvans_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="KasaAvans" Type="Self.KasaAvans" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KasaAvans">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KasaAvans_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KasaAvans" Type="Self.KasaAvans" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KasaAvans">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kur_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="0..1" />
          <End Role="Kur" Type="Self.Kur" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kur">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kur_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Kur" Type="Self.Kur" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kur">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Doviz_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Doviz">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDep_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="0..1" />
          <End Role="PosDep" Type="Self.PosDep" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosDep">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDep_Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="PosDep" Type="Self.PosDep" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosDep">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDep_PosFiyat">
          <End Role="PosDep" Type="Self.PosDep" Multiplicity="0..1" />
          <End Role="PosFiyat" Type="Self.PosFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosDep">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosFiyat">
              <PropertyRef Name="PosDep_Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosMasa_PosDep">
          <End Role="PosDep" Type="Self.PosDep" Multiplicity="0..1" />
          <End Role="PosMasa" Type="Self.PosMasa" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosDep">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosMasa">
              <PropertyRef Name="posdepid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipAna_Folio">
          <End Role="Folio" Type="Self.Folio" Multiplicity="0..1" />
          <End Role="PosSipAna" Type="Self.PosSipAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Folio">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipAna">
              <PropertyRef Name="folioid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyonSeri_PosDep">
          <End Role="PosDep" Type="Self.PosDep" Multiplicity="0..1" />
          <End Role="PosAdisyonSeri" Type="Self.PosAdisyonSeri" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosDep">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosAdisyonSeri">
              <PropertyRef Name="posdepid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosGarson_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosGarson" Type="Self.PosGarson" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosGarson">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosGarson_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosGarson" Type="Self.PosGarson" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosGarson">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyonSeri_PosGarson">
          <End Role="PosGarson" Type="Self.PosGarson" Multiplicity="0..1" />
          <End Role="PosAdisyonSeri" Type="Self.PosAdisyonSeri" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosGarson">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosAdisyonSeri">
              <PropertyRef Name="posgarsonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyonSeri_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosAdisyonSeri" Type="Self.PosAdisyonSeri" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosAdisyonSeri">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyon_PosAdisyonSeri">
          <End Role="PosAdisyonSeri" Type="Self.PosAdisyonSeri" Multiplicity="0..1" />
          <End Role="PosAdisyon" Type="Self.PosAdisyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosAdisyonSeri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosAdisyon">
              <PropertyRef Name="posadisyonseriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyon_PosGarson">
          <End Role="PosGarson" Type="Self.PosGarson" Multiplicity="0..1" />
          <End Role="PosAdisyon" Type="Self.PosAdisyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosGarson">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosAdisyon">
              <PropertyRef Name="posgarsonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyon_PosSipAna">
          <End Role="PosSipAna" Type="Self.PosSipAna" Multiplicity="0..1" />
          <End Role="PosAdisyon" Type="Self.PosAdisyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSipAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosAdisyon">
              <PropertyRef Name="possipanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAdisyon_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosAdisyon" Type="Self.PosAdisyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosAdisyon">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipAna_PosGarson">
          <End Role="PosGarson" Type="Self.PosGarson" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSipAna" Type="Self.PosSipAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosGarson">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipAna">
              <PropertyRef Name="posgarsonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosIptalSebep_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosIptalSebep" Type="Self.PosIptalSebep" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosIptalSebep">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipAna_PosIptalSebep">
          <End Role="PosIptalSebep" Type="Self.PosIptalSebep" Multiplicity="0..1" />
          <End Role="PosSipAna" Type="Self.PosSipAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosIptalSebep">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipAna">
              <PropertyRef Name="posiptalsebepid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipAna_PosMasa">
          <End Role="PosMasa" Type="Self.PosMasa" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSipAna" Type="Self.PosSipAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosMasa">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipAna">
              <PropertyRef Name="posmasaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeBazHareket_PosOdemeler">
          <End Role="PosOdemeler" Type="Self.PosOdemeler" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosOdemeBazHareket" Type="Self.PosOdemeBazHareket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosOdemeler">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosOdemeBazHareket">
              <PropertyRef Name="posodemelerid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetay_PosGarson">
          <End Role="PosGarson" Type="Self.PosGarson" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSipDetay" Type="Self.PosSipDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosGarson">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipDetay">
              <PropertyRef Name="posgarsonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetay_PosIptalSebep">
          <End Role="PosIptalSebep" Type="Self.PosIptalSebep" Multiplicity="0..1" />
          <End Role="PosSipDetay" Type="Self.PosSipDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosIptalSebep">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipDetay">
              <PropertyRef Name="posiptalsebepid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetay_PosOdemeBazHareket">
          <End Role="PosSipDetay" Type="Self.PosSipDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosOdemeBazHareket" Type="Self.PosOdemeBazHareket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSipDetay">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosOdemeBazHareket">
              <PropertyRef Name="possipdetayid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAltKategoriler_PosSatKodlar">
          <End Role="PosAltKategoriler" Type="Self.PosAltKategoriler" Multiplicity="0..1" />
          <End Role="PosSatKod" Type="Self.PosSatKod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosAltKategoriler">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSatKod">
              <PropertyRef Name="posaltkategorilerid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAltKategoriler_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosAltKategoriler" Type="Self.PosAltKategoriler" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosAltKategoriler">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosCondTanim_PosSatKodCondiment">
          <End Role="PosSatKod" Type="Self.PosSatKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosCondTanim" Type="Self.PosCondTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSatKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosCondTanim">
              <PropertyRef Name="possatkodcondimentid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosCondTanim_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosCondTanim" Type="Self.PosCondTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosCondTanim">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSatKod_PosSatKodCondimentler">
          <End Role="PosSatKod" Type="Self.PosSatKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosCondTanim" Type="Self.PosCondTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSatKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosCondTanim">
              <PropertyRef Name="possatkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSatKodFiyat_PosDep">
          <End Role="PosDep" Type="Self.PosDep" Multiplicity="0..1" />
          <End Role="PosSatKodFiyat" Type="Self.PosSatKodFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosDep">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSatKodFiyat">
              <PropertyRef Name="posdepid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosKdvTipi_Kdv">
          <End Role="Kdv" Type="Self.Kdv" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosKdvTipi" Type="Self.PosKdvTipi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kdv">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosKdvTipi">
              <PropertyRef Name="kdvid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosKdvTipi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosKdvTipi" Type="Self.PosKdvTipi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosKdvTipi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSatKodFiyat_PosKdvTipi">
          <End Role="PosKdvTipi" Type="Self.PosKdvTipi" Multiplicity="0..1" />
          <End Role="PosSatKodFiyat" Type="Self.PosSatKodFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosKdvTipi">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSatKodFiyat">
              <PropertyRef Name="poskdvtipiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSatKodFiyat_PosSatKod">
          <End Role="PosSatKod" Type="Self.PosSatKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSatKodFiyat" Type="Self.PosSatKodFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSatKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSatKodFiyat">
              <PropertyRef Name="possatkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSatKod_Recete">
          <End Role="Recete" Type="Self.Recete" Multiplicity="0..1" />
          <End Role="PosSatKod" Type="Self.PosSatKod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Recete">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSatKod">
              <PropertyRef Name="receteid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSatKod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSatKod" Type="Self.PosSatKod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSatKod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetay_PosSatKod">
          <End Role="PosSatKod" Type="Self.PosSatKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSipDetay" Type="Self.PosSipDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSatKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipDetay">
              <PropertyRef Name="possatkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetay_PosSipAna">
          <End Role="PosSipAna" Type="Self.PosSipAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSipDetay" Type="Self.PosSipDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSipAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipDetay">
              <PropertyRef Name="possipanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosCond_PosSatKodCondimentlerTanim">
          <End Role="PosCondTanim" Type="Self.PosCondTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosCond" Type="Self.PosCond" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosCondTanim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosCond">
              <PropertyRef Name="possatkodcondimentlertanimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosCond_PosSipDetay">
          <End Role="PosSipDetay" Type="Self.PosSipDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosCond" Type="Self.PosCond" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSipDetay">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosCond">
              <PropertyRef Name="possipdetayid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosCond_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosCond" Type="Self.PosCond" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosCond">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetayFiyHrk_PosSipDetay">
          <End Role="PosSipDetay" Type="Self.PosSipDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSipDetayFiyHrk" Type="Self.PosSipDetayFiyHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSipDetay">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipDetayFiyHrk">
              <PropertyRef Name="possipdetayid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetayIndirimler_PosGarson">
          <End Role="PosGarson" Type="Self.PosGarson" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSipDetayIndirimler" Type="Self.PosSipDetayIndirimler" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosGarson">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipDetayIndirimler">
              <PropertyRef Name="posgarsonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetayIndirimler_PosSipDetay">
          <End Role="PosSipDetay" Type="Self.PosSipDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSipDetayIndirimler" Type="Self.PosSipDetayIndirimler" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSipDetay">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipDetayIndirimler">
              <PropertyRef Name="possipdetayid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetayVaryasyonlar_PosSipDetay">
          <End Role="PosSipDetay" Type="Self.PosSipDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSipDetayVaryasyonlar" Type="Self.PosSipDetayVaryasyonlar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSipDetay">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipDetayVaryasyonlar">
              <PropertyRef Name="possipdetayid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosVaryasyonlarTanim_PosAltKategoriler">
          <End Role="PosAltKategoriler" Type="Self.PosAltKategoriler" Multiplicity="0..1" />
          <End Role="PosVaryasyonlarTanim" Type="Self.PosVaryasyonlarTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosAltKategoriler">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosVaryasyonlarTanim">
              <PropertyRef Name="posaltkategorilerid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosVaryasyonlarTanim_PosSatKod">
          <End Role="PosSatKod" Type="Self.PosSatKod" Multiplicity="0..1" />
          <End Role="PosVaryasyonlarTanim" Type="Self.PosVaryasyonlarTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSatKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosVaryasyonlarTanim">
              <PropertyRef Name="possatkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosVaryasyonlarTanim_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosVaryasyonlarTanim" Type="Self.PosVaryasyonlarTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosVaryasyonlarTanim">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetayVaryasyonlar_PosVaryasyonlarTanim">
          <End Role="PosVaryasyonlarTanim" Type="Self.PosVaryasyonlarTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSipDetayVaryasyonlar" Type="Self.PosSipDetayVaryasyonlar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosVaryasyonlarTanim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipDetayVaryasyonlar">
              <PropertyRef Name="posvaryasyonlartanimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetayVaryasyonlar_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSipDetayVaryasyonlar" Type="Self.PosSipDetayVaryasyonlar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipDetayVaryasyonlar">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FisTip_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FisTip" Type="Self.FisTip" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FisTip">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_FisTip">
          <End Role="FisTip" Type="Self.FisTip" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkAna" Type="Self.StokhrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FisTip">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkAna">
              <PropertyRef Name="fistipid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_Hesap">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="StokhrkAna" Type="Self.StokhrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkAna">
              <PropertyRef Name="hesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdenmezIkram_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosOdenmezIkram" Type="Self.PosOdenmezIkram" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosOdenmezIkram">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_PosOdenmezIkram">
          <End Role="PosOdenmezIkram" Type="Self.PosOdenmezIkram" Multiplicity="0..1" />
          <End Role="StokhrkAna" Type="Self.StokhrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosOdenmezIkram">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkAna">
              <PropertyRef Name="posodenmezikramid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkAna_FisTip">
          <End Role="FisTip" Type="Self.FisTip" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ReceteHrkAna" Type="Self.ReceteHrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="FisTip">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteHrkAna">
              <PropertyRef Name="fistipid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkAna_PosOdenmezIkram">
          <End Role="PosOdenmezIkram" Type="Self.PosOdenmezIkram" Multiplicity="0..1" />
          <End Role="ReceteHrkAna" Type="Self.ReceteHrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosOdenmezIkram">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteHrkAna">
              <PropertyRef Name="posodenmezikramid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepartmanAna_DepartmanAmbar">
          <End Role="DepartmanAna" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <End Role="DepartmanAnaSelf" Type="Self.DepartmanAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepartmanAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DepartmanAnaSelf">
              <PropertyRef Name="departmanambarid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepDevir_DepartmanAna">
          <End Role="DepartmanAna" Type="Self.DepartmanAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DepDevir" Type="Self.DepDevir" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepartmanAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DepDevir">
              <PropertyRef Name="departmananaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepDevir_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DepDevir" Type="Self.DepDevir" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DepDevir">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepDevir_StokhrkAna">
          <End Role="StokhrkAna" Type="Self.StokhrkAna" Multiplicity="0..1" />
          <End Role="DepDevir" Type="Self.DepDevir" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DepDevir">
              <PropertyRef Name="stokhrkanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Referans_OnbReferans">
          <End Role="OnbReferans" Type="Self.OnbReferans" Multiplicity="0..1" />
          <End Role="Referans" Type="Self.Referans" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbReferans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Referans">
              <PropertyRef Name="onbreferansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Referans_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Referans" Type="Self.Referans" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Referans">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepartmanAna_Referans">
          <End Role="Referans" Type="Self.Referans" Multiplicity="0..1" />
          <End Role="DepartmanAna" Type="Self.DepartmanAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Referans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DepartmanAna">
              <PropertyRef Name="referansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DepartmanAna_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DepartmanAna" Type="Self.DepartmanAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DepartmanAna">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkDetay_AlanDepartman">
          <End Role="DepartmanAna" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <End Role="ReceteHrkDetay" Type="Self.ReceteHrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepartmanAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteHrkDetay">
              <PropertyRef Name="alandepartmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkDetay_Recete">
          <End Role="Recete" Type="Self.Recete" Multiplicity="0..1" />
          <End Role="ReceteHrkDetay" Type="Self.ReceteHrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Recete">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteHrkDetay">
              <PropertyRef Name="receteid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkDetay_ReceteBaglantiAna">
          <End Role="ReceteBaglantiAna" Type="Self.ReceteBaglantiAna" Multiplicity="0..1" />
          <End Role="ReceteHrkDetay" Type="Self.ReceteHrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ReceteBaglantiAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteHrkDetay">
              <PropertyRef Name="recetebaglantianaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkDetay_ReceteHrkAna">
          <End Role="ReceteHrkAna" Type="Self.ReceteHrkAna" Multiplicity="0..1" />
          <End Role="ReceteHrkDetay" Type="Self.ReceteHrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ReceteHrkAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteHrkDetay">
              <PropertyRef Name="recetehrkanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkDetay_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ReceteHrkDetay" Type="Self.ReceteHrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteHrkDetay">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_AlanDepartman">
          <End Role="DepartmanAna" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <End Role="StokhrkDetay" Type="Self.StokhrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepartmanAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkDetay">
              <PropertyRef Name="alandepartmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_Kdv">
          <End Role="Kdv" Type="Self.Kdv" Multiplicity="0..1" />
          <End Role="StokhrkDetay" Type="Self.StokhrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kdv">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkDetay">
              <PropertyRef Name="kdvid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_ReceteHrkDetay">
          <End Role="ReceteHrkDetay" Type="Self.ReceteHrkDetay" Multiplicity="0..1" />
          <End Role="StokhrkDetay" Type="Self.StokhrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ReceteHrkDetay">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkDetay">
              <PropertyRef Name="recetehrkdetayid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkDetay" Type="Self.StokhrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkDetay">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_StokhrkAna">
          <End Role="StokhrkAna" Type="Self.StokhrkAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkDetay" Type="Self.StokhrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkDetay">
              <PropertyRef Name="stokhrkanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_StokhrkDetayAyrinti">
          <End Role="StokhrkDetay" Type="Self.StokhrkDetay" Multiplicity="1" />
          <End Role="StokhrkDetayAyrinti" Type="Self.StokhrkDetayAyrinti" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkDetayAyrinti">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetayBaglanti_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkDetayBaglanti" Type="Self.StokhrkDetayBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkDetayBaglanti">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_StokhrkDetayBaglantiAna">
          <End Role="StokhrkDetay" Type="Self.StokhrkDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkDetayBaglanti" Type="Self.StokhrkDetayBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkDetayBaglanti">
              <PropertyRef Name="stokhrkdetayid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_StokhrkDetayBaglantiUst">
          <End Role="StokhrkDetay" Type="Self.StokhrkDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkDetayBaglanti" Type="Self.StokhrkDetayBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkDetayBaglanti">
              <PropertyRef Name="uststokhrkdetayid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AltGrup_Envanterler">
          <End Role="AltGrup" Type="Self.AltGrup" Multiplicity="0..1" />
          <End Role="Envanter" Type="Self.Envanter" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AltGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Envanter">
              <PropertyRef Name="altgrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Grup_Altgruplar">
          <End Role="Grup" Type="Self.Grup" Multiplicity="0..1" />
          <End Role="AltGrup" Type="Self.AltGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Grup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AltGrup">
              <PropertyRef Name="grupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Grup_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Grup" Type="Self.Grup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Grup">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AltGrup_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AltGrup" Type="Self.AltGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AltGrup">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Envanter_Grup">
          <End Role="Grup" Type="Self.Grup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Envanter" Type="Self.Envanter" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Grup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Envanter">
              <PropertyRef Name="grupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Envanter_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Envanter" Type="Self.Envanter" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Envanter">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Envanter_Urunler">
          <End Role="Envanter" Type="Self.Envanter" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Urun" Type="Self.Urun" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Envanter">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Urun">
              <PropertyRef Name="envanterid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Urun_Kdv">
          <End Role="Kdv" Type="Self.Kdv" Multiplicity="0..1" />
          <End Role="Urun" Type="Self.Urun" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kdv">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Urun">
              <PropertyRef Name="kdvid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Urun_Receteler">
          <End Role="Urun" Type="Self.Urun" Multiplicity="0..1" />
          <End Role="Recete" Type="Self.Recete" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Urun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Recete">
              <PropertyRef Name="urunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Urun_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Urun" Type="Self.Urun" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Urun">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunBarkod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UrunBarkod" Type="Self.UrunBarkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunBarkod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunBarkod_Urun">
          <End Role="Urun" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UrunBarkod" Type="Self.UrunBarkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Urun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunBarkod">
              <PropertyRef Name="urunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunBirim_AltBirim">
          <End Role="Birim" Type="Self.Birim" Multiplicity="0..1" />
          <End Role="UrunBirim" Type="Self.UrunBirim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Birim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunBirim">
              <PropertyRef Name="altbirimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunBirim_Birim">
          <End Role="Birim" Type="Self.Birim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UrunBirim" Type="Self.UrunBirim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Birim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunBirim">
              <PropertyRef Name="birimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunBirim_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UrunBirim" Type="Self.UrunBirim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunBirim">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunBirim_Urun">
          <End Role="Urun" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UrunBirim" Type="Self.UrunBirim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Urun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunBirim">
              <PropertyRef Name="urunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMarka_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UrunMarka" Type="Self.UrunMarka" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunMarka">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMarka_Urun">
          <End Role="Urun" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UrunMarka" Type="Self.UrunMarka" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Urun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunMarka">
              <PropertyRef Name="urunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMuhasebeHesap_HesapCikis">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="UrunMuhasebeHesap" Type="Self.UrunMuhasebeHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunMuhasebeHesap">
              <PropertyRef Name="hesapcikisid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMuhasebeHesap_HesapEmanetGiris">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="UrunMuhasebeHesap" Type="Self.UrunMuhasebeHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunMuhasebeHesap">
              <PropertyRef Name="hesapemanetgirisid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMuhasebeHesap_HesapGiris">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="UrunMuhasebeHesap" Type="Self.UrunMuhasebeHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunMuhasebeHesap">
              <PropertyRef Name="hesapgirisid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMuhasebeHesap_HesapOtellerArasiTransfer">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="UrunMuhasebeHesap" Type="Self.UrunMuhasebeHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunMuhasebeHesap">
              <PropertyRef Name="hesapotellerarasitransferid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunMuhasebeHesap_HesapTuketim">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="UrunMuhasebeHesap" Type="Self.UrunMuhasebeHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunMuhasebeHesap">
              <PropertyRef Name="hesaptuketimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Urun_UrunMuhasebeHesap">
          <End Role="Urun" Type="Self.Urun" Multiplicity="1" />
          <End Role="UrunMuhasebeHesap" Type="Self.UrunMuhasebeHesap" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Urun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunMuhasebeHesap">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunOzelBarkod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UrunOzelBarkod" Type="Self.UrunOzelBarkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunOzelBarkod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunOzelBarkod_Urun">
          <End Role="Urun" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UrunOzelBarkod" Type="Self.UrunOzelBarkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Urun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunOzelBarkod">
              <PropertyRef Name="urunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_Urun">
          <End Role="Urun" Type="Self.Urun" Multiplicity="0..1" />
          <End Role="StokhrkDetay" Type="Self.StokhrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Urun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkDetay">
              <PropertyRef Name="urunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_UrunBirim">
          <End Role="UrunBirim" Type="Self.UrunBirim" Multiplicity="0..1" />
          <End Role="StokhrkDetay" Type="Self.StokhrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="UrunBirim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkDetay">
              <PropertyRef Name="urunbirimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkDetay_VerenDepartman">
          <End Role="DepartmanAna" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <End Role="StokhrkDetay" Type="Self.StokhrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepartmanAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkDetay">
              <PropertyRef Name="verendepartmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkAna_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ReceteHrkAna" Type="Self.ReceteHrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteHrkAna">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteHrkAna_StokhrkAna">
          <End Role="StokhrkAna" Type="Self.StokhrkAna" Multiplicity="0..1" />
          <End Role="ReceteHrkAna" Type="Self.ReceteHrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteHrkAna">
              <PropertyRef Name="stokhrkanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkAna" Type="Self.StokhrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkAna">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAnaBaglanti_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkAnaBaglanti" Type="Self.StokhrkAnaBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkAnaBaglanti">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_StokhrkAnaBaglantilar">
          <End Role="StokhrkAna" Type="Self.StokhrkAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkAnaBaglanti" Type="Self.StokhrkAnaBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkAnaBaglanti">
              <PropertyRef Name="stokhrkanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_StokhrkAnaBaglantilarDiger">
          <End Role="StokhrkAna" Type="Self.StokhrkAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkAnaBaglanti" Type="Self.StokhrkAnaBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkAnaBaglanti">
              <PropertyRef Name="stokhrkanailiskiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkAna_Tevkifat">
          <End Role="Tevkifat" Type="Self.Tevkifat" Multiplicity="0..1" />
          <End Role="StokhrkAna" Type="Self.StokhrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Tevkifat">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkAna">
              <PropertyRef Name="tevkifatid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipDetay_StokhrkAna">
          <End Role="StokhrkAna" Type="Self.StokhrkAna" Multiplicity="0..1" />
          <End Role="PosSipDetay" Type="Self.PosSipDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipDetay">
              <PropertyRef Name="stokhrkanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeTipi_Depkod">
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="0..1" />
          <End Role="PosOdemeTipi" Type="Self.PosOdemeTipi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Depkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosOdemeTipi">
              <PropertyRef Name="depkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeTipi_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="0..1" />
          <End Role="PosOdemeTipi" Type="Self.PosOdemeTipi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosOdemeTipi">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeTipi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosOdemeTipi" Type="Self.PosOdemeTipi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosOdemeTipi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeler_PosOdemeTipi">
          <End Role="PosOdemeTipi" Type="Self.PosOdemeTipi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosOdemeler" Type="Self.PosOdemeler" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosOdemeTipi">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosOdemeler">
              <PropertyRef Name="posodemetipiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeler_PosOdenmezIkram">
          <End Role="PosOdenmezIkram" Type="Self.PosOdenmezIkram" Multiplicity="0..1" />
          <End Role="PosOdemeler" Type="Self.PosOdemeler" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosOdenmezIkram">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosOdemeler">
              <PropertyRef Name="posodenmezikramid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeler_PosSipAna">
          <End Role="PosSipAna" Type="Self.PosSipAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosOdemeler" Type="Self.PosOdemeler" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSipAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosOdemeler">
              <PropertyRef Name="possipanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosOdemeler_UstOdeme">
          <End Role="PosOdemeler" Type="Self.PosOdemeler" Multiplicity="0..1" />
          <End Role="PosOdemelerSelf" Type="Self.PosOdemeler" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosOdemeler">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosOdemelerSelf">
              <PropertyRef Name="ustodemeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosSipAna_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosSipAna" Type="Self.PosSipAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosSipAna">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosMasa_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosMasa" Type="Self.PosMasa" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosMasa">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDep_Referans">
          <End Role="Referans" Type="Self.Referans" Multiplicity="0..1" />
          <End Role="PosDep" Type="Self.PosDep" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Referans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosDep">
              <PropertyRef Name="referansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDep_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosDep" Type="Self.PosDep" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosDep">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglantiAna_PosDep">
          <End Role="PosDep" Type="Self.PosDep" Multiplicity="0..1" />
          <End Role="ReceteBaglantiAna" Type="Self.ReceteBaglantiAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosDep">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteBaglantiAna">
              <PropertyRef Name="posdepid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglantiAna_PosSatKod">
          <End Role="PosSatKod" Type="Self.PosSatKod" Multiplicity="0..1" />
          <End Role="ReceteBaglantiAna" Type="Self.ReceteBaglantiAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSatKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteBaglantiAna">
              <PropertyRef Name="possatkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglanti_GelirDepartmani">
          <End Role="DepartmanAna" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <End Role="ReceteBaglanti" Type="Self.ReceteBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepartmanAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteBaglanti">
              <PropertyRef Name="gelirdepartmaniid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglanti_ReceteBaglantiAna">
          <End Role="ReceteBaglantiAna" Type="Self.ReceteBaglantiAna" Multiplicity="0..1" />
          <End Role="ReceteBaglanti" Type="Self.ReceteBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ReceteBaglantiAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteBaglanti">
              <PropertyRef Name="recetebaglantianaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteIcerik_Recete">
          <End Role="Recete" Type="Self.Recete" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ReceteIcerik" Type="Self.ReceteIcerik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Recete">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteIcerik">
              <PropertyRef Name="receteid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteIcerik_ReceteBaglanti">
          <End Role="ReceteIcerik" Type="Self.ReceteIcerik" Multiplicity="0..1" />
          <End Role="ReceteBaglanti" Type="Self.ReceteBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ReceteIcerik">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteBaglanti">
              <PropertyRef Name="receteicerikid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteIcerik_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ReceteIcerik" Type="Self.ReceteIcerik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteIcerik">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteIcerik_Urun">
          <End Role="Urun" Type="Self.Urun" Multiplicity="0..1" />
          <End Role="ReceteIcerik" Type="Self.ReceteIcerik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Urun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteIcerik">
              <PropertyRef Name="urunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteIcerik_UrunBirim">
          <End Role="UrunBirim" Type="Self.UrunBirim" Multiplicity="0..1" />
          <End Role="ReceteIcerik" Type="Self.ReceteIcerik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="UrunBirim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteIcerik">
              <PropertyRef Name="urunbirimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglanti_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ReceteBaglanti" Type="Self.ReceteBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteBaglanti">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglanti_TuketimDepartmani">
          <End Role="DepartmanAna" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <End Role="ReceteBaglanti" Type="Self.ReceteBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepartmanAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteBaglanti">
              <PropertyRef Name="tuketimdepartmaniid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ReceteBaglantiAna_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ReceteBaglantiAna" Type="Self.ReceteBaglantiAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteBaglantiAna">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Recete_ReceteBaglantiAnalar">
          <End Role="Recete" Type="Self.Recete" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ReceteBaglantiAna" Type="Self.ReceteBaglantiAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Recete">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ReceteBaglantiAna">
              <PropertyRef Name="receteid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Recete_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Recete" Type="Self.Recete" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Recete">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYemekRecete_Recete">
          <End Role="Recete" Type="Self.Recete" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MenuYemekRecete" Type="Self.MenuYemekRecete" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Recete">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MenuYemekRecete">
              <PropertyRef Name="receteid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYemekRecete_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MenuYemekRecete" Type="Self.MenuYemekRecete" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MenuYemekRecete">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MenuYemek_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MenuYemek" Type="Self.MenuYemek" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MenuYemek">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmMenuTanimMenuYemek_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmMenuTanimMenuYemek" Type="Self.CrmMenuTanimMenuYemek" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmMenuTanimMenuYemek">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmMenuTanim_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmMenuTanim" Type="Self.CrmMenuTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmMenuTanim">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezervasyonMenu_CrmMenuTanim">
          <End Role="CrmMenuTanim" Type="Self.CrmMenuTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmRezervasyonMenu" Type="Self.CrmRezervasyonMenu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmMenuTanim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmRezervasyonMenu">
              <PropertyRef Name="crmmenutanimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezervasyonMenu_MenuYemek">
          <End Role="MenuYemek" Type="Self.MenuYemek" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmRezervasyonMenu" Type="Self.CrmRezervasyonMenu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MenuYemek">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmRezervasyonMenu">
              <PropertyRef Name="menuyemekid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezervasyonMenu_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="0..1" />
          <End Role="CrmRezervasyonMenu" Type="Self.CrmRezervasyonMenu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmRezervasyonMenu">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezervasyonMenu_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmRezervasyonMenu" Type="Self.CrmRezervasyonMenu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmRezervasyonMenu">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HesSorguSonuc_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="HesSorguSonuc" Type="Self.HesSorguSonuc" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HesSorguSonuc">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HesSorguSonuc_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="HesSorguSonuc" Type="Self.HesSorguSonuc" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HesSorguSonuc">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Musteri_Kullanicilar">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="0..1" />
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kullanici">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriEmail_Email">
          <End Role="Email" Type="Self.Email" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MusteriEmail" Type="Self.MusteriEmail" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Email">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriEmail">
              <PropertyRef Name="emailid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriEmail_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MusteriEmail" Type="Self.MusteriEmail" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriEmail">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Musteri_MusteriKonaklamaEk">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="1" />
          <End Role="MusteriKonaklamaEk" Type="Self.MusteriKonaklamaEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriKonaklamaEk">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriOzellik_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MusteriOzellik" Type="Self.MusteriOzellik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriOzellik">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriOzellik_Ozellik">
          <End Role="Ozellik" Type="Self.Ozellik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MusteriOzellik" Type="Self.MusteriOzellik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Ozellik">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriOzellik">
              <PropertyRef Name="ozellikid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriOzellik_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MusteriOzellik" Type="Self.MusteriOzellik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriOzellik">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Musteri_MusteriPersonelEk">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="1" />
          <End Role="MusteriPersonelEk" Type="Self.MusteriPersonelEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriPersonelEk">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriPlaka_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MusteriPlaka" Type="Self.MusteriPlaka" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriPlaka">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Plaka_MusteriPlakalar">
          <End Role="Plaka" Type="Self.Plaka" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MusteriPlaka" Type="Self.MusteriPlaka" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Plaka">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriPlaka">
              <PropertyRef Name="plakaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="Reklamasyon" Type="Self.Reklamasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Reklamasyon">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="0..1" />
          <End Role="Reklamasyon" Type="Self.Reklamasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Reklamasyon">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="Reklamasyon" Type="Self.Reklamasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Reklamasyon">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="Reklamasyon" Type="Self.Reklamasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Reklamasyon">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Sikayet_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Sikayet" Type="Self.Sikayet" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Sikayet">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Sikayet">
          <End Role="Sikayet" Type="Self.Sikayet" Multiplicity="0..1" />
          <End Role="Reklamasyon" Type="Self.Reklamasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sikayet">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Reklamasyon">
              <PropertyRef Name="sikayetid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Reklamasyon" Type="Self.Reklamasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Reklamasyon">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Talep_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Talep" Type="Self.Talep" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Talep">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Reklamasyon_Talep">
          <End Role="Talep" Type="Self.Talep" Multiplicity="0..1" />
          <End Role="Reklamasyon" Type="Self.Reklamasyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Talep">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Reklamasyon">
              <PropertyRef Name="talepid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmKurum_CrmSagliklar">
          <End Role="CrmKurum" Type="Self.CrmKurum" Multiplicity="0..1" />
          <End Role="CrmSaglik" Type="Self.CrmSaglik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmKurum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmSaglik">
              <PropertyRef Name="crmkurumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmKurum_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmKurum" Type="Self.CrmKurum" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmKurum">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglikSemptom_CrmSaglik">
          <End Role="CrmSaglik" Type="Self.CrmSaglik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmSaglikSemptom" Type="Self.CrmSaglikSemptom" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmSaglik">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmSaglikSemptom">
              <PropertyRef Name="crmsaglikid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSemptom_CrmSaglikSemptomlar">
          <End Role="CrmSemptom" Type="Self.CrmSemptom" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmSaglikSemptom" Type="Self.CrmSaglikSemptom" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmSemptom">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmSaglikSemptom">
              <PropertyRef Name="crmsemptomid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSemptom_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmSemptom" Type="Self.CrmSemptom" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmSemptom">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglikTeshis_CrmSaglik">
          <End Role="CrmSaglik" Type="Self.CrmSaglik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmSaglikTeshis" Type="Self.CrmSaglikTeshis" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmSaglik">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmSaglikTeshis">
              <PropertyRef Name="crmsaglikid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmTeshis_CrmSaglikTeshisler">
          <End Role="CrmTeshis" Type="Self.CrmTeshis" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmSaglikTeshis" Type="Self.CrmSaglikTeshis" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmTeshis">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmSaglikTeshis">
              <PropertyRef Name="crmteshisid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmTeshis_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmTeshis" Type="Self.CrmTeshis" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmTeshis">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglik_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="CrmSaglik" Type="Self.CrmSaglik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmSaglik">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglik_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="0..1" />
          <End Role="CrmSaglik" Type="Self.CrmSaglik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmSaglik">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglik_Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="CrmSaglik" Type="Self.CrmSaglik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmSaglik">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglik_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="CrmSaglik" Type="Self.CrmSaglik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmSaglik">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmSaglik_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmSaglik" Type="Self.CrmSaglik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmSaglik">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MusteriTel_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MusteriTel" Type="Self.MusteriTel" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriTel">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Tel_MusteriTeller">
          <End Role="Tel" Type="Self.Tel" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MusteriTel" Type="Self.MusteriTel" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Tel">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MusteriTel">
              <PropertyRef Name="telid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kullanici_SirketKullanicilar">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SirketKullanici" Type="Self.SirketKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SirketKullanici">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SirketKullanici_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SirketKullanici" Type="Self.SirketKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SirketKullanici">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MailSunucu_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MailSunucu" Type="Self.MailSunucu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MailSunucu">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AcentaMail_MailIslem">
          <End Role="MailIslem" Type="Self.MailIslem" Multiplicity="0..1" />
          <End Role="AcentaMail" Type="Self.AcentaMail" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MailIslem">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AcentaMail">
              <PropertyRef Name="mailislemid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AcentaProforma_Acenta">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="0..1" />
          <End Role="AcentaProforma" Type="Self.AcentaProforma" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AcentaProforma">
              <PropertyRef Name="acentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Acenta_AcenteBavelEk">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="1" />
          <End Role="AcenteBavelEk" Type="Self.AcenteBavelEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AcenteBavelEk">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AcenteHeskod_Acenta">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AcenteHeskod" Type="Self.AcenteHeskod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AcenteHeskod">
              <PropertyRef Name="acentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AcenteHeskod_Heskod">
          <End Role="Heskod" Type="Self.Heskod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AcenteHeskod" Type="Self.AcenteHeskod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Heskod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AcenteHeskod">
              <PropertyRef Name="heskodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AcenteHeskod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AcenteHeskod" Type="Self.AcenteHeskod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AcenteHeskod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakDownAcenta_Acenta">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakDownAcenta" Type="Self.BreakDownAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakDownAcenta">
              <PropertyRef Name="acentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakDownAcenta_Breakdown">
          <End Role="Breakdown" Type="Self.Breakdown" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakDownAcenta" Type="Self.BreakDownAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Breakdown">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakDownAcenta">
              <PropertyRef Name="breakdownid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakDownAcenta_Pansiyon">
          <End Role="Pansiyon" Type="Self.Pansiyon" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakDownAcenta" Type="Self.BreakDownAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pansiyon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakDownAcenta">
              <PropertyRef Name="pansiyonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakDownAcenta_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakDownAcenta" Type="Self.BreakDownAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakDownAcenta">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnbGrupAcenta_Acenta">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OnbGrupAcenta" Type="Self.OnbGrupAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OnbGrupAcenta">
              <PropertyRef Name="acentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnbGrup_OnbGrupAcentalar">
          <End Role="OnbGrup" Type="Self.OnbGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OnbGrupAcenta" Type="Self.OnbGrupAcenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OnbGrupAcenta">
              <PropertyRef Name="onbgrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnbGrup_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OnbGrup" Type="Self.OnbGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OnbGrup">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Acenta_OnbReferans">
          <End Role="OnbReferans" Type="Self.OnbReferans" Multiplicity="0..1" />
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbReferans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Acenta">
              <PropertyRef Name="onbreferansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Acenta_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Acenta">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ATkpGrupIzin_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ATkpGrupIzin" Type="Self.ATkpGrupIzin" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ATkpGrupIzin">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaTakipIzin_ATkpGrupIzin">
          <End Role="ATkpGrupIzin" Type="Self.ATkpGrupIzin" Multiplicity="0..1" />
          <End Role="ArizaTakipIzin" Type="Self.ArizaTakipIzin" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ATkpGrupIzin">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ArizaTakipIzin">
              <PropertyRef Name="atkpgrupizinid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaTakipIzin_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="ArizaTakipIzin" Type="Self.ArizaTakipIzin" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ArizaTakipIzin">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaTakipIzin_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ArizaTakipIzin" Type="Self.ArizaTakipIzin" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ArizaTakipIzin">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaTakipSablon_IstipiTum">
          <End Role="IstipiTum" Type="Self.IstipiTum" Multiplicity="0..1" />
          <End Role="ArizaTakipSablon" Type="Self.ArizaTakipSablon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="IstipiTum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ArizaTakipSablon">
              <PropertyRef Name="istipitumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ArizaTakipSablon_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ArizaTakipSablon" Type="Self.ArizaTakipSablon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ArizaTakipSablon">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup">
          <End Role="AsyaReportPreviewGroup" Type="Self.AsyaReportPreviewGroup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="AsyaReportPreviewGroupDetail" Type="Self.AsyaReportPreviewGroupDetail" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AsyaReportPreviewGroup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="AsyaReportPreviewGroupDetail">
              <PropertyRef Name="asyareportpreviewgroupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ATkpDepKlnc_ATkpGrupIzin">
          <End Role="ATkpGrupIzin" Type="Self.ATkpGrupIzin" Multiplicity="0..1" />
          <End Role="ATkpDepKlnc" Type="Self.ATkpDepKlnc" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ATkpGrupIzin">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ATkpDepKlnc">
              <PropertyRef Name="atkpgrupizinid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ATkpDepKlnc_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="ATkpDepKlnc" Type="Self.ATkpDepKlnc" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ATkpDepKlnc">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ATkpDepKlnc_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ATkpDepKlnc" Type="Self.ATkpDepKlnc" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ATkpDepKlnc">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimStok_BakimEnvanter">
          <End Role="BakimEnvanter" Type="Self.BakimEnvanter" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BakimStok" Type="Self.BakimStok" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="BakimEnvanter">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimStok">
              <PropertyRef Name="bakimenvanterid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimIcerik_BakimStok">
          <End Role="BakimStok" Type="Self.BakimStok" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BakimIcerik" Type="Self.BakimIcerik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="BakimStok">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimIcerik">
              <PropertyRef Name="bakimstokid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimIcerik_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BakimIcerik" Type="Self.BakimIcerik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimIcerik">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakinaAna_BakimMakinalar">
          <End Role="BakimMakinaAna" Type="Self.BakimMakinaAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BakimMakina" Type="Self.BakimMakina" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="BakimMakinaAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimMakina">
              <PropertyRef Name="bakimmakinaanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakinaAna_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BakimMakinaAna" Type="Self.BakimMakinaAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimMakinaAna">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakinaEk_iptalArizaGorevli">
          <End Role="ArizaGorevli" Type="Self.ArizaGorevli" Multiplicity="0..1" />
          <End Role="BakimMakinaEk" Type="Self.BakimMakinaEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ArizaGorevli">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimMakinaEk">
              <PropertyRef Name="iptalarizagorevliid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakinaEk_OnayArizaGorevli">
          <End Role="ArizaGorevli" Type="Self.ArizaGorevli" Multiplicity="0..1" />
          <End Role="BakimMakinaEk" Type="Self.BakimMakinaEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ArizaGorevli">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimMakinaEk">
              <PropertyRef Name="onayarizagorevliid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakinaEk_TamamArizaGorevli">
          <End Role="ArizaGorevli" Type="Self.ArizaGorevli" Multiplicity="0..1" />
          <End Role="BakimMakinaEk" Type="Self.BakimMakinaEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="ArizaGorevli">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimMakinaEk">
              <PropertyRef Name="tamamarizagorevliid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakina_BakimMakinaEk">
          <End Role="BakimMakina" Type="Self.BakimMakina" Multiplicity="1" />
          <End Role="BakimMakinaEk" Type="Self.BakimMakinaEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="BakimMakina">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimMakinaEk">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakina_BakimStok">
          <End Role="BakimStok" Type="Self.BakimStok" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BakimMakina" Type="Self.BakimMakina" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="BakimStok">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimMakina">
              <PropertyRef Name="bakimstokid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimMakina_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BakimMakina" Type="Self.BakimMakina" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimMakina">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimStok_BakimStokEk">
          <End Role="BakimStok" Type="Self.BakimStok" Multiplicity="1" />
          <End Role="BakimStokEk" Type="Self.BakimStokEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="BakimStok">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimStokEk">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimTipi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BakimTipi" Type="Self.BakimTipi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimTipi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimStok_BakimTipi">
          <End Role="BakimTipi" Type="Self.BakimTipi" Multiplicity="0..1" />
          <End Role="BakimStok" Type="Self.BakimStok" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="BakimTipi">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimStok">
              <PropertyRef Name="bakimtipiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimStok_BolumYer">
          <End Role="BolumYer" Type="Self.BolumYer" Multiplicity="0..1" />
          <End Role="BakimStok" Type="Self.BakimStok" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="BolumYer">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimStok">
              <PropertyRef Name="bolumyerid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimStok_IstipiTum">
          <End Role="IstipiTum" Type="Self.IstipiTum" Multiplicity="0..1" />
          <End Role="BakimStok" Type="Self.BakimStok" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="IstipiTum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimStok">
              <PropertyRef Name="istipitumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimStok_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BakimStok" Type="Self.BakimStok" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimStok">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BakimEnvanter_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BakimEnvanter" Type="Self.BakimEnvanter" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BakimEnvanter">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BavelBilgiTanim_OnbReferans">
          <End Role="OnbReferans" Type="Self.OnbReferans" Multiplicity="0..1" />
          <End Role="BavelBilgiTanim" Type="Self.BavelBilgiTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbReferans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BavelBilgiTanim">
              <PropertyRef Name="onbreferansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BavelBilgiTanim_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BavelBilgiTanim" Type="Self.BavelBilgiTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BavelBilgiTanim">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Blok_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Blok" Type="Self.Blok" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Blok">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownHrk_Breakdown">
          <End Role="Breakdown" Type="Self.Breakdown" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakdownHrk" Type="Self.BreakdownHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Breakdown">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakdownHrk">
              <PropertyRef Name="breakdownid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownHrk_BreakMalzeme">
          <End Role="BreakMalzeme" Type="Self.BreakMalzeme" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakdownHrk" Type="Self.BreakdownHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="BreakMalzeme">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakdownHrk">
              <PropertyRef Name="breakmalzemeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownHrk_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakdownHrk" Type="Self.BreakdownHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakdownHrk">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="BreakdownHrk_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="BreakdownHrk" Type="Self.BreakdownHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="BreakdownHrk">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_AltGrup">
          <End Role="AltGrup" Type="Self.AltGrup" Multiplicity="0..1" />
          <End Role="CikisHesap" Type="Self.CikisHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="AltGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CikisHesap">
              <PropertyRef Name="altgrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_DepartmanAna">
          <End Role="DepartmanAna" Type="Self.DepartmanAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CikisHesap" Type="Self.CikisHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepartmanAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CikisHesap">
              <PropertyRef Name="departmananaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_DepartmanCikisHesap">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="CikisHesap" Type="Self.CikisHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CikisHesap">
              <PropertyRef Name="departmancikishesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_EmanetDepoHesap">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="CikisHesap" Type="Self.CikisHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CikisHesap">
              <PropertyRef Name="emanetdepohesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_Envanter">
          <End Role="Envanter" Type="Self.Envanter" Multiplicity="0..1" />
          <End Role="CikisHesap" Type="Self.CikisHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Envanter">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CikisHesap">
              <PropertyRef Name="envanterid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_GirisHesap">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="CikisHesap" Type="Self.CikisHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CikisHesap">
              <PropertyRef Name="girishesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_Grup">
          <End Role="Grup" Type="Self.Grup" Multiplicity="0..1" />
          <End Role="CikisHesap" Type="Self.CikisHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Grup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CikisHesap">
              <PropertyRef Name="grupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CikisHesap" Type="Self.CikisHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CikisHesap">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_TransferHesap">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="CikisHesap" Type="Self.CikisHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CikisHesap">
              <PropertyRef Name="transferhesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_TuketimHesap">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="CikisHesap" Type="Self.CikisHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CikisHesap">
              <PropertyRef Name="tuketimhesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CikisHesap_Urun">
          <End Role="Urun" Type="Self.Urun" Multiplicity="0..1" />
          <End Role="CikisHesap" Type="Self.CikisHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Urun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CikisHesap">
              <PropertyRef Name="urunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CiktiTaslakKolon_CiktiTaslak">
          <End Role="CiktiTaslak" Type="Self.CiktiTaslak" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CiktiTaslakKolon" Type="Self.CiktiTaslakKolon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CiktiTaslak">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CiktiTaslakKolon">
              <PropertyRef Name="ciktitaslakid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CiktiTaslak_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CiktiTaslak" Type="Self.CiktiTaslak" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CiktiTaslak">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CiktiTaslak_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CiktiTaslak" Type="Self.CiktiTaslak" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CiktiTaslak">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGenelInfo_Dil">
          <End Role="Dil" Type="Self.Dil" Multiplicity="0..1" />
          <End Role="CrmGenelInfo" Type="Self.CrmGenelInfo" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Dil">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmGenelInfo">
              <PropertyRef Name="dilid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGenelInfo_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmGenelInfo" Type="Self.CrmGenelInfo" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmGenelInfo">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_CrmBildirenDepartman">
          <End Role="CrmDepartman" Type="Self.CrmDepartman" Multiplicity="0..1" />
          <End Role="CrmGorevAtamaSira" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmDepartman">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira">
              <PropertyRef Name="crmbildirendepartmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_CrmBilOnemTuru">
          <End Role="CrmBilOnemTuru" Type="Self.CrmBilOnemTuru" Multiplicity="0..1" />
          <End Role="CrmGorevAtamaSira" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmBilOnemTuru">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira">
              <PropertyRef Name="crmbilonemturuid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_CrmGorevAtamaAna">
          <End Role="CrmGorevAtamaAna" Type="Self.CrmGorevAtamaAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmGorevAtamaSira" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmGorevAtamaAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira">
              <PropertyRef Name="crmgorevatamaanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_CrmSorumluDepartman">
          <End Role="CrmDepartman" Type="Self.CrmDepartman" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmGorevAtamaSira" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmDepartman">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira">
              <PropertyRef Name="crmsorumludepartmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="CrmGorevAtamaSira" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="CrmGorevAtamaSira" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaSira_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmGorevAtamaSira" Type="Self.CrmGorevAtamaSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaSira">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaAna_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmGorevAtamaAna" Type="Self.CrmGorevAtamaAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaAna">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmGorevAtamaAna_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmGorevAtamaAna" Type="Self.CrmGorevAtamaAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmGorevAtamaAna">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmKioskAyar_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmKioskAyar" Type="Self.CrmKioskAyar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmKioskAyar">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRestoranInfo_RestoranBolumMasaTanim">
          <End Role="RestoranBolumMasaTanim" Type="Self.RestoranBolumMasaTanim" Multiplicity="0..1" />
          <End Role="CrmRestoranInfo" Type="Self.CrmRestoranInfo" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmRestoranInfo">
              <PropertyRef Name="restoranbolummasatanimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRestoranInfo_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmRestoranInfo" Type="Self.CrmRestoranInfo" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmRestoranInfo">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezTipUyari_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmRezTipUyari" Type="Self.CrmRezTipUyari" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmRezTipUyari">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmRezTipUyari_Vip">
          <End Role="Vip" Type="Self.Vip" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmRezTipUyari" Type="Self.CrmRezTipUyari" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Vip">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmRezTipUyari">
              <PropertyRef Name="vipid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmWebAyar_CrmBildirimTur">
          <End Role="CrmBildirimTur" Type="Self.CrmBildirimTur" Multiplicity="0..1" />
          <End Role="CrmWebAyar" Type="Self.CrmWebAyar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmBildirimTur">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmWebAyar">
              <PropertyRef Name="crmbildirimturid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmWebAyar_CrmDepartman">
          <End Role="CrmDepartman" Type="Self.CrmDepartman" Multiplicity="0..1" />
          <End Role="CrmWebAyar" Type="Self.CrmWebAyar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmDepartman">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmWebAyar">
              <PropertyRef Name="crmdepartmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmWebAyar_CrmYorumKaynak">
          <End Role="CrmYorumKaynak" Type="Self.CrmYorumKaynak" Multiplicity="0..1" />
          <End Role="CrmWebAyar" Type="Self.CrmWebAyar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmYorumKaynak">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmWebAyar">
              <PropertyRef Name="crmyorumkaynakid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="CrmWebAyar_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="CrmWebAyar" Type="Self.CrmWebAyar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="CrmWebAyar">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DysDokuman_DysAna">
          <End Role="DysAna" Type="Self.DysAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DysDokuman" Type="Self.DysDokuman" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DysAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DysDokuman">
              <PropertyRef Name="dysanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DysDokumanTip_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="DysDokumanTip" Type="Self.DysDokumanTip" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DysDokumanTip">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="DysDokuman_DysDokumanTip">
          <End Role="DysDokumanTip" Type="Self.DysDokumanTip" Multiplicity="0..1" />
          <End Role="DysDokuman" Type="Self.DysDokuman" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DysDokumanTip">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="DysDokuman">
              <PropertyRef Name="dysdokumantipid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="EDefterBelgeTipi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="EDefterBelgeTipi" Type="Self.EDefterBelgeTipi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="EDefterBelgeTipi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Esya_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Esya" Type="Self.Esya" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Esya">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FaturaKaynak_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FaturaKaynak" Type="Self.FaturaKaynak" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FaturaKaynak">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FisKaynagi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="FisKaynagi" Type="Self.FisKaynagi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FisKaynagi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="FiyatFiltre_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="FiyatFiltre" Type="Self.FiyatFiltre" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="FiyatFiltre">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GoogleDil_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="GoogleDil" Type="Self.GoogleDil" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GoogleDil">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GoogleOzelGun_GoogleDil">
          <End Role="GoogleDil" Type="Self.GoogleDil" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="GoogleOzelGun" Type="Self.GoogleOzelGun" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="GoogleDil">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GoogleOzelGun">
              <PropertyRef Name="googledilid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GoogleOzelGun_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="GoogleOzelGun" Type="Self.GoogleOzelGun" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GoogleOzelGun">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Gundem_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Gundem" Type="Self.Gundem" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Gundem">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Toplanti_Gundemler">
          <End Role="Toplanti" Type="Self.Toplanti" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Gundem" Type="Self.Gundem" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Toplanti">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Gundem">
              <PropertyRef Name="toplantiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Salon_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Salon" Type="Self.Salon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Salon">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Toplanti_Salon">
          <End Role="Salon" Type="Self.Salon" Multiplicity="0..1" />
          <End Role="Toplanti" Type="Self.Toplanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Salon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Toplanti">
              <PropertyRef Name="salonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Toplanti_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Toplanti" Type="Self.Toplanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Toplanti">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ToplantiKisi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ToplantiKisi" Type="Self.ToplantiKisi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ToplantiKisi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ToplantiKisi_Toplanti">
          <End Role="Toplanti" Type="Self.Toplanti" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ToplantiKisi" Type="Self.ToplantiKisi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Toplanti">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ToplantiKisi">
              <PropertyRef Name="toplantiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GunlukRestoranKapasitesi_RestoranBolumMasaTanim">
          <End Role="RestoranBolumMasaTanim" Type="Self.RestoranBolumMasaTanim" Multiplicity="0..1" />
          <End Role="GunlukRestoranKapasitesi" Type="Self.GunlukRestoranKapasitesi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GunlukRestoranKapasitesi">
              <PropertyRef Name="restoranbolummasatanimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GunlukRestoranKapasitesi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="GunlukRestoranKapasitesi" Type="Self.GunlukRestoranKapasitesi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GunlukRestoranKapasitesi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="GunTanim_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="GunTanim" Type="Self.GunTanim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="GunTanim">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Hakedis_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Hakedis" Type="Self.Hakedis" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Hakedis">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HalFiyat_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="HalFiyat" Type="Self.HalFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HalFiyat">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HalFiyat_Urun">
          <End Role="Urun" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="HalFiyat" Type="Self.HalFiyat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Urun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HalFiyat">
              <PropertyRef Name="urunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HesBilgi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="HesBilgi" Type="Self.HesBilgi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HesBilgi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SirketBilgi_OnbReferans">
          <End Role="OnbReferans" Type="Self.OnbReferans" Multiplicity="0..1" />
          <End Role="SirketBilgi" Type="Self.SirketBilgi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbReferans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SirketBilgi">
              <PropertyRef Name="onbreferansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SirketBilgi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SirketBilgi" Type="Self.SirketBilgi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SirketBilgi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="HesBilgi_SirketBilgi">
          <End Role="SirketBilgi" Type="Self.SirketBilgi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="HesBilgi" Type="Self.HesBilgi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SirketBilgi">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="HesBilgi">
              <PropertyRef Name="sirketbilgiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Schedule_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Schedule" Type="Self.Schedule" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Schedule">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Job_Schedule">
          <End Role="Schedule" Type="Self.Schedule" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Job" Type="Self.Job" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Schedule">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Job">
              <PropertyRef Name="scheduleid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Job_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Job" Type="Self.Job" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Job">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="JobHistory_Job">
          <End Role="Job" Type="Self.Job" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="JobHistory" Type="Self.JobHistory" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Job">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="JobHistory">
              <PropertyRef Name="jobid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="JobHistory_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="JobHistory" Type="Self.JobHistory" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="JobHistory">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalAcente_Acenta">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="0..1" />
          <End Role="KanalAcente" Type="Self.KanalAcente" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KanalAcente">
              <PropertyRef Name="acentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_Acenta">
          <End Role="Acenta" Type="Self.Acenta" Multiplicity="0..1" />
          <End Role="KanalEsitleme" Type="Self.KanalEsitleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Acenta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KanalEsitleme">
              <PropertyRef Name="acentaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_KanalAcente">
          <End Role="KanalAcente" Type="Self.KanalAcente" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KanalEsitleme" Type="Self.KanalEsitleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="KanalAcente">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KanalEsitleme">
              <PropertyRef Name="kanalacenteid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_OdaKonum">
          <End Role="OdaKonum" Type="Self.OdaKonum" Multiplicity="0..1" />
          <End Role="KanalEsitleme" Type="Self.KanalEsitleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KanalEsitleme">
              <PropertyRef Name="odakonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_OnbReferans">
          <End Role="OnbReferans" Type="Self.OnbReferans" Multiplicity="0..1" />
          <End Role="KanalEsitleme" Type="Self.KanalEsitleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbReferans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KanalEsitleme">
              <PropertyRef Name="onbreferansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_Pansiyon">
          <End Role="Pansiyon" Type="Self.Pansiyon" Multiplicity="0..1" />
          <End Role="KanalEsitleme" Type="Self.KanalEsitleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pansiyon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KanalEsitleme">
              <PropertyRef Name="pansiyonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KanalEsitleme" Type="Self.KanalEsitleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KanalEsitleme">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalEsitleme_Ulke">
          <End Role="Ulke" Type="Self.Ulke" Multiplicity="0..1" />
          <End Role="KanalEsitleme" Type="Self.KanalEsitleme" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Ulke">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KanalEsitleme">
              <PropertyRef Name="ulkeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalGiris_KanalAcente">
          <End Role="KanalGiris" Type="Self.KanalGiris" Multiplicity="0..1" />
          <End Role="KanalAcente" Type="Self.KanalAcente" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="KanalGiris">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KanalAcente">
              <PropertyRef Name="kanalgirisid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalGiris_OnbReferans">
          <End Role="OnbReferans" Type="Self.OnbReferans" Multiplicity="0..1" />
          <End Role="KanalGiris" Type="Self.KanalGiris" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbReferans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KanalGiris">
              <PropertyRef Name="onbreferansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalGiris_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KanalGiris" Type="Self.KanalGiris" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KanalGiris">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalAcente_OnbReferans">
          <End Role="OnbReferans" Type="Self.OnbReferans" Multiplicity="0..1" />
          <End Role="KanalAcente" Type="Self.KanalAcente" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnbReferans">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KanalAcente">
              <PropertyRef Name="onbreferansid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KanalAcente_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KanalAcente" Type="Self.KanalAcente" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KanalAcente">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kapasite_RestoranBolumMasaId">
          <End Role="RestoranBolumMasaTanim" Type="Self.RestoranBolumMasaTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Kapasite" Type="Self.Kapasite" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kapasite">
              <PropertyRef Name="restoranbolummasatanimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kapasite_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Kapasite" Type="Self.Kapasite" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kapasite">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kayip_Departman">
          <End Role="Departman" Type="Self.Departman" Multiplicity="0..1" />
          <End Role="Kayip" Type="Self.Kayip" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Departman">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kayip">
              <PropertyRef Name="departmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kayip_Esya">
          <End Role="Esya" Type="Self.Esya" Multiplicity="0..1" />
          <End Role="Kayip" Type="Self.Kayip" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Esya">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kayip">
              <PropertyRef Name="esyaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kayiphrk_Kayip">
          <End Role="Kayip" Type="Self.Kayip" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Kayiphrk" Type="Self.Kayiphrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kayip">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kayiphrk">
              <PropertyRef Name="kayipid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kayiphrk_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Kayiphrk" Type="Self.Kayiphrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kayiphrk">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kayip_Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="0..1" />
          <End Role="Kayip" Type="Self.Kayip" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kayip">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Kayip_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Kayip" Type="Self.Kayip" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Kayip">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiSeri_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KolBandiSeri" Type="Self.KolBandiSeri" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KolBandiSeri">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiSorgu_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="KolBandiSorgu" Type="Self.KolBandiSorgu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KolBandiSorgu">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiSorgu_Rez">
          <End Role="Rez" Type="Self.Rez" Multiplicity="0..1" />
          <End Role="KolBandiSorgu" Type="Self.KolBandiSorgu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rez">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KolBandiSorgu">
              <PropertyRef Name="rezid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KolBandiSorgu_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KolBandiSorgu" Type="Self.KolBandiSorgu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KolBandiSorgu">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumGrup_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KonumGrup" Type="Self.KonumGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KonumGrup">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumGrupBaglanti_KonumGrup">
          <End Role="KonumGrup" Type="Self.KonumGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KonumGrupBaglanti" Type="Self.KonumGrupBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="KonumGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KonumGrupBaglanti">
              <PropertyRef Name="konumgrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumGrupBaglanti_OdaKonum">
          <End Role="OdaKonum" Type="Self.OdaKonum" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KonumGrupBaglanti" Type="Self.KonumGrupBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OdaKonum">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KonumGrupBaglanti">
              <PropertyRef Name="odakonumid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="KonumGrupBaglanti_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="KonumGrupBaglanti" Type="Self.KonumGrupBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="KonumGrupBaglanti">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MahsupKaynak_Mahsuplar">
          <End Role="MahsupKaynak" Type="Self.MahsupKaynak" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Mahsup" Type="Self.Mahsup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="MahsupKaynak">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Mahsup">
              <PropertyRef Name="mahsupkaynakid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MahsupKaynak_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MahsupKaynak" Type="Self.MahsupKaynak" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MahsupKaynak">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MahsupSira_Hesap">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MahsupSira" Type="Self.MahsupSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MahsupSira">
              <PropertyRef Name="hesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MahsupSira_Mahsup">
          <End Role="Mahsup" Type="Self.Mahsup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MahsupSira" Type="Self.MahsupSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Mahsup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MahsupSira">
              <PropertyRef Name="mahsupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MahsupSira_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MahsupSira" Type="Self.MahsupSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MahsupSira">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Mahsup_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Mahsup" Type="Self.Mahsup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Mahsup">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MasrafMerkezi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MasrafMerkezi" Type="Self.MasrafMerkezi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MasrafMerkezi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Mesaj_Tablo">
          <End Role="Tablo" Type="Self.Tablo" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Mesaj" Type="Self.Mesaj" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Tablo">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Mesaj">
              <PropertyRef Name="tabloid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MGBSablon_CrmBildirimTur">
          <End Role="CrmBildirimTur" Type="Self.CrmBildirimTur" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MGBSablon" Type="Self.MGBSablon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmBildirimTur">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MGBSablon">
              <PropertyRef Name="crmbildirimturid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MGBSablon_CrmDepartman">
          <End Role="CrmDepartman" Type="Self.CrmDepartman" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MGBSablon" Type="Self.MGBSablon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="CrmDepartman">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MGBSablon">
              <PropertyRef Name="crmdepartmanid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="MuhasebeReferans_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="MuhasebeReferans" Type="Self.MuhasebeReferans" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="MuhasebeReferans">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Notlar_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Notlar" Type="Self.Notlar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Notlar">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Notlar_NotHedefler">
          <End Role="Notlar" Type="Self.Notlar" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="NotHedef" Type="Self.NotHedef" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Notlar">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="NotHedef">
              <PropertyRef Name="notid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="NotHedefLog_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="NotHedefLog" Type="Self.NotHedefLog" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="NotHedefLog">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="NotHedefLog_NotHedef">
          <End Role="NotHedef" Type="Self.NotHedef" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="NotHedefLog" Type="Self.NotHedefLog" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="NotHedef">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="NotHedefLog">
              <PropertyRef Name="nothedefid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnayAdim_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OnayAdim" Type="Self.OnayAdim" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OnayAdim">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnayAdimKullanici_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OnayAdimKullanici" Type="Self.OnayAdimKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OnayAdimKullanici">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnayAdimKullanici_OnayAdim">
          <End Role="OnayAdim" Type="Self.OnayAdim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OnayAdimKullanici" Type="Self.OnayAdimKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnayAdim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OnayAdimKullanici">
              <PropertyRef Name="onayadimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OnayAdimKullanici_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OnayAdimKullanici" Type="Self.OnayAdimKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OnayAdimKullanici">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OrtakGrupDetay_OrtakGrup">
          <End Role="OrtakGrup" Type="Self.OrtakGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OrtakGrupDetay" Type="Self.OrtakGrupDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OrtakGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OrtakGrupDetay">
              <PropertyRef Name="ortakgrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OrtakGrupDetay_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OrtakGrupDetay" Type="Self.OrtakGrupDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OrtakGrupDetay">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OrtakGrup_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OrtakGrup" Type="Self.OrtakGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OrtakGrup">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OutOfOrder_Oda">
          <End Role="Oda" Type="Self.Oda" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OutOfOrder" Type="Self.OutOfOrder" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Oda">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OutOfOrder">
              <PropertyRef Name="odaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OutOfOrderSira_OutOfOrder">
          <End Role="OutOfOrder" Type="Self.OutOfOrder" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OutOfOrderSira" Type="Self.OutOfOrderSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OutOfOrder">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OutOfOrderSira">
              <PropertyRef Name="outoforderid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OutOfOrderSira_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OutOfOrderSira" Type="Self.OutOfOrderSira" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OutOfOrderSira">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OutOfOrder_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OutOfOrder" Type="Self.OutOfOrder" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OutOfOrder">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="OzelKod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="OzelKod" Type="Self.OzelKod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="OzelKod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PanYemek_Pansiyon">
          <End Role="Pansiyon" Type="Self.Pansiyon" Multiplicity="0..1" />
          <End Role="PanYemek" Type="Self.PanYemek" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pansiyon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PanYemek">
              <PropertyRef Name="Pansiyon_Id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PanYemek_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PanYemek" Type="Self.PanYemek" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PanYemek">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pbelge_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pbelge" Type="Self.Pbelge" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pbelge">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Parametre_Pbelge">
          <End Role="Pbelge" Type="Self.Pbelge" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Parametre" Type="Self.Parametre" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pbelge">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Parametre">
              <PropertyRef Name="pbelgeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pkanun_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pkanun" Type="Self.Pkanun" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pkanun">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Parametre_Pkanun">
          <End Role="Pkanun" Type="Self.Pkanun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Parametre" Type="Self.Parametre" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pkanun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Parametre">
              <PropertyRef Name="pkanunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Parametre_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Parametre" Type="Self.Parametre" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Parametre">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pavans_Hakedis">
          <End Role="Hakedis" Type="Self.Hakedis" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pavans" Type="Self.Pavans" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hakedis">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pavans">
              <PropertyRef Name="hakedisid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pcikisneden_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pcikisneden" Type="Self.Pcikisneden" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pcikisneden">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirket_Pcikisneden">
          <End Role="Pcikisneden" Type="Self.Pcikisneden" Multiplicity="0..1" />
          <End Role="PersonelSirket" Type="Self.PersonelSirket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pcikisneden">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PersonelSirket">
              <PropertyRef Name="pcikisnedenid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pdepkod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pdepkod" Type="Self.Pdepkod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pdepkod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirket_Pdepkod">
          <End Role="Pdepkod" Type="Self.Pdepkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PersonelSirket" Type="Self.PersonelSirket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pdepkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PersonelSirket">
              <PropertyRef Name="pdepkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Personel_Musteri">
          <End Role="Musteri" Type="Self.Musteri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Personel" Type="Self.Personel" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Musteri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Personel">
              <PropertyRef Name="musteriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Personel_PersonelSirketler">
          <End Role="Personel" Type="Self.Personel" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PersonelSirket" Type="Self.PersonelSirket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Personel">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PersonelSirket">
              <PropertyRef Name="personelid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Pbelge">
          <End Role="Pbelge" Type="Self.Pbelge" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PersonelSirketEk" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pbelge">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PersonelSirketEk">
              <PropertyRef Name="pbelgeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pcalgrup_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pcalgrup" Type="Self.Pcalgrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pcalgrup">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Pcalgrup">
          <End Role="Pcalgrup" Type="Self.Pcalgrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PersonelSirketEk" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pcalgrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PersonelSirketEk">
              <PropertyRef Name="pcalgrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pgorev_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pgorev" Type="Self.Pgorev" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pgorev">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Pgorev">
          <End Role="Pgorev" Type="Self.Pgorev" Multiplicity="0..1" />
          <End Role="PersonelSirketEk" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pgorev">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PersonelSirketEk">
              <PropertyRef Name="pgorevid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Piskolu_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Piskolu" Type="Self.Piskolu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Piskolu">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Piskolu">
          <End Role="Piskolu" Type="Self.Piskolu" Multiplicity="0..1" />
          <End Role="PersonelSirketEk" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Piskolu">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PersonelSirketEk">
              <PropertyRef Name="piskoluid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Piskur_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Piskur" Type="Self.Piskur" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Piskur">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Piskur">
          <End Role="Piskur" Type="Self.Piskur" Multiplicity="0..1" />
          <End Role="PersonelSirketEk" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Piskur">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PersonelSirketEk">
              <PropertyRef Name="piskurid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Pkanun">
          <End Role="Pkanun" Type="Self.Pkanun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PersonelSirketEk" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pkanun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PersonelSirketEk">
              <PropertyRef Name="pkanunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Ppozisyon_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Ppozisyon" Type="Self.Ppozisyon" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Ppozisyon">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Ppozisyon">
          <End Role="Ppozisyon" Type="Self.Ppozisyon" Multiplicity="0..1" />
          <End Role="PersonelSirketEk" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Ppozisyon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PersonelSirketEk">
              <PropertyRef Name="ppozisyonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Psigorta_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Psigorta" Type="Self.Psigorta" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Psigorta">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirketEk_Psigorta">
          <End Role="Psigorta" Type="Self.Psigorta" Multiplicity="0..1" />
          <End Role="PersonelSirketEk" Type="Self.PersonelSirketEk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Psigorta">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PersonelSirketEk">
              <PropertyRef Name="psigortaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirket_PersonelSirketEk">
          <End Role="PersonelSirket" Type="Self.PersonelSirket" Multiplicity="1" />
          <End Role="PersonelSirketEk" Type="Self.PersonelSirketEk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="PersonelSirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PersonelSirketEk">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PersonelSirket_PSirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PersonelSirket" Type="Self.PersonelSirket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PersonelSirket">
              <PropertyRef Name="psirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Puantaj_Pbelge">
          <End Role="Pbelge" Type="Self.Pbelge" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Puantaj" Type="Self.Puantaj" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pbelge">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Puantaj">
              <PropertyRef Name="pbelgeid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Puantaj_Pdepkod">
          <End Role="Pdepkod" Type="Self.Pdepkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Puantaj" Type="Self.Puantaj" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pdepkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Puantaj">
              <PropertyRef Name="pdepkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Peksikneden_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Peksikneden" Type="Self.Peksikneden" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Peksikneden">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Puantaj_Peksikneden">
          <End Role="Peksikneden" Type="Self.Peksikneden" Multiplicity="0..1" />
          <End Role="Puantaj" Type="Self.Puantaj" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Peksikneden">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Puantaj">
              <PropertyRef Name="peksiknedenid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Puantaj_PersonelSirket">
          <End Role="PersonelSirket" Type="Self.PersonelSirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Puantaj" Type="Self.Puantaj" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PersonelSirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Puantaj">
              <PropertyRef Name="personelsirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Puantaj_Pkanun">
          <End Role="Pkanun" Type="Self.Pkanun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Puantaj" Type="Self.Puantaj" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pkanun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Puantaj">
              <PropertyRef Name="pkanunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PuantajHakedis_Hakedis">
          <End Role="Hakedis" Type="Self.Hakedis" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PuantajHakedis" Type="Self.PuantajHakedis" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hakedis">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PuantajHakedis">
              <PropertyRef Name="hakedisid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PuantajHakedis_Puantaj">
          <End Role="Puantaj" Type="Self.Puantaj" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PuantajHakedis" Type="Self.PuantajHakedis" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Puantaj">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PuantajHakedis">
              <PropertyRef Name="puantajid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Puantaj_PuantajTahakkuk">
          <End Role="Puantaj" Type="Self.Puantaj" Multiplicity="1" />
          <End Role="PuantajTahakkuk" Type="Self.PuantajTahakkuk" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Puantaj">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PuantajTahakkuk">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pavans_PersonelSirket">
          <End Role="PersonelSirket" Type="Self.PersonelSirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pavans" Type="Self.Pavans" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PersonelSirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pavans">
              <PropertyRef Name="personelsirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PcihazGrup_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PcihazGrup" Type="Self.PcihazGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PcihazGrup">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pcihaz_PcihazGrup">
          <End Role="PcihazGrup" Type="Self.PcihazGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pcihaz" Type="Self.Pcihaz" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PcihazGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pcihaz">
              <PropertyRef Name="pcihazgrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pcihaz_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pcihaz" Type="Self.Pcihaz" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pcihaz">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pcizelge_PersonelSirket">
          <End Role="PersonelSirket" Type="Self.PersonelSirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pcizelge" Type="Self.Pcizelge" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PersonelSirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pcizelge">
              <PropertyRef Name="personelsirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PshiftHrk_Pshift">
          <End Role="Pshift" Type="Self.Pshift" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PshiftHrk" Type="Self.PshiftHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pshift">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PshiftHrk">
              <PropertyRef Name="pshiftid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PshiftTipi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PshiftTipi" Type="Self.PshiftTipi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PshiftTipi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PshiftHrk_PshiftTipi">
          <End Role="PshiftTipi" Type="Self.PshiftTipi" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PshiftHrk" Type="Self.PshiftHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PshiftTipi">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PshiftHrk">
              <PropertyRef Name="pshifttipiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pshift_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pshift" Type="Self.Pshift" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pshift">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pcizelge_Pshift">
          <End Role="Pshift" Type="Self.Pshift" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pcizelge" Type="Self.Pcizelge" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pshift">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pcizelge">
              <PropertyRef Name="pshiftid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Psirket_Pebildirge">
          <End Role="Psirket" Type="Self.Psirket" Multiplicity="1" />
          <End Role="Pebildirge" Type="Self.Pebildirge" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Psirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pebildirge">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Psirket_Pentegrasyon">
          <End Role="Psirket" Type="Self.Psirket" Multiplicity="1" />
          <End Role="Pentegrasyon" Type="Self.Pentegrasyon" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="Psirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pentegrasyon">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Psirket_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Psirket" Type="Self.Psirket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Psirket">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pkart_PersonelSirket">
          <End Role="PersonelSirket" Type="Self.PersonelSirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pkart" Type="Self.Pkart" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PersonelSirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pkart">
              <PropertyRef Name="personelsirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pgircik_Pkart">
          <End Role="Pkart" Type="Self.Pkart" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pgircik" Type="Self.Pgircik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pkart">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pgircik">
              <PropertyRef Name="pkartid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pkat_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pkat" Type="Self.Pkat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pkat">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosAltGrup_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosAltGrup" Type="Self.PosAltGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosAltGrup">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosCari_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosCari" Type="Self.PosCari" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosCari">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_Depkod">
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosDepBaglanti" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Depkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosDepBaglanti">
              <PropertyRef Name="depkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_DepkodIndirim">
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="0..1" />
          <End Role="PosDepBaglanti" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Depkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosDepBaglanti">
              <PropertyRef Name="depkodindirimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_PosAltKategoriler">
          <End Role="PosAltKategoriler" Type="Self.PosAltKategoriler" Multiplicity="0..1" />
          <End Role="PosDepBaglanti" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosAltKategoriler">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosDepBaglanti">
              <PropertyRef Name="posaltkategorilerid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_PosDep">
          <End Role="PosDep" Type="Self.PosDep" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosDepBaglanti" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosDep">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosDepBaglanti">
              <PropertyRef Name="posdepid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_PosKdvTipi">
          <End Role="PosKdvTipi" Type="Self.PosKdvTipi" Multiplicity="0..1" />
          <End Role="PosDepBaglanti" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosKdvTipi">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosDepBaglanti">
              <PropertyRef Name="poskdvtipiid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_PosSatKod">
          <End Role="PosSatKod" Type="Self.PosSatKod" Multiplicity="0..1" />
          <End Role="PosDepBaglanti" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSatKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosDepBaglanti">
              <PropertyRef Name="possatkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepBaglanti_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosDepBaglanti" Type="Self.PosDepBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosDepBaglanti">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosDepSaat_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosDepSaat" Type="Self.PosDepSaat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosDepSaat">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosKart_Folio">
          <End Role="Folio" Type="Self.Folio" Multiplicity="0..1" />
          <End Role="PosKart" Type="Self.PosKart" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Folio">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosKart">
              <PropertyRef Name="folioid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosKart_PosOdenmezIkram">
          <End Role="PosOdenmezIkram" Type="Self.PosOdenmezIkram" Multiplicity="0..1" />
          <End Role="PosKart" Type="Self.PosKart" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosOdenmezIkram">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosKart">
              <PropertyRef Name="posodenmezikramid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosKart_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosKart" Type="Self.PosKart" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosKart">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosPansiyonDerece_Pansiyon">
          <End Role="Pansiyon" Type="Self.Pansiyon" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosPansiyonDerece" Type="Self.PosPansiyonDerece" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pansiyon">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosPansiyonDerece">
              <PropertyRef Name="pansiyonid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosPrintSignals_PosSipAna">
          <End Role="PosSipAna" Type="Self.PosSipAna" Multiplicity="0..1" />
          <End Role="PosPrintSignals" Type="Self.PosPrintSignals" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSipAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosPrintSignals">
              <PropertyRef Name="possipanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PostingTarih_Depkod">
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PostingTarih" Type="Self.PostingTarih" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Depkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PostingTarih">
              <PropertyRef Name="depkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PostingTarih_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PostingTarih" Type="Self.PostingTarih" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PostingTarih">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosTopUrunler_PosDep">
          <End Role="PosDep" Type="Self.PosDep" Multiplicity="0..1" />
          <End Role="PosTopUrunler" Type="Self.PosTopUrunler" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosDep">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosTopUrunler">
              <PropertyRef Name="posdepid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosTopUrunler_PosSatKod">
          <End Role="PosSatKod" Type="Self.PosSatKod" Multiplicity="0..1" />
          <End Role="PosTopUrunler" Type="Self.PosTopUrunler" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSatKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosTopUrunler">
              <PropertyRef Name="possatkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosVaryant_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosVaryant" Type="Self.PosVaryant" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosVaryant">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciBaglanti_PosAltKategoriler">
          <End Role="PosAltKategoriler" Type="Self.PosAltKategoriler" Multiplicity="0..1" />
          <End Role="PosYaziciBaglanti" Type="Self.PosYaziciBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosAltKategoriler">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosYaziciBaglanti">
              <PropertyRef Name="posaltkategorilerid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciBaglanti_PosDep">
          <End Role="PosDep" Type="Self.PosDep" Multiplicity="0..1" />
          <End Role="PosYaziciBaglanti" Type="Self.PosYaziciBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosDep">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosYaziciBaglanti">
              <PropertyRef Name="posdepid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciBaglanti_PosSatKod">
          <End Role="PosSatKod" Type="Self.PosSatKod" Multiplicity="0..1" />
          <End Role="PosYaziciBaglanti" Type="Self.PosYaziciBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosSatKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosYaziciBaglanti">
              <PropertyRef Name="possatkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciDizayn_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosYaziciDizayn" Type="Self.PosYaziciDizayn" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosYaziciDizayn">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciBaglanti_PosYaziciDizayn">
          <End Role="PosYaziciDizayn" Type="Self.PosYaziciDizayn" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosYaziciBaglanti" Type="Self.PosYaziciBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosYaziciDizayn">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosYaziciBaglanti">
              <PropertyRef Name="posyazicidizaynid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYazicilar_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosYazicilar" Type="Self.PosYazicilar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosYazicilar">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciBaglanti_PosYazicilar">
          <End Role="PosYazicilar" Type="Self.PosYazicilar" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosYaziciBaglanti" Type="Self.PosYaziciBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="PosYazicilar">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosYaziciBaglanti">
              <PropertyRef Name="posyazicilarid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="PosYaziciBaglanti_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="PosYaziciBaglanti" Type="Self.PosYaziciBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="PosYaziciBaglanti">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pozevrak_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pozevrak" Type="Self.Pozevrak" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pozevrak">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ProHrk_IsYeri">
          <End Role="IsYeri" Type="Self.IsYeri" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ProHrk" Type="Self.ProHrk" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="IsYeri">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ProHrk">
              <PropertyRef Name="isyeriid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pzimmet_Pkat">
          <End Role="Pkat" Type="Self.Pkat" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pzimmet" Type="Self.Pzimmet" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Pkat">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pzimmet">
              <PropertyRef Name="pkatid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Pzimmet_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Pzimmet" Type="Self.Pzimmet" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Pzimmet">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporFiltreKisitlar_RaporFiltre">
          <End Role="RaporFiltre" Type="Self.RaporFiltre" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporFiltreKisitlar" Type="Self.RaporFiltreKisitlar" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporFiltre">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporFiltreKisitlar">
              <PropertyRef Name="raporfiltreid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporFiltreLog_RaporFiltre">
          <End Role="RaporFiltre" Type="Self.RaporFiltre" Multiplicity="0..1" />
          <End Role="RaporFiltreLog" Type="Self.RaporFiltreLog" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporFiltre">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporFiltreLog">
              <PropertyRef Name="raporfiltreid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporLog_raporfiltrelog">
          <End Role="RaporLog" Type="Self.RaporLog" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporFiltreLog" Type="Self.RaporFiltreLog" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RaporLog">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporFiltreLog">
              <PropertyRef Name="raporlogid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RaporLogAna_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RaporLogAna" Type="Self.RaporLogAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RaporLogAna">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ResmiSirket_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ResmiSirket" Type="Self.ResmiSirket" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ResmiSirket">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestKullanici_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="0..1" />
          <End Role="RestKullanici" Type="Self.RestKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RestKullanici">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestKullanici_RestoranBolumMasaTanim">
          <End Role="RestoranBolumMasaTanim" Type="Self.RestoranBolumMasaTanim" Multiplicity="0..1" />
          <End Role="RestKullanici" Type="Self.RestKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RestKullanici">
              <PropertyRef Name="restoranbolummasatanimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestKullanici_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RestKullanici" Type="Self.RestKullanici" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RestKullanici">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="RestoranAcKapat_RestoranBolumMasaTanim">
          <End Role="RestoranBolumMasaTanim" Type="Self.RestoranBolumMasaTanim" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="RestoranAcKapat" Type="Self.RestoranAcKapat" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="RestoranBolumMasaTanim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="RestoranAcKapat">
              <PropertyRef Name="restoranbolummasatanimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Santral_Depkod">
          <End Role="Depkod" Type="Self.Depkod" Multiplicity="0..1" />
          <End Role="Santral" Type="Self.Santral" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Depkod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Santral">
              <PropertyRef Name="depkodid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Santral_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="0..1" />
          <End Role="Santral" Type="Self.Santral" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Santral">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Santral_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Santral" Type="Self.Santral" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Santral">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatAnlasmaAna_Kurumsal">
          <End Role="Kurumsal" Type="Self.Kurumsal" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatAnlasmaAna" Type="Self.SatAnlasmaAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kurumsal">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatAnlasmaAna">
              <PropertyRef Name="kurumsalid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatAnlasmaDetay_SatAnlasmaAna">
          <End Role="SatAnlasmaAna" Type="Self.SatAnlasmaAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatAnlasmaDetay" Type="Self.SatAnlasmaDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SatAnlasmaAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatAnlasmaDetay">
              <PropertyRef Name="satanlasmaanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatAnlasmaDetay_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatAnlasmaDetay" Type="Self.SatAnlasmaDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatAnlasmaDetay">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatAnlasmaDetay_Urun">
          <End Role="Urun" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatAnlasmaDetay" Type="Self.SatAnlasmaDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Urun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatAnlasmaDetay">
              <PropertyRef Name="urunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatAnlasmaDetay_UrunMarka">
          <End Role="UrunMarka" Type="Self.UrunMarka" Multiplicity="0..1" />
          <End Role="SatAnlasmaDetay" Type="Self.SatAnlasmaDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="UrunMarka">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatAnlasmaDetay">
              <PropertyRef Name="urunmarkaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatAnlasmaAna_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatAnlasmaAna" Type="Self.SatAnlasmaAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatAnlasmaAna">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatKurumsal_Kurumsal">
          <End Role="Kurumsal" Type="Self.Kurumsal" Multiplicity="0..1" />
          <End Role="SatKurumsal" Type="Self.SatKurumsal" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kurumsal">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatKurumsal">
              <PropertyRef Name="kurumsalid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatKurumsalELogin_SatKurumsal">
          <End Role="SatKurumsal" Type="Self.SatKurumsal" Multiplicity="0..1" />
          <End Role="SatKurumsalELogin" Type="Self.SatKurumsalELogin" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SatKurumsal">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatKurumsalELogin">
              <PropertyRef Name="satkurumsalid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkTeklif_SatKurumsal">
          <End Role="SatKurumsal" Type="Self.SatKurumsal" Multiplicity="0..1" />
          <End Role="SipHrkTeklif" Type="Self.SipHrkTeklif" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SatKurumsal">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkTeklif">
              <PropertyRef Name="satkurumsalid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipMik_DepartmanAna">
          <End Role="DepartmanAna" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <End Role="SipMik" Type="Self.SipMik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepartmanAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipMik">
              <PropertyRef Name="departmananaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatOzelKod_SatOzelKodGrupIcerikler">
          <End Role="SatOzelKod" Type="Self.SatOzelKod" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatOzelKodIcerik" Type="Self.SatOzelKodIcerik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SatOzelKod">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatOzelKodIcerik">
              <PropertyRef Name="satozelkodgrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatOzelKod_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatOzelKod" Type="Self.SatOzelKod" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatOzelKod">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatOzelKodIcerik_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatOzelKodIcerik" Type="Self.SatOzelKodIcerik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatOzelKodIcerik">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatOzelKodBaglanti_SatOzelKodIcerik">
          <End Role="SatOzelKodIcerik" Type="Self.SatOzelKodIcerik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatOzelKodBaglanti" Type="Self.SatOzelKodBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SatOzelKodIcerik">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatOzelKodBaglanti">
              <PropertyRef Name="satozelkodicerikid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatOzelKodBaglanti_SipMik">
          <End Role="SipMik" Type="Self.SipMik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatOzelKodBaglanti" Type="Self.SatOzelKodBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SipMik">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatOzelKodBaglanti">
              <PropertyRef Name="sipmikid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_DepartmanAna">
          <End Role="DepartmanAna" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <End Role="SipHrkDetay" Type="Self.SipHrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepartmanAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkDetay">
              <PropertyRef Name="departmananaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_OnayAdim">
          <End Role="OnayAdim" Type="Self.OnayAdim" Multiplicity="0..1" />
          <End Role="SipHrkDetay" Type="Self.SipHrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="OnayAdim">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkDetay">
              <PropertyRef Name="onayadimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupKurumsal_SatKurumsal">
          <End Role="SatKurumsal" Type="Self.SatKurumsal" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatUrunGrupKurumsal" Type="Self.SatUrunGrupKurumsal" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SatKurumsal">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatUrunGrupKurumsal">
              <PropertyRef Name="satkurumsalid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupKurumsal_SatUrunGrup">
          <End Role="SatUrunGrup" Type="Self.SatUrunGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatUrunGrupKurumsal" Type="Self.SatUrunGrupKurumsal" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SatUrunGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatUrunGrupKurumsal">
              <PropertyRef Name="saturungrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupKurumsal_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatUrunGrupKurumsal" Type="Self.SatUrunGrupKurumsal" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatUrunGrupKurumsal">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupMail_SatUrunGrup">
          <End Role="SatUrunGrup" Type="Self.SatUrunGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatUrunGrupMail" Type="Self.SatUrunGrupMail" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SatUrunGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatUrunGrupMail">
              <PropertyRef Name="saturungrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupMail_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatUrunGrupMail" Type="Self.SatUrunGrupMail" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatUrunGrupMail">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupUrun_Envanter">
          <End Role="Envanter" Type="Self.Envanter" Multiplicity="0..1" />
          <End Role="SatUrunGrupUrun" Type="Self.SatUrunGrupUrun" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Envanter">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatUrunGrupUrun">
              <PropertyRef Name="envanterid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupUrun_SatUrunGrup">
          <End Role="SatUrunGrup" Type="Self.SatUrunGrup" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatUrunGrupUrun" Type="Self.SatUrunGrupUrun" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SatUrunGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatUrunGrupUrun">
              <PropertyRef Name="saturungrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrupUrun_Urun">
          <End Role="Urun" Type="Self.Urun" Multiplicity="0..1" />
          <End Role="SatUrunGrupUrun" Type="Self.SatUrunGrupUrun" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Urun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatUrunGrupUrun">
              <PropertyRef Name="urunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatUrunGrup_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatUrunGrup" Type="Self.SatUrunGrup" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatUrunGrup">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkAna_SatUrunGrup">
          <End Role="SatUrunGrup" Type="Self.SatUrunGrup" Multiplicity="0..1" />
          <End Role="SipHrkAna" Type="Self.SipHrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SatUrunGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkAna">
              <PropertyRef Name="saturungrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkAna_SipHrkDetaylar">
          <End Role="SipHrkAna" Type="Self.SipHrkAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SipHrkDetay" Type="Self.SipHrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SipHrkAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkDetay">
              <PropertyRef Name="siphrkanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkAna_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SipHrkAna" Type="Self.SipHrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkAna">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_SipHrkDetayAsama">
          <End Role="SipHrkDetay" Type="Self.SipHrkDetay" Multiplicity="1" />
          <End Role="SipHrkDetayAsama" Type="Self.SipHrkDetayAsama" Multiplicity="0..1" />
          <ReferentialConstraint>
            <Principal Role="SipHrkDetay">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkDetayAsama">
              <PropertyRef Name="id" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkOnay_Kullanici">
          <End Role="Kullanici" Type="Self.Kullanici" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SipHrkOnay" Type="Self.SipHrkOnay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kullanici">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkOnay">
              <PropertyRef Name="kullaniciid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkOnay_SatKurumsal">
          <End Role="SatKurumsal" Type="Self.SatKurumsal" Multiplicity="0..1" />
          <End Role="SipHrkOnay" Type="Self.SipHrkOnay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SatKurumsal">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkOnay">
              <PropertyRef Name="satkurumsalid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkOnay_SipHrkDetay">
          <End Role="SipHrkDetay" Type="Self.SipHrkDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SipHrkOnay" Type="Self.SipHrkOnay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SipHrkDetay">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkOnay">
              <PropertyRef Name="siphrkdetayid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_SipMikler">
          <End Role="SipHrkDetay" Type="Self.SipHrkDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SipMik" Type="Self.SipMik" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SipHrkDetay">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipMik">
              <PropertyRef Name="siphrkdetayid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SipHrkDetay" Type="Self.SipHrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkDetay">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_Urun">
          <End Role="Urun" Type="Self.Urun" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SipHrkDetay" Type="Self.SipHrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Urun">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkDetay">
              <PropertyRef Name="urunid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipHrkDetay_UrunMarka">
          <End Role="UrunMarka" Type="Self.UrunMarka" Multiplicity="0..1" />
          <End Role="SipHrkDetay" Type="Self.SipHrkDetay" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="UrunMarka">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkDetay">
              <PropertyRef Name="urunmarkaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SipMik_SipHrkTeklifler">
          <End Role="SipMik" Type="Self.SipMik" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SipHrkTeklif" Type="Self.SipHrkTeklif" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SipMik">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SipHrkTeklif">
              <PropertyRef Name="sipmikid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SatKurumsal_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SatKurumsal" Type="Self.SatKurumsal" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SatKurumsal">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAna_DepartmanAna">
          <End Role="DepartmanAna" Type="Self.DepartmanAna" Multiplicity="0..1" />
          <End Role="SayimHrkAna" Type="Self.SayimHrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="DepartmanAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SayimHrkAna">
              <PropertyRef Name="departmananaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAnaBaglanti_SayimHrkAna">
          <End Role="SayimHrkAna" Type="Self.SayimHrkAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SayimHrkAnaBaglanti" Type="Self.SayimHrkAnaBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SayimHrkAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SayimHrkAnaBaglanti">
              <PropertyRef Name="sayimhrkanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAnaBaglanti_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SayimHrkAnaBaglanti" Type="Self.SayimHrkAnaBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SayimHrkAnaBaglanti">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAnaBaglanti_StokhrkAna">
          <End Role="StokhrkAna" Type="Self.StokhrkAna" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SayimHrkAnaBaglanti" Type="Self.SayimHrkAnaBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SayimHrkAnaBaglanti">
              <PropertyRef Name="stokhrkanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAnaGrup_SayimHrkAnalar">
          <End Role="SayimHrkAnaGrup" Type="Self.SayimHrkAnaGrup" Multiplicity="0..1" />
          <End Role="SayimHrkAna" Type="Self.SayimHrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SayimHrkAnaGrup">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SayimHrkAna">
              <PropertyRef Name="sayimhrkanagrupid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAna_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SayimHrkAna" Type="Self.SayimHrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SayimHrkAna">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SayimHrkAna_StokhrkAna">
          <End Role="StokhrkAna" Type="Self.StokhrkAna" Multiplicity="0..1" />
          <End Role="SayimHrkAna" Type="Self.SayimHrkAna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkAna">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SayimHrkAna">
              <PropertyRef Name="stokhrkanaid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Servisler_Rapor">
          <End Role="Rapor" Type="Self.Rapor" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Servisler" Type="Self.Servisler" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Rapor">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Servisler">
              <PropertyRef Name="raporid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ServislerBaglanti_Servisler">
          <End Role="Servisler" Type="Self.Servisler" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ServislerBaglanti" Type="Self.ServislerBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Servisler">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ServislerBaglanti">
              <PropertyRef Name="servislerid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="ServislerBaglanti_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="ServislerBaglanti" Type="Self.ServislerBaglanti" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="ServislerBaglanti">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Servisler_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Servisler" Type="Self.Servisler" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Servisler">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkIskonto_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkIskonto" Type="Self.StokhrkIskonto" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkIskonto">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="StokhrkIskonto_StokhrkDetay">
          <End Role="StokhrkDetay" Type="Self.StokhrkDetay" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="StokhrkIskonto" Type="Self.StokhrkIskonto" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="StokhrkDetay">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="StokhrkIskonto">
              <PropertyRef Name="stokhrkdetayid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SubeKodu_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="SubeKodu" Type="Self.SubeKodu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SubeKodu">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="SubeKodu_UstKirilim">
          <End Role="SubeKodu" Type="Self.SubeKodu" Multiplicity="0..1" />
          <End Role="SubeKoduSelf" Type="Self.SubeKodu" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SubeKodu">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="SubeKoduSelf">
              <PropertyRef Name="ustkirilimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunFiyatTipi_Doviz">
          <End Role="Doviz" Type="Self.Doviz" Multiplicity="0..1" />
          <End Role="UrunFiyatTipi" Type="Self.UrunFiyatTipi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Doviz">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunFiyatTipi">
              <PropertyRef Name="dovizid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunFiyatTipi_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UrunFiyatTipi" Type="Self.UrunFiyatTipi" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunFiyatTipi">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunKdvHesap_GirisHesap">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="UrunKdvHesap" Type="Self.UrunKdvHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunKdvHesap">
              <PropertyRef Name="girishesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunKdvHesap_IadeHesap">
          <End Role="Hesap" Type="Self.Hesap" Multiplicity="0..1" />
          <End Role="UrunKdvHesap" Type="Self.UrunKdvHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Hesap">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunKdvHesap">
              <PropertyRef Name="iadehesapid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunKdvHesap_Kdv">
          <End Role="Kdv" Type="Self.Kdv" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UrunKdvHesap" Type="Self.UrunKdvHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Kdv">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunKdvHesap">
              <PropertyRef Name="kdvid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="UrunKdvHesap_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="UrunKdvHesap" Type="Self.UrunKdvHesap" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="UrunKdvHesap">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="VergiTevkifatIstisna_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="VergiTevkifatIstisna" Type="Self.VergiTevkifatIstisna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="VergiTevkifatIstisna">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="VergiTevkifatIstisna_UstKirilim">
          <End Role="SubeKodu" Type="Self.SubeKodu" Multiplicity="0..1" />
          <End Role="VergiTevkifatIstisna" Type="Self.VergiTevkifatIstisna" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="SubeKodu">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="VergiTevkifatIstisna">
              <PropertyRef Name="ustkirilimid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <Association Name="Widget_Sirket">
          <End Role="Sirket" Type="Self.Sirket" Multiplicity="1">
            <OnDelete Action="Cascade" />
          </End>
          <End Role="Widget" Type="Self.Widget" Multiplicity="*" />
          <ReferentialConstraint>
            <Principal Role="Sirket">
              <PropertyRef Name="id" />
            </Principal>
            <Dependent Role="Widget">
              <PropertyRef Name="sirketid" />
            </Dependent>
          </ReferentialConstraint>
        </Association>
        <EntityContainer Name="CodeFirstDatabase">
          <EntitySet Name="Acenta" EntityType="Self.Acenta" Schema="public" Table="acenta" />
          <EntitySet Name="AcentaMail" EntityType="Self.AcentaMail" Schema="public" Table="acentamail" />
          <EntitySet Name="MailIslem" EntityType="Self.MailIslem" Schema="public" Table="mailislem" />
          <EntitySet Name="Email" EntityType="Self.Email" Schema="public" Table="email" />
          <EntitySet Name="MailSunucu" EntityType="Self.MailSunucu" Schema="public" Table="mailsunucu" />
          <EntitySet Name="Sirket" EntityType="Self.Sirket" Schema="public" Table="sirket" />
          <EntitySet Name="SirketGrupSirket" EntityType="Self.SirketGrupSirket" Schema="public" Table="sirketgrupsirket" />
          <EntitySet Name="SirketGrup" EntityType="Self.SirketGrup" Schema="public" Table="sirketgrup" />
          <EntitySet Name="SirketKullanici" EntityType="Self.SirketKullanici" Schema="public" Table="sirketkullanici" />
          <EntitySet Name="Kullanici" EntityType="Self.Kullanici" Schema="public" Table="kullanici" />
          <EntitySet Name="AlanYetkiKullanici" EntityType="Self.AlanYetkiKullanici" Schema="public" Table="alanyetkikullanici" />
          <EntitySet Name="AlanYetki" EntityType="Self.AlanYetki" Schema="public" Table="alanyetki" />
          <EntitySet Name="AlanYetkiYetkiGrup" EntityType="Self.AlanYetkiYetkiGrup" Schema="public" Table="alanyetkiyetkigrup" />
          <EntitySet Name="YetkiGrup" EntityType="Self.YetkiGrup" Schema="public" Table="yetkigrup" />
          <EntitySet Name="IslemYetkiYetkiGrup" EntityType="Self.IslemYetkiYetkiGrup" Schema="public" Table="islemyetkiyetkigrup" />
          <EntitySet Name="IslemYetki" EntityType="Self.IslemYetki" Schema="public" Table="islemyetki" />
          <EntitySet Name="IslemYetkiKullanici" EntityType="Self.IslemYetkiKullanici" Schema="public" Table="islemyetkikullanici" />
          <EntitySet Name="Tablo" EntityType="Self.Tablo" Schema="public" Table="tablo" />
          <EntitySet Name="Kolon" EntityType="Self.Kolon" Schema="public" Table="kolon" />
          <EntitySet Name="Simge" EntityType="Self.Simge" Schema="public" Table="simge" />
          <EntitySet Name="MenuYetkiYetkiGrup" EntityType="Self.MenuYetkiYetkiGrup" Schema="public" Table="menuyetkiyetkigrup" />
          <EntitySet Name="MenuYetki" EntityType="Self.MenuYetki" Schema="public" Table="menuyetki" />
          <EntitySet Name="AnaMenu" EntityType="Self.AnaMenu" Schema="public" Table="anamenu" />
          <EntitySet Name="MenuYetkiKullanici" EntityType="Self.MenuYetkiKullanici" Schema="public" Table="menuyetkikullanici" />
          <EntitySet Name="RaporYetkiYetkiGrup" EntityType="Self.RaporYetkiYetkiGrup" Schema="public" Table="raporyetkiyetkigrup" />
          <EntitySet Name="RaporYetki" EntityType="Self.RaporYetki" Schema="public" Table="raporyetki" />
          <EntitySet Name="Rapor" EntityType="Self.Rapor" Schema="public" Table="rapor" />
          <EntitySet Name="AsyaReportPreviewDesign" EntityType="Self.AsyaReportPreviewDesign" Schema="public" Table="asyareportpreviewdesign" />
          <EntitySet Name="AsyaReportBaseLayout" EntityType="Self.AsyaReportBaseLayout" Schema="public" Table="asyareportbaselayout" />
          <EntitySet Name="RaporFiltre" EntityType="Self.RaporFiltre" Schema="public" Table="raporfiltre" />
          <EntitySet Name="RaporSql" EntityType="Self.RaporSql" Schema="public" Table="raporsql" />
          <EntitySet Name="RaporSqlDizayn" EntityType="Self.RaporSqlDizayn" Schema="public" Table="raporsqldizayn" />
          <EntitySet Name="RaporLayout" EntityType="Self.RaporLayout" Schema="public" Table="raporlayout" />
          <EntitySet Name="RaporSqlDizaynKolon" EntityType="Self.RaporSqlDizaynKolon" Schema="public" Table="raporsqldizaynkolon" />
          <EntitySet Name="RaporSqlDizaynRenk" EntityType="Self.RaporSqlDizaynRenk" Schema="public" Table="raporsqldizaynrenk" />
          <EntitySet Name="WhitePageDizayn" EntityType="Self.WhitePageDizayn" Schema="public" Table="whitepagedizayn" />
          <EntitySet Name="WhitePage" EntityType="Self.WhitePage" Schema="public" Table="whitepage" />
          <EntitySet Name="RaporYetkiKullanici" EntityType="Self.RaporYetkiKullanici" Schema="public" Table="raporyetkikullanici" />
          <EntitySet Name="YetkiGrupKullanici" EntityType="Self.YetkiGrupKullanici" Schema="public" Table="yetkigrupkullanici" />
          <EntitySet Name="KullaniciOzelYetki" EntityType="Self.KullaniciOzelYetki" Schema="public" Table="kullaniciozelyetki" />
          <EntitySet Name="Musteri" EntityType="Self.Musteri" Schema="public" Table="musteri" />
          <EntitySet Name="CrmRezervasyonMenu" EntityType="Self.CrmRezervasyonMenu" Schema="public" Table="crmrezervasyonmenu" />
          <EntitySet Name="CrmMenuTanim" EntityType="Self.CrmMenuTanim" Schema="public" Table="crmmenutanim" />
          <EntitySet Name="CrmMenuTanimMenuYemek" EntityType="Self.CrmMenuTanimMenuYemek" Schema="public" Table="crmmenutanimmenuyemek" />
          <EntitySet Name="MenuYemek" EntityType="Self.MenuYemek" Schema="public" Table="menuyemek" />
          <EntitySet Name="MenuYemekRecete" EntityType="Self.MenuYemekRecete" Schema="public" Table="menuyemekrecete" />
          <EntitySet Name="Recete" EntityType="Self.Recete" Schema="public" Table="recete" />
          <EntitySet Name="ReceteBaglantiAna" EntityType="Self.ReceteBaglantiAna" Schema="public" Table="recetebaglantiana" />
          <EntitySet Name="PosDep" EntityType="Self.PosDep" Schema="public" Table="posdep" />
          <EntitySet Name="Doviz" EntityType="Self.Doviz" Schema="public" Table="doviz" />
          <EntitySet Name="Banka" EntityType="Self.Banka" Schema="public" Table="banka" />
          <EntitySet Name="Dovboz" EntityType="Self.Dovboz" Schema="public" Table="dovboz" />
          <EntitySet Name="Hrk" EntityType="Self.Hrk" Schema="public" Table="hrk" />
          <EntitySet Name="Bilbord" EntityType="Self.Bilbord" Schema="public" Table="bilbord" />
          <EntitySet Name="BilbordFiyatKonum" EntityType="Self.BilbordFiyatKonum" Schema="public" Table="bilbordfiyatkonum" />
          <EntitySet Name="FiyatKonum" EntityType="Self.FiyatKonum" Schema="public" Table="fiyatkonum" />
          <EntitySet Name="Geceleme" EntityType="Self.Geceleme" Schema="public" Table="geceleme" />
          <EntitySet Name="FiyatPlan" EntityType="Self.FiyatPlan" Schema="public" Table="fiyatplan" />
          <EntitySet Name="GecelemeDetayEk" EntityType="Self.GecelemeDetayEk" Schema="public" Table="gecelemedetayek" />
          <EntitySet Name="Odeme" EntityType="Self.Odeme" Schema="public" Table="odeme" />
          <EntitySet Name="Pazar" EntityType="Self.Pazar" Schema="public" Table="pazar" />
          <EntitySet Name="MerkezPazar" EntityType="Self.MerkezPazar" Schema="public" Table="merkezpazar" />
          <EntitySet Name="MerkezAcenta" EntityType="Self.MerkezAcenta" Schema="public" Table="merkezacenta" />
          <EntitySet Name="Rate" EntityType="Self.Rate" Schema="public" Table="rate" />
          <EntitySet Name="Carpan" EntityType="Self.Carpan" Schema="public" Table="carpan" />
          <EntitySet Name="CarpanHrk" EntityType="Self.CarpanHrk" Schema="public" Table="carpanhrk" />
          <EntitySet Name="Kategori" EntityType="Self.Kategori" Schema="public" Table="kategori" />
          <EntitySet Name="KonumHamFiyat" EntityType="Self.KonumHamFiyat" Schema="public" Table="konumhamfiyat" />
          <EntitySet Name="KonumHamFiyatPaket" EntityType="Self.KonumHamFiyatPaket" Schema="public" Table="konumhamfiyatpaket" />
          <EntitySet Name="Paket" EntityType="Self.Paket" Schema="public" Table="paket" />
          <EntitySet Name="Depkod" EntityType="Self.Depkod" Schema="public" Table="depkod" />
          <EntitySet Name="DepkodGrup" EntityType="Self.DepkodGrup" Schema="public" Table="depkodgrup" />
          <EntitySet Name="FolioRouteDepkodGrup" EntityType="Self.FolioRouteDepkodGrup" Schema="public" Table="folioroutedepkodgrup" />
          <EntitySet Name="FolioRoute" EntityType="Self.FolioRoute" Schema="public" Table="folioroute" />
          <EntitySet Name="Folio" EntityType="Self.Folio" Schema="public" Table="folio" />
          <EntitySet Name="ExtraHrk" EntityType="Self.ExtraHrk" Schema="public" Table="extrahrk" />
          <EntitySet Name="ExtraDepkod" EntityType="Self.ExtraDepkod" Schema="public" Table="extradepkod" />
          <EntitySet Name="Fatura" EntityType="Self.Fatura" Schema="public" Table="fatura" />
          <EntitySet Name="Adres" EntityType="Self.Adres" Schema="public" Table="adres" />
          <EntitySet Name="AdresIl" EntityType="Self.AdresIl" Schema="public" Table="adresil" />
          <EntitySet Name="AdresIlce" EntityType="Self.AdresIlce" Schema="public" Table="adresilce" />
          <EntitySet Name="AdresUlke" EntityType="Self.AdresUlke" Schema="public" Table="adresulke" />
          <EntitySet Name="DayEventGrupAdresUlke" EntityType="Self.DayEventGrupAdresUlke" Schema="public" Table="dayeventgrupadresulke" />
          <EntitySet Name="DayEventGrup" EntityType="Self.DayEventGrup" Schema="public" Table="dayeventgrup" />
          <EntitySet Name="DayEvent" EntityType="Self.DayEvent" Schema="public" Table="dayevent" />
          <EntitySet Name="MailSablonu" EntityType="Self.MailSablonu" Schema="public" Table="mailsablonu" />
          <EntitySet Name="Kurumsal" EntityType="Self.Kurumsal" Schema="public" Table="kurumsal" />
          <EntitySet Name="KurumsalHesap" EntityType="Self.KurumsalHesap" Schema="public" Table="kurumsalhesap" />
          <EntitySet Name="Hesap" EntityType="Self.Hesap" Schema="public" Table="hesap" />
          <EntitySet Name="MusteriKurumsal" EntityType="Self.MusteriKurumsal" Schema="public" Table="musterikurumsal" />
          <EntitySet Name="MusteriAdres" EntityType="Self.MusteriAdres" Schema="public" Table="musteriadres" />
          <EntitySet Name="FaturaIptal" EntityType="Self.FaturaIptal" Schema="public" Table="faturaiptal" />
          <EntitySet Name="FaturaSeri" EntityType="Self.FaturaSeri" Schema="public" Table="faturaseri" />
          <EntitySet Name="FaturaSira" EntityType="Self.FaturaSira" Schema="public" Table="faturasira" />
          <EntitySet Name="Birim" EntityType="Self.Birim" Schema="public" Table="birim" />
          <EntitySet Name="EFaturaBirimKodlari" EntityType="Self.EFaturaBirimKodlari" Schema="public" Table="efaturabirimkodlari" />
          <EntitySet Name="Iskonto" EntityType="Self.Iskonto" Schema="public" Table="iskonto" />
          <EntitySet Name="Kdv" EntityType="Self.Kdv" Schema="public" Table="kdv" />
          <EntitySet Name="Tevkifat" EntityType="Self.Tevkifat" Schema="public" Table="tevkifat" />
          <EntitySet Name="TevkifatOran" EntityType="Self.TevkifatOran" Schema="public" Table="tevkifatoran" />
          <EntitySet Name="Rez" EntityType="Self.Rez" Schema="public" Table="rez" />
          <EntitySet Name="Oda" EntityType="Self.Oda" Schema="public" Table="oda" />
          <EntitySet Name="Anket" EntityType="Self.Anket" Schema="public" Table="anket" />
          <EntitySet Name="AnketSira" EntityType="Self.AnketSira" Schema="public" Table="anketsira" />
          <EntitySet Name="AnketSoru" EntityType="Self.AnketSoru" Schema="public" Table="anketsoru" />
          <EntitySet Name="Cevap" EntityType="Self.Cevap" Schema="public" Table="cevap" />
          <EntitySet Name="CevapIcerik" EntityType="Self.CevapIcerik" Schema="public" Table="cevapicerik" />
          <EntitySet Name="Dil" EntityType="Self.Dil" Schema="public" Table="dil" />
          <EntitySet Name="AnketTema" EntityType="Self.AnketTema" Schema="public" Table="ankettema" />
          <EntitySet Name="AnketTemaDepartmanlar" EntityType="Self.AnketTemaDepartmanlar" Schema="public" Table="ankettemadepartmanlar" />
          <EntitySet Name="CrmOda" EntityType="Self.CrmOda" Schema="public" Table="crmoda" />
          <EntitySet Name="CrmYorumAna" EntityType="Self.CrmYorumAna" Schema="public" Table="crmyorumana" />
          <EntitySet Name="CrmPersonel" EntityType="Self.CrmPersonel" Schema="public" Table="crmpersonel" />
          <EntitySet Name="CrmYorumSira" EntityType="Self.CrmYorumSira" Schema="public" Table="crmyorumsira" />
          <EntitySet Name="CrmBildirimTur" EntityType="Self.CrmBildirimTur" Schema="public" Table="crmbildirimtur" />
          <EntitySet Name="CrmBilOnemTuru" EntityType="Self.CrmBilOnemTuru" Schema="public" Table="crmbilonemturu" />
          <EntitySet Name="CrmDepartman" EntityType="Self.CrmDepartman" Schema="public" Table="crmdepartman" />
          <EntitySet Name="CrmDurumTip" EntityType="Self.CrmDurumTip" Schema="public" Table="crmdurumtip" />
          <EntitySet Name="CrmEvent" EntityType="Self.CrmEvent" Schema="public" Table="crmevent" />
          <EntitySet Name="CrmPersBegHrk" EntityType="Self.CrmPersBegHrk" Schema="public" Table="crmpersbeghrk" />
          <EntitySet Name="CrmPersBeg" EntityType="Self.CrmPersBeg" Schema="public" Table="crmpersbeg" />
          <EntitySet Name="CrmPersBegTip" EntityType="Self.CrmPersBegTip" Schema="public" Table="crmpersbegtip" />
          <EntitySet Name="CrmSonucTip" EntityType="Self.CrmSonucTip" Schema="public" Table="crmsonuctip" />
          <EntitySet Name="CrmYorumKaynak" EntityType="Self.CrmYorumKaynak" Schema="public" Table="crmyorumkaynak" />
          <EntitySet Name="Rezervasyon" EntityType="Self.Rezervasyon" Schema="public" Table="rezervasyon" />
          <EntitySet Name="CrmRezSilSeb" EntityType="Self.CrmRezSilSeb" Schema="public" Table="crmrezsilseb" />
          <EntitySet Name="RestoranBolumMasaTanim" EntityType="Self.RestoranBolumMasaTanim" Schema="public" Table="restoranbolummasatanim" />
          <EntitySet Name="BolumSaat" EntityType="Self.BolumSaat" Schema="public" Table="bolumsaat" />
          <EntitySet Name="RestoranBolumMasaTanimCrmMenuTanim" EntityType="Self.RestoranBolumMasaTanimCrmMenuTanim" Schema="public" Table="restoranbolummasatanimcrmmenutanim" />
          <EntitySet Name="RezervasyonMusteri" EntityType="Self.RezervasyonMusteri" Schema="public" Table="rezervasyonmusteri" />
          <EntitySet Name="HkKontrol" EntityType="Self.HkKontrol" Schema="public" Table="hkkontrol" />
          <EntitySet Name="OdaTemiz" EntityType="Self.OdaTemiz" Schema="public" Table="odatemiz" />
          <EntitySet Name="OdaOK" EntityType="Self.OdaOK" Schema="public" Table="odaok" />
          <EntitySet Name="OdaServis" EntityType="Self.OdaServis" Schema="public" Table="odaservis" />
          <EntitySet Name="Kat" EntityType="Self.Kat" Schema="public" Table="kat" />
          <EntitySet Name="Maid" EntityType="Self.Maid" Schema="public" Table="maid" />
          <EntitySet Name="MaidSef" EntityType="Self.MaidSef" Schema="public" Table="maidsef" />
          <EntitySet Name="OdaDegisim" EntityType="Self.OdaDegisim" Schema="public" Table="odadegisim" />
          <EntitySet Name="OdaKonum" EntityType="Self.OdaKonum" Schema="public" Table="odakonum" />
          <EntitySet Name="OnbReferans" EntityType="Self.OnbReferans" Schema="public" Table="onbreferans" />
          <EntitySet Name="StopSaleOdaKonumu" EntityType="Self.StopSaleOdaKonumu" Schema="public" Table="stopsaleodakonumu" />
          <EntitySet Name="StopSale" EntityType="Self.StopSale" Schema="public" Table="stopsale" />
          <EntitySet Name="StopSaleAcenta" EntityType="Self.StopSaleAcenta" Schema="public" Table="stopsaleacenta" />
          <EntitySet Name="StopSalePazar" EntityType="Self.StopSalePazar" Schema="public" Table="stopsalepazar" />
          <EntitySet Name="UpgradeOdaFiyat" EntityType="Self.UpgradeOdaFiyat" Schema="public" Table="upgradeodafiyat" />
          <EntitySet Name="OdaOzellik" EntityType="Self.OdaOzellik" Schema="public" Table="odaozellik" />
          <EntitySet Name="Ozellik" EntityType="Self.Ozellik" Schema="public" Table="ozellik" />
          <EntitySet Name="OzellikGrup" EntityType="Self.OzellikGrup" Schema="public" Table="ozellikgrup" />
          <EntitySet Name="OzellikGrupModel" EntityType="Self.OzellikGrupModel" Schema="public" Table="ozellikgrupmodel" />
          <EntitySet Name="AsyaModel" EntityType="Self.AsyaModel" Schema="public" Table="asyamodel" />
          <EntitySet Name="Teknik" EntityType="Self.Teknik" Schema="public" Table="teknik" />
          <EntitySet Name="Operasyon" EntityType="Self.Operasyon" Schema="public" Table="operasyon" />
          <EntitySet Name="BolumYer" EntityType="Self.BolumYer" Schema="public" Table="bolumyer" />
          <EntitySet Name="IstipiTum" EntityType="Self.IstipiTum" Schema="public" Table="istipitum" />
          <EntitySet Name="Departman" EntityType="Self.Departman" Schema="public" Table="departman" />
          <EntitySet Name="OperasyonEk" EntityType="Self.OperasyonEk" Schema="public" Table="operasyonek" />
          <EntitySet Name="OperasyonEk2" EntityType="Self.OperasyonEk2" Schema="public" Table="operasyonek2" />
          <EntitySet Name="ArizaNedeni" EntityType="Self.ArizaNedeni" Schema="public" Table="arizanedeni" />
          <EntitySet Name="ArizaGorevli" EntityType="Self.ArizaGorevli" Schema="public" Table="arizagorevli" />
          <EntitySet Name="IptalNedeni" EntityType="Self.IptalNedeni" Schema="public" Table="iptalnedeni" />
          <EntitySet Name="OperasyonTarih" EntityType="Self.OperasyonTarih" Schema="public" Table="operasyontarih" />
          <EntitySet Name="Telkod" EntityType="Self.Telkod" Schema="public" Table="telkod" />
          <EntitySet Name="Teldata" EntityType="Self.Teldata" Schema="public" Table="teldata" />
          <EntitySet Name="FolioRouteRez" EntityType="Self.FolioRouteRez" Schema="public" Table="foliorouterez" />
          <EntitySet Name="KolBandi" EntityType="Self.KolBandi" Schema="public" Table="kolbandi" />
          <EntitySet Name="KolBandiHrk" EntityType="Self.KolBandiHrk" Schema="public" Table="kolbandihrk" />
          <EntitySet Name="MusteriKonaklamaEk" EntityType="Self.MusteriKonaklamaEk" Schema="public" Table="musterikonaklamaek" />
          <EntitySet Name="Karaliste" EntityType="Self.Karaliste" Schema="public" Table="karaliste" />
          <EntitySet Name="Uyruk" EntityType="Self.Uyruk" Schema="public" Table="uyruk" />
          <EntitySet Name="Ulke" EntityType="Self.Ulke" Schema="public" Table="ulke" />
          <EntitySet Name="RezDetayEk" EntityType="Self.RezDetayEk" Schema="public" Table="rezdetayek" />
          <EntitySet Name="IsYeri" EntityType="Self.IsYeri" Schema="public" Table="isyeri" />
          <EntitySet Name="Operator" EntityType="Self.Operator" Schema="public" Table="operator" />
          <EntitySet Name="Vip" EntityType="Self.Vip" Schema="public" Table="vip" />
          <EntitySet Name="VipHrk" EntityType="Self.VipHrk" Schema="public" Table="viphrk" />
          <EntitySet Name="Malzeme" EntityType="Self.Malzeme" Schema="public" Table="malzeme" />
          <EntitySet Name="OdaUzatma" EntityType="Self.OdaUzatma" Schema="public" Table="odauzatma" />
          <EntitySet Name="RezDetayBilgi" EntityType="Self.RezDetayBilgi" Schema="public" Table="rezdetaybilgi" />
          <EntitySet Name="RezEntegrasyonBilgi" EntityType="Self.RezEntegrasyonBilgi" Schema="public" Table="rezentegrasyonbilgi" />
          <EntitySet Name="RezKvkkSoru" EntityType="Self.RezKvkkSoru" Schema="public" Table="rezkvkksoru" />
          <EntitySet Name="KvkkSoru" EntityType="Self.KvkkSoru" Schema="public" Table="kvkksoru" />
          <EntitySet Name="RezOdaKilit" EntityType="Self.RezOdaKilit" Schema="public" Table="rezodakilit" />
          <EntitySet Name="RezOzellik" EntityType="Self.RezOzellik" Schema="public" Table="rezozellik" />
          <EntitySet Name="RezPaketindirimtipi" EntityType="Self.RezPaketindirimtipi" Schema="public" Table="rezpaketindirimtipi" />
          <EntitySet Name="PaketindirimTipi" EntityType="Self.PaketindirimTipi" Schema="public" Table="paketindirimtipi" />
          <EntitySet Name="RezWeb" EntityType="Self.RezWeb" Schema="public" Table="rezweb" />
          <EntitySet Name="TumBilbord" EntityType="Self.TumBilbord" Schema="public" Table="tumbilbord" />
          <EntitySet Name="TumBilbordEk" EntityType="Self.TumBilbordEk" Schema="public" Table="tumbilbordek" />
          <EntitySet Name="UpgradeHrk" EntityType="Self.UpgradeHrk" Schema="public" Table="upgradehrk" />
          <EntitySet Name="UpgradeNedeni" EntityType="Self.UpgradeNedeni" Schema="public" Table="upgradenedeni" />
          <EntitySet Name="FolioRouteDepkod" EntityType="Self.FolioRouteDepkod" Schema="public" Table="folioroutedepkod" />
          <EntitySet Name="HrkTransfer" EntityType="Self.HrkTransfer" Schema="public" Table="hrktransfer" />
          <EntitySet Name="DepkodHeskod" EntityType="Self.DepkodHeskod" Schema="public" Table="depkodheskod" />
          <EntitySet Name="Heskod" EntityType="Self.Heskod" Schema="public" Table="heskod" />
          <EntitySet Name="Paketistisna" EntityType="Self.Paketistisna" Schema="public" Table="paketistisna" />
          <EntitySet Name="PaketUlke" EntityType="Self.PaketUlke" Schema="public" Table="paketulke" />
          <EntitySet Name="RateAcentaPaket" EntityType="Self.RateAcentaPaket" Schema="public" Table="rateacentapaket" />
          <EntitySet Name="RateAcenta" EntityType="Self.RateAcenta" Schema="public" Table="rateacenta" />
          <EntitySet Name="YasKod" EntityType="Self.YasKod" Schema="public" Table="yaskod" />
          <EntitySet Name="YasKodSiraIstisna" EntityType="Self.YasKodSiraIstisna" Schema="public" Table="yaskodsiraistisna" />
          <EntitySet Name="YasKodSira" EntityType="Self.YasKodSira" Schema="public" Table="yaskodsira" />
          <EntitySet Name="RatePaket" EntityType="Self.RatePaket" Schema="public" Table="ratepaket" />
          <EntitySet Name="Sart" EntityType="Self.Sart" Schema="public" Table="sart" />
          <EntitySet Name="SartFiyatKonum" EntityType="Self.SartFiyatKonum" Schema="public" Table="sartfiyatkonum" />
          <EntitySet Name="RatePeriyotKonumHamFiyat" EntityType="Self.RatePeriyotKonumHamFiyat" Schema="public" Table="rateperiyotkonumhamfiyat" />
          <EntitySet Name="RatePeriyot" EntityType="Self.RatePeriyot" Schema="public" Table="rateperiyot" />
          <EntitySet Name="Periyot" EntityType="Self.Periyot" Schema="public" Table="periyot" />
          <EntitySet Name="Formul" EntityType="Self.Formul" Schema="public" Table="formul" />
          <EntitySet Name="FormulSira" EntityType="Self.FormulSira" Schema="public" Table="formulsira" />
          <EntitySet Name="Hesayr" EntityType="Self.Hesayr" Schema="public" Table="hesayr" />
          <EntitySet Name="Pansiyon" EntityType="Self.Pansiyon" Schema="public" Table="pansiyon" />
          <EntitySet Name="Breakdown" EntityType="Self.Breakdown" Schema="public" Table="breakdown" />
          <EntitySet Name="GecelemeFiyatpaket" EntityType="Self.GecelemeFiyatpaket" Schema="public" Table="gecelemefiyatpaket" />
          <EntitySet Name="GecelemeMusteri" EntityType="Self.GecelemeMusteri" Schema="public" Table="gecelememusteri" />
          <EntitySet Name="Share" EntityType="Self.Share" Schema="public" Table="share" />
          <EntitySet Name="BreakdownDagilim" EntityType="Self.BreakdownDagilim" Schema="public" Table="breakdowndagilim" />
          <EntitySet Name="BreakMalzeme" EntityType="Self.BreakMalzeme" Schema="public" Table="breakmalzeme" />
          <EntitySet Name="DovizHeskod" EntityType="Self.DovizHeskod" Schema="public" Table="dovizheskod" />
          <EntitySet Name="KasaAvans" EntityType="Self.KasaAvans" Schema="public" Table="kasaavans" />
          <EntitySet Name="Kur" EntityType="Self.Kur" Schema="public" Table="kur" />
          <EntitySet Name="PosFiyat" EntityType="Self.PosFiyat" Schema="public" Table="posfiyat" />
          <EntitySet Name="PosMasa" EntityType="Self.PosMasa" Schema="public" Table="posmasa" />
          <EntitySet Name="PosSipAna" EntityType="Self.PosSipAna" Schema="public" Table="possipana" />
          <EntitySet Name="PosAdisyon" EntityType="Self.PosAdisyon" Schema="public" Table="posadisyon" />
          <EntitySet Name="PosAdisyonSeri" EntityType="Self.PosAdisyonSeri" Schema="public" Table="posadisyonseri" />
          <EntitySet Name="PosGarson" EntityType="Self.PosGarson" Schema="public" Table="posgarson" />
          <EntitySet Name="PosIptalSebep" EntityType="Self.PosIptalSebep" Schema="public" Table="posiptalsebep" />
          <EntitySet Name="PosOdemeler" EntityType="Self.PosOdemeler" Schema="public" Table="posodemeler" />
          <EntitySet Name="PosOdemeBazHareket" EntityType="Self.PosOdemeBazHareket" Schema="public" Table="posodemebazhareket" />
          <EntitySet Name="PosSipDetay" EntityType="Self.PosSipDetay" Schema="public" Table="possipdetay" />
          <EntitySet Name="PosSatKod" EntityType="Self.PosSatKod" Schema="public" Table="possatkod" />
          <EntitySet Name="PosAltKategoriler" EntityType="Self.PosAltKategoriler" Schema="public" Table="posaltkategoriler" />
          <EntitySet Name="PosCondTanim" EntityType="Self.PosCondTanim" Schema="public" Table="poscondtanim" />
          <EntitySet Name="PosSatKodFiyat" EntityType="Self.PosSatKodFiyat" Schema="public" Table="possatkodfiyat" />
          <EntitySet Name="PosKdvTipi" EntityType="Self.PosKdvTipi" Schema="public" Table="poskdvtipi" />
          <EntitySet Name="PosCond" EntityType="Self.PosCond" Schema="public" Table="poscond" />
          <EntitySet Name="PosSipDetayFiyHrk" EntityType="Self.PosSipDetayFiyHrk" Schema="public" Table="possipdetayfiyhrk" />
          <EntitySet Name="PosSipDetayIndirimler" EntityType="Self.PosSipDetayIndirimler" Schema="public" Table="possipdetayindirimler" />
          <EntitySet Name="PosSipDetayVaryasyonlar" EntityType="Self.PosSipDetayVaryasyonlar" Schema="public" Table="possipdetayvaryasyonlar" />
          <EntitySet Name="PosVaryasyonlarTanim" EntityType="Self.PosVaryasyonlarTanim" Schema="public" Table="posvaryasyonlartanim" />
          <EntitySet Name="StokhrkAna" EntityType="Self.StokhrkAna" Schema="public" Table="stokhrkana" />
          <EntitySet Name="FisTip" EntityType="Self.FisTip" Schema="public" Table="fistip" />
          <EntitySet Name="PosOdenmezIkram" EntityType="Self.PosOdenmezIkram" Schema="public" Table="posodenmezikram" />
          <EntitySet Name="ReceteHrkAna" EntityType="Self.ReceteHrkAna" Schema="public" Table="recetehrkana" />
          <EntitySet Name="ReceteHrkDetay" EntityType="Self.ReceteHrkDetay" Schema="public" Table="recetehrkdetay" />
          <EntitySet Name="DepartmanAna" EntityType="Self.DepartmanAna" Schema="public" Table="departmanana" />
          <EntitySet Name="DepDevir" EntityType="Self.DepDevir" Schema="public" Table="depdevir" />
          <EntitySet Name="Referans" EntityType="Self.Referans" Schema="public" Table="referans" />
          <EntitySet Name="StokhrkDetay" EntityType="Self.StokhrkDetay" Schema="public" Table="stokhrkdetay" />
          <EntitySet Name="StokhrkDetayAyrinti" EntityType="Self.StokhrkDetayAyrinti" Schema="public" Table="stokhrkdetayayrinti" />
          <EntitySet Name="StokhrkDetayBaglanti" EntityType="Self.StokhrkDetayBaglanti" Schema="public" Table="stokhrkdetaybaglanti" />
          <EntitySet Name="Urun" EntityType="Self.Urun" Schema="public" Table="urun" />
          <EntitySet Name="Envanter" EntityType="Self.Envanter" Schema="public" Table="envanter" />
          <EntitySet Name="AltGrup" EntityType="Self.AltGrup" Schema="public" Table="altgrup" />
          <EntitySet Name="Grup" EntityType="Self.Grup" Schema="public" Table="grup" />
          <EntitySet Name="UrunBarkod" EntityType="Self.UrunBarkod" Schema="public" Table="urunbarkod" />
          <EntitySet Name="UrunBirim" EntityType="Self.UrunBirim" Schema="public" Table="urunbirim" />
          <EntitySet Name="UrunMarka" EntityType="Self.UrunMarka" Schema="public" Table="urunmarka" />
          <EntitySet Name="UrunMuhasebeHesap" EntityType="Self.UrunMuhasebeHesap" Schema="public" Table="urunmuhasebehesap" />
          <EntitySet Name="UrunOzelBarkod" EntityType="Self.UrunOzelBarkod" Schema="public" Table="urunozelbarkod" />
          <EntitySet Name="StokhrkAnaBaglanti" EntityType="Self.StokhrkAnaBaglanti" Schema="public" Table="stokhrkanabaglanti" />
          <EntitySet Name="PosOdemeTipi" EntityType="Self.PosOdemeTipi" Schema="public" Table="posodemetipi" />
          <EntitySet Name="ReceteBaglanti" EntityType="Self.ReceteBaglanti" Schema="public" Table="recetebaglanti" />
          <EntitySet Name="ReceteIcerik" EntityType="Self.ReceteIcerik" Schema="public" Table="receteicerik" />
          <EntitySet Name="HesSorguSonuc" EntityType="Self.HesSorguSonuc" Schema="public" Table="hessorgusonuc" />
          <EntitySet Name="MusteriEmail" EntityType="Self.MusteriEmail" Schema="public" Table="musteriemail" />
          <EntitySet Name="MusteriOzellik" EntityType="Self.MusteriOzellik" Schema="public" Table="musteriozellik" />
          <EntitySet Name="MusteriPersonelEk" EntityType="Self.MusteriPersonelEk" Schema="public" Table="musteripersonelek" />
          <EntitySet Name="MusteriPlaka" EntityType="Self.MusteriPlaka" Schema="public" Table="musteriplaka" />
          <EntitySet Name="Plaka" EntityType="Self.Plaka" Schema="public" Table="plaka" />
          <EntitySet Name="Reklamasyon" EntityType="Self.Reklamasyon" Schema="public" Table="reklamasyon" />
          <EntitySet Name="Sikayet" EntityType="Self.Sikayet" Schema="public" Table="sikayet" />
          <EntitySet Name="Talep" EntityType="Self.Talep" Schema="public" Table="talep" />
          <EntitySet Name="CrmSaglik" EntityType="Self.CrmSaglik" Schema="public" Table="crmsaglik" />
          <EntitySet Name="CrmKurum" EntityType="Self.CrmKurum" Schema="public" Table="crmkurum" />
          <EntitySet Name="CrmSaglikSemptom" EntityType="Self.CrmSaglikSemptom" Schema="public" Table="crmsagliksemptom" />
          <EntitySet Name="CrmSemptom" EntityType="Self.CrmSemptom" Schema="public" Table="crmsemptom" />
          <EntitySet Name="CrmSaglikTeshis" EntityType="Self.CrmSaglikTeshis" Schema="public" Table="crmsaglikteshis" />
          <EntitySet Name="CrmTeshis" EntityType="Self.CrmTeshis" Schema="public" Table="crmteshis" />
          <EntitySet Name="MusteriTel" EntityType="Self.MusteriTel" Schema="public" Table="musteritel" />
          <EntitySet Name="Tel" EntityType="Self.Tel" Schema="public" Table="tel" />
          <EntitySet Name="AcentaProforma" EntityType="Self.AcentaProforma" Schema="public" Table="acentaproforma" />
          <EntitySet Name="AcenteBavelEk" EntityType="Self.AcenteBavelEk" Schema="public" Table="acentebavelek" />
          <EntitySet Name="AcenteHeskod" EntityType="Self.AcenteHeskod" Schema="public" Table="acenteheskod" />
          <EntitySet Name="BreakDownAcenta" EntityType="Self.BreakDownAcenta" Schema="public" Table="breakdownacenta" />
          <EntitySet Name="OnbGrupAcenta" EntityType="Self.OnbGrupAcenta" Schema="public" Table="onbgrupacenta" />
          <EntitySet Name="OnbGrup" EntityType="Self.OnbGrup" Schema="public" Table="onbgrup" />
          <EntitySet Name="ArizaTakipIzin" EntityType="Self.ArizaTakipIzin" Schema="public" Table="arizatakipizin" />
          <EntitySet Name="ATkpGrupIzin" EntityType="Self.ATkpGrupIzin" Schema="public" Table="atkpgrupizin" />
          <EntitySet Name="ArizaTakipSablon" EntityType="Self.ArizaTakipSablon" Schema="public" Table="arizatakipsablon" />
          <EntitySet Name="AsyaReportColumn" EntityType="Self.AsyaReportColumn" Schema="public" Table="asyareportcolumn" />
          <EntitySet Name="AsyaReportPreviewDetailRow" EntityType="Self.AsyaReportPreviewDetailRow" Schema="public" Table="asyareportpreviewdetailrow" />
          <EntitySet Name="AsyaReportPreviewGroup" EntityType="Self.AsyaReportPreviewGroup" Schema="public" Table="asyareportpreviewgroup" />
          <EntitySet Name="AsyaReportPreviewGroupDetail" EntityType="Self.AsyaReportPreviewGroupDetail" Schema="public" Table="asyareportpreviewgroupdetail" />
          <EntitySet Name="ATkpDepKlnc" EntityType="Self.ATkpDepKlnc" Schema="public" Table="atkpdepklnc" />
          <EntitySet Name="BakimEnvanter" EntityType="Self.BakimEnvanter" Schema="public" Table="bakimenvanter" />
          <EntitySet Name="BakimStok" EntityType="Self.BakimStok" Schema="public" Table="bakimstok" />
          <EntitySet Name="BakimIcerik" EntityType="Self.BakimIcerik" Schema="public" Table="bakimicerik" />
          <EntitySet Name="BakimMakina" EntityType="Self.BakimMakina" Schema="public" Table="bakimmakina" />
          <EntitySet Name="BakimMakinaAna" EntityType="Self.BakimMakinaAna" Schema="public" Table="bakimmakinaana" />
          <EntitySet Name="BakimMakinaEk" EntityType="Self.BakimMakinaEk" Schema="public" Table="bakimmakinaek" />
          <EntitySet Name="BakimStokEk" EntityType="Self.BakimStokEk" Schema="public" Table="bakimstokek" />
          <EntitySet Name="BakimTipi" EntityType="Self.BakimTipi" Schema="public" Table="bakimtipi" />
          <EntitySet Name="BavelBilgiTanim" EntityType="Self.BavelBilgiTanim" Schema="public" Table="bavelbilgitanim" />
          <EntitySet Name="Blok" EntityType="Self.Blok" Schema="public" Table="blok" />
          <EntitySet Name="BreakdownHrk" EntityType="Self.BreakdownHrk" Schema="public" Table="breakdownhrk" />
          <EntitySet Name="CikisHesap" EntityType="Self.CikisHesap" Schema="public" Table="cikishesap" />
          <EntitySet Name="CiktiTaslak" EntityType="Self.CiktiTaslak" Schema="public" Table="ciktitaslak" />
          <EntitySet Name="CiktiTaslakKolon" EntityType="Self.CiktiTaslakKolon" Schema="public" Table="ciktitaslakkolon" />
          <EntitySet Name="ClientIslemler" EntityType="Self.ClientIslemler" Schema="public" Table="clientislemler" />
          <EntitySet Name="CrmGenelInfo" EntityType="Self.CrmGenelInfo" Schema="public" Table="crmgenelinfo" />
          <EntitySet Name="CrmGorevAtamaAna" EntityType="Self.CrmGorevAtamaAna" Schema="public" Table="crmgorevatamaana" />
          <EntitySet Name="CrmGorevAtamaSira" EntityType="Self.CrmGorevAtamaSira" Schema="public" Table="crmgorevatamasira" />
          <EntitySet Name="CrmKioskAyar" EntityType="Self.CrmKioskAyar" Schema="public" Table="crmkioskayar" />
          <EntitySet Name="CrmParam" EntityType="Self.CrmParam" Schema="public" Table="crmparam" />
          <EntitySet Name="CrmRestoranInfo" EntityType="Self.CrmRestoranInfo" Schema="public" Table="crmrestoraninfo" />
          <EntitySet Name="CrmRezTipUyari" EntityType="Self.CrmRezTipUyari" Schema="public" Table="crmreztipuyari" />
          <EntitySet Name="CrmWebAyar" EntityType="Self.CrmWebAyar" Schema="public" Table="crmwebayar" />
          <EntitySet Name="DefaultDegerler" EntityType="Self.DefaultDegerler" Schema="public" Table="defaultdegerler" />
          <EntitySet Name="DysAna" EntityType="Self.DysAna" Schema="public" Table="dysana" />
          <EntitySet Name="DysDokuman" EntityType="Self.DysDokuman" Schema="public" Table="dysdokuman" />
          <EntitySet Name="DysDokumanTip" EntityType="Self.DysDokumanTip" Schema="public" Table="dysdokumantip" />
          <EntitySet Name="EDefterBelgeTipi" EntityType="Self.EDefterBelgeTipi" Schema="public" Table="edefterbelgetipi" />
          <EntitySet Name="Esya" EntityType="Self.Esya" Schema="public" Table="esya" />
          <EntitySet Name="FaturaKaynak" EntityType="Self.FaturaKaynak" Schema="public" Table="faturakaynak" />
          <EntitySet Name="FisKaynagi" EntityType="Self.FisKaynagi" Schema="public" Table="fiskaynagi" />
          <EntitySet Name="FiyatFiltre" EntityType="Self.FiyatFiltre" Schema="public" Table="fiyatfiltre" />
          <EntitySet Name="GenelBlokaj" EntityType="Self.GenelBlokaj" Schema="public" Table="genelblokaj" />
          <EntitySet Name="GoogleDil" EntityType="Self.GoogleDil" Schema="public" Table="googledil" />
          <EntitySet Name="GoogleOzelGun" EntityType="Self.GoogleOzelGun" Schema="public" Table="googleozelgun" />
          <EntitySet Name="Gundem" EntityType="Self.Gundem" Schema="public" Table="gundem" />
          <EntitySet Name="Toplanti" EntityType="Self.Toplanti" Schema="public" Table="toplanti" />
          <EntitySet Name="Salon" EntityType="Self.Salon" Schema="public" Table="salon" />
          <EntitySet Name="ToplantiKisi" EntityType="Self.ToplantiKisi" Schema="public" Table="toplantikisi" />
          <EntitySet Name="GunlukLog" EntityType="Self.GunlukLog" Schema="public" Table="gunluklog" />
          <EntitySet Name="GunlukRestoranKapasitesi" EntityType="Self.GunlukRestoranKapasitesi" Schema="public" Table="gunlukrestorankapasitesi" />
          <EntitySet Name="GunTanim" EntityType="Self.GunTanim" Schema="public" Table="guntanim" />
          <EntitySet Name="Haftasonu" EntityType="Self.Haftasonu" Schema="public" Table="haftasonu" />
          <EntitySet Name="Hakedis" EntityType="Self.Hakedis" Schema="public" Table="hakedis" />
          <EntitySet Name="HalFiyat" EntityType="Self.HalFiyat" Schema="public" Table="halfiyat" />
          <EntitySet Name="HesBilgi" EntityType="Self.HesBilgi" Schema="public" Table="hesbilgi" />
          <EntitySet Name="SirketBilgi" EntityType="Self.SirketBilgi" Schema="public" Table="sirketbilgi" />
          <EntitySet Name="HrkIslem" EntityType="Self.HrkIslem" Schema="public" Table="hrkislem" />
          <EntitySet Name="IslemLog" EntityType="Self.IslemLog" Schema="public" Table="islemlog" />
          <EntitySet Name="Job" EntityType="Self.Job" Schema="public" Table="job" />
          <EntitySet Name="Schedule" EntityType="Self.Schedule" Schema="public" Table="schedule" />
          <EntitySet Name="JobHistory" EntityType="Self.JobHistory" Schema="public" Table="jobhistory" />
          <EntitySet Name="KanalAcente" EntityType="Self.KanalAcente" Schema="public" Table="kanalacente" />
          <EntitySet Name="KanalEsitleme" EntityType="Self.KanalEsitleme" Schema="public" Table="kanalesitleme" />
          <EntitySet Name="KanalGiris" EntityType="Self.KanalGiris" Schema="public" Table="kanalgiris" />
          <EntitySet Name="Kapasite" EntityType="Self.Kapasite" Schema="public" Table="kapasite" />
          <EntitySet Name="Kayip" EntityType="Self.Kayip" Schema="public" Table="kayip" />
          <EntitySet Name="Kayiphrk" EntityType="Self.Kayiphrk" Schema="public" Table="kayiphrk" />
          <EntitySet Name="KolBandiSeri" EntityType="Self.KolBandiSeri" Schema="public" Table="kolbandiseri" />
          <EntitySet Name="KolBandiSorgu" EntityType="Self.KolBandiSorgu" Schema="public" Table="kolbandisorgu" />
          <EntitySet Name="KonumGrup" EntityType="Self.KonumGrup" Schema="public" Table="konumgrup" />
          <EntitySet Name="KonumGrupBaglanti" EntityType="Self.KonumGrupBaglanti" Schema="public" Table="konumgrupbaglanti" />
          <EntitySet Name="Mahsup" EntityType="Self.Mahsup" Schema="public" Table="mahsup" />
          <EntitySet Name="MahsupKaynak" EntityType="Self.MahsupKaynak" Schema="public" Table="mahsupkaynak" />
          <EntitySet Name="MahsupSira" EntityType="Self.MahsupSira" Schema="public" Table="mahsupsira" />
          <EntitySet Name="MasrafMerkezi" EntityType="Self.MasrafMerkezi" Schema="public" Table="masrafmerkezi" />
          <EntitySet Name="Mesaj" EntityType="Self.Mesaj" Schema="public" Table="mesaj" />
          <EntitySet Name="MGBSablon" EntityType="Self.MGBSablon" Schema="public" Table="mgbsablon" />
          <EntitySet Name="MuhasebeReferans" EntityType="Self.MuhasebeReferans" Schema="public" Table="muhasebereferans" />
          <EntitySet Name="NotHedef" EntityType="Self.NotHedef" Schema="public" Table="nothedef" />
          <EntitySet Name="Notlar" EntityType="Self.Notlar" Schema="public" Table="notlar" />
          <EntitySet Name="NotHedefLog" EntityType="Self.NotHedefLog" Schema="public" Table="nothedeflog" />
          <EntitySet Name="OnayAdim" EntityType="Self.OnayAdim" Schema="public" Table="onayadim" />
          <EntitySet Name="OnayAdimKullanici" EntityType="Self.OnayAdimKullanici" Schema="public" Table="onayadimkullanici" />
          <EntitySet Name="OnbParam" EntityType="Self.OnbParam" Schema="public" Table="onbparam" />
          <EntitySet Name="OrtakGrup" EntityType="Self.OrtakGrup" Schema="public" Table="ortakgrup" />
          <EntitySet Name="OrtakGrupDetay" EntityType="Self.OrtakGrupDetay" Schema="public" Table="ortakgrupdetay" />
          <EntitySet Name="OutOfOrder" EntityType="Self.OutOfOrder" Schema="public" Table="outoforder" />
          <EntitySet Name="OutOfOrderSira" EntityType="Self.OutOfOrderSira" Schema="public" Table="outofordersira" />
          <EntitySet Name="OzelKod" EntityType="Self.OzelKod" Schema="public" Table="ozelkod" />
          <EntitySet Name="PanYemek" EntityType="Self.PanYemek" Schema="public" Table="panyemek" />
          <EntitySet Name="Parametre" EntityType="Self.Parametre" Schema="public" Table="parametre" />
          <EntitySet Name="Pbelge" EntityType="Self.Pbelge" Schema="public" Table="pbelge" />
          <EntitySet Name="Pkanun" EntityType="Self.Pkanun" Schema="public" Table="pkanun" />
          <EntitySet Name="Pavans" EntityType="Self.Pavans" Schema="public" Table="pavans" />
          <EntitySet Name="PersonelSirket" EntityType="Self.PersonelSirket" Schema="public" Table="personelsirket" />
          <EntitySet Name="Pcikisneden" EntityType="Self.Pcikisneden" Schema="public" Table="pcikisneden" />
          <EntitySet Name="Pdepkod" EntityType="Self.Pdepkod" Schema="public" Table="pdepkod" />
          <EntitySet Name="Personel" EntityType="Self.Personel" Schema="public" Table="personel" />
          <EntitySet Name="PersonelSirketEk" EntityType="Self.PersonelSirketEk" Schema="public" Table="personelsirketek" />
          <EntitySet Name="Pcalgrup" EntityType="Self.Pcalgrup" Schema="public" Table="pcalgrup" />
          <EntitySet Name="Pgorev" EntityType="Self.Pgorev" Schema="public" Table="pgorev" />
          <EntitySet Name="Piskolu" EntityType="Self.Piskolu" Schema="public" Table="piskolu" />
          <EntitySet Name="Piskur" EntityType="Self.Piskur" Schema="public" Table="piskur" />
          <EntitySet Name="Ppozisyon" EntityType="Self.Ppozisyon" Schema="public" Table="ppozisyon" />
          <EntitySet Name="Psigorta" EntityType="Self.Psigorta" Schema="public" Table="psigorta" />
          <EntitySet Name="Puantaj" EntityType="Self.Puantaj" Schema="public" Table="puantaj" />
          <EntitySet Name="Peksikneden" EntityType="Self.Peksikneden" Schema="public" Table="peksikneden" />
          <EntitySet Name="PuantajHakedis" EntityType="Self.PuantajHakedis" Schema="public" Table="puantajhakedis" />
          <EntitySet Name="PuantajTahakkuk" EntityType="Self.PuantajTahakkuk" Schema="public" Table="puantajtahakkuk" />
          <EntitySet Name="Pcihaz" EntityType="Self.Pcihaz" Schema="public" Table="pcihaz" />
          <EntitySet Name="PcihazGrup" EntityType="Self.PcihazGrup" Schema="public" Table="pcihazgrup" />
          <EntitySet Name="Pcizelge" EntityType="Self.Pcizelge" Schema="public" Table="pcizelge" />
          <EntitySet Name="Pshift" EntityType="Self.Pshift" Schema="public" Table="pshift" />
          <EntitySet Name="PshiftHrk" EntityType="Self.PshiftHrk" Schema="public" Table="pshifthrk" />
          <EntitySet Name="PshiftTipi" EntityType="Self.PshiftTipi" Schema="public" Table="pshifttipi" />
          <EntitySet Name="Pentegrasyon" EntityType="Self.Pentegrasyon" Schema="public" Table="pentegrasyon" />
          <EntitySet Name="Psirket" EntityType="Self.Psirket" Schema="public" Table="psirket" />
          <EntitySet Name="Pebildirge" EntityType="Self.Pebildirge" Schema="public" Table="pebildirge" />
          <EntitySet Name="PersCalParam" EntityType="Self.PersCalParam" Schema="public" Table="perscalparam" />
          <EntitySet Name="Pgircik" EntityType="Self.Pgircik" Schema="public" Table="pgircik" />
          <EntitySet Name="Pkart" EntityType="Self.Pkart" Schema="public" Table="pkart" />
          <EntitySet Name="Pkat" EntityType="Self.Pkat" Schema="public" Table="pkat" />
          <EntitySet Name="PosAltGrup" EntityType="Self.PosAltGrup" Schema="public" Table="posaltgrup" />
          <EntitySet Name="PosCari" EntityType="Self.PosCari" Schema="public" Table="poscari" />
          <EntitySet Name="PosDepBaglanti" EntityType="Self.PosDepBaglanti" Schema="public" Table="posdepbaglanti" />
          <EntitySet Name="PosDepSaat" EntityType="Self.PosDepSaat" Schema="public" Table="posdepsaat" />
          <EntitySet Name="PosKart" EntityType="Self.PosKart" Schema="public" Table="poskart" />
          <EntitySet Name="PosPansiyonDerece" EntityType="Self.PosPansiyonDerece" Schema="public" Table="pospansiyonderece" />
          <EntitySet Name="PosPrintSignals" EntityType="Self.PosPrintSignals" Schema="public" Table="posprintsignals" />
          <EntitySet Name="PostingTarih" EntityType="Self.PostingTarih" Schema="public" Table="postingtarih" />
          <EntitySet Name="PosTopUrunler" EntityType="Self.PosTopUrunler" Schema="public" Table="postopurunler" />
          <EntitySet Name="PosVaryant" EntityType="Self.PosVaryant" Schema="public" Table="posvaryant" />
          <EntitySet Name="PosYaziciBaglanti" EntityType="Self.PosYaziciBaglanti" Schema="public" Table="posyazicibaglanti" />
          <EntitySet Name="PosYaziciDizayn" EntityType="Self.PosYaziciDizayn" Schema="public" Table="posyazicidizayn" />
          <EntitySet Name="PosYazicilar" EntityType="Self.PosYazicilar" Schema="public" Table="posyazicilar" />
          <EntitySet Name="Pozevrak" EntityType="Self.Pozevrak" Schema="public" Table="pozevrak" />
          <EntitySet Name="ProfilListesi" EntityType="Self.ProfilListesi" Schema="public" Table="profillistesi" />
          <EntitySet Name="ProHrk" EntityType="Self.ProHrk" Schema="public" Table="prohrk" />
          <EntitySet Name="Pzimmet" EntityType="Self.Pzimmet" Schema="public" Table="pzimmet" />
          <EntitySet Name="RaporFiltreKisitlar" EntityType="Self.RaporFiltreKisitlar" Schema="public" Table="raporfiltrekisitlar" />
          <EntitySet Name="RaporFiltreLog" EntityType="Self.RaporFiltreLog" Schema="public" Table="raporfiltrelog" />
          <EntitySet Name="RaporLog" EntityType="Self.RaporLog" Schema="public" Table="raporlog" />
          <EntitySet Name="RaporLogAna" EntityType="Self.RaporLogAna" Schema="public" Table="raporlogana" />
          <EntitySet Name="RaporManuelVeri" EntityType="Self.RaporManuelVeri" Schema="public" Table="rapormanuelveri" />
          <EntitySet Name="ResmiSirket" EntityType="Self.ResmiSirket" Schema="public" Table="resmisirket" />
          <EntitySet Name="RestKullanici" EntityType="Self.RestKullanici" Schema="public" Table="restkullanici" />
          <EntitySet Name="RestoranAcKapat" EntityType="Self.RestoranAcKapat" Schema="public" Table="restoranackapat" />
          <EntitySet Name="RezTumList" EntityType="Self.RezTumList" Schema="public" Table="reztumlist" />
          <EntitySet Name="Santral" EntityType="Self.Santral" Schema="public" Table="santral" />
          <EntitySet Name="SatAnlasmaAna" EntityType="Self.SatAnlasmaAna" Schema="public" Table="satanlasmaana" />
          <EntitySet Name="SatAnlasmaDetay" EntityType="Self.SatAnlasmaDetay" Schema="public" Table="satanlasmadetay" />
          <EntitySet Name="SatKurumsal" EntityType="Self.SatKurumsal" Schema="public" Table="satkurumsal" />
          <EntitySet Name="SatKurumsalELogin" EntityType="Self.SatKurumsalELogin" Schema="public" Table="satkurumsalelogin" />
          <EntitySet Name="SipHrkTeklif" EntityType="Self.SipHrkTeklif" Schema="public" Table="siphrkteklif" />
          <EntitySet Name="SipMik" EntityType="Self.SipMik" Schema="public" Table="sipmik" />
          <EntitySet Name="SatOzelKodBaglanti" EntityType="Self.SatOzelKodBaglanti" Schema="public" Table="satozelkodbaglanti" />
          <EntitySet Name="SatOzelKodIcerik" EntityType="Self.SatOzelKodIcerik" Schema="public" Table="satozelkodicerik" />
          <EntitySet Name="SatOzelKod" EntityType="Self.SatOzelKod" Schema="public" Table="satozelkod" />
          <EntitySet Name="SipHrkDetay" EntityType="Self.SipHrkDetay" Schema="public" Table="siphrkdetay" />
          <EntitySet Name="SipHrkAna" EntityType="Self.SipHrkAna" Schema="public" Table="siphrkana" />
          <EntitySet Name="SatUrunGrup" EntityType="Self.SatUrunGrup" Schema="public" Table="saturungrup" />
          <EntitySet Name="SatUrunGrupKurumsal" EntityType="Self.SatUrunGrupKurumsal" Schema="public" Table="saturungrupkurumsal" />
          <EntitySet Name="SatUrunGrupMail" EntityType="Self.SatUrunGrupMail" Schema="public" Table="saturungrupmail" />
          <EntitySet Name="SatUrunGrupUrun" EntityType="Self.SatUrunGrupUrun" Schema="public" Table="saturungrupurun" />
          <EntitySet Name="SipHrkDetayAsama" EntityType="Self.SipHrkDetayAsama" Schema="public" Table="siphrkdetayasama" />
          <EntitySet Name="SipHrkOnay" EntityType="Self.SipHrkOnay" Schema="public" Table="siphrkonay" />
          <EntitySet Name="SayimHrkAna" EntityType="Self.SayimHrkAna" Schema="public" Table="sayimhrkana" />
          <EntitySet Name="SayimHrkAnaBaglanti" EntityType="Self.SayimHrkAnaBaglanti" Schema="public" Table="sayimhrkanabaglanti" />
          <EntitySet Name="SayimHrkAnaGrup" EntityType="Self.SayimHrkAnaGrup" Schema="public" Table="sayimhrkanagrup" />
          <EntitySet Name="Servisler" EntityType="Self.Servisler" Schema="public" Table="servisler" />
          <EntitySet Name="ServislerBaglanti" EntityType="Self.ServislerBaglanti" Schema="public" Table="servislerbaglanti" />
          <EntitySet Name="StokhrkIskonto" EntityType="Self.StokhrkIskonto" Schema="public" Table="stokhrkiskonto" />
          <EntitySet Name="SubeKodu" EntityType="Self.SubeKodu" Schema="public" Table="subekodu" />
          <EntitySet Name="UrunFiyatTipi" EntityType="Self.UrunFiyatTipi" Schema="public" Table="urunfiyattipi" />
          <EntitySet Name="UrunKdvHesap" EntityType="Self.UrunKdvHesap" Schema="public" Table="urunkdvhesap" />
          <EntitySet Name="VergiTevkifatIstisna" EntityType="Self.VergiTevkifatIstisna" Schema="public" Table="vergitevkifatistisna" />
          <EntitySet Name="Versiyonlama" EntityType="Self.Versiyonlama" Schema="public" Table="versiyonlama" />
          <EntitySet Name="Widget" EntityType="Self.Widget" Schema="public" Table="widget" />
          <EntitySet Name="Yayim" EntityType="Self.Yayim" Schema="admin" Table="yayim" />
          <EntitySet Name="YillikParam" EntityType="Self.YillikParam" Schema="public" Table="yillikparam" />
          <EntitySet Name="YayimModul" EntityType="Self.YayimModul" Schema="admin" Table="yayimmodul" />
          <AssociationSet Name="AcentaMail_Acenta" Association="Self.AcentaMail_Acenta">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="AcentaMail" EntitySet="AcentaMail" />
          </AssociationSet>
          <AssociationSet Name="Email_MailIslemler" Association="Self.Email_MailIslemler">
            <End Role="Email" EntitySet="Email" />
            <End Role="MailIslem" EntitySet="MailIslem" />
          </AssociationSet>
          <AssociationSet Name="MailSunucu_Emailler" Association="Self.MailSunucu_Emailler">
            <End Role="MailSunucu" EntitySet="MailSunucu" />
            <End Role="Email" EntitySet="Email" />
          </AssociationSet>
          <AssociationSet Name="SirketGrupSirket_Sirket" Association="Self.SirketGrupSirket_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SirketGrupSirket" EntitySet="SirketGrupSirket" />
          </AssociationSet>
          <AssociationSet Name="SirketGrup_SirketGrupSirketler" Association="Self.SirketGrup_SirketGrupSirketler">
            <End Role="SirketGrup" EntitySet="SirketGrup" />
            <End Role="SirketGrupSirket" EntitySet="SirketGrupSirket" />
          </AssociationSet>
          <AssociationSet Name="AlanYetki_AlanYetkiKullanicilar" Association="Self.AlanYetki_AlanYetkiKullanicilar">
            <End Role="AlanYetki" EntitySet="AlanYetki" />
            <End Role="AlanYetkiKullanici" EntitySet="AlanYetkiKullanici" />
          </AssociationSet>
          <AssociationSet Name="AlanYetkiYetkiGrup_AlanYetki" Association="Self.AlanYetkiYetkiGrup_AlanYetki">
            <End Role="AlanYetki" EntitySet="AlanYetki" />
            <End Role="AlanYetkiYetkiGrup" EntitySet="AlanYetkiYetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="YetkiGrup_AlanYetkiYetkiGruplar" Association="Self.YetkiGrup_AlanYetkiYetkiGruplar">
            <End Role="YetkiGrup" EntitySet="YetkiGrup" />
            <End Role="AlanYetkiYetkiGrup" EntitySet="AlanYetkiYetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="IslemYetkiKullanici_IslemYetki" Association="Self.IslemYetkiKullanici_IslemYetki">
            <End Role="IslemYetki" EntitySet="IslemYetki" />
            <End Role="IslemYetkiKullanici" EntitySet="IslemYetkiKullanici" />
          </AssociationSet>
          <AssociationSet Name="IslemYetkiKullanici_Kullanici" Association="Self.IslemYetkiKullanici_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="IslemYetkiKullanici" EntitySet="IslemYetkiKullanici" />
          </AssociationSet>
          <AssociationSet Name="IslemYetki_IslemYetkiYetkiGruplar" Association="Self.IslemYetki_IslemYetkiYetkiGruplar">
            <End Role="IslemYetki" EntitySet="IslemYetki" />
            <End Role="IslemYetkiYetkiGrup" EntitySet="IslemYetkiYetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="IslemYetki_Sirket" Association="Self.IslemYetki_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="IslemYetki" EntitySet="IslemYetki" />
          </AssociationSet>
          <AssociationSet Name="Tablo_IslemYetkiler" Association="Self.Tablo_IslemYetkiler">
            <End Role="Tablo" EntitySet="Tablo" />
            <End Role="IslemYetki" EntitySet="IslemYetki" />
          </AssociationSet>
          <AssociationSet Name="Simge_Kolonlar" Association="Self.Simge_Kolonlar">
            <End Role="Simge" EntitySet="Simge" />
            <End Role="Kolon" EntitySet="Kolon" />
          </AssociationSet>
          <AssociationSet Name="Simge_Tablolar" Association="Self.Simge_Tablolar">
            <End Role="Simge" EntitySet="Simge" />
            <End Role="Tablo" EntitySet="Tablo" />
          </AssociationSet>
          <AssociationSet Name="Kolon_Tablo" Association="Self.Kolon_Tablo">
            <End Role="Tablo" EntitySet="Tablo" />
            <End Role="Kolon" EntitySet="Kolon" />
          </AssociationSet>
          <AssociationSet Name="IslemYetkiYetkiGrup_YetkiGrup" Association="Self.IslemYetkiYetkiGrup_YetkiGrup">
            <End Role="YetkiGrup" EntitySet="YetkiGrup" />
            <End Role="IslemYetkiYetkiGrup" EntitySet="IslemYetkiYetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="AnaMenu_UstMenu" Association="Self.AnaMenu_UstMenu">
            <End Role="AnaMenu" EntitySet="AnaMenu" />
            <End Role="AnaMenuSelf" EntitySet="AnaMenu" />
          </AssociationSet>
          <AssociationSet Name="MenuYetki_AnaMenu" Association="Self.MenuYetki_AnaMenu">
            <End Role="AnaMenu" EntitySet="AnaMenu" />
            <End Role="MenuYetki" EntitySet="MenuYetki" />
          </AssociationSet>
          <AssociationSet Name="MenuYetkiKullanici_Kullanici" Association="Self.MenuYetkiKullanici_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="MenuYetkiKullanici" EntitySet="MenuYetkiKullanici" />
          </AssociationSet>
          <AssociationSet Name="MenuYetkiKullanici_MenuYetki" Association="Self.MenuYetkiKullanici_MenuYetki">
            <End Role="MenuYetki" EntitySet="MenuYetki" />
            <End Role="MenuYetkiKullanici" EntitySet="MenuYetkiKullanici" />
          </AssociationSet>
          <AssociationSet Name="MenuYetki_MenuYetkiYetkiGruplar" Association="Self.MenuYetki_MenuYetkiYetkiGruplar">
            <End Role="MenuYetki" EntitySet="MenuYetki" />
            <End Role="MenuYetkiYetkiGrup" EntitySet="MenuYetkiYetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="MenuYetki_Sirket" Association="Self.MenuYetki_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="MenuYetki" EntitySet="MenuYetki" />
          </AssociationSet>
          <AssociationSet Name="MenuYetkiYetkiGrup_YetkiGrup" Association="Self.MenuYetkiYetkiGrup_YetkiGrup">
            <End Role="YetkiGrup" EntitySet="YetkiGrup" />
            <End Role="MenuYetkiYetkiGrup" EntitySet="MenuYetkiYetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="AsyaReportPreviewDesign_AsyaReportBaseLayout" Association="Self.AsyaReportPreviewDesign_AsyaReportBaseLayout">
            <End Role="AsyaReportBaseLayout" EntitySet="AsyaReportBaseLayout" />
            <End Role="AsyaReportPreviewDesign" EntitySet="AsyaReportPreviewDesign" />
          </AssociationSet>
          <AssociationSet Name="AsyaReportPreviewDesign_Rapor" Association="Self.AsyaReportPreviewDesign_Rapor">
            <End Role="Rapor" EntitySet="Rapor" />
            <End Role="AsyaReportPreviewDesign" EntitySet="AsyaReportPreviewDesign" />
          </AssociationSet>
          <AssociationSet Name="RaporFiltre_Rapor" Association="Self.RaporFiltre_Rapor">
            <End Role="Rapor" EntitySet="Rapor" />
            <End Role="RaporFiltre" EntitySet="RaporFiltre" />
          </AssociationSet>
          <AssociationSet Name="RaporFiltre_UstIliski" Association="Self.RaporFiltre_UstIliski">
            <End Role="RaporFiltre" EntitySet="RaporFiltre" />
            <End Role="RaporFiltreSelf" EntitySet="RaporFiltre" />
          </AssociationSet>
          <AssociationSet Name="RaporSql_Rapor" Association="Self.RaporSql_Rapor">
            <End Role="Rapor" EntitySet="Rapor" />
            <End Role="RaporSql" EntitySet="RaporSql" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizayn_BaseRaporLayout" Association="Self.RaporSqlDizayn_BaseRaporLayout">
            <End Role="RaporLayout" EntitySet="RaporLayout" />
            <End Role="RaporSqlDizayn" EntitySet="RaporSqlDizayn" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizayn_RaporLayout" Association="Self.RaporSqlDizayn_RaporLayout">
            <End Role="RaporLayout" EntitySet="RaporLayout" />
            <End Role="RaporSqlDizayn" EntitySet="RaporSqlDizayn" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizayn_RaporSql" Association="Self.RaporSqlDizayn_RaporSql">
            <End Role="RaporSql" EntitySet="RaporSql" />
            <End Role="RaporSqlDizayn" EntitySet="RaporSqlDizayn" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizaynKolon_RaporSqlDizayn" Association="Self.RaporSqlDizaynKolon_RaporSqlDizayn">
            <End Role="RaporSqlDizayn" EntitySet="RaporSqlDizayn" />
            <End Role="RaporSqlDizaynKolon" EntitySet="RaporSqlDizaynKolon" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizaynRenk_RaporSqlDizayn" Association="Self.RaporSqlDizaynRenk_RaporSqlDizayn">
            <End Role="RaporSqlDizayn" EntitySet="RaporSqlDizayn" />
            <End Role="RaporSqlDizaynRenk" EntitySet="RaporSqlDizaynRenk" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizaynRenk_RaporSqlDizaynKolon" Association="Self.RaporSqlDizaynRenk_RaporSqlDizaynKolon">
            <End Role="RaporSqlDizaynKolon" EntitySet="RaporSqlDizaynKolon" />
            <End Role="RaporSqlDizaynRenk" EntitySet="RaporSqlDizaynRenk" />
          </AssociationSet>
          <AssociationSet Name="WhitePage_Sirket" Association="Self.WhitePage_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="WhitePage" EntitySet="WhitePage" />
          </AssociationSet>
          <AssociationSet Name="WhitePage_WhitePageDizaynlar" Association="Self.WhitePage_WhitePageDizaynlar">
            <End Role="WhitePage" EntitySet="WhitePage" />
            <End Role="WhitePageDizayn" EntitySet="WhitePageDizayn" />
          </AssociationSet>
          <AssociationSet Name="RaporSqlDizayn_WhitePageDizayn" Association="Self.RaporSqlDizayn_WhitePageDizayn">
            <End Role="WhitePageDizayn" EntitySet="WhitePageDizayn" />
            <End Role="RaporSqlDizayn" EntitySet="RaporSqlDizayn" />
          </AssociationSet>
          <AssociationSet Name="RaporYetki_Rapor" Association="Self.RaporYetki_Rapor">
            <End Role="Rapor" EntitySet="Rapor" />
            <End Role="RaporYetki" EntitySet="RaporYetki" />
          </AssociationSet>
          <AssociationSet Name="RaporYetkiKullanici_Kullanici" Association="Self.RaporYetkiKullanici_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="RaporYetkiKullanici" EntitySet="RaporYetkiKullanici" />
          </AssociationSet>
          <AssociationSet Name="RaporYetkiKullanici_RaporYetki" Association="Self.RaporYetkiKullanici_RaporYetki">
            <End Role="RaporYetki" EntitySet="RaporYetki" />
            <End Role="RaporYetkiKullanici" EntitySet="RaporYetkiKullanici" />
          </AssociationSet>
          <AssociationSet Name="RaporYetki_RaporYetkiYetkiGruplar" Association="Self.RaporYetki_RaporYetkiYetkiGruplar">
            <End Role="RaporYetki" EntitySet="RaporYetki" />
            <End Role="RaporYetkiYetkiGrup" EntitySet="RaporYetkiYetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="RaporYetki_Sirket" Association="Self.RaporYetki_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="RaporYetki" EntitySet="RaporYetki" />
          </AssociationSet>
          <AssociationSet Name="RaporYetkiYetkiGrup_YetkiGrup" Association="Self.RaporYetkiYetkiGrup_YetkiGrup">
            <End Role="YetkiGrup" EntitySet="YetkiGrup" />
            <End Role="RaporYetkiYetkiGrup" EntitySet="RaporYetkiYetkiGrup" />
          </AssociationSet>
          <AssociationSet Name="YetkiGrupKullanici_Kullanici" Association="Self.YetkiGrupKullanici_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="YetkiGrupKullanici" EntitySet="YetkiGrupKullanici" />
          </AssociationSet>
          <AssociationSet Name="YetkiGrupKullanici_YetkiGrup" Association="Self.YetkiGrupKullanici_YetkiGrup">
            <End Role="YetkiGrup" EntitySet="YetkiGrup" />
            <End Role="YetkiGrupKullanici" EntitySet="YetkiGrupKullanici" />
          </AssociationSet>
          <AssociationSet Name="AlanYetki_Sirket" Association="Self.AlanYetki_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="AlanYetki" EntitySet="AlanYetki" />
          </AssociationSet>
          <AssociationSet Name="AlanYetki_Tablo" Association="Self.AlanYetki_Tablo">
            <End Role="Tablo" EntitySet="Tablo" />
            <End Role="AlanYetki" EntitySet="AlanYetki" />
          </AssociationSet>
          <AssociationSet Name="AlanYetkiKullanici_Kullanici" Association="Self.AlanYetkiKullanici_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="AlanYetkiKullanici" EntitySet="AlanYetkiKullanici" />
          </AssociationSet>
          <AssociationSet Name="KullaniciOzelYetki_Kullanici" Association="Self.KullaniciOzelYetki_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="KullaniciOzelYetki" EntitySet="KullaniciOzelYetki" />
          </AssociationSet>
          <AssociationSet Name="Musteri_Acentalar" Association="Self.Musteri_Acentalar">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="Acenta" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="CrmMenuTanimMenuYemek_CrmMenuTanim" Association="Self.CrmMenuTanimMenuYemek_CrmMenuTanim">
            <End Role="CrmMenuTanim" EntitySet="CrmMenuTanim" />
            <End Role="CrmMenuTanimMenuYemek" EntitySet="CrmMenuTanimMenuYemek" />
          </AssociationSet>
          <AssociationSet Name="MenuYemek_CrmMenuTanimMenuYemekler" Association="Self.MenuYemek_CrmMenuTanimMenuYemekler">
            <End Role="MenuYemek" EntitySet="MenuYemek" />
            <End Role="CrmMenuTanimMenuYemek" EntitySet="CrmMenuTanimMenuYemek" />
          </AssociationSet>
          <AssociationSet Name="MenuYemekRecete_MenuYemek" Association="Self.MenuYemekRecete_MenuYemek">
            <End Role="MenuYemek" EntitySet="MenuYemek" />
            <End Role="MenuYemekRecete" EntitySet="MenuYemekRecete" />
          </AssociationSet>
          <AssociationSet Name="Banka_Dovizler" Association="Self.Banka_Dovizler">
            <End Role="Banka" EntitySet="Banka" />
            <End Role="Doviz" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="Banka_Sirket" Association="Self.Banka_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Banka" EntitySet="Banka" />
          </AssociationSet>
          <AssociationSet Name="Dovboz_Alinan_Doviz" Association="Self.Dovboz_Alinan_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="Dovboz" EntitySet="Dovboz" />
          </AssociationSet>
          <AssociationSet Name="BilbordFiyatKonum_Bilbord" Association="Self.BilbordFiyatKonum_Bilbord">
            <End Role="Bilbord" EntitySet="Bilbord" />
            <End Role="BilbordFiyatKonum" EntitySet="BilbordFiyatKonum" />
          </AssociationSet>
          <AssociationSet Name="FiyatKonum_BilbordFiyatKonumlar" Association="Self.FiyatKonum_BilbordFiyatKonumlar">
            <End Role="FiyatKonum" EntitySet="FiyatKonum" />
            <End Role="BilbordFiyatKonum" EntitySet="BilbordFiyatKonum" />
          </AssociationSet>
          <AssociationSet Name="Geceleme_Acenta" Association="Self.Geceleme_Acenta">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="Geceleme" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="Geceleme_Bilbord" Association="Self.Geceleme_Bilbord">
            <End Role="Bilbord" EntitySet="Bilbord" />
            <End Role="Geceleme" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="Geceleme_FiyatKonum" Association="Self.Geceleme_FiyatKonum">
            <End Role="FiyatKonum" EntitySet="FiyatKonum" />
            <End Role="Geceleme" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="FiyatPlan_Geceleme" Association="Self.FiyatPlan_Geceleme">
            <End Role="Geceleme" EntitySet="Geceleme" />
            <End Role="FiyatPlan" EntitySet="FiyatPlan" />
          </AssociationSet>
          <AssociationSet Name="FiyatPlan_Sirket" Association="Self.FiyatPlan_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="FiyatPlan" EntitySet="FiyatPlan" />
          </AssociationSet>
          <AssociationSet Name="Odeme_GecelemeDetayEkler" Association="Self.Odeme_GecelemeDetayEkler">
            <End Role="Odeme" EntitySet="Odeme" />
            <End Role="GecelemeDetayEk" EntitySet="GecelemeDetayEk" />
          </AssociationSet>
          <AssociationSet Name="Odeme_Sirket" Association="Self.Odeme_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Odeme" EntitySet="Odeme" />
          </AssociationSet>
          <AssociationSet Name="Pazar_GecelemeDetayEkler" Association="Self.Pazar_GecelemeDetayEkler">
            <End Role="Pazar" EntitySet="Pazar" />
            <End Role="GecelemeDetayEk" EntitySet="GecelemeDetayEk" />
          </AssociationSet>
          <AssociationSet Name="MerkezAcenta_Acentalar" Association="Self.MerkezAcenta_Acentalar">
            <End Role="MerkezAcenta" EntitySet="MerkezAcenta" />
            <End Role="Acenta" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="MerkezAcenta_MerkezPazar" Association="Self.MerkezAcenta_MerkezPazar">
            <End Role="MerkezPazar" EntitySet="MerkezPazar" />
            <End Role="MerkezAcenta" EntitySet="MerkezAcenta" />
          </AssociationSet>
          <AssociationSet Name="CarpanHrk_Carpan" Association="Self.CarpanHrk_Carpan">
            <End Role="Carpan" EntitySet="Carpan" />
            <End Role="CarpanHrk" EntitySet="CarpanHrk" />
          </AssociationSet>
          <AssociationSet Name="CarpanHrk_FiyatKonum" Association="Self.CarpanHrk_FiyatKonum">
            <End Role="FiyatKonum" EntitySet="FiyatKonum" />
            <End Role="CarpanHrk" EntitySet="CarpanHrk" />
          </AssociationSet>
          <AssociationSet Name="KonumHamFiyat_FiyatKonum" Association="Self.KonumHamFiyat_FiyatKonum">
            <End Role="FiyatKonum" EntitySet="FiyatKonum" />
            <End Role="KonumHamFiyat" EntitySet="KonumHamFiyat" />
          </AssociationSet>
          <AssociationSet Name="KonumHamFiyat_Kategori" Association="Self.KonumHamFiyat_Kategori">
            <End Role="Kategori" EntitySet="Kategori" />
            <End Role="KonumHamFiyat" EntitySet="KonumHamFiyat" />
          </AssociationSet>
          <AssociationSet Name="KonumHamFiyatPaket_KonumHamFiyat" Association="Self.KonumHamFiyatPaket_KonumHamFiyat">
            <End Role="KonumHamFiyat" EntitySet="KonumHamFiyat" />
            <End Role="KonumHamFiyatPaket" EntitySet="KonumHamFiyatPaket" />
          </AssociationSet>
          <AssociationSet Name="DepkodGrup_Depkodlar" Association="Self.DepkodGrup_Depkodlar">
            <End Role="DepkodGrup" EntitySet="DepkodGrup" />
            <End Role="Depkod" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="FolioRouteDepkodGrup_DepkodGrup" Association="Self.FolioRouteDepkodGrup_DepkodGrup">
            <End Role="DepkodGrup" EntitySet="DepkodGrup" />
            <End Role="FolioRouteDepkodGrup" EntitySet="FolioRouteDepkodGrup" />
          </AssociationSet>
          <AssociationSet Name="ExtraHrk_Doviz" Association="Self.ExtraHrk_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="ExtraHrk" EntitySet="ExtraHrk" />
          </AssociationSet>
          <AssociationSet Name="ExtraDepkod_Sirket" Association="Self.ExtraDepkod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ExtraDepkod" EntitySet="ExtraDepkod" />
          </AssociationSet>
          <AssociationSet Name="ExtraHrk_ExtraDepkod" Association="Self.ExtraHrk_ExtraDepkod">
            <End Role="ExtraDepkod" EntitySet="ExtraDepkod" />
            <End Role="ExtraHrk" EntitySet="ExtraHrk" />
          </AssociationSet>
          <AssociationSet Name="ExtraHrk_Folio" Association="Self.ExtraHrk_Folio">
            <End Role="Folio" EntitySet="Folio" />
            <End Role="ExtraHrk" EntitySet="ExtraHrk" />
          </AssociationSet>
          <AssociationSet Name="ExtraHrk_Sirket" Association="Self.ExtraHrk_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ExtraHrk" EntitySet="ExtraHrk" />
          </AssociationSet>
          <AssociationSet Name="AdresIlce_AdresIl" Association="Self.AdresIlce_AdresIl">
            <End Role="AdresIl" EntitySet="AdresIl" />
            <End Role="AdresIlce" EntitySet="AdresIlce" />
          </AssociationSet>
          <AssociationSet Name="AdresUlke_AdresIller" Association="Self.AdresUlke_AdresIller">
            <End Role="AdresUlke" EntitySet="AdresUlke" />
            <End Role="AdresIl" EntitySet="AdresIl" />
          </AssociationSet>
          <AssociationSet Name="DayEventGrupAdresUlke_AdresUlke" Association="Self.DayEventGrupAdresUlke_AdresUlke">
            <End Role="AdresUlke" EntitySet="AdresUlke" />
            <End Role="DayEventGrupAdresUlke" EntitySet="DayEventGrupAdresUlke" />
          </AssociationSet>
          <AssociationSet Name="DayEvent_Sirket" Association="Self.DayEvent_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="DayEvent" EntitySet="DayEvent" />
          </AssociationSet>
          <AssociationSet Name="DayEventGrup_DayEvent" Association="Self.DayEventGrup_DayEvent">
            <End Role="DayEvent" EntitySet="DayEvent" />
            <End Role="DayEventGrup" EntitySet="DayEventGrup" />
          </AssociationSet>
          <AssociationSet Name="DayEventGrup_DayEventGrupAdresUlkeler" Association="Self.DayEventGrup_DayEventGrupAdresUlkeler">
            <End Role="DayEventGrup" EntitySet="DayEventGrup" />
            <End Role="DayEventGrupAdresUlke" EntitySet="DayEventGrupAdresUlke" />
          </AssociationSet>
          <AssociationSet Name="DayEventGrup_Sirket" Association="Self.DayEventGrup_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="DayEventGrup" EntitySet="DayEventGrup" />
          </AssociationSet>
          <AssociationSet Name="MailSablonu_Sirket" Association="Self.MailSablonu_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="MailSablonu" EntitySet="MailSablonu" />
          </AssociationSet>
          <AssociationSet Name="DayEventGrupAdresUlke_MailSablonu" Association="Self.DayEventGrupAdresUlke_MailSablonu">
            <End Role="MailSablonu" EntitySet="MailSablonu" />
            <End Role="DayEventGrupAdresUlke" EntitySet="DayEventGrupAdresUlke" />
          </AssociationSet>
          <AssociationSet Name="Adres_AdresIl" Association="Self.Adres_AdresIl">
            <End Role="AdresIl" EntitySet="AdresIl" />
            <End Role="Adres" EntitySet="Adres" />
          </AssociationSet>
          <AssociationSet Name="Adres_AdresIlce" Association="Self.Adres_AdresIlce">
            <End Role="AdresIlce" EntitySet="AdresIlce" />
            <End Role="Adres" EntitySet="Adres" />
          </AssociationSet>
          <AssociationSet Name="Adres_AdresUlke" Association="Self.Adres_AdresUlke">
            <End Role="AdresUlke" EntitySet="AdresUlke" />
            <End Role="Adres" EntitySet="Adres" />
          </AssociationSet>
          <AssociationSet Name="Kurumsal_Adres" Association="Self.Kurumsal_Adres">
            <End Role="Adres" EntitySet="Adres" />
            <End Role="Kurumsal" EntitySet="Kurumsal" />
          </AssociationSet>
          <AssociationSet Name="Hesap_KurumsalHesaplar" Association="Self.Hesap_KurumsalHesaplar">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="KurumsalHesap" EntitySet="KurumsalHesap" />
          </AssociationSet>
          <AssociationSet Name="Hesap_Sirket" Association="Self.Hesap_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Hesap" EntitySet="Hesap" />
          </AssociationSet>
          <AssociationSet Name="KurumsalHesap_Kurumsal" Association="Self.KurumsalHesap_Kurumsal">
            <End Role="Kurumsal" EntitySet="Kurumsal" />
            <End Role="KurumsalHesap" EntitySet="KurumsalHesap" />
          </AssociationSet>
          <AssociationSet Name="MusteriKurumsal_Kurumsal" Association="Self.MusteriKurumsal_Kurumsal">
            <End Role="Kurumsal" EntitySet="Kurumsal" />
            <End Role="MusteriKurumsal" EntitySet="MusteriKurumsal" />
          </AssociationSet>
          <AssociationSet Name="MusteriKurumsal_Musteri" Association="Self.MusteriKurumsal_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="MusteriKurumsal" EntitySet="MusteriKurumsal" />
          </AssociationSet>
          <AssociationSet Name="MusteriAdres_Adres" Association="Self.MusteriAdres_Adres">
            <End Role="Adres" EntitySet="Adres" />
            <End Role="MusteriAdres" EntitySet="MusteriAdres" />
          </AssociationSet>
          <AssociationSet Name="MusteriAdres_Musteri" Association="Self.MusteriAdres_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="MusteriAdres" EntitySet="MusteriAdres" />
          </AssociationSet>
          <AssociationSet Name="Fatura_Adres" Association="Self.Fatura_Adres">
            <End Role="Adres" EntitySet="Adres" />
            <End Role="Fatura" EntitySet="Fatura" />
          </AssociationSet>
          <AssociationSet Name="Fatura_Doviz" Association="Self.Fatura_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="Fatura" EntitySet="Fatura" />
          </AssociationSet>
          <AssociationSet Name="FaturaIptal_Fatura" Association="Self.FaturaIptal_Fatura">
            <End Role="Fatura" EntitySet="Fatura" />
            <End Role="FaturaIptal" EntitySet="FaturaIptal" />
          </AssociationSet>
          <AssociationSet Name="FaturaIptal_Kullanici" Association="Self.FaturaIptal_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="FaturaIptal" EntitySet="FaturaIptal" />
          </AssociationSet>
          <AssociationSet Name="FaturaSeri_Faturalar" Association="Self.FaturaSeri_Faturalar">
            <End Role="FaturaSeri" EntitySet="FaturaSeri" />
            <End Role="Fatura" EntitySet="Fatura" />
          </AssociationSet>
          <AssociationSet Name="FaturaSeri_Sirket" Association="Self.FaturaSeri_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="FaturaSeri" EntitySet="FaturaSeri" />
          </AssociationSet>
          <AssociationSet Name="EFaturaBirimKodlari_Sirket" Association="Self.EFaturaBirimKodlari_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="EFaturaBirimKodlari" EntitySet="EFaturaBirimKodlari" />
          </AssociationSet>
          <AssociationSet Name="Birim_EFaturaBirimKodlari" Association="Self.Birim_EFaturaBirimKodlari">
            <End Role="EFaturaBirimKodlari" EntitySet="EFaturaBirimKodlari" />
            <End Role="Birim" EntitySet="Birim" />
          </AssociationSet>
          <AssociationSet Name="Birim_Sirket" Association="Self.Birim_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Birim" EntitySet="Birim" />
          </AssociationSet>
          <AssociationSet Name="FaturaSira_Birim" Association="Self.FaturaSira_Birim">
            <End Role="Birim" EntitySet="Birim" />
            <End Role="FaturaSira" EntitySet="FaturaSira" />
          </AssociationSet>
          <AssociationSet Name="FaturaSira_Fatura" Association="Self.FaturaSira_Fatura">
            <End Role="Fatura" EntitySet="Fatura" />
            <End Role="FaturaSira" EntitySet="FaturaSira" />
          </AssociationSet>
          <AssociationSet Name="FaturaSira_Iskontolar" Association="Self.FaturaSira_Iskontolar">
            <End Role="FaturaSira" EntitySet="FaturaSira" />
            <End Role="Iskonto" EntitySet="Iskonto" />
          </AssociationSet>
          <AssociationSet Name="Kdv_Depkodlar" Association="Self.Kdv_Depkodlar">
            <End Role="Kdv" EntitySet="Kdv" />
            <End Role="Depkod" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="Kdv_Hrklar" Association="Self.Kdv_Hrklar">
            <End Role="Kdv" EntitySet="Kdv" />
            <End Role="Hrk" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="Kdv_Sirket" Association="Self.Kdv_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Kdv" EntitySet="Kdv" />
          </AssociationSet>
          <AssociationSet Name="FaturaSira_Kdv" Association="Self.FaturaSira_Kdv">
            <End Role="Kdv" EntitySet="Kdv" />
            <End Role="FaturaSira" EntitySet="FaturaSira" />
          </AssociationSet>
          <AssociationSet Name="FaturaSira_Sirket" Association="Self.FaturaSira_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="FaturaSira" EntitySet="FaturaSira" />
          </AssociationSet>
          <AssociationSet Name="Tevkifat_Sirket" Association="Self.Tevkifat_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Tevkifat" EntitySet="Tevkifat" />
          </AssociationSet>
          <AssociationSet Name="TevkifatOran_Sirket" Association="Self.TevkifatOran_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="TevkifatOran" EntitySet="TevkifatOran" />
          </AssociationSet>
          <AssociationSet Name="TevkifatOran_Tevkifatlar" Association="Self.TevkifatOran_Tevkifatlar">
            <End Role="TevkifatOran" EntitySet="TevkifatOran" />
            <End Role="Tevkifat" EntitySet="Tevkifat" />
          </AssociationSet>
          <AssociationSet Name="FaturaSira_Tevkifat" Association="Self.FaturaSira_Tevkifat">
            <End Role="Tevkifat" EntitySet="Tevkifat" />
            <End Role="FaturaSira" EntitySet="FaturaSira" />
          </AssociationSet>
          <AssociationSet Name="Fatura_Hesap" Association="Self.Fatura_Hesap">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="Fatura" EntitySet="Fatura" />
          </AssociationSet>
          <AssociationSet Name="Fatura_Kurumsal" Association="Self.Fatura_Kurumsal">
            <End Role="Kurumsal" EntitySet="Kurumsal" />
            <End Role="Fatura" EntitySet="Fatura" />
          </AssociationSet>
          <AssociationSet Name="Fatura_Musteri" Association="Self.Fatura_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="Fatura" EntitySet="Fatura" />
          </AssociationSet>
          <AssociationSet Name="Fatura_OnburoFoliolar" Association="Self.Fatura_OnburoFoliolar">
            <End Role="Fatura" EntitySet="Fatura" />
            <End Role="Folio" EntitySet="Folio" />
          </AssociationSet>
          <AssociationSet Name="Fatura_Sirket" Association="Self.Fatura_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Fatura" EntitySet="Fatura" />
          </AssociationSet>
          <AssociationSet Name="Folio_FolioRoutelar" Association="Self.Folio_FolioRoutelar">
            <End Role="Folio" EntitySet="Folio" />
            <End Role="FolioRoute" EntitySet="FolioRoute" />
          </AssociationSet>
          <AssociationSet Name="Folio_Hareketler" Association="Self.Folio_Hareketler">
            <End Role="Folio" EntitySet="Folio" />
            <End Role="Hrk" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="Folio_KaynakHareketler" Association="Self.Folio_KaynakHareketler">
            <End Role="Folio" EntitySet="Folio" />
            <End Role="Hrk" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="AnketSira_Anket" Association="Self.AnketSira_Anket">
            <End Role="Anket" EntitySet="Anket" />
            <End Role="AnketSira" EntitySet="AnketSira" />
          </AssociationSet>
          <AssociationSet Name="AnketSoru_AnketSiralar" Association="Self.AnketSoru_AnketSiralar">
            <End Role="AnketSoru" EntitySet="AnketSoru" />
            <End Role="AnketSira" EntitySet="AnketSira" />
          </AssociationSet>
          <AssociationSet Name="Cevap_AnketSorular" Association="Self.Cevap_AnketSorular">
            <End Role="Cevap" EntitySet="Cevap" />
            <End Role="AnketSoru" EntitySet="AnketSoru" />
          </AssociationSet>
          <AssociationSet Name="CevapIcerik_AnketSiralar" Association="Self.CevapIcerik_AnketSiralar">
            <End Role="CevapIcerik" EntitySet="CevapIcerik" />
            <End Role="AnketSira" EntitySet="AnketSira" />
          </AssociationSet>
          <AssociationSet Name="CevapIcerik_Cevap" Association="Self.CevapIcerik_Cevap">
            <End Role="Cevap" EntitySet="Cevap" />
            <End Role="CevapIcerik" EntitySet="CevapIcerik" />
          </AssociationSet>
          <AssociationSet Name="CevapIcerik_Sirket" Association="Self.CevapIcerik_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CevapIcerik" EntitySet="CevapIcerik" />
          </AssociationSet>
          <AssociationSet Name="Cevap_Sirket" Association="Self.Cevap_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Cevap" EntitySet="Cevap" />
          </AssociationSet>
          <AssociationSet Name="Dil_AnketSorular" Association="Self.Dil_AnketSorular">
            <End Role="Dil" EntitySet="Dil" />
            <End Role="AnketSoru" EntitySet="AnketSoru" />
          </AssociationSet>
          <AssociationSet Name="Dil_Sirket" Association="Self.Dil_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Dil" EntitySet="Dil" />
          </AssociationSet>
          <AssociationSet Name="AnketSoru_Sirket" Association="Self.AnketSoru_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="AnketSoru" EntitySet="AnketSoru" />
          </AssociationSet>
          <AssociationSet Name="AnketSoru_UstAnketSoru" Association="Self.AnketSoru_UstAnketSoru">
            <End Role="AnketSoru" EntitySet="AnketSoru" />
            <End Role="AnketSoruSelf" EntitySet="AnketSoru" />
          </AssociationSet>
          <AssociationSet Name="AnketSira_Sirket" Association="Self.AnketSira_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="AnketSira" EntitySet="AnketSira" />
          </AssociationSet>
          <AssociationSet Name="AnketTemaDepartmanlar_AnketSoru" Association="Self.AnketTemaDepartmanlar_AnketSoru">
            <End Role="AnketSoru" EntitySet="AnketSoru" />
            <End Role="AnketTemaDepartmanlar" EntitySet="AnketTemaDepartmanlar" />
          </AssociationSet>
          <AssociationSet Name="AnketTemaDepartmanlar_AnketTema" Association="Self.AnketTemaDepartmanlar_AnketTema">
            <End Role="AnketTema" EntitySet="AnketTema" />
            <End Role="AnketTemaDepartmanlar" EntitySet="AnketTemaDepartmanlar" />
          </AssociationSet>
          <AssociationSet Name="AnketTema_Sirket" Association="Self.AnketTema_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="AnketTema" EntitySet="AnketTema" />
          </AssociationSet>
          <AssociationSet Name="Anket_AnketTema" Association="Self.Anket_AnketTema">
            <End Role="AnketTema" EntitySet="AnketTema" />
            <End Role="Anket" EntitySet="Anket" />
          </AssociationSet>
          <AssociationSet Name="CrmOda_Anketler" Association="Self.CrmOda_Anketler">
            <End Role="CrmOda" EntitySet="CrmOda" />
            <End Role="Anket" EntitySet="Anket" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumAna_CrmOda" Association="Self.CrmYorumAna_CrmOda">
            <End Role="CrmOda" EntitySet="CrmOda" />
            <End Role="CrmYorumAna" EntitySet="CrmYorumAna" />
          </AssociationSet>
          <AssociationSet Name="CrmPersonel_CrmYorumAnalar" Association="Self.CrmPersonel_CrmYorumAnalar">
            <End Role="CrmPersonel" EntitySet="CrmPersonel" />
            <End Role="CrmYorumAna" EntitySet="CrmYorumAna" />
          </AssociationSet>
          <AssociationSet Name="CrmPersonel_Sirket" Association="Self.CrmPersonel_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmPersonel" EntitySet="CrmPersonel" />
          </AssociationSet>
          <AssociationSet Name="CrmBildirimTur_CrmYorumSiralar" Association="Self.CrmBildirimTur_CrmYorumSiralar">
            <End Role="CrmBildirimTur" EntitySet="CrmBildirimTur" />
            <End Role="CrmYorumSira" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmBildirimTur_Sirket" Association="Self.CrmBildirimTur_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmBildirimTur" EntitySet="CrmBildirimTur" />
          </AssociationSet>
          <AssociationSet Name="CrmBilOnemTuru_CrmYorumSiralar" Association="Self.CrmBilOnemTuru_CrmYorumSiralar">
            <End Role="CrmBilOnemTuru" EntitySet="CrmBilOnemTuru" />
            <End Role="CrmYorumSira" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmBilOnemTuru_Sirket" Association="Self.CrmBilOnemTuru_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmBilOnemTuru" EntitySet="CrmBilOnemTuru" />
          </AssociationSet>
          <AssociationSet Name="CrmDepartman_CrmYorumSiralar" Association="Self.CrmDepartman_CrmYorumSiralar">
            <End Role="CrmDepartman" EntitySet="CrmDepartman" />
            <End Role="CrmYorumSira" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmDepartman_Sirket" Association="Self.CrmDepartman_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmDepartman" EntitySet="CrmDepartman" />
          </AssociationSet>
          <AssociationSet Name="CrmDepartman_UstKirilim" Association="Self.CrmDepartman_UstKirilim">
            <End Role="CrmDepartman" EntitySet="CrmDepartman" />
            <End Role="CrmDepartmanSelf" EntitySet="CrmDepartman" />
          </AssociationSet>
          <AssociationSet Name="CrmDurumTip_CrmYorumSiralar" Association="Self.CrmDurumTip_CrmYorumSiralar">
            <End Role="CrmDurumTip" EntitySet="CrmDurumTip" />
            <End Role="CrmYorumSira" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmDurumTip_Sirket" Association="Self.CrmDurumTip_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmDurumTip" EntitySet="CrmDurumTip" />
          </AssociationSet>
          <AssociationSet Name="CrmEvent_CrmBildirenDepartman" Association="Self.CrmEvent_CrmBildirenDepartman">
            <End Role="CrmDepartman" EntitySet="CrmDepartman" />
            <End Role="CrmEvent" EntitySet="CrmEvent" />
          </AssociationSet>
          <AssociationSet Name="CrmEvent_CrmBildirenKullanici" Association="Self.CrmEvent_CrmBildirenKullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="CrmEvent" EntitySet="CrmEvent" />
          </AssociationSet>
          <AssociationSet Name="CrmEvent_CrmSorumluDepartman" Association="Self.CrmEvent_CrmSorumluDepartman">
            <End Role="CrmDepartman" EntitySet="CrmDepartman" />
            <End Role="CrmEvent" EntitySet="CrmEvent" />
          </AssociationSet>
          <AssociationSet Name="CrmEvent_CrmSorumluKullanici" Association="Self.CrmEvent_CrmSorumluKullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="CrmEvent" EntitySet="CrmEvent" />
          </AssociationSet>
          <AssociationSet Name="CrmEvent_CrmYorumSira" Association="Self.CrmEvent_CrmYorumSira">
            <End Role="CrmYorumSira" EntitySet="CrmYorumSira" />
            <End Role="CrmEvent" EntitySet="CrmEvent" />
          </AssociationSet>
          <AssociationSet Name="CrmEvent_Sirket" Association="Self.CrmEvent_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmEvent" EntitySet="CrmEvent" />
          </AssociationSet>
          <AssociationSet Name="CrmPersBeg_Sirket" Association="Self.CrmPersBeg_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmPersBeg" EntitySet="CrmPersBeg" />
          </AssociationSet>
          <AssociationSet Name="CrmPersBegHrk_CrmPersBeg" Association="Self.CrmPersBegHrk_CrmPersBeg">
            <End Role="CrmPersBeg" EntitySet="CrmPersBeg" />
            <End Role="CrmPersBegHrk" EntitySet="CrmPersBegHrk" />
          </AssociationSet>
          <AssociationSet Name="CrmPersBegTip_Sirket" Association="Self.CrmPersBegTip_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmPersBegTip" EntitySet="CrmPersBegTip" />
          </AssociationSet>
          <AssociationSet Name="CrmPersBegHrk_CrmPersBegTip" Association="Self.CrmPersBegHrk_CrmPersBegTip">
            <End Role="CrmPersBegTip" EntitySet="CrmPersBegTip" />
            <End Role="CrmPersBegHrk" EntitySet="CrmPersBegHrk" />
          </AssociationSet>
          <AssociationSet Name="CrmPersBegHrk_CrmYorumSira" Association="Self.CrmPersBegHrk_CrmYorumSira">
            <End Role="CrmYorumSira" EntitySet="CrmYorumSira" />
            <End Role="CrmPersBegHrk" EntitySet="CrmPersBegHrk" />
          </AssociationSet>
          <AssociationSet Name="CrmPersBegHrk_Sirket" Association="Self.CrmPersBegHrk_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmPersBegHrk" EntitySet="CrmPersBegHrk" />
          </AssociationSet>
          <AssociationSet Name="CrmSonucTip_CrmYorumSiralar" Association="Self.CrmSonucTip_CrmYorumSiralar">
            <End Role="CrmSonucTip" EntitySet="CrmSonucTip" />
            <End Role="CrmYorumSira" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmSonucTip_Sirket" Association="Self.CrmSonucTip_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmSonucTip" EntitySet="CrmSonucTip" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumSira_CrmYorumAna" Association="Self.CrmYorumSira_CrmYorumAna">
            <End Role="CrmYorumAna" EntitySet="CrmYorumAna" />
            <End Role="CrmYorumSira" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumKaynak_CrmYorumSiralar" Association="Self.CrmYorumKaynak_CrmYorumSiralar">
            <End Role="CrmYorumKaynak" EntitySet="CrmYorumKaynak" />
            <End Role="CrmYorumSira" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumKaynak_Sirket" Association="Self.CrmYorumKaynak_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmYorumKaynak" EntitySet="CrmYorumKaynak" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumSira_Sirket" Association="Self.CrmYorumSira_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmYorumSira" EntitySet="CrmYorumSira" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumAna_Kullanici" Association="Self.CrmYorumAna_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="CrmYorumAna" EntitySet="CrmYorumAna" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumAna_Musteri" Association="Self.CrmYorumAna_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="CrmYorumAna" EntitySet="CrmYorumAna" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumAna_Oda" Association="Self.CrmYorumAna_Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="CrmYorumAna" EntitySet="CrmYorumAna" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumAna_Rez" Association="Self.CrmYorumAna_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="CrmYorumAna" EntitySet="CrmYorumAna" />
          </AssociationSet>
          <AssociationSet Name="CrmYorumAna_Sirket" Association="Self.CrmYorumAna_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmYorumAna" EntitySet="CrmYorumAna" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_CrmOda" Association="Self.Rezervasyon_CrmOda">
            <End Role="CrmOda" EntitySet="CrmOda" />
            <End Role="Rezervasyon" EntitySet="Rezervasyon" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_CrmRezervasyonMenuler" Association="Self.Rezervasyon_CrmRezervasyonMenuler">
            <End Role="Rezervasyon" EntitySet="Rezervasyon" />
            <End Role="CrmRezervasyonMenu" EntitySet="CrmRezervasyonMenu" />
          </AssociationSet>
          <AssociationSet Name="CrmRezSilSeb_Rezervasyonlar" Association="Self.CrmRezSilSeb_Rezervasyonlar">
            <End Role="CrmRezSilSeb" EntitySet="CrmRezSilSeb" />
            <End Role="Rezervasyon" EntitySet="Rezervasyon" />
          </AssociationSet>
          <AssociationSet Name="CrmRezSilSeb_Sirket" Association="Self.CrmRezSilSeb_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmRezSilSeb" EntitySet="CrmRezSilSeb" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_Kullanici" Association="Self.Rezervasyon_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="Rezervasyon" EntitySet="Rezervasyon" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_Musteri" Association="Self.Rezervasyon_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="Rezervasyon" EntitySet="Rezervasyon" />
          </AssociationSet>
          <AssociationSet Name="BolumSaat_Sirket" Association="Self.BolumSaat_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="BolumSaat" EntitySet="BolumSaat" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanim_BolumSaat" Association="Self.RestoranBolumMasaTanim_BolumSaat">
            <End Role="BolumSaat" EntitySet="BolumSaat" />
            <End Role="RestoranBolumMasaTanim" EntitySet="RestoranBolumMasaTanim" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim" Association="Self.RestoranBolumMasaTanimCrmMenuTanim_CrmMenuTanim">
            <End Role="CrmMenuTanim" EntitySet="CrmMenuTanim" />
            <End Role="RestoranBolumMasaTanimCrmMenuTanim" EntitySet="RestoranBolumMasaTanimCrmMenuTanim" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim" Association="Self.RestoranBolumMasaTanimCrmMenuTanim_RestoranBolumMasaTanim">
            <End Role="RestoranBolumMasaTanim" EntitySet="RestoranBolumMasaTanim" />
            <End Role="RestoranBolumMasaTanimCrmMenuTanim" EntitySet="RestoranBolumMasaTanimCrmMenuTanim" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanimCrmMenuTanim_Sirket" Association="Self.RestoranBolumMasaTanimCrmMenuTanim_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="RestoranBolumMasaTanimCrmMenuTanim" EntitySet="RestoranBolumMasaTanimCrmMenuTanim" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanim_Rezervasyonlar" Association="Self.RestoranBolumMasaTanim_Rezervasyonlar">
            <End Role="RestoranBolumMasaTanim" EntitySet="RestoranBolumMasaTanim" />
            <End Role="Rezervasyon" EntitySet="Rezervasyon" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanim_Sirket" Association="Self.RestoranBolumMasaTanim_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="RestoranBolumMasaTanim" EntitySet="RestoranBolumMasaTanim" />
          </AssociationSet>
          <AssociationSet Name="RestoranBolumMasaTanim_UstKirilim" Association="Self.RestoranBolumMasaTanim_UstKirilim">
            <End Role="RestoranBolumMasaTanim" EntitySet="RestoranBolumMasaTanim" />
            <End Role="RestoranBolumMasaTanimSelf" EntitySet="RestoranBolumMasaTanim" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_Rez" Association="Self.Rezervasyon_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="Rezervasyon" EntitySet="Rezervasyon" />
          </AssociationSet>
          <AssociationSet Name="RezervasyonMusteri_Musteri" Association="Self.RezervasyonMusteri_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="RezervasyonMusteri" EntitySet="RezervasyonMusteri" />
          </AssociationSet>
          <AssociationSet Name="RezervasyonMusteri_Rezervasyon" Association="Self.RezervasyonMusteri_Rezervasyon">
            <End Role="Rezervasyon" EntitySet="Rezervasyon" />
            <End Role="RezervasyonMusteri" EntitySet="RezervasyonMusteri" />
          </AssociationSet>
          <AssociationSet Name="RezervasyonMusteri_Sirket" Association="Self.RezervasyonMusteri_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="RezervasyonMusteri" EntitySet="RezervasyonMusteri" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_RezervasyonOda" Association="Self.Rezervasyon_RezervasyonOda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="Rezervasyon" EntitySet="Rezervasyon" />
          </AssociationSet>
          <AssociationSet Name="Rezervasyon_Sirket" Association="Self.Rezervasyon_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Rezervasyon" EntitySet="Rezervasyon" />
          </AssociationSet>
          <AssociationSet Name="CrmOda_Sirket" Association="Self.CrmOda_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmOda" EntitySet="CrmOda" />
          </AssociationSet>
          <AssociationSet Name="Anket_Kullanici" Association="Self.Anket_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="Anket" EntitySet="Anket" />
          </AssociationSet>
          <AssociationSet Name="Anket_Musteri" Association="Self.Anket_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="Anket" EntitySet="Anket" />
          </AssociationSet>
          <AssociationSet Name="Anket_Oda" Association="Self.Anket_Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="Anket" EntitySet="Anket" />
          </AssociationSet>
          <AssociationSet Name="Anket_Rez" Association="Self.Anket_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="Anket" EntitySet="Anket" />
          </AssociationSet>
          <AssociationSet Name="Anket_Sirket" Association="Self.Anket_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Anket" EntitySet="Anket" />
          </AssociationSet>
          <AssociationSet Name="Oda_Gecelemeler" Association="Self.Oda_Gecelemeler">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="Geceleme" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_Geceleme" Association="Self.HkKontrol_Geceleme">
            <End Role="Geceleme" EntitySet="Geceleme" />
            <End Role="HkKontrol" EntitySet="HkKontrol" />
          </AssociationSet>
          <AssociationSet Name="OdaTemiz_Odalar" Association="Self.OdaTemiz_Odalar">
            <End Role="OdaTemiz" EntitySet="OdaTemiz" />
            <End Role="Oda" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="OdaTemiz_Sirket" Association="Self.OdaTemiz_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OdaTemiz" EntitySet="OdaTemiz" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_HOdaTemiz" Association="Self.HkKontrol_HOdaTemiz">
            <End Role="OdaTemiz" EntitySet="OdaTemiz" />
            <End Role="HkKontrol" EntitySet="HkKontrol" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_Oda" Association="Self.HkKontrol_Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="HkKontrol" EntitySet="HkKontrol" />
          </AssociationSet>
          <AssociationSet Name="OdaOK_Odalar" Association="Self.OdaOK_Odalar">
            <End Role="OdaOK" EntitySet="OdaOK" />
            <End Role="Oda" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="OdaOK_Sirket" Association="Self.OdaOK_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OdaOK" EntitySet="OdaOK" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_OdaOK" Association="Self.HkKontrol_OdaOK">
            <End Role="OdaOK" EntitySet="OdaOK" />
            <End Role="HkKontrol" EntitySet="HkKontrol" />
          </AssociationSet>
          <AssociationSet Name="OdaServis_Odalar" Association="Self.OdaServis_Odalar">
            <End Role="OdaServis" EntitySet="OdaServis" />
            <End Role="Oda" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="OdaServis_Sirket" Association="Self.OdaServis_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OdaServis" EntitySet="OdaServis" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_OdaServis" Association="Self.HkKontrol_OdaServis">
            <End Role="OdaServis" EntitySet="OdaServis" />
            <End Role="HkKontrol" EntitySet="HkKontrol" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_OdaTemiz" Association="Self.HkKontrol_OdaTemiz">
            <End Role="OdaTemiz" EntitySet="OdaTemiz" />
            <End Role="HkKontrol" EntitySet="HkKontrol" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_Rez" Association="Self.HkKontrol_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="HkKontrol" EntitySet="HkKontrol" />
          </AssociationSet>
          <AssociationSet Name="HkKontrol_Sirket" Association="Self.HkKontrol_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="HkKontrol" EntitySet="HkKontrol" />
          </AssociationSet>
          <AssociationSet Name="Kat_Oda" Association="Self.Kat_Oda">
            <End Role="Kat" EntitySet="Kat" />
            <End Role="Oda" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="Kat_Sirket" Association="Self.Kat_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Kat" EntitySet="Kat" />
          </AssociationSet>
          <AssociationSet Name="MaidSef_Sirket" Association="Self.MaidSef_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="MaidSef" EntitySet="MaidSef" />
          </AssociationSet>
          <AssociationSet Name="Maid_MaidSef" Association="Self.Maid_MaidSef">
            <End Role="MaidSef" EntitySet="MaidSef" />
            <End Role="Maid" EntitySet="Maid" />
          </AssociationSet>
          <AssociationSet Name="Maid_Oda" Association="Self.Maid_Oda">
            <End Role="Maid" EntitySet="Maid" />
            <End Role="Oda" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="Maid_Sirket" Association="Self.Maid_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Maid" EntitySet="Maid" />
          </AssociationSet>
          <AssociationSet Name="OdaDegisim_Oda" Association="Self.OdaDegisim_Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="OdaDegisim" EntitySet="OdaDegisim" />
          </AssociationSet>
          <AssociationSet Name="OdaDegisim_Rez" Association="Self.OdaDegisim_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="OdaDegisim" EntitySet="OdaDegisim" />
          </AssociationSet>
          <AssociationSet Name="OdaDegisim_YeniOda" Association="Self.OdaDegisim_YeniOda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="OdaDegisim" EntitySet="OdaDegisim" />
          </AssociationSet>
          <AssociationSet Name="Oda_OdaDegisimler" Association="Self.Oda_OdaDegisimler">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="OdaDegisim" EntitySet="OdaDegisim" />
          </AssociationSet>
          <AssociationSet Name="OdaKonum_Gecelemeler" Association="Self.OdaKonum_Gecelemeler">
            <End Role="OdaKonum" EntitySet="OdaKonum" />
            <End Role="Geceleme" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="OdaKonum_Oda" Association="Self.OdaKonum_Oda">
            <End Role="OdaKonum" EntitySet="OdaKonum" />
            <End Role="Oda" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="OnbReferans_Sirket" Association="Self.OnbReferans_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OnbReferans" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="OnbReferans_UstOnbReferans" Association="Self.OnbReferans_UstOnbReferans">
            <End Role="OnbReferans" EntitySet="OnbReferans" />
            <End Role="OnbReferansSelf" EntitySet="OnbReferans" />
          </AssociationSet>
          <AssociationSet Name="OdaKonum_OnbReferans" Association="Self.OdaKonum_OnbReferans">
            <End Role="OnbReferans" EntitySet="OnbReferans" />
            <End Role="OdaKonum" EntitySet="OdaKonum" />
          </AssociationSet>
          <AssociationSet Name="OdaKonum_Sirket" Association="Self.OdaKonum_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OdaKonum" EntitySet="OdaKonum" />
          </AssociationSet>
          <AssociationSet Name="StopSaleOdaKonumu_OdaKonum" Association="Self.StopSaleOdaKonumu_OdaKonum">
            <End Role="OdaKonum" EntitySet="OdaKonum" />
            <End Role="StopSaleOdaKonumu" EntitySet="StopSaleOdaKonumu" />
          </AssociationSet>
          <AssociationSet Name="StopSale_Sirket" Association="Self.StopSale_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="StopSale" EntitySet="StopSale" />
          </AssociationSet>
          <AssociationSet Name="StopSaleAcenta_Acenta" Association="Self.StopSaleAcenta_Acenta">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="StopSaleAcenta" EntitySet="StopSaleAcenta" />
          </AssociationSet>
          <AssociationSet Name="StopSaleAcenta_StopSale" Association="Self.StopSaleAcenta_StopSale">
            <End Role="StopSale" EntitySet="StopSale" />
            <End Role="StopSaleAcenta" EntitySet="StopSaleAcenta" />
          </AssociationSet>
          <AssociationSet Name="StopSale_StopSaleOdaKonumular" Association="Self.StopSale_StopSaleOdaKonumular">
            <End Role="StopSale" EntitySet="StopSale" />
            <End Role="StopSaleOdaKonumu" EntitySet="StopSaleOdaKonumu" />
          </AssociationSet>
          <AssociationSet Name="StopSalePazar_Pazar" Association="Self.StopSalePazar_Pazar">
            <End Role="Pazar" EntitySet="Pazar" />
            <End Role="StopSalePazar" EntitySet="StopSalePazar" />
          </AssociationSet>
          <AssociationSet Name="StopSalePazar_StopSale" Association="Self.StopSalePazar_StopSale">
            <End Role="StopSale" EntitySet="StopSale" />
            <End Role="StopSalePazar" EntitySet="StopSalePazar" />
          </AssociationSet>
          <AssociationSet Name="UpgradeOdaFiyat_Depkod" Association="Self.UpgradeOdaFiyat_Depkod">
            <End Role="Depkod" EntitySet="Depkod" />
            <End Role="UpgradeOdaFiyat" EntitySet="UpgradeOdaFiyat" />
          </AssociationSet>
          <AssociationSet Name="UpgradeOdaFiyat_Doviz" Association="Self.UpgradeOdaFiyat_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="UpgradeOdaFiyat" EntitySet="UpgradeOdaFiyat" />
          </AssociationSet>
          <AssociationSet Name="UpgradeOdaFiyat_EskiOdaKonum" Association="Self.UpgradeOdaFiyat_EskiOdaKonum">
            <End Role="OdaKonum" EntitySet="OdaKonum" />
            <End Role="UpgradeOdaFiyat" EntitySet="UpgradeOdaFiyat" />
          </AssociationSet>
          <AssociationSet Name="UpgradeOdaFiyat_Sirket" Association="Self.UpgradeOdaFiyat_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="UpgradeOdaFiyat" EntitySet="UpgradeOdaFiyat" />
          </AssociationSet>
          <AssociationSet Name="UpgradeOdaFiyat_YeniOdaKonum" Association="Self.UpgradeOdaFiyat_YeniOdaKonum">
            <End Role="OdaKonum" EntitySet="OdaKonum" />
            <End Role="UpgradeOdaFiyat" EntitySet="UpgradeOdaFiyat" />
          </AssociationSet>
          <AssociationSet Name="OdaKonum_UpgradeOdaFiyat" Association="Self.OdaKonum_UpgradeOdaFiyat">
            <End Role="OdaKonum" EntitySet="OdaKonum" />
            <End Role="UpgradeOdaFiyat" EntitySet="UpgradeOdaFiyat" />
          </AssociationSet>
          <AssociationSet Name="OdaOzellik_Oda" Association="Self.OdaOzellik_Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="OdaOzellik" EntitySet="OdaOzellik" />
          </AssociationSet>
          <AssociationSet Name="OzellikGrup_Sirket" Association="Self.OzellikGrup_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OzellikGrup" EntitySet="OzellikGrup" />
          </AssociationSet>
          <AssociationSet Name="Ozellik_OzellikGrup" Association="Self.Ozellik_OzellikGrup">
            <End Role="OzellikGrup" EntitySet="OzellikGrup" />
            <End Role="Ozellik" EntitySet="Ozellik" />
          </AssociationSet>
          <AssociationSet Name="AsyaModel_OzellikGrupModel" Association="Self.AsyaModel_OzellikGrupModel">
            <End Role="AsyaModel" EntitySet="AsyaModel" />
            <End Role="OzellikGrupModel" EntitySet="OzellikGrupModel" />
          </AssociationSet>
          <AssociationSet Name="AsyaModel_Sirket" Association="Self.AsyaModel_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="AsyaModel" EntitySet="AsyaModel" />
          </AssociationSet>
          <AssociationSet Name="OzellikGrupModel_Ozellik" Association="Self.OzellikGrupModel_Ozellik">
            <End Role="Ozellik" EntitySet="Ozellik" />
            <End Role="OzellikGrupModel" EntitySet="OzellikGrupModel" />
          </AssociationSet>
          <AssociationSet Name="OzellikGrupModel_Sirket" Association="Self.OzellikGrupModel_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OzellikGrupModel" EntitySet="OzellikGrupModel" />
          </AssociationSet>
          <AssociationSet Name="Ozellik_Sirket" Association="Self.Ozellik_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Ozellik" EntitySet="Ozellik" />
          </AssociationSet>
          <AssociationSet Name="OdaOzellik_Ozellik" Association="Self.OdaOzellik_Ozellik">
            <End Role="Ozellik" EntitySet="Ozellik" />
            <End Role="OdaOzellik" EntitySet="OdaOzellik" />
          </AssociationSet>
          <AssociationSet Name="OdaOzellik_Sirket" Association="Self.OdaOzellik_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OdaOzellik" EntitySet="OdaOzellik" />
          </AssociationSet>
          <AssociationSet Name="Oda_OnbReferans" Association="Self.Oda_OnbReferans">
            <End Role="OnbReferans" EntitySet="OnbReferans" />
            <End Role="Oda" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="Oda_Sirket" Association="Self.Oda_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Oda" EntitySet="Oda" />
          </AssociationSet>
          <AssociationSet Name="Teknik_Oda" Association="Self.Teknik_Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="Teknik" EntitySet="Teknik" />
          </AssociationSet>
          <AssociationSet Name="BolumYer_Sirket" Association="Self.BolumYer_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="BolumYer" EntitySet="BolumYer" />
          </AssociationSet>
          <AssociationSet Name="BolumYer_UstBolumYer" Association="Self.BolumYer_UstBolumYer">
            <End Role="BolumYer" EntitySet="BolumYer" />
            <End Role="BolumYerSelf" EntitySet="BolumYer" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_BolumYer" Association="Self.Operasyon_BolumYer">
            <End Role="BolumYer" EntitySet="BolumYer" />
            <End Role="Operasyon" EntitySet="Operasyon" />
          </AssociationSet>
          <AssociationSet Name="Departman_Sirket" Association="Self.Departman_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Departman" EntitySet="Departman" />
          </AssociationSet>
          <AssociationSet Name="IstipiTum_Departman" Association="Self.IstipiTum_Departman">
            <End Role="Departman" EntitySet="Departman" />
            <End Role="IstipiTum" EntitySet="IstipiTum" />
          </AssociationSet>
          <AssociationSet Name="IstipiTum_Sirket" Association="Self.IstipiTum_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="IstipiTum" EntitySet="IstipiTum" />
          </AssociationSet>
          <AssociationSet Name="IstipiTum_UstIstipiTum" Association="Self.IstipiTum_UstIstipiTum">
            <End Role="IstipiTum" EntitySet="IstipiTum" />
            <End Role="IstipiTumSelf" EntitySet="IstipiTum" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_IstipiTum" Association="Self.Operasyon_IstipiTum">
            <End Role="IstipiTum" EntitySet="IstipiTum" />
            <End Role="Operasyon" EntitySet="Operasyon" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_OperasyonEk" Association="Self.Operasyon_OperasyonEk">
            <End Role="Operasyon" EntitySet="Operasyon" />
            <End Role="OperasyonEk" EntitySet="OperasyonEk" />
          </AssociationSet>
          <AssociationSet Name="ArizaNedeni_Sirket" Association="Self.ArizaNedeni_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ArizaNedeni" EntitySet="ArizaNedeni" />
          </AssociationSet>
          <AssociationSet Name="OperasyonEk2_ArizaNedeni" Association="Self.OperasyonEk2_ArizaNedeni">
            <End Role="ArizaNedeni" EntitySet="ArizaNedeni" />
            <End Role="OperasyonEk2" EntitySet="OperasyonEk2" />
          </AssociationSet>
          <AssociationSet Name="ArizaGorevli_Departman" Association="Self.ArizaGorevli_Departman">
            <End Role="Departman" EntitySet="Departman" />
            <End Role="ArizaGorevli" EntitySet="ArizaGorevli" />
          </AssociationSet>
          <AssociationSet Name="ArizaGorevli_Sirket" Association="Self.ArizaGorevli_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ArizaGorevli" EntitySet="ArizaGorevli" />
          </AssociationSet>
          <AssociationSet Name="OperasyonEk2_BaslatanGorevli" Association="Self.OperasyonEk2_BaslatanGorevli">
            <End Role="ArizaGorevli" EntitySet="ArizaGorevli" />
            <End Role="OperasyonEk2" EntitySet="OperasyonEk2" />
          </AssociationSet>
          <AssociationSet Name="OperasyonEk2_BitirenGorevli" Association="Self.OperasyonEk2_BitirenGorevli">
            <End Role="ArizaGorevli" EntitySet="ArizaGorevli" />
            <End Role="OperasyonEk2" EntitySet="OperasyonEk2" />
          </AssociationSet>
          <AssociationSet Name="OperasyonEk2_Departman" Association="Self.OperasyonEk2_Departman">
            <End Role="Departman" EntitySet="Departman" />
            <End Role="OperasyonEk2" EntitySet="OperasyonEk2" />
          </AssociationSet>
          <AssociationSet Name="IptalNedeni_Sirket" Association="Self.IptalNedeni_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="IptalNedeni" EntitySet="IptalNedeni" />
          </AssociationSet>
          <AssociationSet Name="OperasyonEk2_IptalNedeni" Association="Self.OperasyonEk2_IptalNedeni">
            <End Role="IptalNedeni" EntitySet="IptalNedeni" />
            <End Role="OperasyonEk2" EntitySet="OperasyonEk2" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_OperasyonEk2" Association="Self.Operasyon_OperasyonEk2">
            <End Role="Operasyon" EntitySet="Operasyon" />
            <End Role="OperasyonEk2" EntitySet="OperasyonEk2" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_OperasyonTarih" Association="Self.Operasyon_OperasyonTarih">
            <End Role="Operasyon" EntitySet="Operasyon" />
            <End Role="OperasyonTarih" EntitySet="OperasyonTarih" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_Rez" Association="Self.Operasyon_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="Operasyon" EntitySet="Operasyon" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_Sirket" Association="Self.Operasyon_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Operasyon" EntitySet="Operasyon" />
          </AssociationSet>
          <AssociationSet Name="Operasyon_Teknikler" Association="Self.Operasyon_Teknikler">
            <End Role="Operasyon" EntitySet="Operasyon" />
            <End Role="Teknik" EntitySet="Teknik" />
          </AssociationSet>
          <AssociationSet Name="Teknik_Sirket" Association="Self.Teknik_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Teknik" EntitySet="Teknik" />
          </AssociationSet>
          <AssociationSet Name="Telkod__Oda" Association="Self.Telkod__Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="Telkod" EntitySet="Telkod" />
          </AssociationSet>
          <AssociationSet Name="Telkod_Sirket" Association="Self.Telkod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Telkod" EntitySet="Telkod" />
          </AssociationSet>
          <AssociationSet Name="Teldata_Folio" Association="Self.Teldata_Folio">
            <End Role="Folio" EntitySet="Folio" />
            <End Role="Teldata" EntitySet="Teldata" />
          </AssociationSet>
          <AssociationSet Name="Teldata_Sirket" Association="Self.Teldata_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Teldata" EntitySet="Teldata" />
          </AssociationSet>
          <AssociationSet Name="Teldata_Telkod" Association="Self.Teldata_Telkod">
            <End Role="Telkod" EntitySet="Telkod" />
            <End Role="Teldata" EntitySet="Teldata" />
          </AssociationSet>
          <AssociationSet Name="Rez_BaglantiOda" Association="Self.Rez_BaglantiOda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="Rez" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="Rez_Foliolar" Association="Self.Rez_Foliolar">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="Folio" EntitySet="Folio" />
          </AssociationSet>
          <AssociationSet Name="FolioRouteRez_FolioRoute" Association="Self.FolioRouteRez_FolioRoute">
            <End Role="FolioRoute" EntitySet="FolioRoute" />
            <End Role="FolioRouteRez" EntitySet="FolioRouteRez" />
          </AssociationSet>
          <AssociationSet Name="FolioRouteRez_Rez" Association="Self.FolioRouteRez_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="FolioRouteRez" EntitySet="FolioRouteRez" />
          </AssociationSet>
          <AssociationSet Name="Rez_Gecelemeler" Association="Self.Rez_Gecelemeler">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="Geceleme" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="Rez_GrupRez" Association="Self.Rez_GrupRez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="RezSelf" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="KolBandiHrk_KolBandi" Association="Self.KolBandiHrk_KolBandi">
            <End Role="KolBandi" EntitySet="KolBandi" />
            <End Role="KolBandiHrk" EntitySet="KolBandiHrk" />
          </AssociationSet>
          <AssociationSet Name="KolBandiHrk_Kullanici" Association="Self.KolBandiHrk_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="KolBandiHrk" EntitySet="KolBandiHrk" />
          </AssociationSet>
          <AssociationSet Name="KolBandiHrk_Musteri" Association="Self.KolBandiHrk_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="KolBandiHrk" EntitySet="KolBandiHrk" />
          </AssociationSet>
          <AssociationSet Name="KolBandiHrk_Rez" Association="Self.KolBandiHrk_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="KolBandiHrk" EntitySet="KolBandiHrk" />
          </AssociationSet>
          <AssociationSet Name="KolBandiHrk_Sirket" Association="Self.KolBandiHrk_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="KolBandiHrk" EntitySet="KolBandiHrk" />
          </AssociationSet>
          <AssociationSet Name="Karaliste_Kullanici" Association="Self.Karaliste_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="Karaliste" EntitySet="Karaliste" />
          </AssociationSet>
          <AssociationSet Name="Karaliste_MusteriKonaklamaEk" Association="Self.Karaliste_MusteriKonaklamaEk">
            <End Role="MusteriKonaklamaEk" EntitySet="MusteriKonaklamaEk" />
            <End Role="Karaliste" EntitySet="Karaliste" />
          </AssociationSet>
          <AssociationSet Name="MusteriKonaklamaEk_Konbandlari" Association="Self.MusteriKonaklamaEk_Konbandlari">
            <End Role="MusteriKonaklamaEk" EntitySet="MusteriKonaklamaEk" />
            <End Role="KolBandi" EntitySet="KolBandi" />
          </AssociationSet>
          <AssociationSet Name="Uyruk_MusteriKonaklamaEk" Association="Self.Uyruk_MusteriKonaklamaEk">
            <End Role="Uyruk" EntitySet="Uyruk" />
            <End Role="MusteriKonaklamaEk" EntitySet="MusteriKonaklamaEk" />
          </AssociationSet>
          <AssociationSet Name="Uyruk_Sirket" Association="Self.Uyruk_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Uyruk" EntitySet="Uyruk" />
          </AssociationSet>
          <AssociationSet Name="Ulke_Acenta" Association="Self.Ulke_Acenta">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="Ulke" EntitySet="Ulke" />
          </AssociationSet>
          <AssociationSet Name="Ulke_Pazar" Association="Self.Ulke_Pazar">
            <End Role="Pazar" EntitySet="Pazar" />
            <End Role="Ulke" EntitySet="Ulke" />
          </AssociationSet>
          <AssociationSet Name="RezDetayEk_Doviz" Association="Self.RezDetayEk_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="RezDetayEk" EntitySet="RezDetayEk" />
          </AssociationSet>
          <AssociationSet Name="IsYeri_Sirket" Association="Self.IsYeri_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="IsYeri" EntitySet="IsYeri" />
          </AssociationSet>
          <AssociationSet Name="RezDetayEk_IsYeri" Association="Self.RezDetayEk_IsYeri">
            <End Role="IsYeri" EntitySet="IsYeri" />
            <End Role="RezDetayEk" EntitySet="RezDetayEk" />
          </AssociationSet>
          <AssociationSet Name="Operator_Sirket" Association="Self.Operator_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Operator" EntitySet="Operator" />
          </AssociationSet>
          <AssociationSet Name="RezDetayEk_Operator" Association="Self.RezDetayEk_Operator">
            <End Role="Operator" EntitySet="Operator" />
            <End Role="RezDetayEk" EntitySet="RezDetayEk" />
          </AssociationSet>
          <AssociationSet Name="RezDetayEk_Ulke" Association="Self.RezDetayEk_Ulke">
            <End Role="Ulke" EntitySet="Ulke" />
            <End Role="RezDetayEk" EntitySet="RezDetayEk" />
          </AssociationSet>
          <AssociationSet Name="Vip_RezDetayEkler" Association="Self.Vip_RezDetayEkler">
            <End Role="Vip" EntitySet="Vip" />
            <End Role="RezDetayEk" EntitySet="RezDetayEk" />
          </AssociationSet>
          <AssociationSet Name="Vip_Sirket" Association="Self.Vip_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Vip" EntitySet="Vip" />
          </AssociationSet>
          <AssociationSet Name="Malzeme_Departman" Association="Self.Malzeme_Departman">
            <End Role="Departman" EntitySet="Departman" />
            <End Role="Malzeme" EntitySet="Malzeme" />
          </AssociationSet>
          <AssociationSet Name="Malzeme_Sirket" Association="Self.Malzeme_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Malzeme" EntitySet="Malzeme" />
          </AssociationSet>
          <AssociationSet Name="Malzeme_VipHrkler" Association="Self.Malzeme_VipHrkler">
            <End Role="Malzeme" EntitySet="Malzeme" />
            <End Role="VipHrk" EntitySet="VipHrk" />
          </AssociationSet>
          <AssociationSet Name="VipHrk_Sirket" Association="Self.VipHrk_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="VipHrk" EntitySet="VipHrk" />
          </AssociationSet>
          <AssociationSet Name="VipHrk_Vip" Association="Self.VipHrk_Vip">
            <End Role="Vip" EntitySet="Vip" />
            <End Role="VipHrk" EntitySet="VipHrk" />
          </AssociationSet>
          <AssociationSet Name="Ulke_Sirket" Association="Self.Ulke_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Ulke" EntitySet="Ulke" />
          </AssociationSet>
          <AssociationSet Name="Ulke_Uyruklar" Association="Self.Ulke_Uyruklar">
            <End Role="Ulke" EntitySet="Ulke" />
            <End Role="Uyruk" EntitySet="Uyruk" />
          </AssociationSet>
          <AssociationSet Name="KolBandi_Rez" Association="Self.KolBandi_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="KolBandi" EntitySet="KolBandi" />
          </AssociationSet>
          <AssociationSet Name="KolBandi_Sirket" Association="Self.KolBandi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="KolBandi" EntitySet="KolBandi" />
          </AssociationSet>
          <AssociationSet Name="OdaUzatma_Rez" Association="Self.OdaUzatma_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="OdaUzatma" EntitySet="OdaUzatma" />
          </AssociationSet>
          <AssociationSet Name="Rez_Paketler" Association="Self.Rez_Paketler">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="Paket" EntitySet="Paket" />
          </AssociationSet>
          <AssociationSet Name="Rez_Rate" Association="Self.Rez_Rate">
            <End Role="Rate" EntitySet="Rate" />
            <End Role="Rez" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="Rez_Rateler" Association="Self.Rez_Rateler">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="Rate" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="RezDetayBilgi_Rez" Association="Self.RezDetayBilgi_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="RezDetayBilgi" EntitySet="RezDetayBilgi" />
          </AssociationSet>
          <AssociationSet Name="RezDetayBilgi_Sirket" Association="Self.RezDetayBilgi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="RezDetayBilgi" EntitySet="RezDetayBilgi" />
          </AssociationSet>
          <AssociationSet Name="Rez_RezDetayEk" Association="Self.Rez_RezDetayEk">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="RezDetayEk" EntitySet="RezDetayEk" />
          </AssociationSet>
          <AssociationSet Name="Rez_RezEntegrasyonBilgi" Association="Self.Rez_RezEntegrasyonBilgi">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="RezEntegrasyonBilgi" EntitySet="RezEntegrasyonBilgi" />
          </AssociationSet>
          <AssociationSet Name="KvkkSoru_Sirket" Association="Self.KvkkSoru_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="KvkkSoru" EntitySet="KvkkSoru" />
          </AssociationSet>
          <AssociationSet Name="RezKvkkSoru_KvkkSoru" Association="Self.RezKvkkSoru_KvkkSoru">
            <End Role="KvkkSoru" EntitySet="KvkkSoru" />
            <End Role="RezKvkkSoru" EntitySet="RezKvkkSoru" />
          </AssociationSet>
          <AssociationSet Name="RezKvkkSoru_Musteri" Association="Self.RezKvkkSoru_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="RezKvkkSoru" EntitySet="RezKvkkSoru" />
          </AssociationSet>
          <AssociationSet Name="RezKvkkSoru_Rez" Association="Self.RezKvkkSoru_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="RezKvkkSoru" EntitySet="RezKvkkSoru" />
          </AssociationSet>
          <AssociationSet Name="RezOdaKilit_Kullanici" Association="Self.RezOdaKilit_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="RezOdaKilit" EntitySet="RezOdaKilit" />
          </AssociationSet>
          <AssociationSet Name="RezOdaKilit_Oda" Association="Self.RezOdaKilit_Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="RezOdaKilit" EntitySet="RezOdaKilit" />
          </AssociationSet>
          <AssociationSet Name="RezOdaKilit_Rez" Association="Self.RezOdaKilit_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="RezOdaKilit" EntitySet="RezOdaKilit" />
          </AssociationSet>
          <AssociationSet Name="RezOdaKilit_Sirket" Association="Self.RezOdaKilit_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="RezOdaKilit" EntitySet="RezOdaKilit" />
          </AssociationSet>
          <AssociationSet Name="RezOzellik_Ozellik" Association="Self.RezOzellik_Ozellik">
            <End Role="Ozellik" EntitySet="Ozellik" />
            <End Role="RezOzellik" EntitySet="RezOzellik" />
          </AssociationSet>
          <AssociationSet Name="RezOzellik_Rez" Association="Self.RezOzellik_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="RezOzellik" EntitySet="RezOzellik" />
          </AssociationSet>
          <AssociationSet Name="RezOzellik_Sirket" Association="Self.RezOzellik_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="RezOzellik" EntitySet="RezOzellik" />
          </AssociationSet>
          <AssociationSet Name="PaketindirimTipi_Paketler" Association="Self.PaketindirimTipi_Paketler">
            <End Role="PaketindirimTipi" EntitySet="PaketindirimTipi" />
            <End Role="Paket" EntitySet="Paket" />
          </AssociationSet>
          <AssociationSet Name="PaketindirimTipi_Sirket" Association="Self.PaketindirimTipi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PaketindirimTipi" EntitySet="PaketindirimTipi" />
          </AssociationSet>
          <AssociationSet Name="RezPaketindirimtipi_PaketindirimTipi" Association="Self.RezPaketindirimtipi_PaketindirimTipi">
            <End Role="PaketindirimTipi" EntitySet="PaketindirimTipi" />
            <End Role="RezPaketindirimtipi" EntitySet="RezPaketindirimtipi" />
          </AssociationSet>
          <AssociationSet Name="RezPaketindirimtipi_Rez" Association="Self.RezPaketindirimtipi_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="RezPaketindirimtipi" EntitySet="RezPaketindirimtipi" />
          </AssociationSet>
          <AssociationSet Name="Rez_RezWeb" Association="Self.Rez_RezWeb">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="RezWeb" EntitySet="RezWeb" />
          </AssociationSet>
          <AssociationSet Name="Rez_Sirket" Association="Self.Rez_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Rez" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="TumBilbord_Acentalar" Association="Self.TumBilbord_Acentalar">
            <End Role="TumBilbord" EntitySet="TumBilbord" />
            <End Role="Acenta" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="TumBilbord_Bilbordlar" Association="Self.TumBilbord_Bilbordlar">
            <End Role="TumBilbord" EntitySet="TumBilbord" />
            <End Role="Bilbord" EntitySet="Bilbord" />
          </AssociationSet>
          <AssociationSet Name="TumBilbord_DefAcenta" Association="Self.TumBilbord_DefAcenta">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="TumBilbord" EntitySet="TumBilbord" />
          </AssociationSet>
          <AssociationSet Name="TumBilbord_KAcentalar" Association="Self.TumBilbord_KAcentalar">
            <End Role="TumBilbord" EntitySet="TumBilbord" />
            <End Role="Acenta" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="TumBilbord_Sirket" Association="Self.TumBilbord_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="TumBilbord" EntitySet="TumBilbord" />
          </AssociationSet>
          <AssociationSet Name="TumBilbordEk_Acenta" Association="Self.TumBilbordEk_Acenta">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="TumBilbordEk" EntitySet="TumBilbordEk" />
          </AssociationSet>
          <AssociationSet Name="TumBilbord_TumBilbordEk" Association="Self.TumBilbord_TumBilbordEk">
            <End Role="TumBilbord" EntitySet="TumBilbord" />
            <End Role="TumBilbordEk" EntitySet="TumBilbordEk" />
          </AssociationSet>
          <AssociationSet Name="Rez_TumBilbord" Association="Self.Rez_TumBilbord">
            <End Role="TumBilbord" EntitySet="TumBilbord" />
            <End Role="Rez" EntitySet="Rez" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_EskiOdaKonum" Association="Self.UpgradeHrk_EskiOdaKonum">
            <End Role="OdaKonum" EntitySet="OdaKonum" />
            <End Role="UpgradeHrk" EntitySet="UpgradeHrk" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_Kullanici" Association="Self.UpgradeHrk_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="UpgradeHrk" EntitySet="UpgradeHrk" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_Rez" Association="Self.UpgradeHrk_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="UpgradeHrk" EntitySet="UpgradeHrk" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_Sirket" Association="Self.UpgradeHrk_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="UpgradeHrk" EntitySet="UpgradeHrk" />
          </AssociationSet>
          <AssociationSet Name="UpgradeNedeni_Sirket" Association="Self.UpgradeNedeni_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="UpgradeNedeni" EntitySet="UpgradeNedeni" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_UpgradeNedeni" Association="Self.UpgradeHrk_UpgradeNedeni">
            <End Role="UpgradeNedeni" EntitySet="UpgradeNedeni" />
            <End Role="UpgradeHrk" EntitySet="UpgradeHrk" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_UpgradeOdaFiyat" Association="Self.UpgradeHrk_UpgradeOdaFiyat">
            <End Role="UpgradeOdaFiyat" EntitySet="UpgradeOdaFiyat" />
            <End Role="UpgradeHrk" EntitySet="UpgradeHrk" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_YeniOdaKonum" Association="Self.UpgradeHrk_YeniOdaKonum">
            <End Role="FiyatKonum" EntitySet="FiyatKonum" />
            <End Role="UpgradeHrk" EntitySet="UpgradeHrk" />
          </AssociationSet>
          <AssociationSet Name="UpgradeHrk_YetkiliKullanici" Association="Self.UpgradeHrk_YetkiliKullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="UpgradeHrk" EntitySet="UpgradeHrk" />
          </AssociationSet>
          <AssociationSet Name="Folio_Sirket" Association="Self.Folio_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Folio" EntitySet="Folio" />
          </AssociationSet>
          <AssociationSet Name="FolioRoute_FolioRouteDepkodGruplar" Association="Self.FolioRoute_FolioRouteDepkodGruplar">
            <End Role="FolioRoute" EntitySet="FolioRoute" />
            <End Role="FolioRouteDepkodGrup" EntitySet="FolioRouteDepkodGrup" />
          </AssociationSet>
          <AssociationSet Name="FolioRouteDepkod_Depkod" Association="Self.FolioRouteDepkod_Depkod">
            <End Role="Depkod" EntitySet="Depkod" />
            <End Role="FolioRouteDepkod" EntitySet="FolioRouteDepkod" />
          </AssociationSet>
          <AssociationSet Name="FolioRouteDepkod_FolioRoute" Association="Self.FolioRouteDepkod_FolioRoute">
            <End Role="FolioRoute" EntitySet="FolioRoute" />
            <End Role="FolioRouteDepkod" EntitySet="FolioRouteDepkod" />
          </AssociationSet>
          <AssociationSet Name="HrkTransfer_FolioRoute" Association="Self.HrkTransfer_FolioRoute">
            <End Role="FolioRoute" EntitySet="FolioRoute" />
            <End Role="HrkTransfer" EntitySet="HrkTransfer" />
          </AssociationSet>
          <AssociationSet Name="HrkTransfer_Sirket" Association="Self.HrkTransfer_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="HrkTransfer" EntitySet="HrkTransfer" />
          </AssociationSet>
          <AssociationSet Name="FolioRoute_Sirket" Association="Self.FolioRoute_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="FolioRoute" EntitySet="FolioRoute" />
          </AssociationSet>
          <AssociationSet Name="DepkodGrup_Sirket" Association="Self.DepkodGrup_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="DepkodGrup" EntitySet="DepkodGrup" />
          </AssociationSet>
          <AssociationSet Name="DepkodHeskod_Depkod" Association="Self.DepkodHeskod_Depkod">
            <End Role="Depkod" EntitySet="Depkod" />
            <End Role="DepkodHeskod" EntitySet="DepkodHeskod" />
          </AssociationSet>
          <AssociationSet Name="Heskod_KdvHesap" Association="Self.Heskod_KdvHesap">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="Heskod" EntitySet="Heskod" />
          </AssociationSet>
          <AssociationSet Name="Heskod_MatrahHesap" Association="Self.Heskod_MatrahHesap">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="Heskod" EntitySet="Heskod" />
          </AssociationSet>
          <AssociationSet Name="Heskod_Sirket" Association="Self.Heskod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Heskod" EntitySet="Heskod" />
          </AssociationSet>
          <AssociationSet Name="Heskod_ToplamHesap" Association="Self.Heskod_ToplamHesap">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="Heskod" EntitySet="Heskod" />
          </AssociationSet>
          <AssociationSet Name="DepkodHeskod_Heskod" Association="Self.DepkodHeskod_Heskod">
            <End Role="Heskod" EntitySet="Heskod" />
            <End Role="DepkodHeskod" EntitySet="DepkodHeskod" />
          </AssociationSet>
          <AssociationSet Name="DepkodHeskod_Sirket" Association="Self.DepkodHeskod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="DepkodHeskod" EntitySet="DepkodHeskod" />
          </AssociationSet>
          <AssociationSet Name="Depkod_Hrklar" Association="Self.Depkod_Hrklar">
            <End Role="Depkod" EntitySet="Depkod" />
            <End Role="Hrk" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="Depkod_Sirket" Association="Self.Depkod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Depkod" EntitySet="Depkod" />
          </AssociationSet>
          <AssociationSet Name="Paket_Depkod" Association="Self.Paket_Depkod">
            <End Role="Depkod" EntitySet="Depkod" />
            <End Role="Paket" EntitySet="Paket" />
          </AssociationSet>
          <AssociationSet Name="Paket_KonumHamFiyatPaketler" Association="Self.Paket_KonumHamFiyatPaketler">
            <End Role="Paket" EntitySet="Paket" />
            <End Role="KonumHamFiyatPaket" EntitySet="KonumHamFiyatPaket" />
          </AssociationSet>
          <AssociationSet Name="Paketistisna_Paket" Association="Self.Paketistisna_Paket">
            <End Role="Paket" EntitySet="Paket" />
            <End Role="Paketistisna" EntitySet="Paketistisna" />
          </AssociationSet>
          <AssociationSet Name="Paketistisna_PaketindirimTipi" Association="Self.Paketistisna_PaketindirimTipi">
            <End Role="PaketindirimTipi" EntitySet="PaketindirimTipi" />
            <End Role="Paketistisna" EntitySet="Paketistisna" />
          </AssociationSet>
          <AssociationSet Name="PaketUlke_Paket" Association="Self.PaketUlke_Paket">
            <End Role="Paket" EntitySet="Paket" />
            <End Role="PaketUlke" EntitySet="PaketUlke" />
          </AssociationSet>
          <AssociationSet Name="PaketUlke_Ulke" Association="Self.PaketUlke_Ulke">
            <End Role="Ulke" EntitySet="Ulke" />
            <End Role="PaketUlke" EntitySet="PaketUlke" />
          </AssociationSet>
          <AssociationSet Name="RateAcentaPaket_Paket" Association="Self.RateAcentaPaket_Paket">
            <End Role="Paket" EntitySet="Paket" />
            <End Role="RateAcentaPaket" EntitySet="RateAcentaPaket" />
          </AssociationSet>
          <AssociationSet Name="RateAcenta_Acenta" Association="Self.RateAcenta_Acenta">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="RateAcenta" EntitySet="RateAcenta" />
          </AssociationSet>
          <AssociationSet Name="RateAcenta_Rate" Association="Self.RateAcenta_Rate">
            <End Role="Rate" EntitySet="Rate" />
            <End Role="RateAcenta" EntitySet="RateAcenta" />
          </AssociationSet>
          <AssociationSet Name="RateAcenta_RateAcentaPaketler" Association="Self.RateAcenta_RateAcentaPaketler">
            <End Role="RateAcenta" EntitySet="RateAcenta" />
            <End Role="RateAcentaPaket" EntitySet="RateAcentaPaket" />
          </AssociationSet>
          <AssociationSet Name="YasKod_FiyatKonum" Association="Self.YasKod_FiyatKonum">
            <End Role="FiyatKonum" EntitySet="FiyatKonum" />
            <End Role="YasKod" EntitySet="YasKod" />
          </AssociationSet>
          <AssociationSet Name="YasKod_RateAcentalar" Association="Self.YasKod_RateAcentalar">
            <End Role="YasKod" EntitySet="YasKod" />
            <End Role="RateAcenta" EntitySet="RateAcenta" />
          </AssociationSet>
          <AssociationSet Name="YasKod_Rateler" Association="Self.YasKod_Rateler">
            <End Role="YasKod" EntitySet="YasKod" />
            <End Role="Rate" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="YasKod_Sirket" Association="Self.YasKod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="YasKod" EntitySet="YasKod" />
          </AssociationSet>
          <AssociationSet Name="YasKodSiraIstisna_Sirket" Association="Self.YasKodSiraIstisna_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="YasKodSiraIstisna" EntitySet="YasKodSiraIstisna" />
          </AssociationSet>
          <AssociationSet Name="YasKodSiraIstisna_YasKod" Association="Self.YasKodSiraIstisna_YasKod">
            <End Role="YasKod" EntitySet="YasKod" />
            <End Role="YasKodSiraIstisna" EntitySet="YasKodSiraIstisna" />
          </AssociationSet>
          <AssociationSet Name="YasKodSira_Sirket" Association="Self.YasKodSira_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="YasKodSira" EntitySet="YasKodSira" />
          </AssociationSet>
          <AssociationSet Name="YasKodSira_YasKod" Association="Self.YasKodSira_YasKod">
            <End Role="YasKod" EntitySet="YasKod" />
            <End Role="YasKodSira" EntitySet="YasKodSira" />
          </AssociationSet>
          <AssociationSet Name="RatePaket_Paket" Association="Self.RatePaket_Paket">
            <End Role="Paket" EntitySet="Paket" />
            <End Role="RatePaket" EntitySet="RatePaket" />
          </AssociationSet>
          <AssociationSet Name="RatePaket_Rate" Association="Self.RatePaket_Rate">
            <End Role="Rate" EntitySet="Rate" />
            <End Role="RatePaket" EntitySet="RatePaket" />
          </AssociationSet>
          <AssociationSet Name="Sart_Paketler" Association="Self.Sart_Paketler">
            <End Role="Sart" EntitySet="Sart" />
            <End Role="Paket" EntitySet="Paket" />
          </AssociationSet>
          <AssociationSet Name="Sart_Rateler" Association="Self.Sart_Rateler">
            <End Role="Sart" EntitySet="Sart" />
            <End Role="Rate" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="SartFiyatKonum_FiyatKonum" Association="Self.SartFiyatKonum_FiyatKonum">
            <End Role="FiyatKonum" EntitySet="FiyatKonum" />
            <End Role="SartFiyatKonum" EntitySet="SartFiyatKonum" />
          </AssociationSet>
          <AssociationSet Name="SartFiyatKonum_Sart" Association="Self.SartFiyatKonum_Sart">
            <End Role="Sart" EntitySet="Sart" />
            <End Role="SartFiyatKonum" EntitySet="SartFiyatKonum" />
          </AssociationSet>
          <AssociationSet Name="Sart_Sartlar" Association="Self.Sart_Sartlar">
            <End Role="Sart" EntitySet="Sart" />
            <End Role="SartSelf" EntitySet="Sart" />
          </AssociationSet>
          <AssociationSet Name="RatePeriyotKonumHamFiyat_KonumHamFiyat" Association="Self.RatePeriyotKonumHamFiyat_KonumHamFiyat">
            <End Role="KonumHamFiyat" EntitySet="KonumHamFiyat" />
            <End Role="RatePeriyotKonumHamFiyat" EntitySet="RatePeriyotKonumHamFiyat" />
          </AssociationSet>
          <AssociationSet Name="Periyot_RatePeriyotlar" Association="Self.Periyot_RatePeriyotlar">
            <End Role="Periyot" EntitySet="Periyot" />
            <End Role="RatePeriyot" EntitySet="RatePeriyot" />
          </AssociationSet>
          <AssociationSet Name="RatePeriyot_Rate" Association="Self.RatePeriyot_Rate">
            <End Role="Rate" EntitySet="Rate" />
            <End Role="RatePeriyot" EntitySet="RatePeriyot" />
          </AssociationSet>
          <AssociationSet Name="RatePeriyot_RatePeriyotKonumHamFiyatlar" Association="Self.RatePeriyot_RatePeriyotKonumHamFiyatlar">
            <End Role="RatePeriyot" EntitySet="RatePeriyot" />
            <End Role="RatePeriyotKonumHamFiyat" EntitySet="RatePeriyotKonumHamFiyat" />
          </AssociationSet>
          <AssociationSet Name="CarpanHrk_Kategori" Association="Self.CarpanHrk_Kategori">
            <End Role="Kategori" EntitySet="Kategori" />
            <End Role="CarpanHrk" EntitySet="CarpanHrk" />
          </AssociationSet>
          <AssociationSet Name="CarpanHrk_Sirket" Association="Self.CarpanHrk_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CarpanHrk" EntitySet="CarpanHrk" />
          </AssociationSet>
          <AssociationSet Name="Carpan_Ratelar" Association="Self.Carpan_Ratelar">
            <End Role="Carpan" EntitySet="Carpan" />
            <End Role="Rate" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="Carpan_Sirket" Association="Self.Carpan_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Carpan" EntitySet="Carpan" />
          </AssociationSet>
          <AssociationSet Name="Rate_Doviz" Association="Self.Rate_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="Rate" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="Formul_Acentalar" Association="Self.Formul_Acentalar">
            <End Role="Formul" EntitySet="Formul" />
            <End Role="Acenta" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="FormulSira_Formul" Association="Self.FormulSira_Formul">
            <End Role="Formul" EntitySet="Formul" />
            <End Role="FormulSira" EntitySet="FormulSira" />
          </AssociationSet>
          <AssociationSet Name="Hesayr_FormulSira" Association="Self.Hesayr_FormulSira">
            <End Role="FormulSira" EntitySet="FormulSira" />
            <End Role="Hesayr" EntitySet="Hesayr" />
          </AssociationSet>
          <AssociationSet Name="Hesayr_Geceleme" Association="Self.Hesayr_Geceleme">
            <End Role="Geceleme" EntitySet="Geceleme" />
            <End Role="Hesayr" EntitySet="Hesayr" />
          </AssociationSet>
          <AssociationSet Name="Hesayr_KonumHamFiyat" Association="Self.Hesayr_KonumHamFiyat">
            <End Role="KonumHamFiyat" EntitySet="KonumHamFiyat" />
            <End Role="Hesayr" EntitySet="Hesayr" />
          </AssociationSet>
          <AssociationSet Name="Hesayr_Paket" Association="Self.Hesayr_Paket">
            <End Role="Paket" EntitySet="Paket" />
            <End Role="Hesayr" EntitySet="Hesayr" />
          </AssociationSet>
          <AssociationSet Name="Hesayr_Rate" Association="Self.Hesayr_Rate">
            <End Role="Rate" EntitySet="Rate" />
            <End Role="Hesayr" EntitySet="Hesayr" />
          </AssociationSet>
          <AssociationSet Name="Hesayr_Sirket" Association="Self.Hesayr_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Hesayr" EntitySet="Hesayr" />
          </AssociationSet>
          <AssociationSet Name="FormulSira_PaketIndirimTipi" Association="Self.FormulSira_PaketIndirimTipi">
            <End Role="PaketindirimTipi" EntitySet="PaketindirimTipi" />
            <End Role="FormulSira" EntitySet="FormulSira" />
          </AssociationSet>
          <AssociationSet Name="Formul_Rateler" Association="Self.Formul_Rateler">
            <End Role="Formul" EntitySet="Formul" />
            <End Role="Rate" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="Formul_Sirket" Association="Self.Formul_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Formul" EntitySet="Formul" />
          </AssociationSet>
          <AssociationSet Name="Rate_IsYeri" Association="Self.Rate_IsYeri">
            <End Role="IsYeri" EntitySet="IsYeri" />
            <End Role="Rate" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="Rate_OnbReferans" Association="Self.Rate_OnbReferans">
            <End Role="OnbReferans" EntitySet="OnbReferans" />
            <End Role="Rate" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="Breakdown_Sirket" Association="Self.Breakdown_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Breakdown" EntitySet="Breakdown" />
          </AssociationSet>
          <AssociationSet Name="Pansiyon_Breakdown" Association="Self.Pansiyon_Breakdown">
            <End Role="Breakdown" EntitySet="Breakdown" />
            <End Role="Pansiyon" EntitySet="Pansiyon" />
          </AssociationSet>
          <AssociationSet Name="Pansiyon_Gecelemeler" Association="Self.Pansiyon_Gecelemeler">
            <End Role="Pansiyon" EntitySet="Pansiyon" />
            <End Role="Geceleme" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="Pansiyon_Sirket" Association="Self.Pansiyon_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Pansiyon" EntitySet="Pansiyon" />
          </AssociationSet>
          <AssociationSet Name="Rate_Pansiyon" Association="Self.Rate_Pansiyon">
            <End Role="Pansiyon" EntitySet="Pansiyon" />
            <End Role="Rate" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="Rate_Rez" Association="Self.Rate_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="Rate" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="Rate_Sirket" Association="Self.Rate_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Rate" EntitySet="Rate" />
          </AssociationSet>
          <AssociationSet Name="MerkezAcenta_Rate" Association="Self.MerkezAcenta_Rate">
            <End Role="Rate" EntitySet="Rate" />
            <End Role="MerkezAcenta" EntitySet="MerkezAcenta" />
          </AssociationSet>
          <AssociationSet Name="MerkezAcenta_Sirket" Association="Self.MerkezAcenta_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="MerkezAcenta" EntitySet="MerkezAcenta" />
          </AssociationSet>
          <AssociationSet Name="MerkezPazar_Pazarlar" Association="Self.MerkezPazar_Pazarlar">
            <End Role="MerkezPazar" EntitySet="MerkezPazar" />
            <End Role="Pazar" EntitySet="Pazar" />
          </AssociationSet>
          <AssociationSet Name="MerkezPazar_Sirket" Association="Self.MerkezPazar_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="MerkezPazar" EntitySet="MerkezPazar" />
          </AssociationSet>
          <AssociationSet Name="Pazar_Rate" Association="Self.Pazar_Rate">
            <End Role="Rate" EntitySet="Rate" />
            <End Role="Pazar" EntitySet="Pazar" />
          </AssociationSet>
          <AssociationSet Name="Pazar_Sirket" Association="Self.Pazar_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Pazar" EntitySet="Pazar" />
          </AssociationSet>
          <AssociationSet Name="Geceleme_GecelemeDetayEk" Association="Self.Geceleme_GecelemeDetayEk">
            <End Role="Geceleme" EntitySet="Geceleme" />
            <End Role="GecelemeDetayEk" EntitySet="GecelemeDetayEk" />
          </AssociationSet>
          <AssociationSet Name="GecelemeFiyatpaket_Geceleme" Association="Self.GecelemeFiyatpaket_Geceleme">
            <End Role="Geceleme" EntitySet="Geceleme" />
            <End Role="GecelemeFiyatpaket" EntitySet="GecelemeFiyatpaket" />
          </AssociationSet>
          <AssociationSet Name="GecelemeFiyatpaket_Paket" Association="Self.GecelemeFiyatpaket_Paket">
            <End Role="Paket" EntitySet="Paket" />
            <End Role="GecelemeFiyatpaket" EntitySet="GecelemeFiyatpaket" />
          </AssociationSet>
          <AssociationSet Name="GecelemeMusteri_Geceleme" Association="Self.GecelemeMusteri_Geceleme">
            <End Role="Geceleme" EntitySet="Geceleme" />
            <End Role="GecelemeMusteri" EntitySet="GecelemeMusteri" />
          </AssociationSet>
          <AssociationSet Name="GecelemeMusteri_Musteri" Association="Self.GecelemeMusteri_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="GecelemeMusteri" EntitySet="GecelemeMusteri" />
          </AssociationSet>
          <AssociationSet Name="GecelemeMusteri_Sirket" Association="Self.GecelemeMusteri_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="GecelemeMusteri" EntitySet="GecelemeMusteri" />
          </AssociationSet>
          <AssociationSet Name="Share_Gecelemeler" Association="Self.Share_Gecelemeler">
            <End Role="Share" EntitySet="Share" />
            <End Role="Geceleme" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="Geceleme_Sirket" Association="Self.Geceleme_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Geceleme" EntitySet="Geceleme" />
          </AssociationSet>
          <AssociationSet Name="FiyatKonum_OnbReferans" Association="Self.FiyatKonum_OnbReferans">
            <End Role="OnbReferans" EntitySet="OnbReferans" />
            <End Role="FiyatKonum" EntitySet="FiyatKonum" />
          </AssociationSet>
          <AssociationSet Name="FiyatKonum_Sirket" Association="Self.FiyatKonum_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="FiyatKonum" EntitySet="FiyatKonum" />
          </AssociationSet>
          <AssociationSet Name="FiyatKonum_UpgradeOdaFiyat" Association="Self.FiyatKonum_UpgradeOdaFiyat">
            <End Role="FiyatKonum" EntitySet="FiyatKonum" />
            <End Role="UpgradeOdaFiyat" EntitySet="UpgradeOdaFiyat" />
          </AssociationSet>
          <AssociationSet Name="Bilbord_ForecastKonum" Association="Self.Bilbord_ForecastKonum">
            <End Role="OdaKonum" EntitySet="OdaKonum" />
            <End Role="Bilbord" EntitySet="Bilbord" />
          </AssociationSet>
          <AssociationSet Name="Bilbord_Sirket" Association="Self.Bilbord_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Bilbord" EntitySet="Bilbord" />
          </AssociationSet>
          <AssociationSet Name="Hrk_Bilbord" Association="Self.Hrk_Bilbord">
            <End Role="Bilbord" EntitySet="Bilbord" />
            <End Role="Hrk" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="BreakMalzeme_Depkod" Association="Self.BreakMalzeme_Depkod">
            <End Role="Depkod" EntitySet="Depkod" />
            <End Role="BreakMalzeme" EntitySet="BreakMalzeme" />
          </AssociationSet>
          <AssociationSet Name="BreakMalzeme_Doviz" Association="Self.BreakMalzeme_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="BreakMalzeme" EntitySet="BreakMalzeme" />
          </AssociationSet>
          <AssociationSet Name="BreakMalzeme_Sirket" Association="Self.BreakMalzeme_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="BreakMalzeme" EntitySet="BreakMalzeme" />
          </AssociationSet>
          <AssociationSet Name="BreakdownDagilim_BreakMalzeme" Association="Self.BreakdownDagilim_BreakMalzeme">
            <End Role="BreakMalzeme" EntitySet="BreakMalzeme" />
            <End Role="BreakdownDagilim" EntitySet="BreakdownDagilim" />
          </AssociationSet>
          <AssociationSet Name="BreakdownDagilim_Hrk" Association="Self.BreakdownDagilim_Hrk">
            <End Role="Hrk" EntitySet="Hrk" />
            <End Role="BreakdownDagilim" EntitySet="BreakdownDagilim" />
          </AssociationSet>
          <AssociationSet Name="BreakdownDagilim_Sirket" Association="Self.BreakdownDagilim_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="BreakdownDagilim" EntitySet="BreakdownDagilim" />
          </AssociationSet>
          <AssociationSet Name="Hrk_Dovboz" Association="Self.Hrk_Dovboz">
            <End Role="Dovboz" EntitySet="Dovboz" />
            <End Role="Hrk" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="Hrk_Doviz" Association="Self.Hrk_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="Hrk" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="Hrk_Sirket" Association="Self.Hrk_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Hrk" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="Hrk_UpgradeHrk" Association="Self.Hrk_UpgradeHrk">
            <End Role="UpgradeHrk" EntitySet="UpgradeHrk" />
            <End Role="Hrk" EntitySet="Hrk" />
          </AssociationSet>
          <AssociationSet Name="Dovboz_Rez" Association="Self.Dovboz_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="Dovboz" EntitySet="Dovboz" />
          </AssociationSet>
          <AssociationSet Name="Dovboz_Sirket" Association="Self.Dovboz_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Dovboz" EntitySet="Dovboz" />
          </AssociationSet>
          <AssociationSet Name="Dovboz_Verilen_Doviz" Association="Self.Dovboz_Verilen_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="Dovboz" EntitySet="Dovboz" />
          </AssociationSet>
          <AssociationSet Name="Doviz_Dovbozlar" Association="Self.Doviz_Dovbozlar">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="Dovboz" EntitySet="Dovboz" />
          </AssociationSet>
          <AssociationSet Name="DovizHeskod_Doviz" Association="Self.DovizHeskod_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="DovizHeskod" EntitySet="DovizHeskod" />
          </AssociationSet>
          <AssociationSet Name="DovizHeskod_Heskod" Association="Self.DovizHeskod_Heskod">
            <End Role="Heskod" EntitySet="Heskod" />
            <End Role="DovizHeskod" EntitySet="DovizHeskod" />
          </AssociationSet>
          <AssociationSet Name="DovizHeskod_Sirket" Association="Self.DovizHeskod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="DovizHeskod" EntitySet="DovizHeskod" />
          </AssociationSet>
          <AssociationSet Name="KasaAvans_Doviz" Association="Self.KasaAvans_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="KasaAvans" EntitySet="KasaAvans" />
          </AssociationSet>
          <AssociationSet Name="KasaAvans_Hrk" Association="Self.KasaAvans_Hrk">
            <End Role="Hrk" EntitySet="Hrk" />
            <End Role="KasaAvans" EntitySet="KasaAvans" />
          </AssociationSet>
          <AssociationSet Name="KasaAvans_Kullanici" Association="Self.KasaAvans_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="KasaAvans" EntitySet="KasaAvans" />
          </AssociationSet>
          <AssociationSet Name="KasaAvans_Sirket" Association="Self.KasaAvans_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="KasaAvans" EntitySet="KasaAvans" />
          </AssociationSet>
          <AssociationSet Name="Kur_Doviz" Association="Self.Kur_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="Kur" EntitySet="Kur" />
          </AssociationSet>
          <AssociationSet Name="Kur_Sirket" Association="Self.Kur_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Kur" EntitySet="Kur" />
          </AssociationSet>
          <AssociationSet Name="Doviz_Sirket" Association="Self.Doviz_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Doviz" EntitySet="Doviz" />
          </AssociationSet>
          <AssociationSet Name="PosDep_Doviz" Association="Self.PosDep_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="PosDep" EntitySet="PosDep" />
          </AssociationSet>
          <AssociationSet Name="PosDep_Oda" Association="Self.PosDep_Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="PosDep" EntitySet="PosDep" />
          </AssociationSet>
          <AssociationSet Name="PosDep_PosFiyat" Association="Self.PosDep_PosFiyat">
            <End Role="PosDep" EntitySet="PosDep" />
            <End Role="PosFiyat" EntitySet="PosFiyat" />
          </AssociationSet>
          <AssociationSet Name="PosMasa_PosDep" Association="Self.PosMasa_PosDep">
            <End Role="PosDep" EntitySet="PosDep" />
            <End Role="PosMasa" EntitySet="PosMasa" />
          </AssociationSet>
          <AssociationSet Name="PosSipAna_Folio" Association="Self.PosSipAna_Folio">
            <End Role="Folio" EntitySet="Folio" />
            <End Role="PosSipAna" EntitySet="PosSipAna" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyonSeri_PosDep" Association="Self.PosAdisyonSeri_PosDep">
            <End Role="PosDep" EntitySet="PosDep" />
            <End Role="PosAdisyonSeri" EntitySet="PosAdisyonSeri" />
          </AssociationSet>
          <AssociationSet Name="PosGarson_Kullanici" Association="Self.PosGarson_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="PosGarson" EntitySet="PosGarson" />
          </AssociationSet>
          <AssociationSet Name="PosGarson_Sirket" Association="Self.PosGarson_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosGarson" EntitySet="PosGarson" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyonSeri_PosGarson" Association="Self.PosAdisyonSeri_PosGarson">
            <End Role="PosGarson" EntitySet="PosGarson" />
            <End Role="PosAdisyonSeri" EntitySet="PosAdisyonSeri" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyonSeri_Sirket" Association="Self.PosAdisyonSeri_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosAdisyonSeri" EntitySet="PosAdisyonSeri" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyon_PosAdisyonSeri" Association="Self.PosAdisyon_PosAdisyonSeri">
            <End Role="PosAdisyonSeri" EntitySet="PosAdisyonSeri" />
            <End Role="PosAdisyon" EntitySet="PosAdisyon" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyon_PosGarson" Association="Self.PosAdisyon_PosGarson">
            <End Role="PosGarson" EntitySet="PosGarson" />
            <End Role="PosAdisyon" EntitySet="PosAdisyon" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyon_PosSipAna" Association="Self.PosAdisyon_PosSipAna">
            <End Role="PosSipAna" EntitySet="PosSipAna" />
            <End Role="PosAdisyon" EntitySet="PosAdisyon" />
          </AssociationSet>
          <AssociationSet Name="PosAdisyon_Sirket" Association="Self.PosAdisyon_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosAdisyon" EntitySet="PosAdisyon" />
          </AssociationSet>
          <AssociationSet Name="PosSipAna_PosGarson" Association="Self.PosSipAna_PosGarson">
            <End Role="PosGarson" EntitySet="PosGarson" />
            <End Role="PosSipAna" EntitySet="PosSipAna" />
          </AssociationSet>
          <AssociationSet Name="PosIptalSebep_Sirket" Association="Self.PosIptalSebep_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosIptalSebep" EntitySet="PosIptalSebep" />
          </AssociationSet>
          <AssociationSet Name="PosSipAna_PosIptalSebep" Association="Self.PosSipAna_PosIptalSebep">
            <End Role="PosIptalSebep" EntitySet="PosIptalSebep" />
            <End Role="PosSipAna" EntitySet="PosSipAna" />
          </AssociationSet>
          <AssociationSet Name="PosSipAna_PosMasa" Association="Self.PosSipAna_PosMasa">
            <End Role="PosMasa" EntitySet="PosMasa" />
            <End Role="PosSipAna" EntitySet="PosSipAna" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeBazHareket_PosOdemeler" Association="Self.PosOdemeBazHareket_PosOdemeler">
            <End Role="PosOdemeler" EntitySet="PosOdemeler" />
            <End Role="PosOdemeBazHareket" EntitySet="PosOdemeBazHareket" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetay_PosGarson" Association="Self.PosSipDetay_PosGarson">
            <End Role="PosGarson" EntitySet="PosGarson" />
            <End Role="PosSipDetay" EntitySet="PosSipDetay" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetay_PosIptalSebep" Association="Self.PosSipDetay_PosIptalSebep">
            <End Role="PosIptalSebep" EntitySet="PosIptalSebep" />
            <End Role="PosSipDetay" EntitySet="PosSipDetay" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetay_PosOdemeBazHareket" Association="Self.PosSipDetay_PosOdemeBazHareket">
            <End Role="PosSipDetay" EntitySet="PosSipDetay" />
            <End Role="PosOdemeBazHareket" EntitySet="PosOdemeBazHareket" />
          </AssociationSet>
          <AssociationSet Name="PosAltKategoriler_PosSatKodlar" Association="Self.PosAltKategoriler_PosSatKodlar">
            <End Role="PosAltKategoriler" EntitySet="PosAltKategoriler" />
            <End Role="PosSatKod" EntitySet="PosSatKod" />
          </AssociationSet>
          <AssociationSet Name="PosAltKategoriler_Sirket" Association="Self.PosAltKategoriler_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosAltKategoriler" EntitySet="PosAltKategoriler" />
          </AssociationSet>
          <AssociationSet Name="PosCondTanim_PosSatKodCondiment" Association="Self.PosCondTanim_PosSatKodCondiment">
            <End Role="PosSatKod" EntitySet="PosSatKod" />
            <End Role="PosCondTanim" EntitySet="PosCondTanim" />
          </AssociationSet>
          <AssociationSet Name="PosCondTanim_Sirket" Association="Self.PosCondTanim_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosCondTanim" EntitySet="PosCondTanim" />
          </AssociationSet>
          <AssociationSet Name="PosSatKod_PosSatKodCondimentler" Association="Self.PosSatKod_PosSatKodCondimentler">
            <End Role="PosSatKod" EntitySet="PosSatKod" />
            <End Role="PosCondTanim" EntitySet="PosCondTanim" />
          </AssociationSet>
          <AssociationSet Name="PosSatKodFiyat_PosDep" Association="Self.PosSatKodFiyat_PosDep">
            <End Role="PosDep" EntitySet="PosDep" />
            <End Role="PosSatKodFiyat" EntitySet="PosSatKodFiyat" />
          </AssociationSet>
          <AssociationSet Name="PosKdvTipi_Kdv" Association="Self.PosKdvTipi_Kdv">
            <End Role="Kdv" EntitySet="Kdv" />
            <End Role="PosKdvTipi" EntitySet="PosKdvTipi" />
          </AssociationSet>
          <AssociationSet Name="PosKdvTipi_Sirket" Association="Self.PosKdvTipi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosKdvTipi" EntitySet="PosKdvTipi" />
          </AssociationSet>
          <AssociationSet Name="PosSatKodFiyat_PosKdvTipi" Association="Self.PosSatKodFiyat_PosKdvTipi">
            <End Role="PosKdvTipi" EntitySet="PosKdvTipi" />
            <End Role="PosSatKodFiyat" EntitySet="PosSatKodFiyat" />
          </AssociationSet>
          <AssociationSet Name="PosSatKodFiyat_PosSatKod" Association="Self.PosSatKodFiyat_PosSatKod">
            <End Role="PosSatKod" EntitySet="PosSatKod" />
            <End Role="PosSatKodFiyat" EntitySet="PosSatKodFiyat" />
          </AssociationSet>
          <AssociationSet Name="PosSatKod_Recete" Association="Self.PosSatKod_Recete">
            <End Role="Recete" EntitySet="Recete" />
            <End Role="PosSatKod" EntitySet="PosSatKod" />
          </AssociationSet>
          <AssociationSet Name="PosSatKod_Sirket" Association="Self.PosSatKod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosSatKod" EntitySet="PosSatKod" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetay_PosSatKod" Association="Self.PosSipDetay_PosSatKod">
            <End Role="PosSatKod" EntitySet="PosSatKod" />
            <End Role="PosSipDetay" EntitySet="PosSipDetay" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetay_PosSipAna" Association="Self.PosSipDetay_PosSipAna">
            <End Role="PosSipAna" EntitySet="PosSipAna" />
            <End Role="PosSipDetay" EntitySet="PosSipDetay" />
          </AssociationSet>
          <AssociationSet Name="PosCond_PosSatKodCondimentlerTanim" Association="Self.PosCond_PosSatKodCondimentlerTanim">
            <End Role="PosCondTanim" EntitySet="PosCondTanim" />
            <End Role="PosCond" EntitySet="PosCond" />
          </AssociationSet>
          <AssociationSet Name="PosCond_PosSipDetay" Association="Self.PosCond_PosSipDetay">
            <End Role="PosSipDetay" EntitySet="PosSipDetay" />
            <End Role="PosCond" EntitySet="PosCond" />
          </AssociationSet>
          <AssociationSet Name="PosCond_Sirket" Association="Self.PosCond_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosCond" EntitySet="PosCond" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetayFiyHrk_PosSipDetay" Association="Self.PosSipDetayFiyHrk_PosSipDetay">
            <End Role="PosSipDetay" EntitySet="PosSipDetay" />
            <End Role="PosSipDetayFiyHrk" EntitySet="PosSipDetayFiyHrk" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetayIndirimler_PosGarson" Association="Self.PosSipDetayIndirimler_PosGarson">
            <End Role="PosGarson" EntitySet="PosGarson" />
            <End Role="PosSipDetayIndirimler" EntitySet="PosSipDetayIndirimler" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetayIndirimler_PosSipDetay" Association="Self.PosSipDetayIndirimler_PosSipDetay">
            <End Role="PosSipDetay" EntitySet="PosSipDetay" />
            <End Role="PosSipDetayIndirimler" EntitySet="PosSipDetayIndirimler" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetayVaryasyonlar_PosSipDetay" Association="Self.PosSipDetayVaryasyonlar_PosSipDetay">
            <End Role="PosSipDetay" EntitySet="PosSipDetay" />
            <End Role="PosSipDetayVaryasyonlar" EntitySet="PosSipDetayVaryasyonlar" />
          </AssociationSet>
          <AssociationSet Name="PosVaryasyonlarTanim_PosAltKategoriler" Association="Self.PosVaryasyonlarTanim_PosAltKategoriler">
            <End Role="PosAltKategoriler" EntitySet="PosAltKategoriler" />
            <End Role="PosVaryasyonlarTanim" EntitySet="PosVaryasyonlarTanim" />
          </AssociationSet>
          <AssociationSet Name="PosVaryasyonlarTanim_PosSatKod" Association="Self.PosVaryasyonlarTanim_PosSatKod">
            <End Role="PosSatKod" EntitySet="PosSatKod" />
            <End Role="PosVaryasyonlarTanim" EntitySet="PosVaryasyonlarTanim" />
          </AssociationSet>
          <AssociationSet Name="PosVaryasyonlarTanim_Sirket" Association="Self.PosVaryasyonlarTanim_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosVaryasyonlarTanim" EntitySet="PosVaryasyonlarTanim" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetayVaryasyonlar_PosVaryasyonlarTanim" Association="Self.PosSipDetayVaryasyonlar_PosVaryasyonlarTanim">
            <End Role="PosVaryasyonlarTanim" EntitySet="PosVaryasyonlarTanim" />
            <End Role="PosSipDetayVaryasyonlar" EntitySet="PosSipDetayVaryasyonlar" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetayVaryasyonlar_Sirket" Association="Self.PosSipDetayVaryasyonlar_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosSipDetayVaryasyonlar" EntitySet="PosSipDetayVaryasyonlar" />
          </AssociationSet>
          <AssociationSet Name="FisTip_Sirket" Association="Self.FisTip_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="FisTip" EntitySet="FisTip" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_FisTip" Association="Self.StokhrkAna_FisTip">
            <End Role="FisTip" EntitySet="FisTip" />
            <End Role="StokhrkAna" EntitySet="StokhrkAna" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_Hesap" Association="Self.StokhrkAna_Hesap">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="StokhrkAna" EntitySet="StokhrkAna" />
          </AssociationSet>
          <AssociationSet Name="PosOdenmezIkram_Sirket" Association="Self.PosOdenmezIkram_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosOdenmezIkram" EntitySet="PosOdenmezIkram" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_PosOdenmezIkram" Association="Self.StokhrkAna_PosOdenmezIkram">
            <End Role="PosOdenmezIkram" EntitySet="PosOdenmezIkram" />
            <End Role="StokhrkAna" EntitySet="StokhrkAna" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkAna_FisTip" Association="Self.ReceteHrkAna_FisTip">
            <End Role="FisTip" EntitySet="FisTip" />
            <End Role="ReceteHrkAna" EntitySet="ReceteHrkAna" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkAna_PosOdenmezIkram" Association="Self.ReceteHrkAna_PosOdenmezIkram">
            <End Role="PosOdenmezIkram" EntitySet="PosOdenmezIkram" />
            <End Role="ReceteHrkAna" EntitySet="ReceteHrkAna" />
          </AssociationSet>
          <AssociationSet Name="DepartmanAna_DepartmanAmbar" Association="Self.DepartmanAna_DepartmanAmbar">
            <End Role="DepartmanAna" EntitySet="DepartmanAna" />
            <End Role="DepartmanAnaSelf" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="DepDevir_DepartmanAna" Association="Self.DepDevir_DepartmanAna">
            <End Role="DepartmanAna" EntitySet="DepartmanAna" />
            <End Role="DepDevir" EntitySet="DepDevir" />
          </AssociationSet>
          <AssociationSet Name="DepDevir_Sirket" Association="Self.DepDevir_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="DepDevir" EntitySet="DepDevir" />
          </AssociationSet>
          <AssociationSet Name="DepDevir_StokhrkAna" Association="Self.DepDevir_StokhrkAna">
            <End Role="StokhrkAna" EntitySet="StokhrkAna" />
            <End Role="DepDevir" EntitySet="DepDevir" />
          </AssociationSet>
          <AssociationSet Name="Referans_OnbReferans" Association="Self.Referans_OnbReferans">
            <End Role="OnbReferans" EntitySet="OnbReferans" />
            <End Role="Referans" EntitySet="Referans" />
          </AssociationSet>
          <AssociationSet Name="Referans_Sirket" Association="Self.Referans_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Referans" EntitySet="Referans" />
          </AssociationSet>
          <AssociationSet Name="DepartmanAna_Referans" Association="Self.DepartmanAna_Referans">
            <End Role="Referans" EntitySet="Referans" />
            <End Role="DepartmanAna" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="DepartmanAna_Sirket" Association="Self.DepartmanAna_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="DepartmanAna" EntitySet="DepartmanAna" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkDetay_AlanDepartman" Association="Self.ReceteHrkDetay_AlanDepartman">
            <End Role="DepartmanAna" EntitySet="DepartmanAna" />
            <End Role="ReceteHrkDetay" EntitySet="ReceteHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkDetay_Recete" Association="Self.ReceteHrkDetay_Recete">
            <End Role="Recete" EntitySet="Recete" />
            <End Role="ReceteHrkDetay" EntitySet="ReceteHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkDetay_ReceteBaglantiAna" Association="Self.ReceteHrkDetay_ReceteBaglantiAna">
            <End Role="ReceteBaglantiAna" EntitySet="ReceteBaglantiAna" />
            <End Role="ReceteHrkDetay" EntitySet="ReceteHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkDetay_ReceteHrkAna" Association="Self.ReceteHrkDetay_ReceteHrkAna">
            <End Role="ReceteHrkAna" EntitySet="ReceteHrkAna" />
            <End Role="ReceteHrkDetay" EntitySet="ReceteHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkDetay_Sirket" Association="Self.ReceteHrkDetay_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ReceteHrkDetay" EntitySet="ReceteHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_AlanDepartman" Association="Self.StokhrkDetay_AlanDepartman">
            <End Role="DepartmanAna" EntitySet="DepartmanAna" />
            <End Role="StokhrkDetay" EntitySet="StokhrkDetay" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_Kdv" Association="Self.StokhrkDetay_Kdv">
            <End Role="Kdv" EntitySet="Kdv" />
            <End Role="StokhrkDetay" EntitySet="StokhrkDetay" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_ReceteHrkDetay" Association="Self.StokhrkDetay_ReceteHrkDetay">
            <End Role="ReceteHrkDetay" EntitySet="ReceteHrkDetay" />
            <End Role="StokhrkDetay" EntitySet="StokhrkDetay" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_Sirket" Association="Self.StokhrkDetay_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="StokhrkDetay" EntitySet="StokhrkDetay" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_StokhrkAna" Association="Self.StokhrkDetay_StokhrkAna">
            <End Role="StokhrkAna" EntitySet="StokhrkAna" />
            <End Role="StokhrkDetay" EntitySet="StokhrkDetay" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_StokhrkDetayAyrinti" Association="Self.StokhrkDetay_StokhrkDetayAyrinti">
            <End Role="StokhrkDetay" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetayAyrinti" EntitySet="StokhrkDetayAyrinti" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetayBaglanti_Sirket" Association="Self.StokhrkDetayBaglanti_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="StokhrkDetayBaglanti" EntitySet="StokhrkDetayBaglanti" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_StokhrkDetayBaglantiAna" Association="Self.StokhrkDetay_StokhrkDetayBaglantiAna">
            <End Role="StokhrkDetay" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetayBaglanti" EntitySet="StokhrkDetayBaglanti" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_StokhrkDetayBaglantiUst" Association="Self.StokhrkDetay_StokhrkDetayBaglantiUst">
            <End Role="StokhrkDetay" EntitySet="StokhrkDetay" />
            <End Role="StokhrkDetayBaglanti" EntitySet="StokhrkDetayBaglanti" />
          </AssociationSet>
          <AssociationSet Name="AltGrup_Envanterler" Association="Self.AltGrup_Envanterler">
            <End Role="AltGrup" EntitySet="AltGrup" />
            <End Role="Envanter" EntitySet="Envanter" />
          </AssociationSet>
          <AssociationSet Name="Grup_Altgruplar" Association="Self.Grup_Altgruplar">
            <End Role="Grup" EntitySet="Grup" />
            <End Role="AltGrup" EntitySet="AltGrup" />
          </AssociationSet>
          <AssociationSet Name="Grup_Sirket" Association="Self.Grup_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Grup" EntitySet="Grup" />
          </AssociationSet>
          <AssociationSet Name="AltGrup_Sirket" Association="Self.AltGrup_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="AltGrup" EntitySet="AltGrup" />
          </AssociationSet>
          <AssociationSet Name="Envanter_Grup" Association="Self.Envanter_Grup">
            <End Role="Grup" EntitySet="Grup" />
            <End Role="Envanter" EntitySet="Envanter" />
          </AssociationSet>
          <AssociationSet Name="Envanter_Sirket" Association="Self.Envanter_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Envanter" EntitySet="Envanter" />
          </AssociationSet>
          <AssociationSet Name="Envanter_Urunler" Association="Self.Envanter_Urunler">
            <End Role="Envanter" EntitySet="Envanter" />
            <End Role="Urun" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="Urun_Kdv" Association="Self.Urun_Kdv">
            <End Role="Kdv" EntitySet="Kdv" />
            <End Role="Urun" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="Urun_Receteler" Association="Self.Urun_Receteler">
            <End Role="Urun" EntitySet="Urun" />
            <End Role="Recete" EntitySet="Recete" />
          </AssociationSet>
          <AssociationSet Name="Urun_Sirket" Association="Self.Urun_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Urun" EntitySet="Urun" />
          </AssociationSet>
          <AssociationSet Name="UrunBarkod_Sirket" Association="Self.UrunBarkod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="UrunBarkod" EntitySet="UrunBarkod" />
          </AssociationSet>
          <AssociationSet Name="UrunBarkod_Urun" Association="Self.UrunBarkod_Urun">
            <End Role="Urun" EntitySet="Urun" />
            <End Role="UrunBarkod" EntitySet="UrunBarkod" />
          </AssociationSet>
          <AssociationSet Name="UrunBirim_AltBirim" Association="Self.UrunBirim_AltBirim">
            <End Role="Birim" EntitySet="Birim" />
            <End Role="UrunBirim" EntitySet="UrunBirim" />
          </AssociationSet>
          <AssociationSet Name="UrunBirim_Birim" Association="Self.UrunBirim_Birim">
            <End Role="Birim" EntitySet="Birim" />
            <End Role="UrunBirim" EntitySet="UrunBirim" />
          </AssociationSet>
          <AssociationSet Name="UrunBirim_Sirket" Association="Self.UrunBirim_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="UrunBirim" EntitySet="UrunBirim" />
          </AssociationSet>
          <AssociationSet Name="UrunBirim_Urun" Association="Self.UrunBirim_Urun">
            <End Role="Urun" EntitySet="Urun" />
            <End Role="UrunBirim" EntitySet="UrunBirim" />
          </AssociationSet>
          <AssociationSet Name="UrunMarka_Sirket" Association="Self.UrunMarka_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="UrunMarka" EntitySet="UrunMarka" />
          </AssociationSet>
          <AssociationSet Name="UrunMarka_Urun" Association="Self.UrunMarka_Urun">
            <End Role="Urun" EntitySet="Urun" />
            <End Role="UrunMarka" EntitySet="UrunMarka" />
          </AssociationSet>
          <AssociationSet Name="UrunMuhasebeHesap_HesapCikis" Association="Self.UrunMuhasebeHesap_HesapCikis">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="UrunMuhasebeHesap" EntitySet="UrunMuhasebeHesap" />
          </AssociationSet>
          <AssociationSet Name="UrunMuhasebeHesap_HesapEmanetGiris" Association="Self.UrunMuhasebeHesap_HesapEmanetGiris">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="UrunMuhasebeHesap" EntitySet="UrunMuhasebeHesap" />
          </AssociationSet>
          <AssociationSet Name="UrunMuhasebeHesap_HesapGiris" Association="Self.UrunMuhasebeHesap_HesapGiris">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="UrunMuhasebeHesap" EntitySet="UrunMuhasebeHesap" />
          </AssociationSet>
          <AssociationSet Name="UrunMuhasebeHesap_HesapOtellerArasiTransfer" Association="Self.UrunMuhasebeHesap_HesapOtellerArasiTransfer">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="UrunMuhasebeHesap" EntitySet="UrunMuhasebeHesap" />
          </AssociationSet>
          <AssociationSet Name="UrunMuhasebeHesap_HesapTuketim" Association="Self.UrunMuhasebeHesap_HesapTuketim">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="UrunMuhasebeHesap" EntitySet="UrunMuhasebeHesap" />
          </AssociationSet>
          <AssociationSet Name="Urun_UrunMuhasebeHesap" Association="Self.Urun_UrunMuhasebeHesap">
            <End Role="Urun" EntitySet="Urun" />
            <End Role="UrunMuhasebeHesap" EntitySet="UrunMuhasebeHesap" />
          </AssociationSet>
          <AssociationSet Name="UrunOzelBarkod_Sirket" Association="Self.UrunOzelBarkod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="UrunOzelBarkod" EntitySet="UrunOzelBarkod" />
          </AssociationSet>
          <AssociationSet Name="UrunOzelBarkod_Urun" Association="Self.UrunOzelBarkod_Urun">
            <End Role="Urun" EntitySet="Urun" />
            <End Role="UrunOzelBarkod" EntitySet="UrunOzelBarkod" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_Urun" Association="Self.StokhrkDetay_Urun">
            <End Role="Urun" EntitySet="Urun" />
            <End Role="StokhrkDetay" EntitySet="StokhrkDetay" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_UrunBirim" Association="Self.StokhrkDetay_UrunBirim">
            <End Role="UrunBirim" EntitySet="UrunBirim" />
            <End Role="StokhrkDetay" EntitySet="StokhrkDetay" />
          </AssociationSet>
          <AssociationSet Name="StokhrkDetay_VerenDepartman" Association="Self.StokhrkDetay_VerenDepartman">
            <End Role="DepartmanAna" EntitySet="DepartmanAna" />
            <End Role="StokhrkDetay" EntitySet="StokhrkDetay" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkAna_Sirket" Association="Self.ReceteHrkAna_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ReceteHrkAna" EntitySet="ReceteHrkAna" />
          </AssociationSet>
          <AssociationSet Name="ReceteHrkAna_StokhrkAna" Association="Self.ReceteHrkAna_StokhrkAna">
            <End Role="StokhrkAna" EntitySet="StokhrkAna" />
            <End Role="ReceteHrkAna" EntitySet="ReceteHrkAna" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_Sirket" Association="Self.StokhrkAna_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="StokhrkAna" EntitySet="StokhrkAna" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAnaBaglanti_Sirket" Association="Self.StokhrkAnaBaglanti_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="StokhrkAnaBaglanti" EntitySet="StokhrkAnaBaglanti" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_StokhrkAnaBaglantilar" Association="Self.StokhrkAna_StokhrkAnaBaglantilar">
            <End Role="StokhrkAna" EntitySet="StokhrkAna" />
            <End Role="StokhrkAnaBaglanti" EntitySet="StokhrkAnaBaglanti" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_StokhrkAnaBaglantilarDiger" Association="Self.StokhrkAna_StokhrkAnaBaglantilarDiger">
            <End Role="StokhrkAna" EntitySet="StokhrkAna" />
            <End Role="StokhrkAnaBaglanti" EntitySet="StokhrkAnaBaglanti" />
          </AssociationSet>
          <AssociationSet Name="StokhrkAna_Tevkifat" Association="Self.StokhrkAna_Tevkifat">
            <End Role="Tevkifat" EntitySet="Tevkifat" />
            <End Role="StokhrkAna" EntitySet="StokhrkAna" />
          </AssociationSet>
          <AssociationSet Name="PosSipDetay_StokhrkAna" Association="Self.PosSipDetay_StokhrkAna">
            <End Role="StokhrkAna" EntitySet="StokhrkAna" />
            <End Role="PosSipDetay" EntitySet="PosSipDetay" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeTipi_Depkod" Association="Self.PosOdemeTipi_Depkod">
            <End Role="Depkod" EntitySet="Depkod" />
            <End Role="PosOdemeTipi" EntitySet="PosOdemeTipi" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeTipi_Doviz" Association="Self.PosOdemeTipi_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="PosOdemeTipi" EntitySet="PosOdemeTipi" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeTipi_Sirket" Association="Self.PosOdemeTipi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosOdemeTipi" EntitySet="PosOdemeTipi" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeler_PosOdemeTipi" Association="Self.PosOdemeler_PosOdemeTipi">
            <End Role="PosOdemeTipi" EntitySet="PosOdemeTipi" />
            <End Role="PosOdemeler" EntitySet="PosOdemeler" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeler_PosOdenmezIkram" Association="Self.PosOdemeler_PosOdenmezIkram">
            <End Role="PosOdenmezIkram" EntitySet="PosOdenmezIkram" />
            <End Role="PosOdemeler" EntitySet="PosOdemeler" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeler_PosSipAna" Association="Self.PosOdemeler_PosSipAna">
            <End Role="PosSipAna" EntitySet="PosSipAna" />
            <End Role="PosOdemeler" EntitySet="PosOdemeler" />
          </AssociationSet>
          <AssociationSet Name="PosOdemeler_UstOdeme" Association="Self.PosOdemeler_UstOdeme">
            <End Role="PosOdemeler" EntitySet="PosOdemeler" />
            <End Role="PosOdemelerSelf" EntitySet="PosOdemeler" />
          </AssociationSet>
          <AssociationSet Name="PosSipAna_Sirket" Association="Self.PosSipAna_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosSipAna" EntitySet="PosSipAna" />
          </AssociationSet>
          <AssociationSet Name="PosMasa_Sirket" Association="Self.PosMasa_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosMasa" EntitySet="PosMasa" />
          </AssociationSet>
          <AssociationSet Name="PosDep_Referans" Association="Self.PosDep_Referans">
            <End Role="Referans" EntitySet="Referans" />
            <End Role="PosDep" EntitySet="PosDep" />
          </AssociationSet>
          <AssociationSet Name="PosDep_Sirket" Association="Self.PosDep_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosDep" EntitySet="PosDep" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglantiAna_PosDep" Association="Self.ReceteBaglantiAna_PosDep">
            <End Role="PosDep" EntitySet="PosDep" />
            <End Role="ReceteBaglantiAna" EntitySet="ReceteBaglantiAna" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglantiAna_PosSatKod" Association="Self.ReceteBaglantiAna_PosSatKod">
            <End Role="PosSatKod" EntitySet="PosSatKod" />
            <End Role="ReceteBaglantiAna" EntitySet="ReceteBaglantiAna" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglanti_GelirDepartmani" Association="Self.ReceteBaglanti_GelirDepartmani">
            <End Role="DepartmanAna" EntitySet="DepartmanAna" />
            <End Role="ReceteBaglanti" EntitySet="ReceteBaglanti" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglanti_ReceteBaglantiAna" Association="Self.ReceteBaglanti_ReceteBaglantiAna">
            <End Role="ReceteBaglantiAna" EntitySet="ReceteBaglantiAna" />
            <End Role="ReceteBaglanti" EntitySet="ReceteBaglanti" />
          </AssociationSet>
          <AssociationSet Name="ReceteIcerik_Recete" Association="Self.ReceteIcerik_Recete">
            <End Role="Recete" EntitySet="Recete" />
            <End Role="ReceteIcerik" EntitySet="ReceteIcerik" />
          </AssociationSet>
          <AssociationSet Name="ReceteIcerik_ReceteBaglanti" Association="Self.ReceteIcerik_ReceteBaglanti">
            <End Role="ReceteIcerik" EntitySet="ReceteIcerik" />
            <End Role="ReceteBaglanti" EntitySet="ReceteBaglanti" />
          </AssociationSet>
          <AssociationSet Name="ReceteIcerik_Sirket" Association="Self.ReceteIcerik_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ReceteIcerik" EntitySet="ReceteIcerik" />
          </AssociationSet>
          <AssociationSet Name="ReceteIcerik_Urun" Association="Self.ReceteIcerik_Urun">
            <End Role="Urun" EntitySet="Urun" />
            <End Role="ReceteIcerik" EntitySet="ReceteIcerik" />
          </AssociationSet>
          <AssociationSet Name="ReceteIcerik_UrunBirim" Association="Self.ReceteIcerik_UrunBirim">
            <End Role="UrunBirim" EntitySet="UrunBirim" />
            <End Role="ReceteIcerik" EntitySet="ReceteIcerik" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglanti_Sirket" Association="Self.ReceteBaglanti_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ReceteBaglanti" EntitySet="ReceteBaglanti" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglanti_TuketimDepartmani" Association="Self.ReceteBaglanti_TuketimDepartmani">
            <End Role="DepartmanAna" EntitySet="DepartmanAna" />
            <End Role="ReceteBaglanti" EntitySet="ReceteBaglanti" />
          </AssociationSet>
          <AssociationSet Name="ReceteBaglantiAna_Sirket" Association="Self.ReceteBaglantiAna_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ReceteBaglantiAna" EntitySet="ReceteBaglantiAna" />
          </AssociationSet>
          <AssociationSet Name="Recete_ReceteBaglantiAnalar" Association="Self.Recete_ReceteBaglantiAnalar">
            <End Role="Recete" EntitySet="Recete" />
            <End Role="ReceteBaglantiAna" EntitySet="ReceteBaglantiAna" />
          </AssociationSet>
          <AssociationSet Name="Recete_Sirket" Association="Self.Recete_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Recete" EntitySet="Recete" />
          </AssociationSet>
          <AssociationSet Name="MenuYemekRecete_Recete" Association="Self.MenuYemekRecete_Recete">
            <End Role="Recete" EntitySet="Recete" />
            <End Role="MenuYemekRecete" EntitySet="MenuYemekRecete" />
          </AssociationSet>
          <AssociationSet Name="MenuYemekRecete_Sirket" Association="Self.MenuYemekRecete_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="MenuYemekRecete" EntitySet="MenuYemekRecete" />
          </AssociationSet>
          <AssociationSet Name="MenuYemek_Sirket" Association="Self.MenuYemek_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="MenuYemek" EntitySet="MenuYemek" />
          </AssociationSet>
          <AssociationSet Name="CrmMenuTanimMenuYemek_Sirket" Association="Self.CrmMenuTanimMenuYemek_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmMenuTanimMenuYemek" EntitySet="CrmMenuTanimMenuYemek" />
          </AssociationSet>
          <AssociationSet Name="CrmMenuTanim_Sirket" Association="Self.CrmMenuTanim_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmMenuTanim" EntitySet="CrmMenuTanim" />
          </AssociationSet>
          <AssociationSet Name="CrmRezervasyonMenu_CrmMenuTanim" Association="Self.CrmRezervasyonMenu_CrmMenuTanim">
            <End Role="CrmMenuTanim" EntitySet="CrmMenuTanim" />
            <End Role="CrmRezervasyonMenu" EntitySet="CrmRezervasyonMenu" />
          </AssociationSet>
          <AssociationSet Name="CrmRezervasyonMenu_MenuYemek" Association="Self.CrmRezervasyonMenu_MenuYemek">
            <End Role="MenuYemek" EntitySet="MenuYemek" />
            <End Role="CrmRezervasyonMenu" EntitySet="CrmRezervasyonMenu" />
          </AssociationSet>
          <AssociationSet Name="CrmRezervasyonMenu_Musteri" Association="Self.CrmRezervasyonMenu_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="CrmRezervasyonMenu" EntitySet="CrmRezervasyonMenu" />
          </AssociationSet>
          <AssociationSet Name="CrmRezervasyonMenu_Sirket" Association="Self.CrmRezervasyonMenu_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmRezervasyonMenu" EntitySet="CrmRezervasyonMenu" />
          </AssociationSet>
          <AssociationSet Name="HesSorguSonuc_Kullanici" Association="Self.HesSorguSonuc_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="HesSorguSonuc" EntitySet="HesSorguSonuc" />
          </AssociationSet>
          <AssociationSet Name="HesSorguSonuc_Musteri" Association="Self.HesSorguSonuc_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="HesSorguSonuc" EntitySet="HesSorguSonuc" />
          </AssociationSet>
          <AssociationSet Name="Musteri_Kullanicilar" Association="Self.Musteri_Kullanicilar">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="Kullanici" EntitySet="Kullanici" />
          </AssociationSet>
          <AssociationSet Name="MusteriEmail_Email" Association="Self.MusteriEmail_Email">
            <End Role="Email" EntitySet="Email" />
            <End Role="MusteriEmail" EntitySet="MusteriEmail" />
          </AssociationSet>
          <AssociationSet Name="MusteriEmail_Musteri" Association="Self.MusteriEmail_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="MusteriEmail" EntitySet="MusteriEmail" />
          </AssociationSet>
          <AssociationSet Name="Musteri_MusteriKonaklamaEk" Association="Self.Musteri_MusteriKonaklamaEk">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="MusteriKonaklamaEk" EntitySet="MusteriKonaklamaEk" />
          </AssociationSet>
          <AssociationSet Name="MusteriOzellik_Musteri" Association="Self.MusteriOzellik_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="MusteriOzellik" EntitySet="MusteriOzellik" />
          </AssociationSet>
          <AssociationSet Name="MusteriOzellik_Ozellik" Association="Self.MusteriOzellik_Ozellik">
            <End Role="Ozellik" EntitySet="Ozellik" />
            <End Role="MusteriOzellik" EntitySet="MusteriOzellik" />
          </AssociationSet>
          <AssociationSet Name="MusteriOzellik_Sirket" Association="Self.MusteriOzellik_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="MusteriOzellik" EntitySet="MusteriOzellik" />
          </AssociationSet>
          <AssociationSet Name="Musteri_MusteriPersonelEk" Association="Self.Musteri_MusteriPersonelEk">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="MusteriPersonelEk" EntitySet="MusteriPersonelEk" />
          </AssociationSet>
          <AssociationSet Name="MusteriPlaka_Musteri" Association="Self.MusteriPlaka_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="MusteriPlaka" EntitySet="MusteriPlaka" />
          </AssociationSet>
          <AssociationSet Name="Plaka_MusteriPlakalar" Association="Self.Plaka_MusteriPlakalar">
            <End Role="Plaka" EntitySet="Plaka" />
            <End Role="MusteriPlaka" EntitySet="MusteriPlaka" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Kullanici" Association="Self.Reklamasyon_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="Reklamasyon" EntitySet="Reklamasyon" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Musteri" Association="Self.Reklamasyon_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="Reklamasyon" EntitySet="Reklamasyon" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Oda" Association="Self.Reklamasyon_Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="Reklamasyon" EntitySet="Reklamasyon" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Rez" Association="Self.Reklamasyon_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="Reklamasyon" EntitySet="Reklamasyon" />
          </AssociationSet>
          <AssociationSet Name="Sikayet_Sirket" Association="Self.Sikayet_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Sikayet" EntitySet="Sikayet" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Sikayet" Association="Self.Reklamasyon_Sikayet">
            <End Role="Sikayet" EntitySet="Sikayet" />
            <End Role="Reklamasyon" EntitySet="Reklamasyon" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Sirket" Association="Self.Reklamasyon_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Reklamasyon" EntitySet="Reklamasyon" />
          </AssociationSet>
          <AssociationSet Name="Talep_Sirket" Association="Self.Talep_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Talep" EntitySet="Talep" />
          </AssociationSet>
          <AssociationSet Name="Reklamasyon_Talep" Association="Self.Reklamasyon_Talep">
            <End Role="Talep" EntitySet="Talep" />
            <End Role="Reklamasyon" EntitySet="Reklamasyon" />
          </AssociationSet>
          <AssociationSet Name="CrmKurum_CrmSagliklar" Association="Self.CrmKurum_CrmSagliklar">
            <End Role="CrmKurum" EntitySet="CrmKurum" />
            <End Role="CrmSaglik" EntitySet="CrmSaglik" />
          </AssociationSet>
          <AssociationSet Name="CrmKurum_Sirket" Association="Self.CrmKurum_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmKurum" EntitySet="CrmKurum" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglikSemptom_CrmSaglik" Association="Self.CrmSaglikSemptom_CrmSaglik">
            <End Role="CrmSaglik" EntitySet="CrmSaglik" />
            <End Role="CrmSaglikSemptom" EntitySet="CrmSaglikSemptom" />
          </AssociationSet>
          <AssociationSet Name="CrmSemptom_CrmSaglikSemptomlar" Association="Self.CrmSemptom_CrmSaglikSemptomlar">
            <End Role="CrmSemptom" EntitySet="CrmSemptom" />
            <End Role="CrmSaglikSemptom" EntitySet="CrmSaglikSemptom" />
          </AssociationSet>
          <AssociationSet Name="CrmSemptom_Sirket" Association="Self.CrmSemptom_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmSemptom" EntitySet="CrmSemptom" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglikTeshis_CrmSaglik" Association="Self.CrmSaglikTeshis_CrmSaglik">
            <End Role="CrmSaglik" EntitySet="CrmSaglik" />
            <End Role="CrmSaglikTeshis" EntitySet="CrmSaglikTeshis" />
          </AssociationSet>
          <AssociationSet Name="CrmTeshis_CrmSaglikTeshisler" Association="Self.CrmTeshis_CrmSaglikTeshisler">
            <End Role="CrmTeshis" EntitySet="CrmTeshis" />
            <End Role="CrmSaglikTeshis" EntitySet="CrmSaglikTeshis" />
          </AssociationSet>
          <AssociationSet Name="CrmTeshis_Sirket" Association="Self.CrmTeshis_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmTeshis" EntitySet="CrmTeshis" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglik_Kullanici" Association="Self.CrmSaglik_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="CrmSaglik" EntitySet="CrmSaglik" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglik_Musteri" Association="Self.CrmSaglik_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="CrmSaglik" EntitySet="CrmSaglik" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglik_Oda" Association="Self.CrmSaglik_Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="CrmSaglik" EntitySet="CrmSaglik" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglik_Rez" Association="Self.CrmSaglik_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="CrmSaglik" EntitySet="CrmSaglik" />
          </AssociationSet>
          <AssociationSet Name="CrmSaglik_Sirket" Association="Self.CrmSaglik_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmSaglik" EntitySet="CrmSaglik" />
          </AssociationSet>
          <AssociationSet Name="MusteriTel_Musteri" Association="Self.MusteriTel_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="MusteriTel" EntitySet="MusteriTel" />
          </AssociationSet>
          <AssociationSet Name="Tel_MusteriTeller" Association="Self.Tel_MusteriTeller">
            <End Role="Tel" EntitySet="Tel" />
            <End Role="MusteriTel" EntitySet="MusteriTel" />
          </AssociationSet>
          <AssociationSet Name="Kullanici_SirketKullanicilar" Association="Self.Kullanici_SirketKullanicilar">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="SirketKullanici" EntitySet="SirketKullanici" />
          </AssociationSet>
          <AssociationSet Name="SirketKullanici_Sirket" Association="Self.SirketKullanici_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SirketKullanici" EntitySet="SirketKullanici" />
          </AssociationSet>
          <AssociationSet Name="MailSunucu_Sirket" Association="Self.MailSunucu_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="MailSunucu" EntitySet="MailSunucu" />
          </AssociationSet>
          <AssociationSet Name="AcentaMail_MailIslem" Association="Self.AcentaMail_MailIslem">
            <End Role="MailIslem" EntitySet="MailIslem" />
            <End Role="AcentaMail" EntitySet="AcentaMail" />
          </AssociationSet>
          <AssociationSet Name="AcentaProforma_Acenta" Association="Self.AcentaProforma_Acenta">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="AcentaProforma" EntitySet="AcentaProforma" />
          </AssociationSet>
          <AssociationSet Name="Acenta_AcenteBavelEk" Association="Self.Acenta_AcenteBavelEk">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="AcenteBavelEk" EntitySet="AcenteBavelEk" />
          </AssociationSet>
          <AssociationSet Name="AcenteHeskod_Acenta" Association="Self.AcenteHeskod_Acenta">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="AcenteHeskod" EntitySet="AcenteHeskod" />
          </AssociationSet>
          <AssociationSet Name="AcenteHeskod_Heskod" Association="Self.AcenteHeskod_Heskod">
            <End Role="Heskod" EntitySet="Heskod" />
            <End Role="AcenteHeskod" EntitySet="AcenteHeskod" />
          </AssociationSet>
          <AssociationSet Name="AcenteHeskod_Sirket" Association="Self.AcenteHeskod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="AcenteHeskod" EntitySet="AcenteHeskod" />
          </AssociationSet>
          <AssociationSet Name="BreakDownAcenta_Acenta" Association="Self.BreakDownAcenta_Acenta">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="BreakDownAcenta" EntitySet="BreakDownAcenta" />
          </AssociationSet>
          <AssociationSet Name="BreakDownAcenta_Breakdown" Association="Self.BreakDownAcenta_Breakdown">
            <End Role="Breakdown" EntitySet="Breakdown" />
            <End Role="BreakDownAcenta" EntitySet="BreakDownAcenta" />
          </AssociationSet>
          <AssociationSet Name="BreakDownAcenta_Pansiyon" Association="Self.BreakDownAcenta_Pansiyon">
            <End Role="Pansiyon" EntitySet="Pansiyon" />
            <End Role="BreakDownAcenta" EntitySet="BreakDownAcenta" />
          </AssociationSet>
          <AssociationSet Name="BreakDownAcenta_Sirket" Association="Self.BreakDownAcenta_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="BreakDownAcenta" EntitySet="BreakDownAcenta" />
          </AssociationSet>
          <AssociationSet Name="OnbGrupAcenta_Acenta" Association="Self.OnbGrupAcenta_Acenta">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="OnbGrupAcenta" EntitySet="OnbGrupAcenta" />
          </AssociationSet>
          <AssociationSet Name="OnbGrup_OnbGrupAcentalar" Association="Self.OnbGrup_OnbGrupAcentalar">
            <End Role="OnbGrup" EntitySet="OnbGrup" />
            <End Role="OnbGrupAcenta" EntitySet="OnbGrupAcenta" />
          </AssociationSet>
          <AssociationSet Name="OnbGrup_Sirket" Association="Self.OnbGrup_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OnbGrup" EntitySet="OnbGrup" />
          </AssociationSet>
          <AssociationSet Name="Acenta_OnbReferans" Association="Self.Acenta_OnbReferans">
            <End Role="OnbReferans" EntitySet="OnbReferans" />
            <End Role="Acenta" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="Acenta_Sirket" Association="Self.Acenta_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Acenta" EntitySet="Acenta" />
          </AssociationSet>
          <AssociationSet Name="ATkpGrupIzin_Sirket" Association="Self.ATkpGrupIzin_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ATkpGrupIzin" EntitySet="ATkpGrupIzin" />
          </AssociationSet>
          <AssociationSet Name="ArizaTakipIzin_ATkpGrupIzin" Association="Self.ArizaTakipIzin_ATkpGrupIzin">
            <End Role="ATkpGrupIzin" EntitySet="ATkpGrupIzin" />
            <End Role="ArizaTakipIzin" EntitySet="ArizaTakipIzin" />
          </AssociationSet>
          <AssociationSet Name="ArizaTakipIzin_Kullanici" Association="Self.ArizaTakipIzin_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="ArizaTakipIzin" EntitySet="ArizaTakipIzin" />
          </AssociationSet>
          <AssociationSet Name="ArizaTakipIzin_Sirket" Association="Self.ArizaTakipIzin_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ArizaTakipIzin" EntitySet="ArizaTakipIzin" />
          </AssociationSet>
          <AssociationSet Name="ArizaTakipSablon_IstipiTum" Association="Self.ArizaTakipSablon_IstipiTum">
            <End Role="IstipiTum" EntitySet="IstipiTum" />
            <End Role="ArizaTakipSablon" EntitySet="ArizaTakipSablon" />
          </AssociationSet>
          <AssociationSet Name="ArizaTakipSablon_Sirket" Association="Self.ArizaTakipSablon_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ArizaTakipSablon" EntitySet="ArizaTakipSablon" />
          </AssociationSet>
          <AssociationSet Name="AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup" Association="Self.AsyaReportPreviewGroupDetail_AsyaReportPreviewGroup">
            <End Role="AsyaReportPreviewGroup" EntitySet="AsyaReportPreviewGroup" />
            <End Role="AsyaReportPreviewGroupDetail" EntitySet="AsyaReportPreviewGroupDetail" />
          </AssociationSet>
          <AssociationSet Name="ATkpDepKlnc_ATkpGrupIzin" Association="Self.ATkpDepKlnc_ATkpGrupIzin">
            <End Role="ATkpGrupIzin" EntitySet="ATkpGrupIzin" />
            <End Role="ATkpDepKlnc" EntitySet="ATkpDepKlnc" />
          </AssociationSet>
          <AssociationSet Name="ATkpDepKlnc_Kullanici" Association="Self.ATkpDepKlnc_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="ATkpDepKlnc" EntitySet="ATkpDepKlnc" />
          </AssociationSet>
          <AssociationSet Name="ATkpDepKlnc_Sirket" Association="Self.ATkpDepKlnc_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ATkpDepKlnc" EntitySet="ATkpDepKlnc" />
          </AssociationSet>
          <AssociationSet Name="BakimStok_BakimEnvanter" Association="Self.BakimStok_BakimEnvanter">
            <End Role="BakimEnvanter" EntitySet="BakimEnvanter" />
            <End Role="BakimStok" EntitySet="BakimStok" />
          </AssociationSet>
          <AssociationSet Name="BakimIcerik_BakimStok" Association="Self.BakimIcerik_BakimStok">
            <End Role="BakimStok" EntitySet="BakimStok" />
            <End Role="BakimIcerik" EntitySet="BakimIcerik" />
          </AssociationSet>
          <AssociationSet Name="BakimIcerik_Sirket" Association="Self.BakimIcerik_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="BakimIcerik" EntitySet="BakimIcerik" />
          </AssociationSet>
          <AssociationSet Name="BakimMakinaAna_BakimMakinalar" Association="Self.BakimMakinaAna_BakimMakinalar">
            <End Role="BakimMakinaAna" EntitySet="BakimMakinaAna" />
            <End Role="BakimMakina" EntitySet="BakimMakina" />
          </AssociationSet>
          <AssociationSet Name="BakimMakinaAna_Sirket" Association="Self.BakimMakinaAna_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="BakimMakinaAna" EntitySet="BakimMakinaAna" />
          </AssociationSet>
          <AssociationSet Name="BakimMakinaEk_iptalArizaGorevli" Association="Self.BakimMakinaEk_iptalArizaGorevli">
            <End Role="ArizaGorevli" EntitySet="ArizaGorevli" />
            <End Role="BakimMakinaEk" EntitySet="BakimMakinaEk" />
          </AssociationSet>
          <AssociationSet Name="BakimMakinaEk_OnayArizaGorevli" Association="Self.BakimMakinaEk_OnayArizaGorevli">
            <End Role="ArizaGorevli" EntitySet="ArizaGorevli" />
            <End Role="BakimMakinaEk" EntitySet="BakimMakinaEk" />
          </AssociationSet>
          <AssociationSet Name="BakimMakinaEk_TamamArizaGorevli" Association="Self.BakimMakinaEk_TamamArizaGorevli">
            <End Role="ArizaGorevli" EntitySet="ArizaGorevli" />
            <End Role="BakimMakinaEk" EntitySet="BakimMakinaEk" />
          </AssociationSet>
          <AssociationSet Name="BakimMakina_BakimMakinaEk" Association="Self.BakimMakina_BakimMakinaEk">
            <End Role="BakimMakina" EntitySet="BakimMakina" />
            <End Role="BakimMakinaEk" EntitySet="BakimMakinaEk" />
          </AssociationSet>
          <AssociationSet Name="BakimMakina_BakimStok" Association="Self.BakimMakina_BakimStok">
            <End Role="BakimStok" EntitySet="BakimStok" />
            <End Role="BakimMakina" EntitySet="BakimMakina" />
          </AssociationSet>
          <AssociationSet Name="BakimMakina_Sirket" Association="Self.BakimMakina_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="BakimMakina" EntitySet="BakimMakina" />
          </AssociationSet>
          <AssociationSet Name="BakimStok_BakimStokEk" Association="Self.BakimStok_BakimStokEk">
            <End Role="BakimStok" EntitySet="BakimStok" />
            <End Role="BakimStokEk" EntitySet="BakimStokEk" />
          </AssociationSet>
          <AssociationSet Name="BakimTipi_Sirket" Association="Self.BakimTipi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="BakimTipi" EntitySet="BakimTipi" />
          </AssociationSet>
          <AssociationSet Name="BakimStok_BakimTipi" Association="Self.BakimStok_BakimTipi">
            <End Role="BakimTipi" EntitySet="BakimTipi" />
            <End Role="BakimStok" EntitySet="BakimStok" />
          </AssociationSet>
          <AssociationSet Name="BakimStok_BolumYer" Association="Self.BakimStok_BolumYer">
            <End Role="BolumYer" EntitySet="BolumYer" />
            <End Role="BakimStok" EntitySet="BakimStok" />
          </AssociationSet>
          <AssociationSet Name="BakimStok_IstipiTum" Association="Self.BakimStok_IstipiTum">
            <End Role="IstipiTum" EntitySet="IstipiTum" />
            <End Role="BakimStok" EntitySet="BakimStok" />
          </AssociationSet>
          <AssociationSet Name="BakimStok_Sirket" Association="Self.BakimStok_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="BakimStok" EntitySet="BakimStok" />
          </AssociationSet>
          <AssociationSet Name="BakimEnvanter_Sirket" Association="Self.BakimEnvanter_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="BakimEnvanter" EntitySet="BakimEnvanter" />
          </AssociationSet>
          <AssociationSet Name="BavelBilgiTanim_OnbReferans" Association="Self.BavelBilgiTanim_OnbReferans">
            <End Role="OnbReferans" EntitySet="OnbReferans" />
            <End Role="BavelBilgiTanim" EntitySet="BavelBilgiTanim" />
          </AssociationSet>
          <AssociationSet Name="BavelBilgiTanim_Sirket" Association="Self.BavelBilgiTanim_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="BavelBilgiTanim" EntitySet="BavelBilgiTanim" />
          </AssociationSet>
          <AssociationSet Name="Blok_Sirket" Association="Self.Blok_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Blok" EntitySet="Blok" />
          </AssociationSet>
          <AssociationSet Name="BreakdownHrk_Breakdown" Association="Self.BreakdownHrk_Breakdown">
            <End Role="Breakdown" EntitySet="Breakdown" />
            <End Role="BreakdownHrk" EntitySet="BreakdownHrk" />
          </AssociationSet>
          <AssociationSet Name="BreakdownHrk_BreakMalzeme" Association="Self.BreakdownHrk_BreakMalzeme">
            <End Role="BreakMalzeme" EntitySet="BreakMalzeme" />
            <End Role="BreakdownHrk" EntitySet="BreakdownHrk" />
          </AssociationSet>
          <AssociationSet Name="BreakdownHrk_Doviz" Association="Self.BreakdownHrk_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="BreakdownHrk" EntitySet="BreakdownHrk" />
          </AssociationSet>
          <AssociationSet Name="BreakdownHrk_Sirket" Association="Self.BreakdownHrk_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="BreakdownHrk" EntitySet="BreakdownHrk" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_AltGrup" Association="Self.CikisHesap_AltGrup">
            <End Role="AltGrup" EntitySet="AltGrup" />
            <End Role="CikisHesap" EntitySet="CikisHesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_DepartmanAna" Association="Self.CikisHesap_DepartmanAna">
            <End Role="DepartmanAna" EntitySet="DepartmanAna" />
            <End Role="CikisHesap" EntitySet="CikisHesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_DepartmanCikisHesap" Association="Self.CikisHesap_DepartmanCikisHesap">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="CikisHesap" EntitySet="CikisHesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_EmanetDepoHesap" Association="Self.CikisHesap_EmanetDepoHesap">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="CikisHesap" EntitySet="CikisHesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_Envanter" Association="Self.CikisHesap_Envanter">
            <End Role="Envanter" EntitySet="Envanter" />
            <End Role="CikisHesap" EntitySet="CikisHesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_GirisHesap" Association="Self.CikisHesap_GirisHesap">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="CikisHesap" EntitySet="CikisHesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_Grup" Association="Self.CikisHesap_Grup">
            <End Role="Grup" EntitySet="Grup" />
            <End Role="CikisHesap" EntitySet="CikisHesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_Sirket" Association="Self.CikisHesap_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CikisHesap" EntitySet="CikisHesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_TransferHesap" Association="Self.CikisHesap_TransferHesap">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="CikisHesap" EntitySet="CikisHesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_TuketimHesap" Association="Self.CikisHesap_TuketimHesap">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="CikisHesap" EntitySet="CikisHesap" />
          </AssociationSet>
          <AssociationSet Name="CikisHesap_Urun" Association="Self.CikisHesap_Urun">
            <End Role="Urun" EntitySet="Urun" />
            <End Role="CikisHesap" EntitySet="CikisHesap" />
          </AssociationSet>
          <AssociationSet Name="CiktiTaslakKolon_CiktiTaslak" Association="Self.CiktiTaslakKolon_CiktiTaslak">
            <End Role="CiktiTaslak" EntitySet="CiktiTaslak" />
            <End Role="CiktiTaslakKolon" EntitySet="CiktiTaslakKolon" />
          </AssociationSet>
          <AssociationSet Name="CiktiTaslak_Kullanici" Association="Self.CiktiTaslak_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="CiktiTaslak" EntitySet="CiktiTaslak" />
          </AssociationSet>
          <AssociationSet Name="CiktiTaslak_Sirket" Association="Self.CiktiTaslak_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CiktiTaslak" EntitySet="CiktiTaslak" />
          </AssociationSet>
          <AssociationSet Name="CrmGenelInfo_Dil" Association="Self.CrmGenelInfo_Dil">
            <End Role="Dil" EntitySet="Dil" />
            <End Role="CrmGenelInfo" EntitySet="CrmGenelInfo" />
          </AssociationSet>
          <AssociationSet Name="CrmGenelInfo_Sirket" Association="Self.CrmGenelInfo_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmGenelInfo" EntitySet="CrmGenelInfo" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_CrmBildirenDepartman" Association="Self.CrmGorevAtamaSira_CrmBildirenDepartman">
            <End Role="CrmDepartman" EntitySet="CrmDepartman" />
            <End Role="CrmGorevAtamaSira" EntitySet="CrmGorevAtamaSira" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_CrmBilOnemTuru" Association="Self.CrmGorevAtamaSira_CrmBilOnemTuru">
            <End Role="CrmBilOnemTuru" EntitySet="CrmBilOnemTuru" />
            <End Role="CrmGorevAtamaSira" EntitySet="CrmGorevAtamaSira" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_CrmGorevAtamaAna" Association="Self.CrmGorevAtamaSira_CrmGorevAtamaAna">
            <End Role="CrmGorevAtamaAna" EntitySet="CrmGorevAtamaAna" />
            <End Role="CrmGorevAtamaSira" EntitySet="CrmGorevAtamaSira" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_CrmSorumluDepartman" Association="Self.CrmGorevAtamaSira_CrmSorumluDepartman">
            <End Role="CrmDepartman" EntitySet="CrmDepartman" />
            <End Role="CrmGorevAtamaSira" EntitySet="CrmGorevAtamaSira" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_Kullanici" Association="Self.CrmGorevAtamaSira_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="CrmGorevAtamaSira" EntitySet="CrmGorevAtamaSira" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_Oda" Association="Self.CrmGorevAtamaSira_Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="CrmGorevAtamaSira" EntitySet="CrmGorevAtamaSira" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaSira_Sirket" Association="Self.CrmGorevAtamaSira_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmGorevAtamaSira" EntitySet="CrmGorevAtamaSira" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaAna_Kullanici" Association="Self.CrmGorevAtamaAna_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="CrmGorevAtamaAna" EntitySet="CrmGorevAtamaAna" />
          </AssociationSet>
          <AssociationSet Name="CrmGorevAtamaAna_Sirket" Association="Self.CrmGorevAtamaAna_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmGorevAtamaAna" EntitySet="CrmGorevAtamaAna" />
          </AssociationSet>
          <AssociationSet Name="CrmKioskAyar_Sirket" Association="Self.CrmKioskAyar_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmKioskAyar" EntitySet="CrmKioskAyar" />
          </AssociationSet>
          <AssociationSet Name="CrmRestoranInfo_RestoranBolumMasaTanim" Association="Self.CrmRestoranInfo_RestoranBolumMasaTanim">
            <End Role="RestoranBolumMasaTanim" EntitySet="RestoranBolumMasaTanim" />
            <End Role="CrmRestoranInfo" EntitySet="CrmRestoranInfo" />
          </AssociationSet>
          <AssociationSet Name="CrmRestoranInfo_Sirket" Association="Self.CrmRestoranInfo_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmRestoranInfo" EntitySet="CrmRestoranInfo" />
          </AssociationSet>
          <AssociationSet Name="CrmRezTipUyari_Sirket" Association="Self.CrmRezTipUyari_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmRezTipUyari" EntitySet="CrmRezTipUyari" />
          </AssociationSet>
          <AssociationSet Name="CrmRezTipUyari_Vip" Association="Self.CrmRezTipUyari_Vip">
            <End Role="Vip" EntitySet="Vip" />
            <End Role="CrmRezTipUyari" EntitySet="CrmRezTipUyari" />
          </AssociationSet>
          <AssociationSet Name="CrmWebAyar_CrmBildirimTur" Association="Self.CrmWebAyar_CrmBildirimTur">
            <End Role="CrmBildirimTur" EntitySet="CrmBildirimTur" />
            <End Role="CrmWebAyar" EntitySet="CrmWebAyar" />
          </AssociationSet>
          <AssociationSet Name="CrmWebAyar_CrmDepartman" Association="Self.CrmWebAyar_CrmDepartman">
            <End Role="CrmDepartman" EntitySet="CrmDepartman" />
            <End Role="CrmWebAyar" EntitySet="CrmWebAyar" />
          </AssociationSet>
          <AssociationSet Name="CrmWebAyar_CrmYorumKaynak" Association="Self.CrmWebAyar_CrmYorumKaynak">
            <End Role="CrmYorumKaynak" EntitySet="CrmYorumKaynak" />
            <End Role="CrmWebAyar" EntitySet="CrmWebAyar" />
          </AssociationSet>
          <AssociationSet Name="CrmWebAyar_Sirket" Association="Self.CrmWebAyar_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="CrmWebAyar" EntitySet="CrmWebAyar" />
          </AssociationSet>
          <AssociationSet Name="DysDokuman_DysAna" Association="Self.DysDokuman_DysAna">
            <End Role="DysAna" EntitySet="DysAna" />
            <End Role="DysDokuman" EntitySet="DysDokuman" />
          </AssociationSet>
          <AssociationSet Name="DysDokumanTip_Sirket" Association="Self.DysDokumanTip_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="DysDokumanTip" EntitySet="DysDokumanTip" />
          </AssociationSet>
          <AssociationSet Name="DysDokuman_DysDokumanTip" Association="Self.DysDokuman_DysDokumanTip">
            <End Role="DysDokumanTip" EntitySet="DysDokumanTip" />
            <End Role="DysDokuman" EntitySet="DysDokuman" />
          </AssociationSet>
          <AssociationSet Name="EDefterBelgeTipi_Sirket" Association="Self.EDefterBelgeTipi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="EDefterBelgeTipi" EntitySet="EDefterBelgeTipi" />
          </AssociationSet>
          <AssociationSet Name="Esya_Sirket" Association="Self.Esya_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Esya" EntitySet="Esya" />
          </AssociationSet>
          <AssociationSet Name="FaturaKaynak_Sirket" Association="Self.FaturaKaynak_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="FaturaKaynak" EntitySet="FaturaKaynak" />
          </AssociationSet>
          <AssociationSet Name="FisKaynagi_Sirket" Association="Self.FisKaynagi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="FisKaynagi" EntitySet="FisKaynagi" />
          </AssociationSet>
          <AssociationSet Name="FiyatFiltre_Kullanici" Association="Self.FiyatFiltre_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="FiyatFiltre" EntitySet="FiyatFiltre" />
          </AssociationSet>
          <AssociationSet Name="GoogleDil_Sirket" Association="Self.GoogleDil_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="GoogleDil" EntitySet="GoogleDil" />
          </AssociationSet>
          <AssociationSet Name="GoogleOzelGun_GoogleDil" Association="Self.GoogleOzelGun_GoogleDil">
            <End Role="GoogleDil" EntitySet="GoogleDil" />
            <End Role="GoogleOzelGun" EntitySet="GoogleOzelGun" />
          </AssociationSet>
          <AssociationSet Name="GoogleOzelGun_Sirket" Association="Self.GoogleOzelGun_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="GoogleOzelGun" EntitySet="GoogleOzelGun" />
          </AssociationSet>
          <AssociationSet Name="Gundem_Sirket" Association="Self.Gundem_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Gundem" EntitySet="Gundem" />
          </AssociationSet>
          <AssociationSet Name="Toplanti_Gundemler" Association="Self.Toplanti_Gundemler">
            <End Role="Toplanti" EntitySet="Toplanti" />
            <End Role="Gundem" EntitySet="Gundem" />
          </AssociationSet>
          <AssociationSet Name="Salon_Sirket" Association="Self.Salon_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Salon" EntitySet="Salon" />
          </AssociationSet>
          <AssociationSet Name="Toplanti_Salon" Association="Self.Toplanti_Salon">
            <End Role="Salon" EntitySet="Salon" />
            <End Role="Toplanti" EntitySet="Toplanti" />
          </AssociationSet>
          <AssociationSet Name="Toplanti_Sirket" Association="Self.Toplanti_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Toplanti" EntitySet="Toplanti" />
          </AssociationSet>
          <AssociationSet Name="ToplantiKisi_Sirket" Association="Self.ToplantiKisi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ToplantiKisi" EntitySet="ToplantiKisi" />
          </AssociationSet>
          <AssociationSet Name="ToplantiKisi_Toplanti" Association="Self.ToplantiKisi_Toplanti">
            <End Role="Toplanti" EntitySet="Toplanti" />
            <End Role="ToplantiKisi" EntitySet="ToplantiKisi" />
          </AssociationSet>
          <AssociationSet Name="GunlukRestoranKapasitesi_RestoranBolumMasaTanim" Association="Self.GunlukRestoranKapasitesi_RestoranBolumMasaTanim">
            <End Role="RestoranBolumMasaTanim" EntitySet="RestoranBolumMasaTanim" />
            <End Role="GunlukRestoranKapasitesi" EntitySet="GunlukRestoranKapasitesi" />
          </AssociationSet>
          <AssociationSet Name="GunlukRestoranKapasitesi_Sirket" Association="Self.GunlukRestoranKapasitesi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="GunlukRestoranKapasitesi" EntitySet="GunlukRestoranKapasitesi" />
          </AssociationSet>
          <AssociationSet Name="GunTanim_Sirket" Association="Self.GunTanim_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="GunTanim" EntitySet="GunTanim" />
          </AssociationSet>
          <AssociationSet Name="Hakedis_Sirket" Association="Self.Hakedis_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Hakedis" EntitySet="Hakedis" />
          </AssociationSet>
          <AssociationSet Name="HalFiyat_Sirket" Association="Self.HalFiyat_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="HalFiyat" EntitySet="HalFiyat" />
          </AssociationSet>
          <AssociationSet Name="HalFiyat_Urun" Association="Self.HalFiyat_Urun">
            <End Role="Urun" EntitySet="Urun" />
            <End Role="HalFiyat" EntitySet="HalFiyat" />
          </AssociationSet>
          <AssociationSet Name="HesBilgi_Sirket" Association="Self.HesBilgi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="HesBilgi" EntitySet="HesBilgi" />
          </AssociationSet>
          <AssociationSet Name="SirketBilgi_OnbReferans" Association="Self.SirketBilgi_OnbReferans">
            <End Role="OnbReferans" EntitySet="OnbReferans" />
            <End Role="SirketBilgi" EntitySet="SirketBilgi" />
          </AssociationSet>
          <AssociationSet Name="SirketBilgi_Sirket" Association="Self.SirketBilgi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SirketBilgi" EntitySet="SirketBilgi" />
          </AssociationSet>
          <AssociationSet Name="HesBilgi_SirketBilgi" Association="Self.HesBilgi_SirketBilgi">
            <End Role="SirketBilgi" EntitySet="SirketBilgi" />
            <End Role="HesBilgi" EntitySet="HesBilgi" />
          </AssociationSet>
          <AssociationSet Name="Schedule_Sirket" Association="Self.Schedule_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Schedule" EntitySet="Schedule" />
          </AssociationSet>
          <AssociationSet Name="Job_Schedule" Association="Self.Job_Schedule">
            <End Role="Schedule" EntitySet="Schedule" />
            <End Role="Job" EntitySet="Job" />
          </AssociationSet>
          <AssociationSet Name="Job_Sirket" Association="Self.Job_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Job" EntitySet="Job" />
          </AssociationSet>
          <AssociationSet Name="JobHistory_Job" Association="Self.JobHistory_Job">
            <End Role="Job" EntitySet="Job" />
            <End Role="JobHistory" EntitySet="JobHistory" />
          </AssociationSet>
          <AssociationSet Name="JobHistory_Sirket" Association="Self.JobHistory_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="JobHistory" EntitySet="JobHistory" />
          </AssociationSet>
          <AssociationSet Name="KanalAcente_Acenta" Association="Self.KanalAcente_Acenta">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="KanalAcente" EntitySet="KanalAcente" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_Acenta" Association="Self.KanalEsitleme_Acenta">
            <End Role="Acenta" EntitySet="Acenta" />
            <End Role="KanalEsitleme" EntitySet="KanalEsitleme" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_KanalAcente" Association="Self.KanalEsitleme_KanalAcente">
            <End Role="KanalAcente" EntitySet="KanalAcente" />
            <End Role="KanalEsitleme" EntitySet="KanalEsitleme" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_OdaKonum" Association="Self.KanalEsitleme_OdaKonum">
            <End Role="OdaKonum" EntitySet="OdaKonum" />
            <End Role="KanalEsitleme" EntitySet="KanalEsitleme" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_OnbReferans" Association="Self.KanalEsitleme_OnbReferans">
            <End Role="OnbReferans" EntitySet="OnbReferans" />
            <End Role="KanalEsitleme" EntitySet="KanalEsitleme" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_Pansiyon" Association="Self.KanalEsitleme_Pansiyon">
            <End Role="Pansiyon" EntitySet="Pansiyon" />
            <End Role="KanalEsitleme" EntitySet="KanalEsitleme" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_Sirket" Association="Self.KanalEsitleme_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="KanalEsitleme" EntitySet="KanalEsitleme" />
          </AssociationSet>
          <AssociationSet Name="KanalEsitleme_Ulke" Association="Self.KanalEsitleme_Ulke">
            <End Role="Ulke" EntitySet="Ulke" />
            <End Role="KanalEsitleme" EntitySet="KanalEsitleme" />
          </AssociationSet>
          <AssociationSet Name="KanalGiris_KanalAcente" Association="Self.KanalGiris_KanalAcente">
            <End Role="KanalGiris" EntitySet="KanalGiris" />
            <End Role="KanalAcente" EntitySet="KanalAcente" />
          </AssociationSet>
          <AssociationSet Name="KanalGiris_OnbReferans" Association="Self.KanalGiris_OnbReferans">
            <End Role="OnbReferans" EntitySet="OnbReferans" />
            <End Role="KanalGiris" EntitySet="KanalGiris" />
          </AssociationSet>
          <AssociationSet Name="KanalGiris_Sirket" Association="Self.KanalGiris_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="KanalGiris" EntitySet="KanalGiris" />
          </AssociationSet>
          <AssociationSet Name="KanalAcente_OnbReferans" Association="Self.KanalAcente_OnbReferans">
            <End Role="OnbReferans" EntitySet="OnbReferans" />
            <End Role="KanalAcente" EntitySet="KanalAcente" />
          </AssociationSet>
          <AssociationSet Name="KanalAcente_Sirket" Association="Self.KanalAcente_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="KanalAcente" EntitySet="KanalAcente" />
          </AssociationSet>
          <AssociationSet Name="Kapasite_RestoranBolumMasaId" Association="Self.Kapasite_RestoranBolumMasaId">
            <End Role="RestoranBolumMasaTanim" EntitySet="RestoranBolumMasaTanim" />
            <End Role="Kapasite" EntitySet="Kapasite" />
          </AssociationSet>
          <AssociationSet Name="Kapasite_Sirket" Association="Self.Kapasite_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Kapasite" EntitySet="Kapasite" />
          </AssociationSet>
          <AssociationSet Name="Kayip_Departman" Association="Self.Kayip_Departman">
            <End Role="Departman" EntitySet="Departman" />
            <End Role="Kayip" EntitySet="Kayip" />
          </AssociationSet>
          <AssociationSet Name="Kayip_Esya" Association="Self.Kayip_Esya">
            <End Role="Esya" EntitySet="Esya" />
            <End Role="Kayip" EntitySet="Kayip" />
          </AssociationSet>
          <AssociationSet Name="Kayiphrk_Kayip" Association="Self.Kayiphrk_Kayip">
            <End Role="Kayip" EntitySet="Kayip" />
            <End Role="Kayiphrk" EntitySet="Kayiphrk" />
          </AssociationSet>
          <AssociationSet Name="Kayiphrk_Sirket" Association="Self.Kayiphrk_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Kayiphrk" EntitySet="Kayiphrk" />
          </AssociationSet>
          <AssociationSet Name="Kayip_Oda" Association="Self.Kayip_Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="Kayip" EntitySet="Kayip" />
          </AssociationSet>
          <AssociationSet Name="Kayip_Sirket" Association="Self.Kayip_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Kayip" EntitySet="Kayip" />
          </AssociationSet>
          <AssociationSet Name="KolBandiSeri_Sirket" Association="Self.KolBandiSeri_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="KolBandiSeri" EntitySet="KolBandiSeri" />
          </AssociationSet>
          <AssociationSet Name="KolBandiSorgu_Kullanici" Association="Self.KolBandiSorgu_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="KolBandiSorgu" EntitySet="KolBandiSorgu" />
          </AssociationSet>
          <AssociationSet Name="KolBandiSorgu_Rez" Association="Self.KolBandiSorgu_Rez">
            <End Role="Rez" EntitySet="Rez" />
            <End Role="KolBandiSorgu" EntitySet="KolBandiSorgu" />
          </AssociationSet>
          <AssociationSet Name="KolBandiSorgu_Sirket" Association="Self.KolBandiSorgu_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="KolBandiSorgu" EntitySet="KolBandiSorgu" />
          </AssociationSet>
          <AssociationSet Name="KonumGrup_Sirket" Association="Self.KonumGrup_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="KonumGrup" EntitySet="KonumGrup" />
          </AssociationSet>
          <AssociationSet Name="KonumGrupBaglanti_KonumGrup" Association="Self.KonumGrupBaglanti_KonumGrup">
            <End Role="KonumGrup" EntitySet="KonumGrup" />
            <End Role="KonumGrupBaglanti" EntitySet="KonumGrupBaglanti" />
          </AssociationSet>
          <AssociationSet Name="KonumGrupBaglanti_OdaKonum" Association="Self.KonumGrupBaglanti_OdaKonum">
            <End Role="OdaKonum" EntitySet="OdaKonum" />
            <End Role="KonumGrupBaglanti" EntitySet="KonumGrupBaglanti" />
          </AssociationSet>
          <AssociationSet Name="KonumGrupBaglanti_Sirket" Association="Self.KonumGrupBaglanti_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="KonumGrupBaglanti" EntitySet="KonumGrupBaglanti" />
          </AssociationSet>
          <AssociationSet Name="MahsupKaynak_Mahsuplar" Association="Self.MahsupKaynak_Mahsuplar">
            <End Role="MahsupKaynak" EntitySet="MahsupKaynak" />
            <End Role="Mahsup" EntitySet="Mahsup" />
          </AssociationSet>
          <AssociationSet Name="MahsupKaynak_Sirket" Association="Self.MahsupKaynak_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="MahsupKaynak" EntitySet="MahsupKaynak" />
          </AssociationSet>
          <AssociationSet Name="MahsupSira_Hesap" Association="Self.MahsupSira_Hesap">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="MahsupSira" EntitySet="MahsupSira" />
          </AssociationSet>
          <AssociationSet Name="MahsupSira_Mahsup" Association="Self.MahsupSira_Mahsup">
            <End Role="Mahsup" EntitySet="Mahsup" />
            <End Role="MahsupSira" EntitySet="MahsupSira" />
          </AssociationSet>
          <AssociationSet Name="MahsupSira_Sirket" Association="Self.MahsupSira_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="MahsupSira" EntitySet="MahsupSira" />
          </AssociationSet>
          <AssociationSet Name="Mahsup_Sirket" Association="Self.Mahsup_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Mahsup" EntitySet="Mahsup" />
          </AssociationSet>
          <AssociationSet Name="MasrafMerkezi_Sirket" Association="Self.MasrafMerkezi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="MasrafMerkezi" EntitySet="MasrafMerkezi" />
          </AssociationSet>
          <AssociationSet Name="Mesaj_Tablo" Association="Self.Mesaj_Tablo">
            <End Role="Tablo" EntitySet="Tablo" />
            <End Role="Mesaj" EntitySet="Mesaj" />
          </AssociationSet>
          <AssociationSet Name="MGBSablon_CrmBildirimTur" Association="Self.MGBSablon_CrmBildirimTur">
            <End Role="CrmBildirimTur" EntitySet="CrmBildirimTur" />
            <End Role="MGBSablon" EntitySet="MGBSablon" />
          </AssociationSet>
          <AssociationSet Name="MGBSablon_CrmDepartman" Association="Self.MGBSablon_CrmDepartman">
            <End Role="CrmDepartman" EntitySet="CrmDepartman" />
            <End Role="MGBSablon" EntitySet="MGBSablon" />
          </AssociationSet>
          <AssociationSet Name="MuhasebeReferans_Sirket" Association="Self.MuhasebeReferans_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="MuhasebeReferans" EntitySet="MuhasebeReferans" />
          </AssociationSet>
          <AssociationSet Name="Notlar_Kullanici" Association="Self.Notlar_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="Notlar" EntitySet="Notlar" />
          </AssociationSet>
          <AssociationSet Name="Notlar_NotHedefler" Association="Self.Notlar_NotHedefler">
            <End Role="Notlar" EntitySet="Notlar" />
            <End Role="NotHedef" EntitySet="NotHedef" />
          </AssociationSet>
          <AssociationSet Name="NotHedefLog_Kullanici" Association="Self.NotHedefLog_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="NotHedefLog" EntitySet="NotHedefLog" />
          </AssociationSet>
          <AssociationSet Name="NotHedefLog_NotHedef" Association="Self.NotHedefLog_NotHedef">
            <End Role="NotHedef" EntitySet="NotHedef" />
            <End Role="NotHedefLog" EntitySet="NotHedefLog" />
          </AssociationSet>
          <AssociationSet Name="OnayAdim_Sirket" Association="Self.OnayAdim_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OnayAdim" EntitySet="OnayAdim" />
          </AssociationSet>
          <AssociationSet Name="OnayAdimKullanici_Kullanici" Association="Self.OnayAdimKullanici_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="OnayAdimKullanici" EntitySet="OnayAdimKullanici" />
          </AssociationSet>
          <AssociationSet Name="OnayAdimKullanici_OnayAdim" Association="Self.OnayAdimKullanici_OnayAdim">
            <End Role="OnayAdim" EntitySet="OnayAdim" />
            <End Role="OnayAdimKullanici" EntitySet="OnayAdimKullanici" />
          </AssociationSet>
          <AssociationSet Name="OnayAdimKullanici_Sirket" Association="Self.OnayAdimKullanici_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OnayAdimKullanici" EntitySet="OnayAdimKullanici" />
          </AssociationSet>
          <AssociationSet Name="OrtakGrupDetay_OrtakGrup" Association="Self.OrtakGrupDetay_OrtakGrup">
            <End Role="OrtakGrup" EntitySet="OrtakGrup" />
            <End Role="OrtakGrupDetay" EntitySet="OrtakGrupDetay" />
          </AssociationSet>
          <AssociationSet Name="OrtakGrupDetay_Sirket" Association="Self.OrtakGrupDetay_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OrtakGrupDetay" EntitySet="OrtakGrupDetay" />
          </AssociationSet>
          <AssociationSet Name="OrtakGrup_Sirket" Association="Self.OrtakGrup_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OrtakGrup" EntitySet="OrtakGrup" />
          </AssociationSet>
          <AssociationSet Name="OutOfOrder_Oda" Association="Self.OutOfOrder_Oda">
            <End Role="Oda" EntitySet="Oda" />
            <End Role="OutOfOrder" EntitySet="OutOfOrder" />
          </AssociationSet>
          <AssociationSet Name="OutOfOrderSira_OutOfOrder" Association="Self.OutOfOrderSira_OutOfOrder">
            <End Role="OutOfOrder" EntitySet="OutOfOrder" />
            <End Role="OutOfOrderSira" EntitySet="OutOfOrderSira" />
          </AssociationSet>
          <AssociationSet Name="OutOfOrderSira_Sirket" Association="Self.OutOfOrderSira_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OutOfOrderSira" EntitySet="OutOfOrderSira" />
          </AssociationSet>
          <AssociationSet Name="OutOfOrder_Sirket" Association="Self.OutOfOrder_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OutOfOrder" EntitySet="OutOfOrder" />
          </AssociationSet>
          <AssociationSet Name="OzelKod_Sirket" Association="Self.OzelKod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="OzelKod" EntitySet="OzelKod" />
          </AssociationSet>
          <AssociationSet Name="PanYemek_Pansiyon" Association="Self.PanYemek_Pansiyon">
            <End Role="Pansiyon" EntitySet="Pansiyon" />
            <End Role="PanYemek" EntitySet="PanYemek" />
          </AssociationSet>
          <AssociationSet Name="PanYemek_Sirket" Association="Self.PanYemek_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PanYemek" EntitySet="PanYemek" />
          </AssociationSet>
          <AssociationSet Name="Pbelge_Sirket" Association="Self.Pbelge_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Pbelge" EntitySet="Pbelge" />
          </AssociationSet>
          <AssociationSet Name="Parametre_Pbelge" Association="Self.Parametre_Pbelge">
            <End Role="Pbelge" EntitySet="Pbelge" />
            <End Role="Parametre" EntitySet="Parametre" />
          </AssociationSet>
          <AssociationSet Name="Pkanun_Sirket" Association="Self.Pkanun_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Pkanun" EntitySet="Pkanun" />
          </AssociationSet>
          <AssociationSet Name="Parametre_Pkanun" Association="Self.Parametre_Pkanun">
            <End Role="Pkanun" EntitySet="Pkanun" />
            <End Role="Parametre" EntitySet="Parametre" />
          </AssociationSet>
          <AssociationSet Name="Parametre_Sirket" Association="Self.Parametre_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Parametre" EntitySet="Parametre" />
          </AssociationSet>
          <AssociationSet Name="Pavans_Hakedis" Association="Self.Pavans_Hakedis">
            <End Role="Hakedis" EntitySet="Hakedis" />
            <End Role="Pavans" EntitySet="Pavans" />
          </AssociationSet>
          <AssociationSet Name="Pcikisneden_Sirket" Association="Self.Pcikisneden_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Pcikisneden" EntitySet="Pcikisneden" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirket_Pcikisneden" Association="Self.PersonelSirket_Pcikisneden">
            <End Role="Pcikisneden" EntitySet="Pcikisneden" />
            <End Role="PersonelSirket" EntitySet="PersonelSirket" />
          </AssociationSet>
          <AssociationSet Name="Pdepkod_Sirket" Association="Self.Pdepkod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Pdepkod" EntitySet="Pdepkod" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirket_Pdepkod" Association="Self.PersonelSirket_Pdepkod">
            <End Role="Pdepkod" EntitySet="Pdepkod" />
            <End Role="PersonelSirket" EntitySet="PersonelSirket" />
          </AssociationSet>
          <AssociationSet Name="Personel_Musteri" Association="Self.Personel_Musteri">
            <End Role="Musteri" EntitySet="Musteri" />
            <End Role="Personel" EntitySet="Personel" />
          </AssociationSet>
          <AssociationSet Name="Personel_PersonelSirketler" Association="Self.Personel_PersonelSirketler">
            <End Role="Personel" EntitySet="Personel" />
            <End Role="PersonelSirket" EntitySet="PersonelSirket" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Pbelge" Association="Self.PersonelSirketEk_Pbelge">
            <End Role="Pbelge" EntitySet="Pbelge" />
            <End Role="PersonelSirketEk" EntitySet="PersonelSirketEk" />
          </AssociationSet>
          <AssociationSet Name="Pcalgrup_Sirket" Association="Self.Pcalgrup_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Pcalgrup" EntitySet="Pcalgrup" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Pcalgrup" Association="Self.PersonelSirketEk_Pcalgrup">
            <End Role="Pcalgrup" EntitySet="Pcalgrup" />
            <End Role="PersonelSirketEk" EntitySet="PersonelSirketEk" />
          </AssociationSet>
          <AssociationSet Name="Pgorev_Sirket" Association="Self.Pgorev_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Pgorev" EntitySet="Pgorev" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Pgorev" Association="Self.PersonelSirketEk_Pgorev">
            <End Role="Pgorev" EntitySet="Pgorev" />
            <End Role="PersonelSirketEk" EntitySet="PersonelSirketEk" />
          </AssociationSet>
          <AssociationSet Name="Piskolu_Sirket" Association="Self.Piskolu_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Piskolu" EntitySet="Piskolu" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Piskolu" Association="Self.PersonelSirketEk_Piskolu">
            <End Role="Piskolu" EntitySet="Piskolu" />
            <End Role="PersonelSirketEk" EntitySet="PersonelSirketEk" />
          </AssociationSet>
          <AssociationSet Name="Piskur_Sirket" Association="Self.Piskur_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Piskur" EntitySet="Piskur" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Piskur" Association="Self.PersonelSirketEk_Piskur">
            <End Role="Piskur" EntitySet="Piskur" />
            <End Role="PersonelSirketEk" EntitySet="PersonelSirketEk" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Pkanun" Association="Self.PersonelSirketEk_Pkanun">
            <End Role="Pkanun" EntitySet="Pkanun" />
            <End Role="PersonelSirketEk" EntitySet="PersonelSirketEk" />
          </AssociationSet>
          <AssociationSet Name="Ppozisyon_Sirket" Association="Self.Ppozisyon_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Ppozisyon" EntitySet="Ppozisyon" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Ppozisyon" Association="Self.PersonelSirketEk_Ppozisyon">
            <End Role="Ppozisyon" EntitySet="Ppozisyon" />
            <End Role="PersonelSirketEk" EntitySet="PersonelSirketEk" />
          </AssociationSet>
          <AssociationSet Name="Psigorta_Sirket" Association="Self.Psigorta_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Psigorta" EntitySet="Psigorta" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirketEk_Psigorta" Association="Self.PersonelSirketEk_Psigorta">
            <End Role="Psigorta" EntitySet="Psigorta" />
            <End Role="PersonelSirketEk" EntitySet="PersonelSirketEk" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirket_PersonelSirketEk" Association="Self.PersonelSirket_PersonelSirketEk">
            <End Role="PersonelSirket" EntitySet="PersonelSirket" />
            <End Role="PersonelSirketEk" EntitySet="PersonelSirketEk" />
          </AssociationSet>
          <AssociationSet Name="PersonelSirket_PSirket" Association="Self.PersonelSirket_PSirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PersonelSirket" EntitySet="PersonelSirket" />
          </AssociationSet>
          <AssociationSet Name="Puantaj_Pbelge" Association="Self.Puantaj_Pbelge">
            <End Role="Pbelge" EntitySet="Pbelge" />
            <End Role="Puantaj" EntitySet="Puantaj" />
          </AssociationSet>
          <AssociationSet Name="Puantaj_Pdepkod" Association="Self.Puantaj_Pdepkod">
            <End Role="Pdepkod" EntitySet="Pdepkod" />
            <End Role="Puantaj" EntitySet="Puantaj" />
          </AssociationSet>
          <AssociationSet Name="Peksikneden_Sirket" Association="Self.Peksikneden_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Peksikneden" EntitySet="Peksikneden" />
          </AssociationSet>
          <AssociationSet Name="Puantaj_Peksikneden" Association="Self.Puantaj_Peksikneden">
            <End Role="Peksikneden" EntitySet="Peksikneden" />
            <End Role="Puantaj" EntitySet="Puantaj" />
          </AssociationSet>
          <AssociationSet Name="Puantaj_PersonelSirket" Association="Self.Puantaj_PersonelSirket">
            <End Role="PersonelSirket" EntitySet="PersonelSirket" />
            <End Role="Puantaj" EntitySet="Puantaj" />
          </AssociationSet>
          <AssociationSet Name="Puantaj_Pkanun" Association="Self.Puantaj_Pkanun">
            <End Role="Pkanun" EntitySet="Pkanun" />
            <End Role="Puantaj" EntitySet="Puantaj" />
          </AssociationSet>
          <AssociationSet Name="PuantajHakedis_Hakedis" Association="Self.PuantajHakedis_Hakedis">
            <End Role="Hakedis" EntitySet="Hakedis" />
            <End Role="PuantajHakedis" EntitySet="PuantajHakedis" />
          </AssociationSet>
          <AssociationSet Name="PuantajHakedis_Puantaj" Association="Self.PuantajHakedis_Puantaj">
            <End Role="Puantaj" EntitySet="Puantaj" />
            <End Role="PuantajHakedis" EntitySet="PuantajHakedis" />
          </AssociationSet>
          <AssociationSet Name="Puantaj_PuantajTahakkuk" Association="Self.Puantaj_PuantajTahakkuk">
            <End Role="Puantaj" EntitySet="Puantaj" />
            <End Role="PuantajTahakkuk" EntitySet="PuantajTahakkuk" />
          </AssociationSet>
          <AssociationSet Name="Pavans_PersonelSirket" Association="Self.Pavans_PersonelSirket">
            <End Role="PersonelSirket" EntitySet="PersonelSirket" />
            <End Role="Pavans" EntitySet="Pavans" />
          </AssociationSet>
          <AssociationSet Name="PcihazGrup_Sirket" Association="Self.PcihazGrup_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PcihazGrup" EntitySet="PcihazGrup" />
          </AssociationSet>
          <AssociationSet Name="Pcihaz_PcihazGrup" Association="Self.Pcihaz_PcihazGrup">
            <End Role="PcihazGrup" EntitySet="PcihazGrup" />
            <End Role="Pcihaz" EntitySet="Pcihaz" />
          </AssociationSet>
          <AssociationSet Name="Pcihaz_Sirket" Association="Self.Pcihaz_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Pcihaz" EntitySet="Pcihaz" />
          </AssociationSet>
          <AssociationSet Name="Pcizelge_PersonelSirket" Association="Self.Pcizelge_PersonelSirket">
            <End Role="PersonelSirket" EntitySet="PersonelSirket" />
            <End Role="Pcizelge" EntitySet="Pcizelge" />
          </AssociationSet>
          <AssociationSet Name="PshiftHrk_Pshift" Association="Self.PshiftHrk_Pshift">
            <End Role="Pshift" EntitySet="Pshift" />
            <End Role="PshiftHrk" EntitySet="PshiftHrk" />
          </AssociationSet>
          <AssociationSet Name="PshiftTipi_Sirket" Association="Self.PshiftTipi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PshiftTipi" EntitySet="PshiftTipi" />
          </AssociationSet>
          <AssociationSet Name="PshiftHrk_PshiftTipi" Association="Self.PshiftHrk_PshiftTipi">
            <End Role="PshiftTipi" EntitySet="PshiftTipi" />
            <End Role="PshiftHrk" EntitySet="PshiftHrk" />
          </AssociationSet>
          <AssociationSet Name="Pshift_Sirket" Association="Self.Pshift_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Pshift" EntitySet="Pshift" />
          </AssociationSet>
          <AssociationSet Name="Pcizelge_Pshift" Association="Self.Pcizelge_Pshift">
            <End Role="Pshift" EntitySet="Pshift" />
            <End Role="Pcizelge" EntitySet="Pcizelge" />
          </AssociationSet>
          <AssociationSet Name="Psirket_Pebildirge" Association="Self.Psirket_Pebildirge">
            <End Role="Psirket" EntitySet="Psirket" />
            <End Role="Pebildirge" EntitySet="Pebildirge" />
          </AssociationSet>
          <AssociationSet Name="Psirket_Pentegrasyon" Association="Self.Psirket_Pentegrasyon">
            <End Role="Psirket" EntitySet="Psirket" />
            <End Role="Pentegrasyon" EntitySet="Pentegrasyon" />
          </AssociationSet>
          <AssociationSet Name="Psirket_Sirket" Association="Self.Psirket_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Psirket" EntitySet="Psirket" />
          </AssociationSet>
          <AssociationSet Name="Pkart_PersonelSirket" Association="Self.Pkart_PersonelSirket">
            <End Role="PersonelSirket" EntitySet="PersonelSirket" />
            <End Role="Pkart" EntitySet="Pkart" />
          </AssociationSet>
          <AssociationSet Name="Pgircik_Pkart" Association="Self.Pgircik_Pkart">
            <End Role="Pkart" EntitySet="Pkart" />
            <End Role="Pgircik" EntitySet="Pgircik" />
          </AssociationSet>
          <AssociationSet Name="Pkat_Sirket" Association="Self.Pkat_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Pkat" EntitySet="Pkat" />
          </AssociationSet>
          <AssociationSet Name="PosAltGrup_Sirket" Association="Self.PosAltGrup_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosAltGrup" EntitySet="PosAltGrup" />
          </AssociationSet>
          <AssociationSet Name="PosCari_Sirket" Association="Self.PosCari_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosCari" EntitySet="PosCari" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_Depkod" Association="Self.PosDepBaglanti_Depkod">
            <End Role="Depkod" EntitySet="Depkod" />
            <End Role="PosDepBaglanti" EntitySet="PosDepBaglanti" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_DepkodIndirim" Association="Self.PosDepBaglanti_DepkodIndirim">
            <End Role="Depkod" EntitySet="Depkod" />
            <End Role="PosDepBaglanti" EntitySet="PosDepBaglanti" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_PosAltKategoriler" Association="Self.PosDepBaglanti_PosAltKategoriler">
            <End Role="PosAltKategoriler" EntitySet="PosAltKategoriler" />
            <End Role="PosDepBaglanti" EntitySet="PosDepBaglanti" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_PosDep" Association="Self.PosDepBaglanti_PosDep">
            <End Role="PosDep" EntitySet="PosDep" />
            <End Role="PosDepBaglanti" EntitySet="PosDepBaglanti" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_PosKdvTipi" Association="Self.PosDepBaglanti_PosKdvTipi">
            <End Role="PosKdvTipi" EntitySet="PosKdvTipi" />
            <End Role="PosDepBaglanti" EntitySet="PosDepBaglanti" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_PosSatKod" Association="Self.PosDepBaglanti_PosSatKod">
            <End Role="PosSatKod" EntitySet="PosSatKod" />
            <End Role="PosDepBaglanti" EntitySet="PosDepBaglanti" />
          </AssociationSet>
          <AssociationSet Name="PosDepBaglanti_Sirket" Association="Self.PosDepBaglanti_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosDepBaglanti" EntitySet="PosDepBaglanti" />
          </AssociationSet>
          <AssociationSet Name="PosDepSaat_Sirket" Association="Self.PosDepSaat_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosDepSaat" EntitySet="PosDepSaat" />
          </AssociationSet>
          <AssociationSet Name="PosKart_Folio" Association="Self.PosKart_Folio">
            <End Role="Folio" EntitySet="Folio" />
            <End Role="PosKart" EntitySet="PosKart" />
          </AssociationSet>
          <AssociationSet Name="PosKart_PosOdenmezIkram" Association="Self.PosKart_PosOdenmezIkram">
            <End Role="PosOdenmezIkram" EntitySet="PosOdenmezIkram" />
            <End Role="PosKart" EntitySet="PosKart" />
          </AssociationSet>
          <AssociationSet Name="PosKart_Sirket" Association="Self.PosKart_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosKart" EntitySet="PosKart" />
          </AssociationSet>
          <AssociationSet Name="PosPansiyonDerece_Pansiyon" Association="Self.PosPansiyonDerece_Pansiyon">
            <End Role="Pansiyon" EntitySet="Pansiyon" />
            <End Role="PosPansiyonDerece" EntitySet="PosPansiyonDerece" />
          </AssociationSet>
          <AssociationSet Name="PosPrintSignals_PosSipAna" Association="Self.PosPrintSignals_PosSipAna">
            <End Role="PosSipAna" EntitySet="PosSipAna" />
            <End Role="PosPrintSignals" EntitySet="PosPrintSignals" />
          </AssociationSet>
          <AssociationSet Name="PostingTarih_Depkod" Association="Self.PostingTarih_Depkod">
            <End Role="Depkod" EntitySet="Depkod" />
            <End Role="PostingTarih" EntitySet="PostingTarih" />
          </AssociationSet>
          <AssociationSet Name="PostingTarih_Sirket" Association="Self.PostingTarih_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PostingTarih" EntitySet="PostingTarih" />
          </AssociationSet>
          <AssociationSet Name="PosTopUrunler_PosDep" Association="Self.PosTopUrunler_PosDep">
            <End Role="PosDep" EntitySet="PosDep" />
            <End Role="PosTopUrunler" EntitySet="PosTopUrunler" />
          </AssociationSet>
          <AssociationSet Name="PosTopUrunler_PosSatKod" Association="Self.PosTopUrunler_PosSatKod">
            <End Role="PosSatKod" EntitySet="PosSatKod" />
            <End Role="PosTopUrunler" EntitySet="PosTopUrunler" />
          </AssociationSet>
          <AssociationSet Name="PosVaryant_Sirket" Association="Self.PosVaryant_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosVaryant" EntitySet="PosVaryant" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciBaglanti_PosAltKategoriler" Association="Self.PosYaziciBaglanti_PosAltKategoriler">
            <End Role="PosAltKategoriler" EntitySet="PosAltKategoriler" />
            <End Role="PosYaziciBaglanti" EntitySet="PosYaziciBaglanti" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciBaglanti_PosDep" Association="Self.PosYaziciBaglanti_PosDep">
            <End Role="PosDep" EntitySet="PosDep" />
            <End Role="PosYaziciBaglanti" EntitySet="PosYaziciBaglanti" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciBaglanti_PosSatKod" Association="Self.PosYaziciBaglanti_PosSatKod">
            <End Role="PosSatKod" EntitySet="PosSatKod" />
            <End Role="PosYaziciBaglanti" EntitySet="PosYaziciBaglanti" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciDizayn_Sirket" Association="Self.PosYaziciDizayn_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosYaziciDizayn" EntitySet="PosYaziciDizayn" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciBaglanti_PosYaziciDizayn" Association="Self.PosYaziciBaglanti_PosYaziciDizayn">
            <End Role="PosYaziciDizayn" EntitySet="PosYaziciDizayn" />
            <End Role="PosYaziciBaglanti" EntitySet="PosYaziciBaglanti" />
          </AssociationSet>
          <AssociationSet Name="PosYazicilar_Sirket" Association="Self.PosYazicilar_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosYazicilar" EntitySet="PosYazicilar" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciBaglanti_PosYazicilar" Association="Self.PosYaziciBaglanti_PosYazicilar">
            <End Role="PosYazicilar" EntitySet="PosYazicilar" />
            <End Role="PosYaziciBaglanti" EntitySet="PosYaziciBaglanti" />
          </AssociationSet>
          <AssociationSet Name="PosYaziciBaglanti_Sirket" Association="Self.PosYaziciBaglanti_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="PosYaziciBaglanti" EntitySet="PosYaziciBaglanti" />
          </AssociationSet>
          <AssociationSet Name="Pozevrak_Sirket" Association="Self.Pozevrak_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Pozevrak" EntitySet="Pozevrak" />
          </AssociationSet>
          <AssociationSet Name="ProHrk_IsYeri" Association="Self.ProHrk_IsYeri">
            <End Role="IsYeri" EntitySet="IsYeri" />
            <End Role="ProHrk" EntitySet="ProHrk" />
          </AssociationSet>
          <AssociationSet Name="Pzimmet_Pkat" Association="Self.Pzimmet_Pkat">
            <End Role="Pkat" EntitySet="Pkat" />
            <End Role="Pzimmet" EntitySet="Pzimmet" />
          </AssociationSet>
          <AssociationSet Name="Pzimmet_Sirket" Association="Self.Pzimmet_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Pzimmet" EntitySet="Pzimmet" />
          </AssociationSet>
          <AssociationSet Name="RaporFiltreKisitlar_RaporFiltre" Association="Self.RaporFiltreKisitlar_RaporFiltre">
            <End Role="RaporFiltre" EntitySet="RaporFiltre" />
            <End Role="RaporFiltreKisitlar" EntitySet="RaporFiltreKisitlar" />
          </AssociationSet>
          <AssociationSet Name="RaporFiltreLog_RaporFiltre" Association="Self.RaporFiltreLog_RaporFiltre">
            <End Role="RaporFiltre" EntitySet="RaporFiltre" />
            <End Role="RaporFiltreLog" EntitySet="RaporFiltreLog" />
          </AssociationSet>
          <AssociationSet Name="RaporLog_raporfiltrelog" Association="Self.RaporLog_raporfiltrelog">
            <End Role="RaporLog" EntitySet="RaporLog" />
            <End Role="RaporFiltreLog" EntitySet="RaporFiltreLog" />
          </AssociationSet>
          <AssociationSet Name="RaporLogAna_Kullanici" Association="Self.RaporLogAna_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="RaporLogAna" EntitySet="RaporLogAna" />
          </AssociationSet>
          <AssociationSet Name="ResmiSirket_Sirket" Association="Self.ResmiSirket_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ResmiSirket" EntitySet="ResmiSirket" />
          </AssociationSet>
          <AssociationSet Name="RestKullanici_Kullanici" Association="Self.RestKullanici_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="RestKullanici" EntitySet="RestKullanici" />
          </AssociationSet>
          <AssociationSet Name="RestKullanici_RestoranBolumMasaTanim" Association="Self.RestKullanici_RestoranBolumMasaTanim">
            <End Role="RestoranBolumMasaTanim" EntitySet="RestoranBolumMasaTanim" />
            <End Role="RestKullanici" EntitySet="RestKullanici" />
          </AssociationSet>
          <AssociationSet Name="RestKullanici_Sirket" Association="Self.RestKullanici_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="RestKullanici" EntitySet="RestKullanici" />
          </AssociationSet>
          <AssociationSet Name="RestoranAcKapat_RestoranBolumMasaTanim" Association="Self.RestoranAcKapat_RestoranBolumMasaTanim">
            <End Role="RestoranBolumMasaTanim" EntitySet="RestoranBolumMasaTanim" />
            <End Role="RestoranAcKapat" EntitySet="RestoranAcKapat" />
          </AssociationSet>
          <AssociationSet Name="Santral_Depkod" Association="Self.Santral_Depkod">
            <End Role="Depkod" EntitySet="Depkod" />
            <End Role="Santral" EntitySet="Santral" />
          </AssociationSet>
          <AssociationSet Name="Santral_Doviz" Association="Self.Santral_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="Santral" EntitySet="Santral" />
          </AssociationSet>
          <AssociationSet Name="Santral_Sirket" Association="Self.Santral_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Santral" EntitySet="Santral" />
          </AssociationSet>
          <AssociationSet Name="SatAnlasmaAna_Kurumsal" Association="Self.SatAnlasmaAna_Kurumsal">
            <End Role="Kurumsal" EntitySet="Kurumsal" />
            <End Role="SatAnlasmaAna" EntitySet="SatAnlasmaAna" />
          </AssociationSet>
          <AssociationSet Name="SatAnlasmaDetay_SatAnlasmaAna" Association="Self.SatAnlasmaDetay_SatAnlasmaAna">
            <End Role="SatAnlasmaAna" EntitySet="SatAnlasmaAna" />
            <End Role="SatAnlasmaDetay" EntitySet="SatAnlasmaDetay" />
          </AssociationSet>
          <AssociationSet Name="SatAnlasmaDetay_Sirket" Association="Self.SatAnlasmaDetay_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SatAnlasmaDetay" EntitySet="SatAnlasmaDetay" />
          </AssociationSet>
          <AssociationSet Name="SatAnlasmaDetay_Urun" Association="Self.SatAnlasmaDetay_Urun">
            <End Role="Urun" EntitySet="Urun" />
            <End Role="SatAnlasmaDetay" EntitySet="SatAnlasmaDetay" />
          </AssociationSet>
          <AssociationSet Name="SatAnlasmaDetay_UrunMarka" Association="Self.SatAnlasmaDetay_UrunMarka">
            <End Role="UrunMarka" EntitySet="UrunMarka" />
            <End Role="SatAnlasmaDetay" EntitySet="SatAnlasmaDetay" />
          </AssociationSet>
          <AssociationSet Name="SatAnlasmaAna_Sirket" Association="Self.SatAnlasmaAna_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SatAnlasmaAna" EntitySet="SatAnlasmaAna" />
          </AssociationSet>
          <AssociationSet Name="SatKurumsal_Kurumsal" Association="Self.SatKurumsal_Kurumsal">
            <End Role="Kurumsal" EntitySet="Kurumsal" />
            <End Role="SatKurumsal" EntitySet="SatKurumsal" />
          </AssociationSet>
          <AssociationSet Name="SatKurumsalELogin_SatKurumsal" Association="Self.SatKurumsalELogin_SatKurumsal">
            <End Role="SatKurumsal" EntitySet="SatKurumsal" />
            <End Role="SatKurumsalELogin" EntitySet="SatKurumsalELogin" />
          </AssociationSet>
          <AssociationSet Name="SipHrkTeklif_SatKurumsal" Association="Self.SipHrkTeklif_SatKurumsal">
            <End Role="SatKurumsal" EntitySet="SatKurumsal" />
            <End Role="SipHrkTeklif" EntitySet="SipHrkTeklif" />
          </AssociationSet>
          <AssociationSet Name="SipMik_DepartmanAna" Association="Self.SipMik_DepartmanAna">
            <End Role="DepartmanAna" EntitySet="DepartmanAna" />
            <End Role="SipMik" EntitySet="SipMik" />
          </AssociationSet>
          <AssociationSet Name="SatOzelKod_SatOzelKodGrupIcerikler" Association="Self.SatOzelKod_SatOzelKodGrupIcerikler">
            <End Role="SatOzelKod" EntitySet="SatOzelKod" />
            <End Role="SatOzelKodIcerik" EntitySet="SatOzelKodIcerik" />
          </AssociationSet>
          <AssociationSet Name="SatOzelKod_Sirket" Association="Self.SatOzelKod_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SatOzelKod" EntitySet="SatOzelKod" />
          </AssociationSet>
          <AssociationSet Name="SatOzelKodIcerik_Sirket" Association="Self.SatOzelKodIcerik_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SatOzelKodIcerik" EntitySet="SatOzelKodIcerik" />
          </AssociationSet>
          <AssociationSet Name="SatOzelKodBaglanti_SatOzelKodIcerik" Association="Self.SatOzelKodBaglanti_SatOzelKodIcerik">
            <End Role="SatOzelKodIcerik" EntitySet="SatOzelKodIcerik" />
            <End Role="SatOzelKodBaglanti" EntitySet="SatOzelKodBaglanti" />
          </AssociationSet>
          <AssociationSet Name="SatOzelKodBaglanti_SipMik" Association="Self.SatOzelKodBaglanti_SipMik">
            <End Role="SipMik" EntitySet="SipMik" />
            <End Role="SatOzelKodBaglanti" EntitySet="SatOzelKodBaglanti" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_DepartmanAna" Association="Self.SipHrkDetay_DepartmanAna">
            <End Role="DepartmanAna" EntitySet="DepartmanAna" />
            <End Role="SipHrkDetay" EntitySet="SipHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_OnayAdim" Association="Self.SipHrkDetay_OnayAdim">
            <End Role="OnayAdim" EntitySet="OnayAdim" />
            <End Role="SipHrkDetay" EntitySet="SipHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupKurumsal_SatKurumsal" Association="Self.SatUrunGrupKurumsal_SatKurumsal">
            <End Role="SatKurumsal" EntitySet="SatKurumsal" />
            <End Role="SatUrunGrupKurumsal" EntitySet="SatUrunGrupKurumsal" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupKurumsal_SatUrunGrup" Association="Self.SatUrunGrupKurumsal_SatUrunGrup">
            <End Role="SatUrunGrup" EntitySet="SatUrunGrup" />
            <End Role="SatUrunGrupKurumsal" EntitySet="SatUrunGrupKurumsal" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupKurumsal_Sirket" Association="Self.SatUrunGrupKurumsal_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SatUrunGrupKurumsal" EntitySet="SatUrunGrupKurumsal" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupMail_SatUrunGrup" Association="Self.SatUrunGrupMail_SatUrunGrup">
            <End Role="SatUrunGrup" EntitySet="SatUrunGrup" />
            <End Role="SatUrunGrupMail" EntitySet="SatUrunGrupMail" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupMail_Sirket" Association="Self.SatUrunGrupMail_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SatUrunGrupMail" EntitySet="SatUrunGrupMail" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupUrun_Envanter" Association="Self.SatUrunGrupUrun_Envanter">
            <End Role="Envanter" EntitySet="Envanter" />
            <End Role="SatUrunGrupUrun" EntitySet="SatUrunGrupUrun" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupUrun_SatUrunGrup" Association="Self.SatUrunGrupUrun_SatUrunGrup">
            <End Role="SatUrunGrup" EntitySet="SatUrunGrup" />
            <End Role="SatUrunGrupUrun" EntitySet="SatUrunGrupUrun" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrupUrun_Urun" Association="Self.SatUrunGrupUrun_Urun">
            <End Role="Urun" EntitySet="Urun" />
            <End Role="SatUrunGrupUrun" EntitySet="SatUrunGrupUrun" />
          </AssociationSet>
          <AssociationSet Name="SatUrunGrup_Sirket" Association="Self.SatUrunGrup_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SatUrunGrup" EntitySet="SatUrunGrup" />
          </AssociationSet>
          <AssociationSet Name="SipHrkAna_SatUrunGrup" Association="Self.SipHrkAna_SatUrunGrup">
            <End Role="SatUrunGrup" EntitySet="SatUrunGrup" />
            <End Role="SipHrkAna" EntitySet="SipHrkAna" />
          </AssociationSet>
          <AssociationSet Name="SipHrkAna_SipHrkDetaylar" Association="Self.SipHrkAna_SipHrkDetaylar">
            <End Role="SipHrkAna" EntitySet="SipHrkAna" />
            <End Role="SipHrkDetay" EntitySet="SipHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="SipHrkAna_Sirket" Association="Self.SipHrkAna_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SipHrkAna" EntitySet="SipHrkAna" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_SipHrkDetayAsama" Association="Self.SipHrkDetay_SipHrkDetayAsama">
            <End Role="SipHrkDetay" EntitySet="SipHrkDetay" />
            <End Role="SipHrkDetayAsama" EntitySet="SipHrkDetayAsama" />
          </AssociationSet>
          <AssociationSet Name="SipHrkOnay_Kullanici" Association="Self.SipHrkOnay_Kullanici">
            <End Role="Kullanici" EntitySet="Kullanici" />
            <End Role="SipHrkOnay" EntitySet="SipHrkOnay" />
          </AssociationSet>
          <AssociationSet Name="SipHrkOnay_SatKurumsal" Association="Self.SipHrkOnay_SatKurumsal">
            <End Role="SatKurumsal" EntitySet="SatKurumsal" />
            <End Role="SipHrkOnay" EntitySet="SipHrkOnay" />
          </AssociationSet>
          <AssociationSet Name="SipHrkOnay_SipHrkDetay" Association="Self.SipHrkOnay_SipHrkDetay">
            <End Role="SipHrkDetay" EntitySet="SipHrkDetay" />
            <End Role="SipHrkOnay" EntitySet="SipHrkOnay" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_SipMikler" Association="Self.SipHrkDetay_SipMikler">
            <End Role="SipHrkDetay" EntitySet="SipHrkDetay" />
            <End Role="SipMik" EntitySet="SipMik" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_Sirket" Association="Self.SipHrkDetay_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SipHrkDetay" EntitySet="SipHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_Urun" Association="Self.SipHrkDetay_Urun">
            <End Role="Urun" EntitySet="Urun" />
            <End Role="SipHrkDetay" EntitySet="SipHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="SipHrkDetay_UrunMarka" Association="Self.SipHrkDetay_UrunMarka">
            <End Role="UrunMarka" EntitySet="UrunMarka" />
            <End Role="SipHrkDetay" EntitySet="SipHrkDetay" />
          </AssociationSet>
          <AssociationSet Name="SipMik_SipHrkTeklifler" Association="Self.SipMik_SipHrkTeklifler">
            <End Role="SipMik" EntitySet="SipMik" />
            <End Role="SipHrkTeklif" EntitySet="SipHrkTeklif" />
          </AssociationSet>
          <AssociationSet Name="SatKurumsal_Sirket" Association="Self.SatKurumsal_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SatKurumsal" EntitySet="SatKurumsal" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAna_DepartmanAna" Association="Self.SayimHrkAna_DepartmanAna">
            <End Role="DepartmanAna" EntitySet="DepartmanAna" />
            <End Role="SayimHrkAna" EntitySet="SayimHrkAna" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAnaBaglanti_SayimHrkAna" Association="Self.SayimHrkAnaBaglanti_SayimHrkAna">
            <End Role="SayimHrkAna" EntitySet="SayimHrkAna" />
            <End Role="SayimHrkAnaBaglanti" EntitySet="SayimHrkAnaBaglanti" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAnaBaglanti_Sirket" Association="Self.SayimHrkAnaBaglanti_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SayimHrkAnaBaglanti" EntitySet="SayimHrkAnaBaglanti" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAnaBaglanti_StokhrkAna" Association="Self.SayimHrkAnaBaglanti_StokhrkAna">
            <End Role="StokhrkAna" EntitySet="StokhrkAna" />
            <End Role="SayimHrkAnaBaglanti" EntitySet="SayimHrkAnaBaglanti" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAnaGrup_SayimHrkAnalar" Association="Self.SayimHrkAnaGrup_SayimHrkAnalar">
            <End Role="SayimHrkAnaGrup" EntitySet="SayimHrkAnaGrup" />
            <End Role="SayimHrkAna" EntitySet="SayimHrkAna" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAna_Sirket" Association="Self.SayimHrkAna_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SayimHrkAna" EntitySet="SayimHrkAna" />
          </AssociationSet>
          <AssociationSet Name="SayimHrkAna_StokhrkAna" Association="Self.SayimHrkAna_StokhrkAna">
            <End Role="StokhrkAna" EntitySet="StokhrkAna" />
            <End Role="SayimHrkAna" EntitySet="SayimHrkAna" />
          </AssociationSet>
          <AssociationSet Name="Servisler_Rapor" Association="Self.Servisler_Rapor">
            <End Role="Rapor" EntitySet="Rapor" />
            <End Role="Servisler" EntitySet="Servisler" />
          </AssociationSet>
          <AssociationSet Name="ServislerBaglanti_Servisler" Association="Self.ServislerBaglanti_Servisler">
            <End Role="Servisler" EntitySet="Servisler" />
            <End Role="ServislerBaglanti" EntitySet="ServislerBaglanti" />
          </AssociationSet>
          <AssociationSet Name="ServislerBaglanti_Sirket" Association="Self.ServislerBaglanti_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="ServislerBaglanti" EntitySet="ServislerBaglanti" />
          </AssociationSet>
          <AssociationSet Name="Servisler_Sirket" Association="Self.Servisler_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Servisler" EntitySet="Servisler" />
          </AssociationSet>
          <AssociationSet Name="StokhrkIskonto_Sirket" Association="Self.StokhrkIskonto_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="StokhrkIskonto" EntitySet="StokhrkIskonto" />
          </AssociationSet>
          <AssociationSet Name="StokhrkIskonto_StokhrkDetay" Association="Self.StokhrkIskonto_StokhrkDetay">
            <End Role="StokhrkDetay" EntitySet="StokhrkDetay" />
            <End Role="StokhrkIskonto" EntitySet="StokhrkIskonto" />
          </AssociationSet>
          <AssociationSet Name="SubeKodu_Sirket" Association="Self.SubeKodu_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="SubeKodu" EntitySet="SubeKodu" />
          </AssociationSet>
          <AssociationSet Name="SubeKodu_UstKirilim" Association="Self.SubeKodu_UstKirilim">
            <End Role="SubeKodu" EntitySet="SubeKodu" />
            <End Role="SubeKoduSelf" EntitySet="SubeKodu" />
          </AssociationSet>
          <AssociationSet Name="UrunFiyatTipi_Doviz" Association="Self.UrunFiyatTipi_Doviz">
            <End Role="Doviz" EntitySet="Doviz" />
            <End Role="UrunFiyatTipi" EntitySet="UrunFiyatTipi" />
          </AssociationSet>
          <AssociationSet Name="UrunFiyatTipi_Sirket" Association="Self.UrunFiyatTipi_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="UrunFiyatTipi" EntitySet="UrunFiyatTipi" />
          </AssociationSet>
          <AssociationSet Name="UrunKdvHesap_GirisHesap" Association="Self.UrunKdvHesap_GirisHesap">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="UrunKdvHesap" EntitySet="UrunKdvHesap" />
          </AssociationSet>
          <AssociationSet Name="UrunKdvHesap_IadeHesap" Association="Self.UrunKdvHesap_IadeHesap">
            <End Role="Hesap" EntitySet="Hesap" />
            <End Role="UrunKdvHesap" EntitySet="UrunKdvHesap" />
          </AssociationSet>
          <AssociationSet Name="UrunKdvHesap_Kdv" Association="Self.UrunKdvHesap_Kdv">
            <End Role="Kdv" EntitySet="Kdv" />
            <End Role="UrunKdvHesap" EntitySet="UrunKdvHesap" />
          </AssociationSet>
          <AssociationSet Name="UrunKdvHesap_Sirket" Association="Self.UrunKdvHesap_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="UrunKdvHesap" EntitySet="UrunKdvHesap" />
          </AssociationSet>
          <AssociationSet Name="VergiTevkifatIstisna_Sirket" Association="Self.VergiTevkifatIstisna_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="VergiTevkifatIstisna" EntitySet="VergiTevkifatIstisna" />
          </AssociationSet>
          <AssociationSet Name="VergiTevkifatIstisna_UstKirilim" Association="Self.VergiTevkifatIstisna_UstKirilim">
            <End Role="SubeKodu" EntitySet="SubeKodu" />
            <End Role="VergiTevkifatIstisna" EntitySet="VergiTevkifatIstisna" />
          </AssociationSet>
          <AssociationSet Name="Widget_Sirket" Association="Self.Widget_Sirket">
            <End Role="Sirket" EntitySet="Sirket" />
            <End Role="Widget" EntitySet="Widget" />
          </AssociationSet>
        </EntityContainer>
      </Schema>
    </StorageModels>
  </Runtime>
  <Designer>
    <Connection>
      <DesignerInfoPropertySet>
        <DesignerProperty Name="MetadataArtifactProcessing" Value="EmbedInOutputAssembly" />
      </DesignerInfoPropertySet>
    </Connection>
    <Options>
      <DesignerInfoPropertySet>
        <DesignerProperty Name="ValidateOnBuild" Value="False" />
        <DesignerProperty Name="CodeGenerationStrategy" Value="None" />
        <DesignerProperty Name="ProcessDependentTemplatesOnSave" Value="False" />
        <DesignerProperty Name="UseLegacyProvider" Value="False" />
      </DesignerInfoPropertySet>
    </Options>
    <Diagrams />
  </Designer>
</Edmx>