phase 1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
using ModVersionChecker.repository.api.dto;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace ModVersionChecker.managers.interfaces
|
||||
{
|
||||
public interface IFlightSimsManager
|
||||
{
|
||||
List<TypeResponse> Load();
|
||||
void Save(TypeResponse config);
|
||||
|
||||
TypeResponse? GetByShortName(string id);
|
||||
|
||||
void DeleteAll();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user