8 lines
141 B
C#
8 lines
141 B
C#
|
|
namespace RIZO.Client.Entity
|
|||
|
|
{
|
|||
|
|
public class GlobalEntity
|
|||
|
|
{
|
|||
|
|
public static UserEntity CurrentUserInfo { get; set; }
|
|||
|
|
}
|
|||
|
|
}
|