6 lines
106 B
C#
6 lines
106 B
C#
namespace UserService.Infrastructure.DataModels
|
|
{
|
|
public class SecurityGroup : Member
|
|
{
|
|
}
|
|
} |