Beispiel #1
0
 public bool WriteLoginLog(PersonnelEntity.LoginLog entity)
 {
     return(dal.WriteLoginLog(entity));
 }