I have this EF query:
var customers = dbContext.Customers(); return customers.Select(i => new Customer { FullName = i.FullName, Birthday = i.Birthday,