예제 #1
0
 public ImageController(IFontInfoService fontInfoService,
                        IImageService imageService)
 {
     _fontInfoService = fontInfoService;
     _imageService    = imageService;
 }
예제 #2
0
 public SearchController(IFontInfoService fontInfoService)
 {
     _fontInfoService = fontInfoService;
 }
예제 #3
0
 public ExtractController(IFontInfoService fontInfoService)
 {
     _fontInfoService = fontInfoService;
 }
예제 #4
0
 public FontsController(IFontInfoService fontInfoService)
 {
     _fontInfoService = fontInfoService;
 }