mirror of
https://github.com/guilhermewerner/gerencia-projetos
synced 2025-06-16 15:05:39 +00:00
New Migration
This commit is contained in:
@ -9,11 +9,11 @@ using GerenciaContext = GerenciaProjetos.Data.GerenciaContext;
|
||||
|
||||
namespace GerenciaProjetos.Controllers
|
||||
{
|
||||
public class DesenvolvedoresController : Controller
|
||||
public class DesenvolvedorsController : Controller
|
||||
{
|
||||
private GerenciaContext ctx;
|
||||
|
||||
public DesenvolvedoresController(GerenciaContext ctx)
|
||||
public DesenvolvedorsController(GerenciaContext ctx)
|
||||
{
|
||||
this.ctx = ctx;
|
||||
}
|
||||
|
Reference in New Issue
Block a user