I Have 3 Tables
1) Employee_Table
2) Insurance_Table
3) Employee_Insurance_Table
Employee_Table And Insurance_Table Have No Relation And
Employee_Insurance_Table Have Foreign Key Relation With Employee_Table And Insurance_Table 's Primary Keys
How Can I Save Data In C# Having Domain Object and Business Object ?