public StubClassWithService(StubServiceInterface service)
 {
     Service = service;
 }
예제 #2
0
 public StubClassWithService(StubServiceInterface service)
 {
     Service = service;
 }