routine update

This commit is contained in:
yubaolee
2018-03-15 17:36:41 +08:00
parent e353c75fd7
commit abbd395fde
7 changed files with 30 additions and 29 deletions

View File

@@ -142,5 +142,10 @@ namespace OpenAuth.Repository
return dbSet;
}
public void ExecuteSql(string sql)
{
Context.Database.ExecuteSqlCommand(sql);
}
}
}