Esempio n. 1
0
 public FigureStoreController()
 {
     _figuresService = new FiguresService(GetConnectionStringToFile());
 }