예제 #1
0
 public UserService(DataAccessLayer.ProjectTaskManagerEntities dbContext)
 {
     this.dbContext = dbContext;
 }