コード例 #1
0
 protected BaseAreaRepository(IAreaContext areaContext)
 {
     _areaContext = areaContext;
 }
コード例 #2
0
 public AreaService(IAreaContext context)
 {
     _context = context ?? throw new NullReferenceException(nameof(context));
 }