예제 #1
0
 public UserService()
 {
     _repository = new WerdRepository();
 }
예제 #2
0
 public ReturnService()
 {
     _repository = new WerdRepository();
 }