abstract class RecruiterRepository

Included Modules

Defined in:

infrastructure/recruiter_repository.cr

Instance Method Summary

Instance methods inherited from module Repository(DTO::Recruiter)

add(instance : T) add, all : Array(T) all

Instance Method Detail

abstract def add(interview : Model) #

[View source]
abstract def find_by_id(id) #

[View source]
abstract def for_month(month : Int32) #

[View source]
abstract def update(interview : Model) #

[View source]