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