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