Не могу предоставить выпадающее меню от MSBot ни на одной из карт

        public AccountProductsMap()
    {
        this.ToTable("AccountProducts");
        this.HasKey(cr => cr.Id);

        this.HasMany(cr => cr.Account)
            .WithMany(c => c.Products)
            .Map(m => m.ToTable("AccountProducts_Mapping"));
    }
0
задан A.H.Nuri 17 January 2019 в 08:49
поделиться