Ejemplo n.º 1
0
 /// <summary>
 /// Simple public constructor.
 /// </summary>
 public Service()
 {
     userService  = new UserService();
     boardService = new BoardService();
 }