예제 #1
0
 public Roles(string name, string guard_name, unknown created_at, unknown updated_at)
 {
     this._name       = name;
     this._guard_name = guard_name;
     this._created_at = created_at;
     this._updated_at = updated_at;
 }
예제 #2
0
 public Tb_cil_programacao(int loja_id, int local_id, unknown data, unknown status)
 {
     this._loja_id  = loja_id;
     this._local_id = local_id;
     this._data     = data;
     this._status   = status;
 }
 public Registro_cartas(string name, string link, unknown price, bool activo)
 {
     this._name   = name;
     this._link   = link;
     this._price  = price;
     this._activo = activo;
 }
예제 #4
0
 public Reg(string email, string password, string name, unknown contact)
 {
     this._email    = email;
     this._password = password;
     this._name     = name;
     this._contact  = contact;
 }
예제 #5
0
 public Purchase(DateTime time_stamp, string username, unknown fee, string type)
 {
     this._time_stamp = time_stamp;
     this._username   = username;
     this._fee        = fee;
     this._type       = type;
 }
예제 #6
0
 public Product(int category_id, string product_name, unknown product_price, string product_image)
 {
     this._category_id   = category_id;
     this._product_name  = product_name;
     this._product_price = product_price;
     this._product_image = product_image;
 }
예제 #7
0
 public Filme(string titulo, unknown data_lancamento, string duracao, string sinopse)
 {
     this._titulo          = titulo;
     this._data_lancamento = data_lancamento;
     this._duracao         = duracao;
     this._sinopse         = sinopse;
 }
예제 #8
0
 public Employee(int firstname, string address, string gender, unknown updated_at)
 {
     this._firstname  = firstname;
     this._address    = address;
     this._gender     = gender;
     this._updated_at = updated_at;
 }
예제 #9
0
 public Messages(int id_user_send, int id_user_receive, string message, unknown date_ajout_message)
 {
     this._id_user_send       = id_user_send;
     this._id_user_receive    = id_user_receive;
     this._message            = message;
     this._date_ajout_message = date_ajout_message;
 }
예제 #10
0
 public Invite(string user, string userInviter, unknown inviteDate, string status, string inviteCode)
 {
     this._user        = user;
     this._userInviter = userInviter;
     this._inviteDate  = inviteDate;
     this._status      = status;
     this._inviteCode  = inviteCode;
 }
예제 #11
0
파일: books.cs 프로젝트: suhaTaher/HW1
 public Books(string name, int cost, int quntity, unknown created_at, unknown updated_at)
 {
     this._name       = name;
     this._cost       = cost;
     this._quntity    = quntity;
     this._created_at = created_at;
     this._updated_at = updated_at;
 }
예제 #12
0
 public Attend(unknown Date, int Emp_id, unknown Time, string Status, string Access_method)
 {
     this._Date          = Date;
     this._Emp_id        = Emp_id;
     this._Time          = Time;
     this._Status        = Status;
     this._Access_method = Access_method;
 }
예제 #13
0
 public Upload(string comname, string designation, int nov, unknown sal, string addr)
 {
     this._comname     = comname;
     this._designation = designation;
     this._nov         = nov;
     this._sal         = sal;
     this._addr        = addr;
 }
예제 #14
0
 public Users(string first_name, string last_name, unknown date_of_birth, string email, string password)
 {
     this._first_name    = first_name;
     this._last_name     = last_name;
     this._date_of_birth = date_of_birth;
     this._email         = email;
     this._password      = password;
 }
예제 #15
0
 public Demandes(bool etat_demande, int id_demandeur, int id_article, int id_recruteur, unknown date_ajout_demande)
 {
     this._etat_demande       = etat_demande;
     this._id_demandeur       = id_demandeur;
     this._id_article         = id_article;
     this._id_recruteur       = id_recruteur;
     this._date_ajout_demande = date_ajout_demande;
 }
예제 #16
0
 public EMPLOYEE(string Ename, string Job, string MGR, unknown Hiredate, int Salary, int DeptNo)
 {
     this._Ename    = Ename;
     this._Job      = Job;
     this._MGR      = MGR;
     this._Hiredate = Hiredate;
     this._Salary   = Salary;
     this._DeptNo   = DeptNo;
 }
예제 #17
0
 public Eleve__eme(string nom, string prenom, string classe, string photo, unknown date_naissance, string lieu_naissance)
 {
     this._nom            = nom;
     this._prenom         = prenom;
     this._classe         = classe;
     this._photo          = photo;
     this._date_naissance = date_naissance;
     this._lieu_naissance = lieu_naissance;
 }
