This is regarding Dapper in ASP.NET MVC3....I have two tables ...tblBranchMaster..., ...tblZoneMaster... in my database and two class file with same details....tblBranchMaster(ID, ZoneID, Name);
tblZoneMaster(ID, Name);
...Both table having primary ke...