11 lines
No EOL
217 B
C#
11 lines
No EOL
217 B
C#
using Femto.Modules.Auth.Models;
|
|
|
|
namespace Femto.Modules.Auth.Application.Services;
|
|
|
|
public class SessionGenerator
|
|
{
|
|
public UserSession GenerateSession()
|
|
{
|
|
throw new NotImplementedException();
|
|
}
|
|
} |