public IsExists(string errorMessage) : base(errorMessage)
 {
     this.authorApplication = new AuthorApplication();
 }
Example #2
0
 public AuthorController()
 {
     this.authorApplication = new AuthorApplication();
 }