public GetUsersSteps(SharedContext sharedContext)
 {
     this.sharedContext = sharedContext;
 }
示例#2
0
 public GetDevelopersSteps(SharedContext sharedContext)
 {
     this.sharedContext = sharedContext;
 }