コード例 #1
0
ファイル: Repositories.cs プロジェクト: justintg/BudgetFirst
 /// <summary>
 /// Initialises a new instance of the <see cref="Repositories"/> class.
 /// </summary>
 /// <param name="bootstrap">The application core's bootstrap</param>
 internal Repositories(Bootstrap bootstrap)
 {
     this.bootstrap = bootstrap;
 }
コード例 #2
0
 /// <summary>
 /// Initialises a new instance of the <see cref="Repositories"/> class.
 /// </summary>
 /// <param name="bootstrap">The application core's bootstrap</param>
 internal Repositories(Bootstrap bootstrap)
 {
     this.bootstrap = bootstrap;
 }