Esempio n. 1
0
 public CreateController(ICertificationData certData, IHtmlHelper htmlHelper, IFileUploadData fileData)
 {
     this.certData   = certData;
     this.htmlHelper = htmlHelper;
     this.fileData   = fileData;
 }
Esempio n. 2
0
 public CertificationsController(ICertificationData certData, IUserProfileData profileData, IFileUploadData fileData)
 {
     CertData         = certData;
     this.profileData = profileData;
     this.fileData    = fileData;
 }