forked from sanchezvem/pyrofetes-backend
Refactor all code
This commit is contained in:
@@ -3,7 +3,7 @@ using PyroFetes.Models;
|
||||
|
||||
namespace PyroFetes.Specifications.Settings;
|
||||
|
||||
public sealed class GetSettingByIdSpec : Specification<Setting>
|
||||
public sealed class GetSettingByIdSpec : SingleResultSpecification<Setting>
|
||||
{
|
||||
public GetSettingByIdSpec(int settingId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user