Example #1
0
 public UserService(string fechainicio, int refuser, int refservice)
 {
     this.gestor        = new GestorUserService();
     this.iduserservice = gestor.getLastId() + 1;
     this.fechainicio   = fechainicio;
     this.refuser       = refuser;
     this.refservice    = refservice;
 }
Example #2
0
 public UserService()
 {
     this.gestor = new GestorUserService();
 }