Exemple #1
0
 public TestEnglishController(IFormServices formServices)
 {
     _formServices = formServices;
 }
Exemple #2
0
 public FormsController(IFormServices formServices)
 {
     _formServices = formServices;
 }
 public FormController(IFormServices formServices, UserManager <User> userManager, IToastNotification toastNotification)
 {
     this.formServices      = formServices;
     this.userManager       = userManager;
     this.toastNotification = toastNotification;
 }