예제 #1
0
 public ImageNoSQLController(IFileHandlers fileHandlers)
 {
     this.fileHandlers = fileHandlers;
 }
예제 #2
0
 public ManageProductService(ShopDBContext shopDBContext, IFileHandlers fileHandlers)
 {
     this.shopDBContext = shopDBContext;
     this.fileHandlers  = fileHandlers;
 }