コード例 #1
0
 public ThoaitraNLMLController(IThoaitraNLML thoaitraNLML)
 {
     this.thoaitraNLML = thoaitraNLML;
 }
コード例 #2
0
 public ThoaiTraLydoImpl(ICommon m_common, IConfiguration m_configuration, IThoaitraNLML thoaiTraNLML)
 {
     this.m_common        = m_common;
     this.m_configuration = m_configuration;
     m_thoaiTraNLML       = thoaiTraNLML;
 }