Interface IUserRateMapper


public interface IUserRateMapper
Mapper class for mapping UserRate entities to UserRateDTOs.
  • Method Summary

    Modifier and Type
    Method
    Description
    toUserRateDTO(callofproject.dev.repository.authentication.entity.UserRate userRate)
    Maps a UserRate entity to a UserRateDTO.
  • Method Details

    • toUserRateDTO

      UserRateDTO toUserRateDTO(callofproject.dev.repository.authentication.entity.UserRate userRate)
      Maps a UserRate entity to a UserRateDTO.
      Parameters:
      userRate - The UserRate entity to be mapped.
      Returns:
      A UserRateDTO representing the mapped UserRate entity.