示例#1
0
 public static ChangeLocator WithBuildId(long id)
 {
     return(new ChangeLocator {
         Build = BuildLocator.WithId(id)
     });
 }