Exemple #1
0
 public TransferfhController(Iconfig_file_first_kindBLL1 cof, Iconfig_file_second_kindBLL cos, Iconfig_file_third_kindBLL cot, Ihuman_fileBLL hum, Imajor_changeBLL mc, Iconfig_major_kindBLL cmk, Iconfig_majorbBLL cm, Isalary_standardBLL ss)
 {
     this.icf = cof;
     this.ics = cos;
     this.ict = cot;
     this.hum = hum;
     this.mc  = mc;
     this.cmk = cmk;
     this.cm  = cm;
     this.ss  = ss;
 }