20 Şubat 2015 Cuma

linq

GetAll<Address>().Select(x => TypeAdapter.Adapt<Address, AddressDto>(x)).ToList();

Hiç yorum yok:

Yorum Gönder

.net 6 mapget kullanımı

 app.UseEndpoints(endpoints => {     endpoints.MapGet("/", async context =>     {         var response = JsonConvert.Seriali...