예제 #1
0
 public UserTeamRepo()
 {
     context = new UserTeamContext();
 }
예제 #2
0
 public UserTeamRepo(IUserTeamInterface context)
 {
     this.context = context;
 }