예제 #1
0
 public SmsnService(SmsnRepository smsnRepository)
 {
     this.smsnRepository = smsnRepository;
 }
예제 #2
0
 public SmsnApiController(SmsnRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }