Example #1
0
 public static bool CreateHU(HistoryUser hu)
 {
     return(UserBUS.CreateHU(hu));
 }