同じインターフェイスで、同じクラスで使用される 2 つの異なる実装をインスタンス化する必要がある場合があります。
public AutoMapperRegisterFactory(IRegisterAutoMapper registerAutoMapper , IRegisterAutoMapper registerAutoMapperMobile)
{
m_RegisterAutoMapper = registerAutoMapper;
}
最初のものは typeであり、2番目のIRegisterAutoMapper
ものは type であるべきだとユニティに伝えるにはどうすればよいでしょうか?RegisterAutoMapper
RegisterAutoMapperMobile