コード例 #1
0
 public PrototypeUnitTest()
 {
     dataAccess         = A.Fake <IPrototypeDataAccess>();
     this.prototypeCore = new PrototypeCore(dataAccess);
     controller         = new PrototypeController(prototypeCore);
 }
コード例 #2
0
 public PrototypeController(IPrototypeCore prototypeCore)
 {
     this.prototypeCore = prototypeCore;
 }