MapRoute'da namespace parametresi Sigorta route'u için eksik gibi.
--
You received this message because you are subscribed to the Google Groups "altdotnetturkiye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to altdotnetturki...@googlegroups.com.
To post to this group, send email to altdotne...@googlegroups.com.
Visit this group at http://groups.google.com/group/altdotnetturkiye.
For more options, visit https://groups.google.com/groups/opt_out.
Yani Bu Şekilde mi ?Route Ayarım :routes.MapRoute(name: "Sigorta",url: "Service/Sigorta/{controller}/{action}/{id}",
Controler altına service klasörü oluşturmaniza gerek yok. Olustursaniz bile klasör ismini bağlantı adresine yazmadan erişilebilirsiniz. Service çok karmaşık ise Service isimli 'area' oluşturmak daha mantıklı.
Bu halde devam etmek istiyor iseniz routemap te belirlemeniz gerekiyor.
Controller altına istenildiği kadar klasör ve alt klasör oluşturmanız sadece sınıflarınızı derli toplu kalmasını sağlar.Controller\SigortaControllerController\Service\SigortaControllerController\Service\Sigorta\SigortaController
XYZ\Service\Sigorta\SigortaControlleryukarıdaki controller'ların 'Ekle' metoduna erişmek için bağlantı aşağıdaki gibi olacaktır.
--
You received this message because you are subscribed to the Google Groups "altdotnetturkiye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to altdotnetturki...@googlegroups.com.
To post to this group, send email to altdotne...@googlegroups.com.
Visit this group at http://groups.google.com/group/altdotnetturkiye.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to the Google Groups "altdotnetturkiye" group.
To unsubscribe from this group and stop receiving emails from it, send an email to altdotnetturki...@googlegroups.com.
To post to this group, send email to altdotne...@googlegroups.com.
Visit this group at http://groups.google.com/group/altdotnetturkiye.
For more options, visit https://groups.google.com/groups/opt_out.
To unsubscribe from this group and stop receiving emails from it, send an email to altdotnetturkiye+unsubscribe@googlegroups.com.
To post to this group, send email to altdotnetturkiye@googlegroups.com.
Visit this group at http://groups.google.com/group/altdotnetturkiye.
For more options, visit https://groups.google.com/groups/opt_out.