There is a check for registration in my registration controller:
Public class registration controller: controller {html} Private Readonly IAmaregistrationRepository _RegistrationRepository; Public Registration Controller (IAmaregistrationRepository Registration Regository) {_RegistrationRepository = Registration Replacement; } Public Bull IRGistered (String Username) {return _ register repository. ISR registered (user name); }}
How can I test it from my home controller? Is there any way to access controller builder
to pull an open controller at present? Or at least one client controller may be able to generate one by using the factory I have loaded in my global builder
in Global.asax.cs