package core.user.userFun;
public interface DatabaseSynchronizable {
void syncToDatabase();
void syncFromDatabase();
}