コード例 #1
0
 public PowderShapeService(IPowderShapeRepository iRepository)
 {
     this.repository = iRepository;
 }
コード例 #2
0
 public PowderShapeService()
 {
     this.repository = new PowderShapeRepository();
 }