public static uint GetTypeCompDescrId(this ITank tank) { return(TypeCompDescr.Calculate(tank.TypeId, tank.NationId, tank.Id)); }
public static uint Calculate(uint nationId, uint tankId) { return(TypeCompDescr.Calculate(1, nationId, tankId)); }