0
同一個接口的兩個對象我有,我需要實例化同一接口的兩個不同的實現,都在同一個類中的情況。Instatiate與統一在同一個班級
public AutoMapperRegisterFactory(IRegisterAutoMapper registerAutoMapper , IRegisterAutoMapper registerAutoMapperMobile)
{
m_RegisterAutoMapper = registerAutoMapper;
}
我怎麼會去告訴團結第一IRegisterAutoMapper
應該是RegisterAutoMapper
類型和RegisterAutoMapperMobile
類型中的第二個嗎?