mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Organize imports
This commit is contained in:
parent
ecbf1f5db5
commit
87754ae928
@ -17,19 +17,19 @@
|
||||
// along with Kyoo. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Globalization;
|
||||
using System.Text.RegularExpressions;
|
||||
using Dapper;
|
||||
using EFCore.NamingConventions.Internal;
|
||||
using InterpolatedSql.SqlBuilders;
|
||||
using Kyoo.Abstractions.Models;
|
||||
using Kyoo.Postgresql.Utils;
|
||||
using Kyoo.Utils;
|
||||
using Microsoft.AspNetCore.Http;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
using Microsoft.EntityFrameworkCore.Query.SqlExpressions;
|
||||
using Npgsql;
|
||||
using System.Collections.Generic;
|
||||
using System.Text.RegularExpressions;
|
||||
using Dapper;
|
||||
using InterpolatedSql.SqlBuilders;
|
||||
using Kyoo.Postgresql.Utils;
|
||||
using Kyoo.Utils;
|
||||
|
||||
namespace Kyoo.Postgresql;
|
||||
|
||||
@ -104,7 +104,6 @@ public class PostgresContext : DatabaseContext
|
||||
typeMapping: args[0].TypeMapping
|
||||
));
|
||||
|
||||
|
||||
SqlMapper.TypeMapProvider = (type) =>
|
||||
{
|
||||
return new CustomPropertyTypeMap(
|
||||
|
Loading…
x
Reference in New Issue
Block a user