Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Imports System.Data.Entity
- Imports System.Data.Entity.Infrastructure
- Public Interface IDataContext
- Inherits IDisposable
- Function updatesave(obj As Object, Optional currentuserid As Integer = 0, Optional currentcompanyid As Integer = 0, Optional auditlogdescriotion As String = "") As Result
- ReadOnly Property configuration As DbContextConfiguration
- Function save(Optional currentuserid As Integer = 0, Optional currentcompanyid As Integer = 0, Optional remarks As String = "") As Result
- Function entry(Of TEntity As Class)(entity As TEntity) As DbEntityEntry(Of TEntity)
- Property Users As IDbSet(Of User)
- 'Property Companies As IDbSet(Of Company)
- End Interface
Advertisement
Add Comment
Please, Sign In to add comment