Esempio n. 1
0
 public createFromForm()
 {
     fnc      = new AddedFunctions();
     baseForm = new Form {
         Name           = "Ejemplo",
         Lastname       = "Ejemplo",
         Birth          = "1997-10-20",
         Dni            = "40234567",
         Email          = "*****@*****.**",
         PhoneHome      = "43569789",
         PhoneMobile    = "1134536789",
         GitHub         = "MiGithub",
         LinkedIn       = "MiLinkedIn",
         Study          = "universitary",
         Institution    = "Universidad de Buenos Aires",
         Career         = "Ing Informatica",
         Study1         = "ongoing",
         English        = "yes",
         SpeakEnglish   = "intermediate",
         WrittenEnglish = "intermediate",
         ListenEnglish  = "intermediate",
         Technologies   = "yes",
         InfoProg       = "Amigos",
         Other          = "No",
         intProg        = "Bastante",
         ConverTheme    = "yes",
         Cod            = "yes",
         Tools          = "PC",
         Pc             = "Yes",
         Experience     = "Have"
     };
 }
Esempio n. 2
0
 public validateIdwoutForm()
 {
     fnc         = new AddedFunctions();
     baseStudies = new Studiesget()
     {
         Study       = "secondary",
         Institution = "Universidad de Buenos Aires",
         Career      = "Ingenieria",
         IdPostulant = 2,
         Year        = 3,
         Study1      = "abandoned"
     };
 }
Esempio n. 3
0
        public State()
        {
            fnc = new AddedFunctions();
            PostulantBasic poba = new PostulantBasic {
                Id        = 1,
                Name      = "Ejemplo",
                Lastname  = "Ejemplo",
                Iteration = 1,
                IdState   = 2
            };

            baseList = new List <PostulantBasic>();
            baseList.Add(poba);
        }
Esempio n. 4
0
 public RegisterController(IDBManager dbm_)
 {
     this.dbm = dbm_;
     fnc      = new AddedFunctions();
 }
Esempio n. 5
0
 public ManagementController(IDBManager dbm_)
 {
     this.dbm = dbm_;
     fnc      = new AddedFunctions();
 }
Esempio n. 6
0
 public LoginController(IDBManager dbm_, UserManager <ApplicationUser> userStore)
 {
     this.dbm       = dbm_;
     this.userStore = userStore;
     fnc            = new AddedFunctions();
 }
Esempio n. 7
0
 public MimeTypes()
 {
     fnc = new AddedFunctions();
 }