Sorry, but there are no more tags available to filter with.
I got this error while working on the following class. internal partial class OrganizationMap : ClassMap<Organization> { #region constructors internal OrganizationMap() { Id(x => x.OrganizationId).GeneratedBy.Assigned(); Map(x => x.DateCreated...