Beispiel #1
0
 /// <summary>
 /// constructor sin parametros para el motor mvc
 /// </summary>
 public UsersController()
 {
     this.clientsRepository = MvcApplication.GetDR().Get <IClientsRepository>();
     this.auth = MvcApplication.GetDR().Get <IAuth>();
 }
 /// <summary>
 /// constructor sin parametros para el motor mvc
 /// </summary>
 public PoliciesController()
 {
     this.clientsRepository = MvcApplication.GetDR().Get <IClientsRepository>();
 }