示例#1
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="client">A handle to the client</param>
 /// <param name="branch">The branch the sources belong to</param>
 public SourcesController(Client client, BranchController branch)
     : base(client)
 {
     Branch = branch;
 }
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="client">A handle to the client</param>
 /// <param name="branch">The branch the sources belong to</param>
 public SourcesController(Client client, BranchController branch)
     : base(client)
 {
     Branch = branch;
 }