Skip to content

Instantly share code, notes, and snippets.

View hossien014's full-sized avatar
🏠
Working from home

HOSSIEN hossien014

🏠
Working from home
View GitHub Profile
[ApiController]
[Route("api/logic")]
public class Logic
{
private readonly GolestanContext _context;
private readonly ILogger<Logic> _logger;
private readonly RoleManager<IdentityRole> _roleManager;
public Logic(GolestanContext golestanContext, ILogger<Logic> logger, RoleManager<IdentityRole> roleManager)
{