/** * Constructor. */ public VideotapeService() { _context = new VideoTapeContext(); validation = new DateValidations(); }
/** * Constructor. */ public UserService() { validation = new DateValidations(); _context = new VideoTapeContext(); }