コード例 #1
0
ファイル: MainForm.cs プロジェクト: staherianYMCA/test
        public MainForm(ISmthEntity smthEntity)
        {
            _smthEntity = smthEntity;

            InitializeComponent();
        }
コード例 #2
0
 public HomeController(ISmthEntity smtpEntity)
 {
     _smtpEntity = smtpEntity;
 }