예제 #18
0
 public Movies(string title, string genre, int quantity, unknown price, string cover, int user_id)
 {
     this._title    = title;
     this._genre    = genre;
     this._quantity = quantity;
     this._price    = price;
     this._cover    = cover;
     this._user_id  = user_id;
 }
예제 #19
0
 public Users(string NAME, string EMAIL, int PHONE, string IMAGE, unknown created_at, unknown updated_at)
 {
     this._NAME       = NAME;
     this._EMAIL      = EMAIL;
     this._PHONE      = PHONE;
     this._IMAGE      = IMAGE;
     this._created_at = created_at;
     this._updated_at = updated_at;
 }
예제 #20
0
 public Noticias(string titulo, string noticia, unknown data_criacao, string resumo, string autor, unknown data_noticia)
 {
     this._titulo       = titulo;
     this._noticia      = noticia;
     this._data_criacao = data_criacao;
     this._resumo       = resumo;
     this._autor        = autor;
     this._data_noticia = data_noticia;
 }
예제 #21
0
 public Bf_sub_customer(string sub_customer_name, string sub_customer_phone_number, int customer_id, int status, unknown created_date, unknown updated_date)
 {
     this._sub_customer_name         = sub_customer_name;
     this._sub_customer_phone_number = sub_customer_phone_number;
     this._customer_id  = customer_id;
     this._status       = status;
     this._created_date = created_date;
     this._updated_date = updated_date;
 }
예제 #22
0
 public Usuario(string nombre, string correo, string username, string PASSWORD, string bio, unknown creado_en)
 {
     this._nombre    = nombre;
     this._correo    = correo;
     this._username  = username;
     this._PASSWORD  = PASSWORD;
     this._bio       = bio;
     this._creado_en = creado_en;
 }
예제 #23
0
 public Student(string name, string address, string gender, string qualification, string course, unknown dob)
 {
     this._name          = name;
     this._address       = address;
     this._gender        = gender;
     this._qualification = qualification;
     this._course        = course;
     this._dob           = dob;
 }
예제 #24
0
 public Product(string title, int Quantity, unknown price, string Category, string image, string description)
 {
     this._title       = title;
     this._Quantity    = Quantity;
     this._price       = price;
     this._Category    = Category;
     this._image       = image;
     this._description = description;
 }
예제 #25
0
 public Pending(int cid, int uid, string com_desc, unknown com_loc_long, unknown com_loc_lati, string com_img, string status)
 {
     this._cid          = cid;
     this._uid          = uid;
     this._com_desc     = com_desc;
     this._com_loc_long = com_loc_long;
     this._com_loc_lati = com_loc_lati;
     this._com_img      = com_img;
     this._status       = status;
 }
예제 #26
0
 public Customer(string Nama, string Email, string NoTelp, string Instagram, unknown TanggalLahir, string Pekerjaan, string InstansiUniversitas)
 {
     this._Nama                = Nama;
     this._Email               = Email;
     this._NoTelp              = NoTelp;
     this._Instagram           = Instagram;
     this._TanggalLahir        = TanggalLahir;
     this._Pekerjaan           = Pekerjaan;
     this._InstansiUniversitas = InstansiUniversitas;
 }
예제 #27
0
 public ContactForm(string fname, string lname, unknown cnumber, string country, string address, string gender, string about)
 {
     this._fname   = fname;
     this._lname   = lname;
     this._cnumber = cnumber;
     this._country = country;
     this._address = address;
     this._gender  = gender;
     this._about   = about;
 }
예제 #28
0
 public Games(string name, string genre, unknown release_date, string provider, string platform, int price, string picture, string description)
 {
     this._name         = name;
     this._genre        = genre;
     this._release_date = release_date;
     this._provider     = provider;
     this._platform     = platform;
     this._price        = price;
     this._picture      = picture;
     this._description  = description;
 }
예제 #29
0
 public Cd(string art, string titulo, string descricao, unknown preco, unknown ano, string tipo_musica, string gravadora, string musica)
 {
     this._art         = art;
     this._titulo      = titulo;
     this._descricao   = descricao;
     this._preco       = preco;
     this._ano         = ano;
     this._tipo_musica = tipo_musica;
     this._gravadora   = gravadora;
     this._musica      = musica;
 }
예제 #30
0
 public Clair_artworks(string title, string picture, string technicalDescription, string optionalDescription, unknown date, int price, int idUser, int idWorkStyle, int idModality)
 {
     this._title   = title;
     this._picture = picture;
     this._technicalDescription = technicalDescription;
     this._optionalDescription  = optionalDescription;
     this._date        = date;
     this._price       = price;
     this._idUser      = idUser;
     this._idWorkStyle = idWorkStyle;
     this._idModality  = idModality;
 }