コード例 #1
0
 protected RepositoryBase(SundayContext context)
 {
     Context = context;
 }
コード例 #2
0
 public TaxRepository(SundayContext context) : base(context)
 {
 }
コード例 #3
0
 public MunicipalityRepository(SundayContext context) : base(context)
 {
 }