D:\Sam\InterviewsMaterial\SiteWorx\SiteWorxTest\src\java\bo\StoreUserOutputDataObjectBO.java
 1 /*
 2  * To change this template, choose Tools | Templates
 3  * and open the template in the editor.
 4  */
 5 package bo;
 6 
 7 /**
 8  *
 9  * @author sameldin
10  */
11 import utils.*;
12 import constants.*;
13 import dataobjects.*;
14 import db_adapter.*;
15 
16 public class StoreUserOutputDataObjectBO 
17 {
18     public StoreUserOutputDataObjectBO()
19     {
20         UserOutputDAO localUserOutputDAO = new UserOutputDAO();
21     }
22     /*
23      * 
24      */
25     public StoreUserOutputDataObjectBO(UserOutputDAO passedUserOutputDAO)
26     {
27         StoreUserOutputDataObject_BD_Adapter localStoreUserOutputDataObject_BD_Adapter = new StoreUserOutputDataObject_BD_Adapter(passedUserOutputDAO);        
28     }
29     
30 }
31