7 lines
No EOL
119 B
C#
7 lines
No EOL
119 B
C#
namespace API.Interfaces.Services
|
|
{
|
|
public interface IBackupService
|
|
{
|
|
void BackupDatabase();
|
|
}
|
|
} |