mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
15 lines
293 B
C#
15 lines
293 B
C#
using System;
|
|
using System.Linq;
|
|
using System.Linq.Expressions;
|
|
using Microsoft.EntityFrameworkCore;
|
|
using Microsoft.EntityFrameworkCore.Internal;
|
|
|
|
namespace Wabbajack.BuildServer.Model
|
|
{
|
|
public static class Extensions
|
|
{
|
|
public static void AddWabbajackDB<T>(this )
|
|
|
|
}
|
|
}
|