예제 #1
0
 public UserService()
 {
     repository = new UserRepository();
 }