예제 #1
0
 public ImageRepository(ImageContext ctx, ILogger <ImageRepository> logger)
 {
     _ctx    = ctx;
     _logger = logger;
 }