public CompanyMasterController(ICompanyMasterDA insureMasterDA)
 {
     insureDA = insureMasterDA;
 }
 public GiCompanyMasterApiController(ICompanyMasterDA AgentTypeMaster)
 {
     CompanyDA = AgentTypeMaster;
 }
 public CompanyMasterController(ICompanyMasterDA insureMasterDA)
 {
     insureDA = insureMasterDA;
 }
 public GiCompanyMasterApiController(ICompanyMasterDA AgentTypeMaster)
 {
     CompanyDA = AgentTypeMaster;
 }