예제 #1
0
 public DataQuadController(IDataQuadService service)
 {
     _service = service;
 }