Skip to content

Commit

Permalink
imported Attendance class to UserService.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ezhang04 committed Apr 2, 2024
1 parent 2bf42e7 commit f93bd5e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package com.sitblueprint.admin.service.users;

import com.sitblueprint.admin.model.users.User;

import com.sitblueprint.admin.model.users.Attendance;
import java.util.List;

public interface UserService {
Expand Down

0 comments on commit f93bd5e

Please sign in to comment.