示例#1
0
 public StatsGetter(SqlConnector connector, Employee workerType)
 {
     this.connector  = connector;
     this.workerType = workerType;
 }