refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 45b49fb83c - Show all commits

View File

@ -15,8 +15,8 @@ func GetStaff() Staff {
return Staff{}
}
// GetListStaffInfoByNotificationAction ...
func (s Staff) GetListStaffInfoByNotificationAction(p model.GetListStaffRequest) (*model.ResponseListStaffInfo, error) {
// GetListStaffInfoByIds ...
func (s Staff) GetListStaffInfoByIds(p model.GetListStaffRequest) (*model.ResponseListStaffInfo, error) {
msg, err := natsio.GetServer().Request(subject.Staff.GetListStaffInfo, toBytes(p))
if err != nil {