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