예제 #1
0
 public DoshamController(IDoshamService doshamService)
 {
     doshamServiceobj = doshamService;
 }
예제 #2
0
 public DoshamService(IDoshamService doshamService)
 {
     doshamServiceobj = doshamService;
 }