Пример #1
0
 public JokeBusinessLogic()
 {
     categoryData = new CategoryDataProvider();
     jokeData = new JokeDataProvider();
     commentData = new CommentDataProvider();
 }
Пример #2
0
 public JokeBusinessLogic()
 {
     categoryData = new CategoryDataProvider();
     jokeData     = new JokeDataProvider();
     commentData  = new CommentDataProvider();
 }