コード例 #1
0
 public VrstaController(IVrstaService service) : base(service)
 {
 }
コード例 #2
0
 public VrstaController(IVrstaService vrstaService)
 {
     _vrstaService = vrstaService;
 }