예제 #1
0
 public ImpactController()
 {
     _service = new IncidentPriorityService();
 }
예제 #2
0
 public UrgencyController()
 {
     _service = new IncidentPriorityService();
 }