예제 #1
0
 public AkunService(IAkunRepository repo)
 {
     _repo = repo;
 }