コード例 #1
0
 public DataGroup_ElementController(IDataGroup_ElementRepository dataGroup_ElementRepository)
 {
     _dataGroup_ElementRepository = dataGroup_ElementRepository;
 }
コード例 #2
0
 public DataGroup_ElementController(IDataGroup_ElementRepository dataGroup_ElementRepository)
 {
     _dataGroup_ElementRepository = dataGroup_ElementRepository;
 }
コード例 #3
0
 public DataGroup_ElementController()
 {
     _dataGroup_ElementRepository = new SqlDataGroup_ElementRepository();
 }
コード例 #4
0
 public DataGroup_ElementController()
 {
     _dataGroup_ElementRepository = new SqlDataGroup_ElementRepository();
 }