<?xml version="1.0" encoding="utf-8" ?>
<configuration>

  <components>
    <component id="basesqlmap.dao" type="TVS.Persistence.BaseSqlMapDao, TVS.Persistence" />
  </components>
  
  <components>
    <component id="department.dao" type="TVS.Persistence.DepartmentDB, TVS.Persistence" />
  </components>

  <components>
    <component id="employee.dao" type="TVS.Persistence.EmployeeDB, TVS.Persistence" />
  </components>
  
  <components>
    <component id="file.dao" type="TVS.Persistence.FileDB, TVS.Persistence" />
  </components>

  <components>
    <component id="rights.dao" type="TVS.Persistence.ProjectDB, TVS.Persistence" />
  </components>
  
  <components>
    <component id="netdisk.dao" type="TVS.Persistence.PersonalNetDiskSqlMapDao, TVS.Persistence" />
  </components>

</configuration>