public NoteBLO(INoteDAO _inoteDAO)
 {
     inoteDAO = _inoteDAO;
 }
Exemple #2
0
 public ContainerDAO()
 {
     noteDAO = new NoteDAO();
 }