예제 #1
0
 public CsprojFileServicesTests()
 {
     _csprojFileServices = new CsprojFileServices();
 }
 public PullRequestInfoServices(IGithubConnection githubConnection,
                                ICsprojFileServices csprojFileServices)
 {
     _githubConnection   = githubConnection;
     _csprojFileServices = csprojFileServices;
 }