generated from Sithas/conan_template
База для ручки PostUserMedicationsExecutor.h
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include "./../dtos/user_treatment_scheme_dto.h"
|
||||
|
||||
namespace uad
|
||||
{
|
||||
class IUserTreatmentSchemeDAO {
|
||||
public:
|
||||
virtual std::vector<user_treatment_scheme_dto> FindByUserLogin(const std::string& login) = 0;
|
||||
|
||||
virtual ~IUserTreatmentSchemeDAO() = default;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user