25 lines
814 B
VB.net
Raw Normal View History

'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated from a template.
'
' Manual changes to this file may cause unexpected behavior in your application.
' Manual changes to this file will be overwritten if the code is regenerated.
' </auto-generated>
'------------------------------------------------------------------------------
Imports System
Imports System.Collections.Generic
Namespace AdvancedPatternsVB
Partial Public Class CurrentEmployeeMf
Inherits EmployeeMf
Public Property LeaveBalance As Nullable(Of Decimal)
Public Overridable Property Manager As CurrentEmployeeMf
Public Overridable Property Office As OfficeMf
End Class
End Namespace