sunkaixuan
7 years ago
3 changed files with 19 additions and 3 deletions
@ -0,0 +1,13 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Linq; |
||||
|
using System.Text; |
||||
|
|
||||
|
namespace SqlSugar |
||||
|
{ |
||||
|
public class DefaultServices |
||||
|
{ |
||||
|
public static ICacheService ReflectionInoCache = new ReflectionInoCache(); |
||||
|
public static ISerializeService Serialize = new SerializeService(); |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue