Commit for development environment setup
This commit is contained in:
15
PROMS/VEPROMS_Security/Volian.Object.Library/UserExt.cs
Normal file
15
PROMS/VEPROMS_Security/Volian.Object.Library/UserExt.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
using Csla;
|
||||
|
||||
namespace Volian.Object.Library
|
||||
{
|
||||
public partial class User : BusinessBase<User>
|
||||
{
|
||||
public string FullName
|
||||
{
|
||||
get { return LastName + ", " + FirstName; }
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user